summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot: remove unused 2nvstorage_fields.h from vb2_api.hfirmware-servo-12768.BJoel Kitching2019-12-171-3/+2
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-1716-215/+46
* vboot: remove leftover legacy secdata symbolsJoel Kitching2019-12-132-14/+0
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-135-27/+50
* vboot: Make 2nvstorage.h private to vboot_referenceYu-Ping Wu2019-12-131-1/+0
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-135-28/+41
* vboot/tpm2_lite: add FIRMWARE_NV_INDEX definitionJoel Kitching2019-12-121-1/+9
* lib/subprocess: add callback feature to the subprocess libraryJack Rosenthal2019-12-113-34/+251
* vboot: remove support for _s suffixed binaries in MakefileJoel Kitching2019-12-111-4/+0
* vboot/tlcl: add stddef.h includeJoel Kitching2019-12-111-0/+1
* vboot: Append periods to function descriptions in 2api.hYu-Ping Wu2019-12-101-2/+2
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-1016-305/+199
* vboot: remove definition of VB_INIT_OUT flagsJoel Kitching2019-12-101-23/+0
* lib/subprocess: style updatesstabilize-12748.BJack Rosenthal2019-12-103-22/+25
* crossystem: change mosys calls to use the subprocess libraryJack Rosenthal2019-12-102-70/+18
* vboot: remove static linking support from MakefileJoel Kitching2019-12-091-12/+3
* host/lib: add a subprocess libraryJack Rosenthal2019-12-074-0/+535
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-074-108/+1
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-067-36/+35
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-0631-27/+6
* vboot: migrate GBB-related error handling to vboot2Joel Kitching2019-12-062-9/+5
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-0610-148/+175
* vboot: Add const modifier to vb2api_relocate argumentYu-Ping Wu2019-12-062-15/+16
* Makefile: Make loop unrolling fully controllable by the callerJulius Werner2019-12-051-2/+4
* crossystem: drop support for AndroidJack Rosenthal2019-12-041-28/+4
* Recovery mode: Skip EC software syncTim Wawrzynczak2019-12-042-0/+19
* vboot: fix up vboot_api_kernel2_testsJoel Kitching2019-12-041-124/+186
* vboot/secdata: add fwmp parameter to enable FIPS 140-2 modeVadim Sukhomlinov2019-12-041-0/+1
* vboot/altfw: fix up some altfw codeJoel Kitching2019-11-304-45/+51
* firmware: Add static keyword to power_button_stateYu-Ping Wu2019-11-291-1/+1
* futility: updater: Remove quirk 'daisy_snow_dual_model'Hung-Te Lin2019-11-293-91/+0
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-2828-856/+832
* futility: updater: refactor: unify getting temp files for firmware imagesHung-Te Lin2019-11-273-32/+19
* Remove inflags from VbSelectAndLoadKernelParamsYu-Ping Wu2019-11-262-10/+0
* vboot: Don't warn user if enter key is pressed if rec switch is physicalMathew King2019-11-251-10/+20
* vboot: add errors for nvdata read/write failuresJoel Kitching2019-11-251-0/+6
* vboot: workbuf alignment should always use 8Joel Kitching2019-11-252-27/+31
* vboot: fix workbuf_used value after storing GBB headerJoel Kitching2019-11-252-4/+4
* futility: updater: refactor: isolate tempfile functions from updater_configHung-Te Lin2019-11-225-94/+135
* futility: updater: move "EC partial recovery" to be a quirk.Hung-Te Lin2019-11-223-122/+174
* futility: updater: move system-related utility functions to updater_utilsHung-Te Lin2019-11-226-760/+854
* futility: updater: fix wrong arguments passed by --ccdHung-Te Lin2019-11-213-5/+10
* PRESUMBIT: enable signoff_checkJett Rink2019-11-211-0/+1
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-193-7/+5
* Makefile: Define UNROLL_LOOPS to save ~50ms of boot timefactory-hatch-12692.BSubrata Banik2019-11-191-1/+1
* Makefile: Fix typo for MOCK_TPMJulius Werner2019-11-191-1/+1
* Split TLCL functionality out into a new libraryTim Wawrzynczak2019-11-181-7/+20
* futility: updater: Check and use larger regions in EC RO updateHung-Te Lin2019-11-181-1/+10
* chromeos-tpm-recovery: Clarify error message for boot modeJulius Werner2019-11-161-1/+1
* battery cutoff: Move cutoff handling from EC sync to kernel loadTim Wawrzynczak2019-11-152-33/+28