summaryrefslogtreecommitdiff
path: root/utility
Commit message (Expand)AuthorAgeFilesLines
* Add some debug output to vbutil_kernel, display values in hex.Bill Richardson2010-06-231-4/+42
* Remove unused files, and tidy the directory structure of the remaining ones.Randall Spangler2010-06-176-971/+2
* Move all system includes in vboot_firmware to sysincludes.hRandall Spangler2010-06-161-0/+1
* Move old vkernel code out of vboot_firmware.Randall Spangler2010-06-163-11/+18
* One of the last moment mods of the original make reworkvbendeb2010-06-161-1/+1
* Remove old firmware verification code, now that firmware build has switched t...Randall Spangler2010-06-162-492/+0
* Add load_kernel2_testRandall Spangler2010-06-152-0/+149
* The code compiled fine on the desktop, but causes a warning in the chroot env...vbendeb2010-06-151-1/+1
* Rough first draft of the firmware signing utility.vbendeb2010-06-152-0/+118
* Add vbutil_firmwareRandall Spangler2010-06-152-1/+335
* fix typos in load_kernel_testRandall Spangler2010-06-141-1/+2
* Rework the vboot_reference make system.vbendeb2010-06-141-26/+25
* Clean up of key block functionsRandall Spangler2010-06-112-6/+10
* Added vbutil_kernel.Randall Spangler2010-06-115-0/+533
* Nearly complete rewrite of cgpt tool.Bill Richardson2010-06-1112-2041/+3
* Add vbutil_keyblockRandall Spangler2010-06-102-3/+226
* Utility to pack public key, version, algorithm into a single file in VbPublic...Randall Spangler2010-06-103-19/+186
* Major refactoring of structures, with unit tests. This matches the doc I sen...Randall Spangler2010-06-102-12/+21
* Add option to specify a kernel subkey signing key to firmware signing utility.Gaurav Shah2010-06-083-5/+55
* Enable attributes to display and set properly.Bill Richardson2010-06-045-74/+86
* Ignore the AlternateLBA field in the GPT headers.Bill Richardson2010-06-032-21/+2
* Add 'recovery_key' in Google Binary Block (GBB) utilityHung-Te Lin2010-06-032-13/+29
* fixed VerifyKernelHeaderRandall Spangler2010-06-032-14/+41
* fix int reference to unint64 from http://codereview.chromium.org/2438005Colin Chow2010-06-021-5/+5
* Refine gbb_utility for better maintainanceHung-Te Lin2010-06-022-130/+240
* Remove load_kernel from buildRandall Spangler2010-06-021-1/+2
* Much rearranging of cgptlib. Passes all its (new) unit tests.Randall Spangler2010-06-0210-3/+450
* Add cgpt utility to installable binaries.Bill Richardson2010-06-022-4/+13
* cgpt supports dev and add/delete/modify commands.Louis Yung-Chieh Lo2010-05-299-61/+527
* Add --subkey_in and --subkey_out options to firmware signing utility.Gaurav Shah2010-05-293-71/+173
* Add --subkey_in option to kernel signing utility.Gaurav Shah2010-05-283-49/+149
* Cleanup option parsing for firmware signing utility.Gaurav Shah2010-05-282-86/+100
* Added gbb_utility (tool for Google Binary Block)Hung-Te Lin2010-05-283-0/+616
* random cleanupBill Richardson2010-05-271-1/+1
* need to chmod binariesBill Richardson2010-05-271-0/+1
* Add install target to put utilities into chroot (in /opt/bin/)Bill Richardson2010-05-271-1/+5
* Add a --subkey switch to kernel signing utility.Gaurav Shah2010-05-272-3/+13
* Modifying the kernel_utility tool to create our magic blob.Bill Richardson2010-05-272-41/+121
* Moved cgptlib into vboot_firmwareRandall Spangler2010-05-272-1/+2
* complete 'cgpt show' and refactor for incoming commands.Louis Yung-Chieh Lo2010-05-276-67/+418
* Change kernel vboot header layout and add support for separate header verific...Gaurav Shah2010-05-262-26/+0
* Rearrange vboot_reference directories to isolate external components.Bill Richardson2010-05-262-18/+11
* Code cleanup.Bill Richardson2010-05-251-86/+98
* support 'cgpt repair'Louis Yung-Chieh Lo2010-05-225-3/+86
* add cgpt framework and attribute support.Louis Yung-Chieh Lo2010-05-217-2/+822
* VBoot Reference: Make kernel_config a 4K byte block, and move it after the ve...Gaurav Shah2010-04-292-47/+15
* Vboot Reference: Make kernel signing utility more flexible.Gaurav Shah2010-04-264-7/+37
* Add a --vblock option to firmware_utility to only output the verification block.Gaurav Shah2010-04-142-1/+9
* VBoot Reference: Refactoring Part 3Gaurav Shah2010-03-319-0/+1228