summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "console,boot_state: Exclude printk() from reported times"Kyösti Mälkki2019-12-032-12/+0
* 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
* timestamps: Mostly remove struct timestamp_cacheKyösti Mälkki2019-09-121-16/+13
* timestamps: Refactor CBMEM hookKyösti Mälkki2019-09-121-38/+44
* timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki2019-09-112-60/+38
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-2/+2
* lib/spd_bin: Extend DDR4 spd informationEric Lai2019-09-091-28/+120
* arch/x86: Simplify <arch/early_variables.h>Kyösti Mälkki2019-08-261-1/+1
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-1/+14
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-262-2/+2
* Move and rename ARCH_STAGE_HAS_xxx_SECTION rulesKyösti Mälkki2019-08-261-3/+3
* lib: ramdetect: Register exception handlers for ARMv8Asami Doi2019-08-261-1/+1
* lib: hardwaremain: Call exception_init() as soon as possibleAsami Doi2019-08-231-3/+2
* ACPI S3: Depend on RELOCATABLE_RAMSTAGEKyösti Mälkki2019-08-222-15/+1
* lib/bootsplash: Log bootsplash dimensions and framebuffer dimensionsJohanna Schander2019-08-211-1/+7
* lib: edid: Move manufacturer name from private extra to public infoHung-Te Lin2019-08-151-16/+15
* arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki2019-08-111-1/+1
* include, lib: Add <inttypes.h> printf macrosJacob Garber2019-08-101-2/+1