summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot: Move IsEntryUnused to gpt_miscDan Ehrenberg2014-12-121-0/+6
* Allow /etc/defaults/vboot_reference to customise some utilitiesBill Richardson2014-12-061-2/+21
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-21/+49
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-041-36/+49
* vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler2014-12-041-28/+45
* vboot2: Clean up signing data for unit testsRandall Spangler2014-12-041-5/+0
* Tidy vboot2-specific libraries and testsRandall Spangler2014-12-041-27/+42
* vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler2014-12-011-0/+4
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-011-0/+4
* futility: workaround for broken toolchain in static buildsBill Richardson2014-11-301-0/+4
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-271-0/+5
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-271-0/+1
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-271-0/+4
* vboot2: Add host library functions to read/write files and objectsRandall Spangler2014-11-271-0/+8
* vboot: Remove FTS codeNam T. Nguyen2014-11-261-17/+1
* vboot2: Add api-level functions to use new data structuresRandall Spangler2014-11-141-1/+4
* vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen2014-11-141-6/+2
* vboot2: load keyblock and preamble from new-style structsRandall Spangler2014-11-141-0/+3
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-131-1/+6
* vboot2: use common header size fieldsRandall Spangler2014-11-051-0/+1