summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sing_official_build: do not attempt signing AP RO for guybrushVadim Bendebury2023-03-291-3/+9
* scripts/keygeneration: Add replace_recovery_key.shJulius Werner2023-03-291-0/+94
* futility: gbb: Read only the GBB region from flashEvan Benn2023-03-291-1/+2
* host: Add region parameter to flashrom_read_imageEvan Benn2023-03-293-5/+12
* host: flashrom_drv: Read fmap layout from flash onlyEvan Benn2023-03-291-12/+5
* futility: updater: Pass bus=prog for dummy programmer for --emulateSam McNally2023-03-291-1/+1
* futility/flashrom_drv: Add new skip perm flags to read pathEdward O'Callaghan2023-03-291-0/+2
* futility/cmd_read.c: Add region supportEdward O'Callaghan2023-03-291-1/+22
* futility: updater: add new quirk 'clear_mrc_data'Hung-Te Lin2023-03-295-17/+77
* get_gbb_flags.sh: Add removal notice messageEvan Benn2023-03-292-0/+4
* 2lib: Add vb2_get_gbb_flag_descriptionEvan Benn2023-03-293-2/+130
* futility: cmd_read: Do not error on bad firmware formatEvan Benn2023-03-293-6/+12
* futility/flashrom_drv: Add new skip perm flagsEdward O'Callaghan2023-03-291-0/+2
* futility: Add read commandEvan Benn2023-03-294-0/+157
* futility: Add read/write flash capability to gbb commandEvan Benn2023-03-294-55/+220
* futility: Move some argument handling to shared fileEvan Benn2023-03-293-48/+87
* Add PRESUBMIT.pyYu-Ping Wu2023-03-291-0/+17
* Makefile: Remove old include directoriesJulius Werner2023-03-291-4/+2
* Replace sign_uefi.sh with sign_uefi.pyNicholas Bishop2023-03-292-115/+2
* Port sign_uefi.sh to PythonNicholas Bishop2023-03-295-0/+260
* crossystem: Print an error log if we fall back to WPSW_BOOTDouglas Anderson2023-03-291-0/+3
* Remove newbitmaps entries from .gitignoreNicholas Bishop2023-03-291-6/+0
* futility: gbb: Handle errors in reading filesEvan Benn2023-03-291-9/+18
* futility: gbb: Make error handling consistent in main()Evan Benn2023-03-291-15/+40
* futility: Move prepare_servo_control to updater_utils.cEvan Benn2023-03-293-11/+18
* futility: Move write_to_file to misc.cEvan Benn2023-03-293-35/+44
* create_new_keys: use single AP RO Verification root key pairVadim Bendebury2023-03-295-2/+87
* futility: updater: Detect the model via FRID for non-host programmersSam McNally2023-03-295-1/+108
* futility: gbb: Move errorcnt from function to mainEvan Benn2023-03-291-18/+21
* futility: Store errno before printing strerrorEvan Benn2023-03-291-19/+23
* futility: Return -1 from read_from_fileEvan Benn2023-03-291-1/+1
* firmware/2lib/2recovery_reason: Add vendor blob verification failureKarthikeyan Ramasubramanian2023-03-292-0/+5
* firmware/2lib/2nvstorage: Skip NV init if already initializedKarthikeyan Ramasubramanian2023-03-292-0/+11
* firmware/2lib: Introduce API to report previous boot failureKarthikeyan Ramasubramanian2023-03-293-12/+119
* 2lib: Remove vb2ex_msleep()Hsuan Ting Chen2023-03-292-11/+2
* futility: updater: Skip loading non-host images with --emulation passedSam McNally2023-03-291-1/+1
* make_dev_ssd.sh: Add logs of make_dev_ssd.shLIU KUAN-FU2023-03-291-1/+6
* flashrom: ensure flashrom symbols are not loaded if !USE_FLASHROMNobel Barakat2023-03-291-1/+4
* futility: try ignoring GBB flags when validating GSCVDVadim Bendebury2023-03-292-15/+50
* ap_ro_signing: do not sign unless RO_GSCVD presentVadim Bendebury2023-03-291-27/+33
* sign_official_build.sh: refactor futility invocationsVadim Bendebury2023-03-291-50/+43
* futility: updater: Only apply the preserve_me quirk for autoupdates.Sam McNally2023-03-294-21/+32
* Makefile: Fix missing utilities for 'make all'Yu-Ping Wu2023-03-291-2/+4
* sign_gsc_firmware: check ti50 images for prohibited blobsVadim Bendebury2023-03-291-0/+17
* Reland "crossystem: Add board_id property"Jack Rosenthal2023-03-294-23/+30
* crossystem: arm: Make FDT_BASE_PATH /proc/device-treeJack Rosenthal2023-03-291-15/+16
* Revert "crossystem: Add board_id property"Brian Norris2023-03-294-30/+23
* host/lib/cbfstool: Fix cbfs verification validity checkJakub Czapiga2023-03-291-1/+1
* crossystem: Add board_id propertyJack Rosenthal2023-03-294-23/+30
* host/lib: Add flashrom_read_region() to read just the requested regionSam McNally2023-03-293-4/+30