Chromium Code Reviews
Descriptionmake_dev_firmware: new script to change firmware to dev key
The make_dev_firmware.sh is made for devinstall shim to
change firmware rootkey/HWID/BMPFV smoothly.
- HWID will be changed to "$ORIGINAL_FWID DEV" (no change if already postfixed
with DEV)
- rootkey/recoverykey will be changed by keyset from --keys
- FVMAIN/FVMAINB will be resigned by keyset from --keys
- BMPFV will be changed to anything assigned by --bmpfv
If --from and --to are omitted, the system firmware will be changed.
A new ebuild is be created to put all resources (bmpfv and keyset) into devinstall shim (ref: http://codereview.chromium.org/3776003)
BUG=chrome-os-partner:1276
TEST=sudo ./make_dev_firmware.sh --from input_bios.bin --to output_bios.in \
--keys ../../tests/devkeys --bmpfv some_bmpfv.bin
HWID is changed from "XXX MARIO EVT DDDD" to "XXX MARIO EVT DDDD DEV".
System can then boot a USB signed with devkey without developer mode.
Change-Id: Id80126495dcbf4d993a4372af645580cd4b60ca6
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=3bdfc46
Patch Set 1 #Patch Set 2 : improve compatibility on device and better user response #Patch Set 3 : expose verbose messages of flashrom in debug mode #Patch Set 4 : fix typo and refine comments/style #
Total comments: 15
Patch Set 5 : Refine by reviewer's comments #Patch Set 6 : add todo of firmware verification #
Total comments: 9
Messages
Total messages: 12 (0 generated)
|