summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* futility: stop using the symlink names in utility scriptsBill Richardson2014-09-121-2/+2
* Remove unused include path.Alex Deymo2014-09-051-2/+0
* futility: add load_fmap command, useful for testsBill Richardson2014-09-051-0/+1
* futility: add "sign" command to resign firmware imagesBill Richardson2014-09-051-0/+1
* futility: Add a test for the resign_firmwarefd.sh scriptBill Richardson2014-09-051-0/+1
* futility: the show command can traverse all file typesBill Richardson2014-09-031-2/+5
* Remove futility linker script.Alex Deymo2014-09-021-10/+38
* vboot: Add system-level test for LoadKernel()Randall Spangler2014-08-291-1/+3
* Add 'tags' target to MakefileBill Richardson2014-08-291-1/+8
* cleanup: remove ancient tests that haven't been run in yearsBill Richardson2014-08-291-29/+3
* vboot2: Move vb2_verify_fw inside of futilityRandall Spangler2014-08-251-5/+5
* Call software sync a second time for PD, if necessaryRandall Spangler2014-08-011-0/+4
* futility: Add remaining vboot binary utilitiesBill Richardson2014-07-311-78/+36
* futility: deprecate eficompress and efidecompressBill Richardson2014-07-181-8/+32
* futility: add vbutil_keyblock into the built-in featuresBill Richardson2014-07-171-3/+2
* futility: add vbutil_key into the built-in featuresBill Richardson2014-07-171-3/+3
* Install and use futility when running testsBill Richardson2014-07-171-4/+7
* Slight tweak to MakefileBill Richardson2014-07-171-28/+7
* Avoid coredumps if the FMAP is wrong.Bill Richardson2014-07-171-1/+1
* Increase test coverage for dump_fmapBill Richardson2014-07-171-1/+1
* Cleanup futility test coverage framework a bitBill Richardson2014-07-161-6/+6
* Clean up exported Mtd* functionsBill Richardson2014-07-091-5/+9
* Split libvboot_host.a into external and local libraries.Bill Richardson2014-07-091-36/+90
* Add fPIE flagBertrand SIMONNET2014-07-071-0/+5
* 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