summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-101-1/+1
* string: implement strspn, strcspn, atolYuji Sasaki2019-08-101-0/+52
* lib/stage_cache: Refactor Kconfig optionsKyösti Mälkki2019-08-081-9/+6
* lib/edid: Add suport for display rotationNicolas Boichat2019-08-081-0/+5
* lib: Throw an error when ramdisk is present but initrd.size is 0Asami Doi2019-08-061-0/+5
* lib/bootmem: Prepare for OpenSBIPatrick Rudolph2019-07-311-0/+3
* Revert "src/security/vboot: Add option to skip display init with vboot 2.0"Christian Walter2019-07-291-2/+2
* lib: Rewrite qemu-armv7 ramdetectPatrick Rudolph2019-07-282-0/+81
* lib: add string.c to verstagePatrick Georgi2019-07-261-0/+1