summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Avoid build failures on recent distrosstabilize-15129.Bstabilize-15122.Bstabilize-15120.BSimon Glass2022-09-151-0/+19
* 2api: Add a new entry point for only loading and verifying the kernelNicholas Bishop2022-09-071-0/+2
* vboot_reference: make flashrom_get_wp() use libflashromNikolai Artemiev2022-08-181-1/+0
* 2misc: Abort before using GBB if gbb_offset is not initializedNicholas Bishop2022-08-171-0/+2
* 2load_kernel.c: Expose load kernel as vb2_apiHsin-Te Yuan2022-07-291-10/+5
* tests/common/tests.h: rename test_common.h to common/tests.hHsin-Te Yuan2022-07-151-4/+4
* Makefile: Hide coverage helper targets if COV is not setHsuan Ting Chen2022-07-131-5/+5
* Makefile: coverage: Fix build failureHsuan Ting Chen2022-07-131-2/+2
* vboot_api_kernel.c: Remove kparams_ptrHsin-Te Yuan2022-07-131-2/+4
* futility/file_type_bios: Rework image signingJakub Czapiga2022-06-301-2/+4
* vboot_ref/Makefile: Expose symbols irregardless of USE_FLASHROMstabilize-14918.BEdward O'Callaghan2022-06-161-2/+2
* 2api: Remove UI callback functionsstabilize-quickfix-14909.132.Bstabilize-14909.100.Brelease-R104-14909.Bfirmware-guybrush-14500.Bfactory-guybrush-14908.Bfactory-brya-14909.124.BYu-Ping Wu2022-06-071-2/+0
* futility: updater: split manifest implementation from updater_archivestabilize-14839.BHung-Te Lin2022-05-161-0/+1
* futility: updater: support reading the archives using libarchiveHung-Te Lin2022-05-151-1/+9
* vboot_reference/Makefile: Fix building with USE_FLASHROM:=0Edward O'Callaghan2022-02-281-7/+10
* vboot_ref: Reshuffle parallel flashrom implEdward O'Callaghan2022-02-191-1/+3
* futility: Link with libcrosidJack Rosenthal2022-01-101-1/+7
* crossystem: Remove the stale TPM simulator supportYi Chou2022-01-101-9/+0
* Makefile: Fix missed boolean flagsstabilize-14442.BJakub Czapiga2022-01-041-4/+4
* vboot_ref/futility: Wrap flashrom_drv behind USE_FLASHROMEdward O'Callaghan2021-12-291-6/+13
* vboot_ref/futility: Extract out flashrom call logicEdward O'Callaghan2021-12-241-1/+2
* vboot_reference/Makefile: Work towards a common flashrom pathstabilize-14411.BEdward O'Callaghan2021-12-161-6/+7
* Makefile: Make boolean variables use zero as disabledstabilize-14385.BJakub Czapiga2021-12-031-21/+21
* Makefile: Remove DETACHABLE and PHYSICAL_PRESENCE_KEYBOARDJakub Czapiga2021-12-031-14/+0
* Makefile: Add dumpRSAPublicKey to SDK utilitiesfactory-kukui-14374.BYu-Ping Wu2021-11-261-0/+1
* Makefile: Avoid duplicate installation of utilityYu-Ping Wu2021-11-261-29/+32
* firmware/2lib: Remove BOOT_EXTERNAL_ON_DEVJakub Czapiga2021-11-251-7/+0
* vboot_reference/futility: Port W path to using libflashromEdward O'Callaghan2021-11-181-1/+3
* futility: add subcommand for creating and verifying the RO_GSCVD areaVadim Bendebury2021-10-181-2/+2
* Makefile: add install_dut_test ruleKangheui Won2021-10-181-9/+24
* vboot: boot from miniOS recovery kernels on diskstabilize-14249.BJoel Kitching2021-09-241-0/+2
* vboot: Allow enabling unit test console outputYu-Ping Wu2021-09-171-1/+1
* vboot/ui: Remove 2ui, 2ui_screens, and vb2_ui*_testsstabilize-rust-14225.Bstabilize-rust-14224.Bstabilize-rust-14220.Bedisonhello2021-09-141-10/+0
* vboot/ui: Remove diagnostics menu and related testsedisonhello2021-09-141-2/+0
* vboot/vboot_kernel: split gpt tests out of vboot_kernel_testsJoel Kitching2021-07-211-0/+2
* Makefile: deprecate config DIAGNOSTIC_UIHsuan Ting Chen2021-07-161-7/+0
* vboot: add x86 SHA256 ext supportKangheui Won2021-07-011-0/+18
* Makefile: Optimize with -Og for DEBUG=1Julius Werner2021-07-011-1/+1
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-0/+2
* portability fixes: support building vboot on OpenBSDstabilize-13983.Bstabilize-13982.88.Bstabilize-13982.82.Bstabilize-13982.70.Bstabilize-13982.69.Bstabilize-13982.60.Bstabilize-13982.51.Brelease-R92-13982.BIdwer Vollering2021-05-201-0/+8
* cleanup: remove ryu roothash functionalityJack Rosenthal2021-05-011-1/+0
* cgpt: Move all GPT on SPI-NOR infra behind a flagNicolas Boichat2021-04-091-3/+15
* crossystem: support driver-level TPM2.0 simulatorYi Chou2021-02-261-0/+9
* vboot: remove vboot_audio.c and friendsJoel Kitching2021-01-281-1/+0
* vboot: merge vboot_api_stub_init.c into vboot2 namespaceJoel Kitching2021-01-281-2/+0
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-201-2/+2
* vboot: move lib20/misc.c into 2lib namespaceJoel Kitching2021-01-201-3/+3
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-041-37/+1
* Makefile: use -fPIC instead of -fPIETom Hughes2020-12-031-1/+1
* Makefile: Test for warning flags before using themPatrick Georgi2020-11-241-5/+26