summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-3018-196/+659
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-2918-656/+196
* Implementation of Region APISimon Glass2013-08-2818-196/+656
* Improve kernel tests to pass valgrindSimon Glass2013-08-251-11/+29
* Enable vboot for sandbox and improve debugging/format stringsSimon Glass2013-08-246-28/+22
* Add VB_SELECT_FIRMWARE_COUNT to enumSimon Glass2013-08-161-1/+2
* Fix incorrect format stringsstabilize-falco-4537.91.Bstabilize-4537.147.Bstabilize-4537.118.Brelease-R30-4537.BVadim Bendebury2013-08-104-9/+11
* vboot: fix mocked TPM buildDuncan Laurie2013-08-091-2/+2
* Add labels to MTD partitions.Albert Chaulk2013-07-311-2/+7
* fix build error when DEBUG is enabledMike Frysinger2013-07-301-0/+1
* VbInit(): printout gbb flags as wellfactory-pit-4471.BAaron Durbin2013-07-261-1/+2
* rollback_index: Remove recovery_mode parameter to SetupTPM.Shawn Nematbakhsh2013-07-235-19/+15
* rollback_index: Add recovery parameter to RollbackKernelLock.stabilize-4443.BShawn Nematbakhsh2013-07-225-13/+7
* Port MTD structures to use 64-bit byte offsets instead of sectors.Albert Chaulk2013-07-032-32/+68
* Fix recovery mode entry due to invalid FW hash.Aaron Durbin2013-06-261-0/+7
* Bugfixes & MTD create commandAlbert Chaulk2013-06-241-2/+3
* Correct debug message typoVadim Bendebury2013-06-241-1/+1
* Provide MTD version of common functionsfactory-4290.BAlbert Chaulk2013-06-181-0/+1
* Add GBB flags for disabling software sync and defaulting to legacy bootfactory-spring-4262.Bfactory-skate-4262.459.BRandall Spangler2013-06-122-2/+23
* EC software sync no longer checks for shutdown requestedRandall Spangler2013-06-121-34/+0
* Integrate the flash key-value store code into cgpt.stabilize-4255.BAlbert Chaulk2013-06-102-0/+456
* tpmc: Fix compilation with MOCK_TPM=1toolchainBstabilize-spring-4100.53.Bstabilize-4100.38.Brelease-R28-4100.Bfactory-spring-4131.Bfactory-4128.BDuncan Laurie2013-05-061-0/+13
* Implement cgptlib for MTD devices.Albert Chaulk2013-05-026-24/+528
* Clarify comment in VbInit()Randall Spangler2013-04-101-1/+2
* Massive refactoring of external header files.Bill Richardson2013-04-0251-29/+91
* 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