summaryrefslogtreecommitdiff
path: root/firmware/include
Commit message (Expand)AuthorAgeFilesLines
...
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-082-1/+5
* Add DISABLE_DEV_REQUEST flag to nvram.factory-2394.Bfactory-2368.BBill Richardson2012-05-251-0/+3
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-181-0/+4
* Add checksum to TPM RollbackSpace regions for FW and kernel.Bill Richardson2012-05-171-0/+1
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-041-0/+39
* Omit body load address checkChe-Liang Chiou2012-04-242-1/+4
* mount-encrypted: close TPM when spawning resizerKees Cook2012-04-051-0/+4
* tpm_lite: implement TPM_GetRandomKees Cook2012-03-012-2/+8
* Add Ctrl-Enter as an additional key to trigger dev USB boot.Tom Wai-Hong Tam2012-02-141-1/+2
* Clean up return codes for better interaction with U-Boot.Bill Richardson2012-01-171-4/+6
* tpmc: add PCR reading functionKees Cook2012-01-092-0/+6
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-181-2/+2
* Add VB_INIT_OUT_ENABLE_ALTERNATE_OS flagBill Richardson2011-11-162-2/+6
* Add flag to GBB to allow loading PCI Option ROMsBill Richardson2011-11-112-1/+9
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-102-0/+3
* new signature for optional easter egg.Bill Richardson2011-10-111-2/+2
* Some easter eggs may need a refresh.Bill Richardson2011-10-111-1/+1
* VbExBeep() now returns VbError_t instead of voidBill Richardson2011-09-231-6/+20
* Stub out easter egg, in case BIOS wants to implement one.Bill Richardson2011-09-141-0/+7
* gbb_utility: add --flags parameter.Hung-Te Lin2011-08-291-6/+2
* Add tests for utility.h and sysincludes.h macrosRandall Spangler2011-08-242-2/+3
* bmpblock v1.2 - render HWID inside vboot_referenceBill Richardson2011-08-241-1/+2
* Add unit tests for utility.cRandall Spangler2011-08-231-5/+9
* Cleanup: DEFAULT.yaml should include locale_names section.Bill Richardson2011-08-221-2/+3
* Decompress images in vboot wrapper, not in BIOS.Bill Richardson2011-08-171-9/+19
* Clean up calling LoadFirmware() from VbSelectFirmware()Randall Spangler2011-07-291-61/+7
* Add flags field to GBBRandall Spangler2011-07-271-21/+41
* Move VbNvContext setup/teardown to vboot wrapper funcsRandall Spangler2011-07-262-12/+6
* Refactor LoadFirmware() and LoadKernel() to return VbError_tRandall Spangler2011-07-263-31/+13
* Return more meaningful error codes from vboot entry pointsRandall Spangler2011-07-251-7/+59
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-252-6/+0
* Revert "Refactor TPM calls into vboot wrapper"Elly Jones2011-07-252-0/+6
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-252-6/+0
* Cleanup and preparation for inside-wrapper TPM refactoring.Randall Spangler2011-07-222-1/+8
* Add vboot support for RO-normal code path.Randall Spangler2011-07-143-12/+14
* Add support for flags in the firmware preamble.Randall Spangler2011-07-132-8/+43
* Add support for merged normal+dev firmwareRandall Spangler2011-07-111-1/+3
* Add support for dev_boot_usb flagRandall Spangler2011-07-111-0/+2
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-083-17/+19
* Vboot wrapper initial implementationRandall Spangler2011-07-086-68/+12
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-081-31/+3
* Add string utility functions.Randall Spangler2011-07-081-0/+18
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-011-3/+31
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-011-31/+3
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-271-3/+31
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-271-31/+3
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-271-2/+2
* Vboot wrapper API - crossystem and header filesRandall Spangler2011-06-274-4/+31
* Vboot wrapper APIRandall Spangler2011-06-231-0/+519
* Add locale_string decoder into BmpBlock.Bill Richardson2011-05-191-1/+2