summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* bdb: Add secrets librarystabilize-8530.Bstabilize-8530.96.Bstabilize-8530.93.Bstabilize-8530.89.Bstabilize-8530.80.Bstabilize-8530.77.Bstabilize-8530.71.Bstabilize-8530.35.Bstabilize-8516.Brelease-R53-8530.BDaisuke Nojiri2016-06-231-0/+1
* bdb: Add NVM libraryDaisuke Nojiri2016-05-201-2/+3
* hmac: Add HMAC to 2lib libraryDaisuke Nojiri2016-05-101-2/+6
* bdb: Add vba_bdb_initDaisuke Nojiri2016-05-071-2/+7
* bdb: Replace sha functions with vb2 libraryDaisuke Nojiri2016-05-041-4/+3
* bdb: Integrate bdb_testDaisuke Nojiri2016-05-041-3/+48
* Pipe the custom_music use flag to the defineAlexandru M Stan2016-01-261-0/+4
* Port to musl: musl doesn't have execinfo.h.Doug Evans2016-01-071-0/+5
* Use ${WERROR} consistently.Doug Evans2016-01-061-1/+1
* Move default target up so it's really the default.stabilize-smaug-7800.Bstabilize-7797.BDoug Evans2015-12-161-7/+10
* futility: Support for signing RO+RW firmwarestabilize-smaug-7547.BBill Richardson2015-10-131-0/+1
* futility: Compute / verify root key hashRandall Spangler2015-07-211-1/+2
* vboot2: Add 2.0 api layer to verify kernel partitionRandall Spangler2015-06-091-0/+3
* cgpt: Add a callback to allow override of GPT entry priorityFurquan Shaikh2015-06-041-0/+2
* fastboot: Add routines for unlock and lock devicestabilize-7131.BFurquan Shaikh2015-05-291-0/+2
* fastboot: Add routine for verifying kernel image loaded in memoryFurquan Shaikh2015-05-271-0/+2
* vboot2: Add routines to load and verify kernel keyblockRandall Spangler2015-05-221-0/+2
* vboot2: Split keyblock checking and signature validationRandall Spangler2015-05-221-1/+1
* vboot2: Add routine to verify kernel preambleRandall Spangler2015-05-211-0/+1
* vboot2: Add support for kernel version secure data spaceRandall Spangler2015-05-131-0/+3
* futility: add support for usbpd1 imagesBill Richardson2015-03-311-0/+1
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-311-1/+1
* add a install_dev targetMike Frysinger2015-03-271-3/+36
* futility: Let each command provide its own helpBill Richardson2015-03-181-1/+1
* vb21 tests: use the build dir for temp filesMike Frysinger2015-03-131-2/+2
* split -Werror out into a dedicated varMike Frysinger2015-03-131-1/+2
* futility: add tests for futil_file_type(), correctly this timeBill Richardson2015-03-121-3/+16
* Revert "futility: add tests for futil_file_type()"Prathmesh Prabhu2015-03-121-7/+0
* futility: add tests for futil_file_type()Bill Richardson2015-03-111-0/+7
* futility: Display public and private keys for both formatsBill Richardson2015-03-101-1/+2
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-101-0/+5
* Do not litter the source directory with build artifactsBill Richardson2015-02-281-2/+2
* Fix some Makefile dependencies for parallel testsBill Richardson2015-02-271-2/+2
* Remove duplicated linker flagAnatol Pomazau2015-02-251-1/+0
* vboot2: add library function for extracting vmlinuz from kernel partZach Reizner2015-02-231-1/+3
* vboot_reference: Support MTD devices in dump_kernel_configstabilize-js-6812.26.Bstabilize-js-6812.25.Bstabilize-js-6812.21.Bstabilize-6812.83.Bstabilize-6812.75.Bstabilize-6812.41.Bstabilize-6812.34.Bstabilize-6812.29.Bstabilize-6812.15.Bstabilize-6812.14.Bstabilize-6812.13.Brelease-R42-6812.Bfactory-ryu-6486.14.BNam T. Nguyen2015-02-191-0/+5
* vboot_reference: Install vboot_host.pc fileNam T. Nguyen2015-02-191-1/+22
* Changes to compile signing tools on darwinDavid Riley2015-02-111-0/+4
* Restore lost dependenciesBill Richardson2015-02-031-0/+2
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-1/+2
* futility: refactor file type detection into new filesBill Richardson2015-01-311-0/+1
* Don't include lib20 files in xrefsBill Richardson2015-01-311-0/+2
* Rename Makefile's fwlib2 target to fwlib20.Bill Richardson2015-01-291-32/+24
* futility: extract vb2_verify_fw to an external testBill Richardson2015-01-281-6/+3
* futility: remove obsolete dev_sign_file commandBill Richardson2015-01-221-3/+0
* futility: extract verify_kernel command to an external testBill Richardson2015-01-221-1/+2
* futility: update the vbutil_kernel implementationBill Richardson2015-01-221-1/+0
* Add cgpt_wrapper binary to transparently support NANDNam T. Nguyen2015-01-171-1/+32
* use ${} with make vars instead of $()Mike Frysinger2015-01-161-38/+38
* integrate support for static buildsMike Frysinger2015-01-161-1/+10