Chromium Code Reviews
Descriptionvboot_reference: add creation of GBB blob to gbb_utility
Non-x86 platforms (ex, ARM) may need to create GBB from scratch.
The new "create" (-c) creates a GBB blob by given property maximum sizes.
The list must follow same order as specified in GBB header.
BUG=chromium-os:1302
TEST=gbb_utility -c 0x100,0x1000,0x03DE80,0x1000 gbb.blob
gbb_utility -s --hwid='test' gbb_blob
gbb_utility -s --rootkey='some_rootkey' gbb_blob
gbb_utility -g --hwid --rootkey='rk.bin' gbb_blob # output hwid=test
Change-Id: Ic854609effa32020f9536bc2d3f8457dff1c3719
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=a59a029
Patch Set 1 #
Total comments: 6
Patch Set 2 : refine by reviewer's comments #Patch Set 3 : let getopt handle parameter stuff. #Patch Set 4 : fix lint warnings #
Messages
Total messages: 6 (0 generated)
|
||||||||||||||||||||||||||||