summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some crufty macros.Gabe Black2013-03-1923-132/+39
* Get rid of the now unused biosincludes.h headers.stabilize-3881.0.BGabe Black2013-03-194-186/+0
* Don't include biosincludes.h any more.Gabe Black2013-03-181-10/+0
* Rename Strncat to StrnAppend, use it instead of strncat.firmware-spring-3824.Bfirmware-spring-3824.84.Bfirmware-spring-3824.55.Bfirmware-spring-3824.4.Bfirmware-skate-3824.129.BBill Richardson2013-03-063-29/+28
* Use Memcpy to avoid unaligned accesses when using RollbackKernelSpace.Gabe Black2013-03-041-6/+9
* Use Memcpy to access the fw_versions member of RollbackSpaceFirmware.Gabe Black2013-03-041-5/+9
* Split off modules required for VbInit() and VbSelectFirmware()Randall Spangler2013-02-268-118/+194
* rollback_index: fix -Wshadow warningsAaron Durbin2013-02-261-4/+4
* vboot_display: fix -Wwrite-strings compiler errorsAaron Durbin2013-02-262-5/+5
* fwlib: fix errors with -Wmissing-prototypesAaron Durbin2013-02-264-2/+12
* Software sync checks for shutdown-requested in all code pathsRandall Spangler2013-02-121-0/+12
* Add more display testsRandall Spangler2013-02-112-9/+22
* Add more vboot_api_kernel testsstabilize-bluetooth-smartRandall Spangler2013-02-062-26/+52
* Reformat to kernel styleRandall Spangler2013-02-061-117/+128
* EC software sync uses precomputed hash if availableRandall Spangler2013-02-064-19/+102
* Remove +x permissions from source files.Bill Richardson2013-02-051-0/+0
* Add VbExEcGetExpectedRWHash()Randall Spangler2013-02-051-1/+12
* Reformat to kernel styleRandall Spangler2013-02-041-719/+901
* Reformat cgptlib to kernel styleRandall Spangler2013-01-316-720/+800
* Reformat to kernel styleRandall Spangler2013-01-3112-1848/+2080
* Add kernel testsRandall Spangler2013-01-311-7/+6
* Add tlcl testsRandall Spangler2013-01-312-0/+7
* Reformat files to kernel styleRandall Spangler2013-01-291-604/+657
* Add display testsRandall Spangler2013-01-292-8/+16
* Reformat files to kernel styleRandall Spangler2013-01-2511-652/+755
* Remove dead ECPreamble codeRandall Spangler2013-01-251-46/+0
* Reformat header files to kernel styleRandall Spangler2013-01-2510-954/+1309
* Start adding display testsRandall Spangler2013-01-252-3/+5
* Improve coverage of cgptlib.cRandall Spangler2013-01-242-2/+13
* Remove unused vbutil_ecRandall Spangler2013-01-242-92/+0
* Improve coverage of rollback_index.cRandall Spangler2013-01-231-416/+477
* Fix architecture definitions.Randall Spangler2013-01-231-0/+0
* fix s_tpm_pcr_read_cmd structure name typoKees Cook2013-01-161-1/+1
* Make tpmc able to send and receive raw datagrams.Luigi Semenzato2013-01-112-2/+20
* Rename files and defines to simplify makefile.Randall Spangler2013-01-112-1/+5
* Unify vboot build into a single makefileRandall Spangler2013-01-111-135/+0
* Add missing TlclLibClose function for mock TPM interfaceDuncan Laurie2013-01-111-0/+4
* Use a separate knob for SHA512 unrollingSimon Glass2012-12-261-46/+44
* Add support for a V option which selects verbose Makefile output.Gabe Black2012-12-211-2/+4
* Add recovery_subcode field to nvstorage and crossystemBill Richardson2012-12-173-1/+15
* tlcl: move open retry into TlclKees Cook2012-12-121-6/+24
* Tlcl: allow OS failures to bubble up to callerstabilize2Kees Cook2012-11-283-11/+45
* Add more recovery_reason codesBill Richardson2012-11-267-27/+75
* Add FAFT keyboard remap GBB flagMarc Jones2012-11-061-1/+2
* vboot_reference: Fix keyboard input lag at confirm screen.Shawn Nematbakhsh2012-10-301-1/+3
* Add recovery reason for failure to correct TPM errorLuigi Semenzato2012-10-292-0/+4
* mount-encrypted: handle missing TPM on Chrome OSKees Cook2012-10-121-0/+1
* vboot_api_kernel: Print warning in Ctrl-U when dev_boot_usb is not enabled.Hung-Te Lin2012-10-031-0/+3
* vboot_api_kernel: Print warning in TONORM when GBB flags force DEV.Hung-Te Lin2012-09-271-0/+9
* Make cgpt_add error messages a little more verboseVadim Bendebury2012-09-263-5/+59