summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/imd_cbmem: Rename imd_cbmem into imd, use directlyPatrick Georgi2019-12-031-39/+22
* lib/imd_cbmem: Remove the indirections that hide imd_cbmemPatrick Georgi2019-12-031-63/+10
* lib/imd_cbmem: Eliminate unnecessary NULL checkPatrick Georgi2019-12-031-10/+1
* lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu2019-12-021-22/+1
* security/vboot: Remove struct vboot_working_dataYu-Ping Wu2019-12-021-6/+4
* lib/cbmem_console: Rename cbmem_console_p to current_consolePatrick Georgi2019-12-011-22/+17
* lib/imd_cbmem: Remove indirection through cbmem_get_imd()Patrick Georgi2019-11-301-8/+4
* lib/cbmem_console.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-301-27/+16
* lib/imd_cbmem.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-33/+2
* lib/*_stage_cache.c: drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-292-14/+7
* lib/fmap.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-15/+9
* lib/spd_bin.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-5/+3
* lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-11/+6
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+3
* soc/intel/fsp_baytrail: Drop supportArthur Heymans2019-11-211-2/+1
* cbfs: switch to region_device for location APIsAaron Durbin2019-11-202-34/+14
* security/vboot: Remove buffer_size from struct vboot_working_dataYu-Ping Wu2019-11-201-1/+8
* lib/fmap: Disable pre-RAM cache for FSP 1.0Julius Werner2019-11-192-4/+14
* include: Make stdbool.h a separate fileJulius Werner2019-11-181-0/+1
* cbfs: remove prepare() callback from struct cbfs_locatorAaron Durbin2019-11-152-15/+0
* security/vboot: Remove flags from struct vboot_working_dataYu-Ping Wu2019-11-151-3/+3
* cbfs: Stop checking master headerJulius Werner2019-11-141-38/+10
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-143-39/+93
* cbfs: Make cbfs_master_header_props() externally availableJulius Werner2019-11-141-1/+1
* lib/bootmem: Correct error messageWim Vervoorn2019-11-121-1/+1
* console,boot_state: Exclude printk() from reported timesKyösti Mälkki2019-11-112-0/+12
* region: add rdev_chain_full()Aaron Durbin2019-11-112-3/+2
* lib/cbmem: Remove the cbmem_top_init() hookArthur Heymans2019-11-101-6/+0
* lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans2019-11-102-10/+2
* lib/cbfs: Add fallback to RO region to cbfs_boot_locateWim Vervoorn2019-11-071-0/+16
* lib: add calculate crc byte by byteXiang Wang2019-11-062-0/+46
* security/vboot: Removed vboot_prepare from vboot_locatorWim Vervoorn2019-11-051-0/+5
* bootblock: Add TS_START_BOOTBLOCK and TS_END_BOOTBLOCKKyösti Mälkki2019-11-051-0/+4
* cbfs: read header offset as explicitly LEMarty E. Plummer2019-11-041-1/+1
* boot_state: Reduce precision of reported timesKyösti Mälkki2019-11-031-1/+7
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-012-0/+29
* lib/uuid: Add UUID parsing functionNico Huber2019-11-012-0/+37
* Program loading: Handoff cbmem_top via calling argumentsArthur Heymans2019-10-301-0/+5
* lib/cbfs: Don't load XIP stages from bootblockArthur Heymans2019-10-281-1/+1
* lib/prog_loaders.c: Add prog_locate_hook()Frans Hendriks2019-10-281-0/+6
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-3/+3
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-272-1/+1
* fmap: Add get_fmap_flash_offset()Furquan Shaikh2019-09-272-5/+7
* lib/bootsplash: Fix compilationPatrick Rudolph2019-09-271-0/+1
* lib/fmap: Cache FMAP in cbmemPatrick Rudolph2019-09-232-1/+64
* lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander2019-09-152-16/+9
* src/: Replace some __PRE_RAM__ useKyösti Mälkki2019-09-144-21/+14
* arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume()Kyösti Mälkki2019-09-141-4/+0
* timestamps: Remove TIMESTAMP_CACHE_IN_BSSKyösti Mälkki2019-09-131-37/+10
* timestamps: Further simplify timestamp_reinit()Kyösti Mälkki2019-09-131-14/+7