summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* vboot2: Add end-to-end test of firmware verificationstabilize.59781.98.Bstabilize.5978.98.Bstabilize.5978.51.Brelease-R37-5978.BRandall Spangler2014-06-201-0/+1
* vboot2: api-level routinesRandall Spangler2014-06-191-0/+9
* vboot2: misc higher-level routines, part 2Randall Spangler2014-06-191-0/+2
* vboot2: misc higher-level routinesRandall Spangler2014-06-191-0/+4
* vboot2: Add common functionsRandall Spangler2014-06-051-0/+10
* vboot2: Add nvstorage and secdata functionsRandall Spangler2014-06-051-0/+10
* vboot2: Add crypto functionsRandall Spangler2014-06-051-0/+13
* vboot2: Add workbuf functionsRandall Spangler2014-06-031-5/+39
* x86: Stop building the vboot library using regparm=3.stabilize-5254.Bfactory-zako-5220.BGabe Black2014-01-101-1/+1
* fwlib: Map architecture armv7 to armstabilize-4856.Bstabilize-4825.Bstabilize-4731.85.Bstabilize-4731.62.Bstabilize-4731.31.Brelease-R31-4731.Bfactory-samus-4788.Bfactory-daisy-4731.81.BStefan Reinauer2013-09-201-0/+2
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-301-3/+15
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-291-15/+3
* Implementation of Region APISimon Glass2013-08-281-3/+15
* Revert "Enable debug flags when building natively"Hung-Te Lin2013-08-271-1/+0
* Enable debug flags when building nativelySimon Glass2013-08-251-0/+1
* Add MTD test scriptAlbert Chaulk2013-07-161-0/+1
* Provide MTD version of common functionsfactory-4290.BAlbert Chaulk2013-06-181-0/+2
* Integrate the flash key-value store code into cgpt.stabilize-4255.BAlbert Chaulk2013-06-101-1/+7
* Implement cgptlib for MTD devices.Albert Chaulk2013-05-021-0/+1
* Build dump_fmap into futility.Bill Richardson2013-04-091-3/+17
* Build both static and dynamic versions of futility.Bill Richardson2013-04-081-6/+18
* Add framework for testing builtin futility functions.Bill Richardson2013-04-051-66/+69
* Include generated dependency files for all object files.Bill Richardson2013-04-051-9/+19
* Fix Makefile to only build fwlib when asked to, not hostlib too.Bill Richardson2013-04-051-14/+20
* Massive refactoring of external header files.Bill Richardson2013-04-021-4/+13
* Add a QUIET Makefile option to reduce non-error outputSimon Glass2013-03-261-21/+28
* Wrap all vboot utilities with futility.firmware-spring-3833.Bfactory-spring-3842.BBill Richardson2013-03-111-20/+46
* 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-061-0/+1
* Move CgptManager from vboot_reference to installerBill Richardson2013-03-041-97/+40
* Remove the mount-encrypted utility from vboot_referenceBill Richardson2013-02-281-50/+3
* Point to new libchrome-180609 for CgptManager stuffBill Richardson2013-02-261-1/+1
* Split off modules required for VbInit() and VbSelectFirmware()Randall Spangler2013-02-261-19/+54
* Let the Makefile install the utilities, not the ebuild.Bill Richardson2013-02-141-28/+70
* Add more vboot_api_kernel testsstabilize-bluetooth-smartRandall Spangler2013-02-061-0/+6
* Fix and enable vboot_api_kernel_testsRandall Spangler2013-02-061-1/+2
* Add kernel testsRandall Spangler2013-01-311-1/+4
* Add tlcl testsRandall Spangler2013-01-311-0/+7
* Start adding display testsRandall Spangler2013-01-251-1/+3
* Fix incorrect CFLAGS when compiling for hostRandall Spangler2013-01-251-5/+5
* Remove unused vbutil_ecRandall Spangler2013-01-241-6/+0
* Improve coverage of rollback_index.cRandall Spangler2013-01-231-0/+2
* Improve coverage of vbnvstorage testRandall Spangler2013-01-231-2/+3
* Fix architecture definitions.Randall Spangler2013-01-231-21/+25
* Clean up building code coverageRandall Spangler2013-01-231-16/+32
* Convert common tests from shell scripts to running directlyRandall Spangler2013-01-231-11/+16
* Complete refactoring of MakefileBill Richardson2013-01-221-479/+624
* Run some tests under qemu when cross-compilingRandall Spangler2013-01-161-36/+111
* Fix missing dependencyRandall Spangler2013-01-151-1/+1
* Use 'install' to do installation, prepare for futility installation.Bill Richardson2013-01-141-8/+11
* Add .PHONY targets for phony targetsBill Richardson2013-01-141-58/+80