summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Crossystem should return at-boot switch positions from VbSharedDatafirmware-link-2695.2.BRandall Spangler2012-08-061-1/+7
* TONORM screen should display at Dev screen, not Recovery screen.Bill Richardson2012-08-063-64/+91
* Add missing mocked TPM functionsKees Cook2012-08-061-1/+18
* Flush keyboard at start of screens which take keyboard inputRandall Spangler2012-08-061-1/+51
* Revert "Enter key at DEV screen no longer transition to TONORM screen"Randall Spangler2012-08-062-7/+7
* Enter key at DEV screen no longer transition to TONORM screenRandall Spangler2012-07-312-7/+7
* security: Avoid integer wrap on 32-bit platformsBill Richardson2012-07-311-2/+4
* Shut down after EC software sync if lid is closedRandall Spangler2012-07-261-11/+15
* Add more specific recovery reasons for EC software sync.Randall Spangler2012-07-263-11/+34
* Handle reboots required to protect/unprotect RW firmwareRandall Spangler2012-07-251-13/+25
* EC software sync now updates RW firmware if necessary.Randall Spangler2012-07-251-28/+81
* Call VbExEcGetExpectedRW() with the correct parameters.Bill Richardson2012-07-241-2/+6
* VbExEcGetExpectedRW() should take a const **Randall Spangler2012-07-233-5/+27
* Change VbExEcGetExpectedRW so that vboot picks an ec image instead of U-Boot.Gabe Black2012-07-192-4/+7
* Partial EC software sync implementationRandall Spangler2012-07-165-1/+118
* Request EC reboot to RO via return code rather than function (vboot portion)Randall Spangler2012-07-161-4/+2
* Ensure that the VGA is enabled/disabled as needed.Bill Richardson2012-07-113-5/+25
* Stub out new vboot APIs for EC software syncRandall Spangler2012-07-072-8/+89
* Add EC software sync flag to VbInit()Randall Spangler2012-07-071-0/+2
* Set/clear developer mode flag in VbInit outputChe-Liang Chiou2012-07-022-1/+4
* Revert "Expose getter of virtual dev switch value"Che-Liang Chiou2012-07-022-16/+0
* Expose getter of virtual dev switch valueChe-Liang Chiou2012-06-292-0/+16
* Add bits to request and acknowledge Option ROM loading.Bill Richardson2012-06-275-0/+21
* Remove VbExTrustEC() from vboot, so it can go into BIOS.Bill Richardson2012-06-183-7/+11
* Add GBB flags to enable dev mode by defaultRandall Spangler2012-06-144-13/+29
* tlcl: add GetOwner commandKees Cook2012-06-133-0/+24
* Remove unused test fields from VbNvStorageRandall Spangler2012-06-114-76/+4
* add SetVirtualDevMode stubMike Frysinger2012-06-091-0/+5
* add extra param to mocked SetupTPMMike Frysinger2012-06-091-1/+1
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-0810-58/+183
* Add DISABLE_DEV_REQUEST flag to nvram.factory-2394.Bfactory-2368.BBill Richardson2012-05-252-0/+15
* Honor both fake_dev and virtual dev switchBill Richardson2012-05-252-13/+13
* cryptolib: rename SHA* function to avoid openssl collisionfirmware-link-2348.BKees Cook2012-05-225-19/+19
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-187-91/+122
* Add checksum to TPM RollbackSpace regions for FW and kernel.Bill Richardson2012-05-177-36/+170
* Use CHROMEOS_EC macro to cut down compiled size.release-R20-2268.Bfactory-2268.16.BBill Richardson2012-05-092-0/+46
* Fix potential memory leak in KeyBlockVerify()Bill Richardson2012-05-091-0/+1
* Separate SHA256 and SHA512 into separate filesBill Richardson2012-05-093-287/+342
* Protect ARRAY_SIZE macro from being #defined twiceBill Richardson2012-05-091-0/+2
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-043-1/+130
* Require -Wall -Werror for everything.Bill Richardson2012-05-031-1/+0
* 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