summaryrefslogtreecommitdiffstats
path: root/src/security/vboot
Commit message (Expand)AuthorAgeFilesLines
* security/vboot: Allow files to go into only RW-A or RW-B regionMartin Roth2020-07-082-3/+26
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-8/+8
* security/vboot: Add option to run verstage before bootblockMartin Roth2020-06-155-11/+29
* src: Remove unused 'include <fmap.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove unused 'include <symbols.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-181-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* src: Remove unused '#include <stddef.h>'Elyes HAOUAS2020-05-131-1/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-113-84/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1122-22/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX headerElyes HAOUAS2020-05-081-12/+2
* vboot: Provide declaration for verstage_mainboard_early_init()Furquan Shaikh2020-05-081-0/+1
* security/vboot: Limit vboot verification code access to only verstageSridhar Siricilla2020-05-043-23/+27
* security/vboot: Convert reboot-related errors to vboot2-styleYu-Ping Wu2020-05-011-6/+6
* vboot: Always build secdata functions for romstageJulius Werner2020-04-281-2/+2
* security/lockdown: Write-protect WP_ROPatrick Rudolph2020-04-281-0/+5
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* vboot: Add permission check for kernel spaceDaisuke Nojiri2020-04-231-0/+22
* security/vboot, mb/google: Fix build errorsPatrick Georgi2020-04-201-1/+1
* vboot/secdata: remove retries, readback, and CRC checkJoel Kitching2020-04-201-59/+15
* vboot: remove leftover TPM_PCR_GBB constantsJoel Kitching2020-04-201-3/+0
* ec_sync: Run EFS2 in romstagednojiri2020-04-176-16/+108
* assert.h: Simplify dead_code()Nico Huber2020-04-101-2/+2
* assert.h: Add a tag parameter to dead_code()Nico Huber2020-04-041-2/+2
* src/security: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0419-244/+38
* security/vboot: relocate and rename vboot_platform_is_resuming()Bill XIE2020-03-312-8/+2
* security/vboot: Decouple measured boot from verified bootBill XIE2020-03-316-292/+4
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-1720-25/+0
* vboot: remove extraneous vboot_recovery_mode_memory_retrainJoel Kitching2020-03-122-7/+0
* vboot: Upgrade kernel space to v1.0dnojiri2020-03-071-5/+11
* security/vboot: Support enabling EC EFS with EC software syncSam McNally2020-03-062-0/+9
* treewide: Capitalize 'CMOS'Elyes HAOUAS2020-02-242-5/+5
* vboot: remove rogue vboot_struct.h includeJoel Kitching2020-02-241-1/+1
* vboot: use vb2api_get_recovery_reason functionJoel Kitching2020-02-191-4/+1
* security/vboot: Correct help text of VBOOT_STARTS_IN_ROMSTAGEYu-Ping Wu2020-02-181-2/+2
* vboot: rename GBB flag FAFT_KEY_OVERIDE to FLAG_RUNNING_FAFTJoel Kitching2020-02-172-3/+3
* vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT optionJoel Kitching2020-02-176-108/+10
* vboot: push clear recovery mode switch until BS_WRITE_TABLESJoel Kitching2020-02-172-28/+16
* vboot: fix up some includesJoel Kitching2020-02-143-5/+3
* vboot: correct workbuf size when VBOOT_STARTS_IN_ROMSTAGEJoel Kitching2020-02-101-2/+11
* security/vboot: relocate vb2ex_abort and vb2ex_printfJoel Kitching2020-02-073-21/+35
* vendorcode/eltan/security: Switch to vb2 vboot libraryWim Vervoorn2020-02-051-1/+0
* vboot: Remove hard dependency on MISSING_BOARD_RESETJulius Werner2020-01-251-1/+1
* security/vboot: Allow UDC regardless of vboot stateWim Vervoorn2020-01-182-0/+11
* cbfs: Remove locator conceptJulius Werner2020-01-182-6/+3
* src/security: Fix typosElyes HAOUAS2020-01-101-1/+1
* src: Remove unused include <string.h>Elyes HAOUAS2019-12-261-1/+0
* security/vboot: Add a dedicated flag for building of vboot libraryBill XIE2019-12-202-33/+46