- 60bcbe3 New tools to help debug vboot failures. by Bill Richardson · 13 years ago
- 1fe1607 TBR: reviewed in person with semenzato by Randall Spangler · 13 years ago
- 8adcb43 Enhance output and helpfulness of --unpack options for vbutil_key by Bill Richardson · 13 years ago
- 89a02c1 Make TPM datagrams const, since they cannot be modified in the RO firmware. by Luigi Semenzato · 13 years ago
- 3da063e Add resume command (TPM_Startup(ST_STATE)) by Luigi Semenzato · 13 years ago
- 377557f Add physical presence initialization and locking to one-time initializations. by Luigi Semenzato · 13 years ago
- 1d83dd1 Add a command to enable the physical presence command. by Luigi Semenzato · 13 years ago
- 5896b96 Added new commands and reactivated full rebuild after fixing for ARM ebuild. by Luigi Semenzato · 13 years ago
- 475bf44 Add fake e820 memory map entries to zeropage by Che-Liang Chiou · 13 years ago
- 07c8117 touch source to test new ebuild system by Hung-Te Lin · 13 years ago
- 4be36c4 Oops. Pass the correct args to Verify* functions. by Bill Richardson · 13 years ago
- 0697e3f Enhance 'cgpt find' command to match keyblocks if desired. by Bill Richardson · 13 years ago
- 138acfe Fix KeyBlockVerify() to take an explicit param for whether to use hash only. by Randall Spangler · 13 years ago
- c91e239 Add some commands to tpmc. by Luigi Semenzato · 13 years ago
- d7bff87 Run self test unconditionally. by Luigi Semenzato · 13 years ago
- 83ba6d3 Clean up some style violations. by Bill Richardson · 13 years ago
- 56cec58 Add clear command. by Luigi Semenzato · 13 years ago
- 5aa673c Add dev_sign_file utility for developers to sign their install scripts. by Bill Richardson · 13 years ago
- e72291c Command-line utility to execute TPM commands bypassing the TSS stack. by Luigi Semenzato · 13 years ago
- 4f36ef3 Changes to allow user-signed kernels to be generated. by Bill Richardson · 13 years ago
- f37fdf5 Allow passing TPM device path in the environment. by Luigi Semenzato · 13 years ago
- fda9488 Utility to run the self test before we can run tcsd. by Luigi Semenzato · 13 years ago
- 5deb67f Make LoadKernel() pass back the kernel partition's UniqueGuid. by Bill Richardson · 13 years ago
- e272940 Fix load_kernel_test, add check to LoadKernel to detect bad args. by Bill Richardson · 13 years ago
- 553d00e (In the right repository this time.) by Gaurav Shah · 13 years ago
- 87c13d8 Added size param to VerifyData() by Randall Spangler · 13 years ago
- 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 13 years ago
- b2b0fcc Introduce ability to change the kernel command line. by vbendeb · 13 years ago
- 39f6611 Add tpm lite to vboot reference by Randall Spangler · 13 years ago
- 64aec24 Make optional flag optional by Mandeep Singh Baines · 13 years ago
- 2abbc4b Add an optional flag argument to load_kernel_test. by Gaurav Shah · 13 years ago
- 783e64e load_kernel_test tests the recovery image now (submit for Bill) by Louis Yung-Chieh Lo · 13 years ago
- ceef83f vbutil_firmware uses .vbprivk by Randall Spangler · 13 years ago
- abf0550 Switch to using .vbprivk for signing everything now. by Bill Richardson · 13 years ago
- a08b5c9 Adding --repack and --headeronly options to vbutil_kernel by Bill Richardson · 13 years ago
- 46186fa utility: add a simple tool for dumping the kernel config by Will Drewry · 13 years ago
- 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 13 years ago
- 249677d Add some debug output to vbutil_kernel, display values in hex. by Bill Richardson · 13 years ago
- 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 13 years ago
- f302905 Move all system includes in vboot_firmware to sysincludes.h by Randall Spangler · 13 years ago
- bd529f0 Move old vkernel code out of vboot_firmware. by Randall Spangler · 13 years ago
- 2a01556 One of the last moment mods of the original make rework by vbendeb · 13 years ago
- d471f2a Remove old firmware verification code, now that firmware build has switched to the new algorithms. by Randall Spangler · 13 years ago
- 695cd16 Add load_kernel2_test Add debug messages to LoadKernel2() by Randall Spangler · 13 years ago
- c5e5f4e The code compiled fine on the desktop, but causes a warning in the chroot environment, which in turn causes make to stop. by vbendeb · 13 years ago
- e3b4ac9 Rough first draft of the firmware signing utility. by vbendeb · 13 years ago
- dcab8fa Add vbutil_firmware by Randall Spangler · 13 years ago
- 81d696f fix typos in load_kernel_test by Randall Spangler · 13 years ago
- 70e9509 Rework the vboot_reference make system. by vbendeb · 13 years ago
- 729b872 Clean up of key block functions by Randall Spangler · 13 years ago
- 7d6898d Added vbutil_kernel. by Randall Spangler · 13 years ago
- f1372d9 Nearly complete rewrite of cgpt tool. by Bill Richardson · 13 years ago
- 6a97b3e Add vbutil_keyblock by Randall Spangler · 13 years ago
- d55c645 Utility to pack public key, version, algorithm into a single file in VbPublicKey format by Randall Spangler · 13 years ago
- d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 13 years ago
- 5173426 Add option to specify a kernel subkey signing key to firmware signing utility. by Gaurav Shah · 13 years ago
- 77d26e5 Enable attributes to display and set properly. by Bill Richardson · 14 years ago
- 31066a4 Ignore the AlternateLBA field in the GPT headers. by Bill Richardson · 14 years ago
- 08dc5f3 Add 'recovery_key' in Google Binary Block (GBB) utility by Hung-Te Lin · 14 years ago
- 19d1313 fixed VerifyKernelHeader by Randall Spangler · 14 years ago
- afdd058 fix int reference to unint64 from http://codereview.chromium.org/2438005 by Colin Chow · 14 years ago
- 21ef1a3 Refine gbb_utility for better maintainance by Hung-Te Lin · 14 years ago
- b8976b6 Remove load_kernel from build by Randall Spangler · 14 years ago
- 3dcf9dc Much rearranging of cgptlib. Passes all its (new) unit tests. by Randall Spangler · 14 years ago
- 5374a06 Add cgpt utility to installable binaries. by Bill Richardson · 14 years ago
- e6cf857 cgpt supports dev and add/delete/modify commands. by Louis Yung-Chieh Lo · 14 years ago
- 67660cd Add --subkey_in and --subkey_out options to firmware signing utility. by Gaurav Shah · 14 years ago
- f666780 Add --subkey_in option to kernel signing utility. by Gaurav Shah · 14 years ago
- 2a9c66c Cleanup option parsing for firmware signing utility. by Gaurav Shah · 14 years ago
- 262668f Added gbb_utility (tool for Google Binary Block) by Hung-Te Lin · 14 years ago
- 4052c3e random cleanup by Bill Richardson · 14 years ago
- 82e0860 need to chmod binaries by Bill Richardson · 14 years ago
- 371df8b Add install target to put utilities into chroot (in /opt/bin/) by Bill Richardson · 14 years ago
- b85b06b Add a --subkey switch to kernel signing utility. by Gaurav Shah · 14 years ago
- f5db4b8 Modifying the kernel_utility tool to create our magic blob. by Bill Richardson · 14 years ago
- 3003c1d Moved cgptlib into vboot_firmware Moved cgptlib tests into tests by Randall Spangler · 14 years ago
- 418ad3b complete 'cgpt show' and refactor for incoming commands. by Louis Yung-Chieh Lo · 14 years ago
- bf7615b Change kernel vboot header layout and add support for separate header verification. by Gaurav Shah · 14 years ago
- 0b8f35c Rearrange vboot_reference directories to isolate external components. by Bill Richardson · 14 years ago
- 93b09e5 Code cleanup. by Bill Richardson · 14 years ago
- 8eaf239 support 'cgpt repair' by Louis Yung-Chieh Lo · 14 years ago
- b31ddce add cgpt framework and attribute support. by Louis Yung-Chieh Lo · 14 years ago
- bd52fc7 VBoot Reference: Make kernel_config a 4K byte block, and move it after the verified boot block. by Gaurav Shah · 14 years ago
- 2480a18 Vboot Reference: Make kernel signing utility more flexible. by Gaurav Shah · 14 years ago
- 65127cc Add a --vblock option to firmware_utility to only output the verification block. by Gaurav Shah · 14 years ago
- fc70d72 VBoot Reference: Refactoring Part 3 by Gaurav Shah · 14 years ago