summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-01-03device/early_smbus: Drop unused function parameterKyösti Mälkki
2020-01-02lib/malloc: Implement a simple free() only for last malloc()Bora Guvendik
2020-01-02lib/: Drop generic_dump_spdKyösti Mälkki
2019-12-31console,boot_state: Reformat state times outputKyösti Mälkki
2019-12-27bootblock: Support normal/fallback mechanism againKyösti Mälkki
2019-12-26src: Remove unused include <string.h>Elyes HAOUAS
2019-12-20arch/x86: Drop romcc bootblockArthur Heymans
2019-12-20src: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-12-19arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHEKyösti Mälkki
2019-12-11fmap: Make FMAP_CACHE mandatory if it is configured inJulius Werner
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-03lib/imd_cbmem: Rename imd_cbmem into imd, use directlyPatrick Georgi
2019-12-03lib/imd_cbmem: Remove the indirections that hide imd_cbmemPatrick Georgi
2019-12-03lib/imd_cbmem: Eliminate unnecessary NULL checkPatrick Georgi
2019-12-02lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu
2019-12-02security/vboot: Remove struct vboot_working_dataYu-Ping Wu
2019-12-01lib/cbmem_console: Rename cbmem_console_p to current_consolePatrick Georgi
2019-11-30lib/imd_cbmem: Remove indirection through cbmem_get_imd()Patrick Georgi
2019-11-30lib/cbmem_console.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-29lib/imd_cbmem.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-29lib/*_stage_cache.c: drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-29lib/fmap.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-29lib/spd_bin.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-29lib/timestamp.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-25Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans
2019-11-21soc/intel/fsp_baytrail: Drop supportArthur Heymans
2019-11-20cbfs: switch to region_device for location APIsAaron Durbin
2019-11-20security/vboot: Remove buffer_size from struct vboot_working_dataYu-Ping Wu
2019-11-19lib/fmap: Disable pre-RAM cache for FSP 1.0Julius Werner
2019-11-18include: Make stdbool.h a separate fileJulius Werner
2019-11-15cbfs: remove prepare() callback from struct cbfs_locatorAaron Durbin
2019-11-15security/vboot: Remove flags from struct vboot_working_dataYu-Ping Wu
2019-11-14cbfs: Stop checking master headerJulius Werner
2019-11-14lib/fmap: Add optional pre-RAM cacheJulius Werner
2019-11-14cbfs: Make cbfs_master_header_props() externally availableJulius Werner
2019-11-12lib/bootmem: Correct error messageWim Vervoorn
2019-11-11console,boot_state: Exclude printk() from reported timesKyösti Mälkki
2019-11-11region: add rdev_chain_full()Aaron Durbin
2019-11-10lib/cbmem: Remove the cbmem_top_init() hookArthur Heymans
2019-11-10lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans
2019-11-07lib/cbfs: Add fallback to RO region to cbfs_boot_locateWim Vervoorn
2019-11-06lib: add calculate crc byte by byteXiang Wang
2019-11-05security/vboot: Removed vboot_prepare from vboot_locatorWim Vervoorn
2019-11-05bootblock: Add TS_START_BOOTBLOCK and TS_END_BOOTBLOCKKyösti Mälkki
2019-11-04cbfs: read header offset as explicitly LEMarty E. Plummer
2019-11-03boot_state: Reduce precision of reported timesKyösti Mälkki
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-11-01lib/uuid: Add UUID parsing functionNico Huber
2019-10-30Program loading: Handoff cbmem_top via calling argumentsArthur Heymans
2019-10-28lib/cbfs: Don't load XIP stages from bootblockArthur Heymans