Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yana Timoshenko
coreboot-files
Commits
671c69cd
Commit
671c69cd
authored
Feb 16, 2018
by
Youness Alaoui
Browse files
Fix l13v1 config and hash to match previous release
parent
2d40369c
Changes
2
Hide whitespace changes
Inline
Side-by-side
build_coreboot.sh
View file @
671c69cd
...
...
@@ -33,7 +33,7 @@ RAR_NONFREE_SOURCE_URL="https://www.rarlab.com/rar/unrarsrc-5.5.8.tar.gz"
RAR_NONFREE_SOURCE_SHA
=
"9b66e4353a9944bc140eb2a919ff99482dd548f858f5e296d809e8f7cdb2fcf4"
# Final flashregion_1_bios sha256 hashes
L13V1_COREBOOT_BIOS_SHA
=
"
e2f87632923805249b6e57a20bb00ea38f9e66a28b372640264cda99b7310768
"
L13V1_COREBOOT_BIOS_SHA
=
"
9f75e3b24353cbae88f05ab4900382ed2f928e3c3a661a9250fce7a49874ed11
"
L13V2_COREBOOT_BIOS_SHA
=
"cda9d50d6b3967fc6483919b7621256b2200e92ea0af6ee7ed7da0f9e83dec91"
L15V3_COREBOOT_BIOS_SHA
=
"a99b5eb86b655b66fe2be3ddd240e197be1d4a63ef83fe87e6bf6d8784459bd9"
...
...
@@ -374,12 +374,15 @@ if [ "$blobs" == "1" ] || [ "$blobs" == "2" ]; then
)
sudo
./flashrom/flashrom
-p
internal:laptop
=
force_I_want_a_brick,ich_spi_mode
=
hwseq
-r
../coreboot-orig.rom
fi
DMIDECODE_SERIAL_NUMBER
=
$(
sudo
dmidecode
-t
1 |
grep
"Serial Number"
|
cut
-d
' '
-f
3-
)
if
[
$SKL
-eq
1
]
;
then
DMIDECODE_SERIAL_NUMBER
=
$(
sudo
dmidecode
-t
1 |
grep
"Serial Number"
|
cut
-d
' '
-f
3-
)
fi
./util/ifdtool/ifdtool
-x
../coreboot-orig.rom
rm
flashregion_1_bios.bin
mv
flashregion_0_flashdescriptor.bin
$BLOB_DIR
/descriptor.bin
if
[
$SKL
-eq
0
]
;
then
# TODO : Make sure ME image has the right version for Broadwell (10.x)
mv
flashregion_2_intel_me.bin
$BLOB_DIR
/me.bin
check_and_patch_descriptor_bdl
extract_binary mrc.bin mrc.bin
$BDL_MRC_SHA
...
...
configs/config.librem13v1
View file @
671c69cd
...
...
@@ -596,8 +596,9 @@ CONFIG_PAYLOAD_SEABIOS=y
# CONFIG_PAYLOAD_TIANOCORE is not set
CONFIG_PAYLOAD_FILE="payloads/external/SeaBIOS/seabios/out/bios.bin.elf"
# CONFIG_SEABIOS_STABLE is not set
CONFIG_SEABIOS_MASTER=y
# CONFIG_SEABIOS_REVISION is not set
# CONFIG_SEABIOS_MASTER is not set
CONFIG_SEABIOS_REVISION=y
CONFIG_SEABIOS_REVISION_ID="5c1a2c75951c4a59f1bf2d3c82ca7447244513ad"
# CONFIG_SEABIOS_THREAD_OPTIONROMS is not set
CONFIG_SEABIOS_BOOTORDER_FILE="bootorder.txt"
CONFIG_SEABIOS_DEBUG_LEVEL=-1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment