summaryrefslogtreecommitdiffstats
path: root/src/security/vboot/common.c
Commit message (Expand)AuthorAgeFilesLines
* security/vboot: Die if vb2api_reinit() failedYu-Ping Wu2023-11-131-3/+7
* cbmem.h: Drop cbmem_possible_online in favor of ENV_HAS_CBMEMArthur Heymans2023-10-251-1/+1
* vboot: Add VBOOT_CBFS_INTEGRATION supportJakub Czapiga2022-11-081-2/+10
* src/security: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-151-3/+3
* CBMEM: Change declarations for initialization hooksKyösti Mälkki2022-05-201-1/+1
* src/security: Remove unused <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* security/vboot: Add option to run verstage before bootblockMartin Roth2020-06-151-3/+7
* src: Remove unused 'include <symbols.h>'Elyes HAOUAS2020-06-021-1/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/security: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* vboot: correct workbuf size when VBOOT_STARTS_IN_ROMSTAGEJoel Kitching2020-02-101-2/+11
* src: Remove unused include <string.h>Elyes HAOUAS2019-12-261-1/+0
* security/vboot: Ensure firmware body size is respected againJulius Werner2019-12-131-3/+7
* lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu2019-12-021-1/+1
* security/vboot: Remove struct vboot_working_dataYu-Ping Wu2019-12-021-54/+23
* security/vboot: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-10/+9
* security/vboot: Remove selected_region from struct vboot_working_dataYu-Ping Wu2019-11-201-33/+9
* security/vboot: Remove buffer_size from struct vboot_working_dataYu-Ping Wu2019-11-201-11/+3
* vboot: use vboot persistent contextJoel Kitching2019-11-151-31/+43
* vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platformsJulius Werner2019-07-031-4/+3
* security/vboot: Remove useless 'const'Elyes HAOUAS2019-06-211-1/+1
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+0
* vboot: standardize on working data sizeJoel Kitching2019-03-211-17/+6
* vboot: make vboot workbuf available to payloadJoel Kitching2019-03-191-19/+1
* vboot: move assert in vboot_migrate_cbmemJoel Kitching2019-03-181-1/+2
* vboot: rename symbols for better consistencyJoel Kitching2019-03-151-36/+38
* vboot: copy data structures to CBMEM for downstream useJoel Kitching2019-03-141-69/+68
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-1/+1
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-0/+182