summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of enter and space in developer screens.Randall Spangler2012-08-162-60/+14
* Add clear TPM owner requestRandall Spangler2012-08-157-11/+61
* twostop: Skip kernel verification when built for U-Boot sandboxTaylor Hutt2012-08-151-0/+17
* Get kernel size/load address from vboot headersVadim Bendebury2012-08-142-8/+21
* mocked_tpm: Provide definition of kBootStateSHA1DigestsTaylor Hutt2012-08-141-0/+50
* firmware: Add TONORM_CONFIRM screen.Hung-Te Lin2012-08-133-0/+6
* Increase max number of bitmaps to composite to 16 per screen.Dave Parker2012-08-091-3/+3
* rename common.mk to build.mkMike Frysinger2012-08-081-1/+1
* Hash-based EC verification needs only a tiny bit of padding.c infoRandall Spangler2012-08-071-20/+9
* vboot: add flag to indicate that the EC is slow to programBill Richardson2012-08-074-8/+16
* Crossystem should return at-boot switch positions from VbSharedDataRandall Spangler2012-08-061-1/+7
* cryptolib: put constant arrays in rodata segmentVincent Palatin2012-08-064-10/+10
* Add WAIT screen to default bitmapBill Richardson2012-08-052-0/+4
* TONORM screen should display at Dev screen, not Recovery screen.Bill Richardson2012-08-023-64/+91
* Add missing mocked TPM functionsKees Cook2012-08-021-1/+18
* Flush keyboard at start of screens which take keyboard inputRandall Spangler2012-08-011-1/+51
* Revert "Enter key at DEV screen no longer transition to TONORM screen"Randall Spangler2012-08-012-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