summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Omit body load address checkChe-Liang Chiou2012-04-243-9/+4
* mount-encrypted: close TPM when spawning resizerKees Cook2012-04-052-0/+8
* tpm_lite: implement TPM_GetRandomKees Cook2012-03-014-3/+46
* Add new line after printing non-zero GBB flags.Stefan Reinauer2012-02-281-0/+1
* Add Ctrl-Enter as an additional key to trigger dev USB boot.Tom Wai-Hong Tam2012-02-142-1/+4
* Oops. Must still distinguish "no disks" from "no valid disks".Bill Richardson2012-01-271-1/+0
* Make VbTryLoadKernel() go to recovery when no valid disks are foundBill Richardson2012-01-251-2/+7
* Be aggressive in saving locale to nvram.Bill Richardson2012-01-242-1/+12
* Remove debug messages from VbAudioLooping() - too noisy.Bill Richardson2012-01-221-9/+0
* Fix audio loop for long-delay keyboard reads.Bill Richardson2012-01-193-70/+103
* Acknowledge Ctrl+U fasterVincent Palatin2012-01-181-12/+18
* Clean up return codes for better interaction with U-Boot.Bill Richardson2012-01-172-5/+7
* Fix compile by eliminating unused variableSonny Rao2012-01-091-1/+0
* tpmc: add PCR reading functionKees Cook2012-01-094-0/+34
* ONLY pressing the recovery button okays booting from USBBill Richardson2011-11-281-1/+1
* Revert "Revert "Add x86_64 architecture support""Simon Glass2011-11-221-0/+46
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-185-20/+21
* Pressing the recovery button okays booting from USBBill Richardson2011-11-161-2/+4
* Add VB_INIT_OUT_ENABLE_ALTERNATE_OS flagBill Richardson2011-11-164-9/+22
* Fix typo, add one VBDEBUG.Bill Richardson2011-11-142-1/+2
* Revert "Add x86_64 architecture support"Nick Sanders2011-11-141-46/+0
* Add x86_64 architecture supportSimon Glass2011-11-141-0/+46
* Add a few comments and warnings when building incorrectlySimon Glass2011-11-142-0/+7
* Address security concerns for vboot_audio.cBill Richardson2011-11-141-2/+25
* Sanity-check output of VbExDiskGetInfo()Bill Richardson2011-11-141-0/+9
* Add flag to GBB to allow loading PCI Option ROMsBill Richardson2011-11-113-2/+15
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-106-8/+39
* Fix the tree for tangentStefan Reinauer2011-11-021-0/+2
* vboot_reference: clean up CFLAGS and enable unrolled loopsStefan Reinauer2011-11-021-1/+7
* Move Memset from vboot_reference to vbexport/u-bootStefan Reinauer2011-11-022-8/+6
* vboot_reference: Fix typo in firmware MakefileStefan Reinauer2011-11-021-1/+1
* new signature for optional easter egg.Bill Richardson2011-10-113-6/+3
* Some easter eggs may need a refresh.Bill Richardson2011-10-113-3/+5
* Fix potential NULL pointer dereference in vboot_kernel.cStefan Reinauer2011-10-101-1/+4
* Enable (and test) custom dev-mode soundsBill Richardson2011-10-053-43/+188
* Refactor dev-mode delay handling into a separate file.Bill Richardson2011-10-055-106/+188
* Add more debugging info to BIOS screens.Bill Richardson2011-09-281-1/+95
* Make startup delay and noises simpler to change.Bill Richardson2011-09-262-26/+110
* VbExBeep() now returns VbError_t instead of voidBill Richardson2011-09-233-8/+23
* Make BIOS screens warn when GBB.flags is nonzero.Bill Richardson2011-09-141-0/+11
* Stub out easter egg, in case BIOS wants to implement one.Bill Richardson2011-09-144-3/+26
* Up/Down keys should change locale in BIOS screens.Bill Richardson2011-09-131-2/+3
* Change debug messages to use 1-based GPT partition numbers.Bill Richardson2011-09-082-3/+6
* Display sha1sums in BIOS debug infotest-982.Bfactory-980.BBill Richardson2011-09-011-2/+37
* Add tests for vboot_firmware.cRandall Spangler2011-09-011-2/+5
* Add tests for rsa_utility.cRandall Spangler2011-09-011-6/+8
* gbb_utility: add --flags parameter.Hung-Te Lin2011-08-291-6/+2
* Remaining unit tests for rollback_index.cRandall Spangler2011-08-291-0/+8
* Partial unit tests for rollback_indexRandall Spangler2011-08-262-24/+37
* Add tests for utility.h and sysincludes.h macrosRandall Spangler2011-08-242-2/+3