summaryrefslogtreecommitdiff
path: root/futility/file_type_bios.c
Commit message (Expand)AuthorAgeFilesLines
* futility/file_type_bios.c: Improve branch readabilityEdward O'Callaghan2023-05-151-12/+10
* futility/file_type_*: Use ERROR() macro consistentlyEdward O'Callaghan2023-03-251-10/+8
* futility/file_type*: Minor cleanups for maintainabilityEdward O'Callaghan2023-03-251-36/+19
* firmware: host: futility: Add CBFS metadata hash supportstabilize-15183.14.BJakub Czapiga2022-10-121-47/+91
* futility: Address double freestabilize-15167.BJon Murphy2022-10-051-1/+0
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* futility/file_type_bios: Rework image signingJakub Czapiga2022-06-301-152/+202
* futility: Remove --devsign and --devkeyblockJakub Czapiga2022-05-301-23/+3
* futility: Rework file opening and mappingJakub Czapiga2022-05-141-7/+42
* futility/file_type_bios: Remove old FlashMap area namesJakub Czapiga2022-04-271-20/+2
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-1/+0
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-251-1/+1
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-5/+6
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+2
* vboot: remove BUILD_ASSERT macroJoel Kitching2019-10-231-4/+8
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-1/+1
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+2
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-221-1/+1
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-2/+1
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-071-19/+0
* vboot: move general constants to a separate headerJoel Kitching2019-03-111-1/+1
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-061-11/+8
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-6/+7
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-101-6/+10
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-031-13/+13
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-5/+6
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-311-0/+521