summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot: fix a typo in CL:2112321stabilize-13070.BJoel Kitching2020-04-301-1/+1
* 2crypto: Force correct section flags for .rodata arraysJulius Werner2020-04-291-3/+4
* vboot: Convert reboot-related errors to vboot2-styleYu-Ping Wu2020-04-2814-199/+220
* crossystem: add support for ADL gpiochipSubrata Banik2020-04-281-0/+3
* crossystem: Add quirk reading wpsw_curLukasz Majczak2020-04-231-1/+46
* vboot: Add screens for recovery using diskYu-Ping Wu2020-04-221-0/+4
* vboot: Add broken screen to vb2_screenYu-Ping Wu2020-04-221-0/+2
* vboot: Add recovery select screen to vb2_screenYu-Ping Wu2020-04-223-10/+23
* 2crypto: Force exported const arrays to .rodataJulius Werner2020-04-221-1/+8
* 2api: Add kernel version getter and make dev-signed check fail softJulius Werner2020-04-213-1/+15
* vboot: Add vb2api_phone_recovery_enabled() to vboot APIYu-Ping Wu2020-04-209-12/+111
* vboot: move recovery reason strings to vboot2 namespaceJoel Kitching2020-04-208-128/+257
* secdata: Initialize secdata kernel in vb2api_fw_phase1dnojiri2020-04-186-36/+24
* vboot: remove some trailing spacesJoel Kitching2020-04-173-4/+4
* vboot: decouple EC/AUXFW sync from UIYu-Ping Wu2020-04-177-176/+81
* vboot: remove VBERROR_TPM_SET_BOOT_MODE_STATE error codeJoel Kitching2020-04-178-40/+48
* updater_utils.h: stop using 'dev=1' in flashrom commandNikolai Artemiev2020-04-171-1/+1
* vboot: Add VB2_ERROR_UI_MEMORY_ALLOC to vb2_error_tYu-Ping Wu2020-04-161-0/+3
* vboot: remove more unused pre-vboot1 and vboot1 error codesJoel Kitching2020-04-161-25/+0
* vboot: Remove VB2_SCREEN_TOUCHPAD_SYNC from vb2_screenYu-Ping Wu2020-04-141-2/+0
* vboot: clear recovery request in all boot modesJoel Kitching2020-04-143-11/+33
* vboot: Add a leading space before labelsYu-Ping Wu2020-04-092-2/+2
* vboot: Add VB2_ERROR_UI_INVALID_LOCALE to vb2_error_tYu-Ping Wu2020-04-071-0/+3
* vboot: Add firmware sync screens to vb2_screenYu-Ping Wu2020-04-071-1/+5
* Rewrite algorithm type parsers and make them globally availableJulius Werner2020-04-0618-353/+460
* 2secdata_kernel: Fix debug messagesstabilize-sylas-13019.Bdnojiri2020-04-021-3/+3
* ec_sync: Ignore NO_BOOT when GBB says DISABLE_EC_SOFTWARE_SYNCdnojiri2020-04-012-5/+22
* ec_sync: Reset EC after updating Hmirdnojiri2020-04-013-0/+27
* vboot: Add a blinking cursor to the vendor promptMathew King2020-03-313-2/+35
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-3140-393/+66
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-3117-284/+189
* updater: Add Drallion to the wilco quirk listDuncan Laurie2020-03-311-0/+2
* Makefile: Explicitly signal success at the end of 'make runtests'Julius Werner2020-03-271-0/+3
* Makefile: Pull ebuild special cases into install targetsJulius Werner2020-03-271-14/+17
* vboot: Fixes bug in get_gbb_flags.sh -eRob Barnes2020-03-241-1/+1
* vboot: Implement dev mode boot options for menu UIstabilize-12997.BHsuan Ting Chen2020-03-235-3/+416
* vboot: remove compression_type constantsJoel Kitching2020-03-231-8/+0
* vboot: remove VbExRegionRead vestigesJoel Kitching2020-03-231-7/+0
* vboot: Introduce menu UIHsuan Ting Chen2020-03-216-3/+164
* vboot: Fix fuzzer buildManoj Gupta2020-03-191-0/+1
* Avoid zero-size VLA in cmd_dump_fmap.cinglorion2020-03-181-1/+2
* host: add host library for accessing chromeos-configrelease-R82-12974.BJack Rosenthal2020-03-134-0/+325
* vboot: stop reading from ACPI for wpsw_bootJoel Kitching2020-03-111-4/+0
* vboot: Move vb2_normal_boot tests to vb2_kernel_tests.cHsuan Ting Chen2020-03-103-41/+53
* vboot: create 2kernel.c for kernel-related functionsJoel Kitching2020-03-0910-308/+501
* vboot: stop setting VBSD_BOOT_FIRMWARE_WP_ENABLEDJoel Kitching2020-03-062-5/+2
* Revert "vboot: Add screen types for upcoming UI revamp"Yu-Ping Wu2020-03-061-22/+0
* EFS: Implement EFS2 and NO_BOOT modeDaisuke Nojiri2020-03-0510-48/+196
* Add vb2_secdata_kernel_v10dnojiri2020-03-059-74/+504
* Increase VB2_CONTEXT_MAX_SIZEdnojiri2020-03-051-2/+3