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
58bd7323
Commit
58bd7323
authored
Feb 23, 2018
by
Youness Alaoui
Browse files
Add build versions to the menu
parent
0c20c13e
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_coreboot.sh
View file @
58bd7323
...
...
@@ -41,8 +41,11 @@ SKL_COREBOOT_BRANCH="librem_4.7"
# Final flashregion_1_bios sha256 hashes
L13V1_COREBOOT_BIOS_SHA
=
"9f75e3b24353cbae88f05ab4900382ed2f928e3c3a661a9250fce7a49874ed11"
L13V1_COREBOOT_VERSION
=
"4.6-a86d1b-Purism-2"
L13V2_COREBOOT_BIOS_SHA
=
"fe12dad83bfa76d56191db5a5091df9e07884aff0dc93e5b3a69ede4f2f4c199"
L13V2_COREBOOT_VERSION
=
"4.7-Purism-1"
L15V3_COREBOOT_BIOS_SHA
=
"274d690b67d84e2ddbdf71523661ba4486e35e88250995094cf248b2939a37b6"
L15V3_COREBOOT_VERSION
=
"4.7-Purism-1"
die
()
{
...
...
@@ -349,10 +352,10 @@ fi
clear
echo
"Which coreboot image do you want to build:"
echo
"1 - Librem 13 v1"
echo
"1 - Librem 13 v1
(Version :
$L13V1_COREBOOT_VERSION
)
"
echo
"2 - Librem 15 v2 (port not finished)"
echo
"3 - Librem 13 v2"
echo
"4 - Librem 15 v3"
echo
"3 - Librem 13 v2
(Version :
$L13V2_COREBOOT_VERSION
)
"
echo
"4 - Librem 15 v3
(Version :
$L15V3_COREBOOT_VERSION
)
"
echo
""
machine
=
0
while
[
"
$machine
"
!=
"1"
]
&&
[
"
$machine
"
!=
"2"
]
&&
[
"
$machine
"
!=
"3"
]
&&
[
"
$machine
"
!=
"4"
]
;
do
...
...
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