summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander2019-07-262-0/+63
* vboot: deprecate vboot_handoff structureJoel Kitching2019-07-231-19/+0
* src/lib/hexdump: Use size_t for indicesElyes HAOUAS2019-07-231-3/+2
* src: Make implicit fall throughs explicitJacob Garber2019-07-191-2/+4
* lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi2019-07-171-3/+0
* lib/bootmode: Include 'vboot/misc.h'Elyes HAOUAS2019-07-151-1/+1
* src: Use '#include <timestamp.h>' when neededElyes HAOUAS2019-07-152-0/+2
* fit_payload: Always set DT sizeJulius Werner2019-07-131-1/+1
* arch/x86: Replace some uses of SMM_TSEGKyösti Mälkki2019-07-091-1/+1
* lib/romstage_stack.c: Remove fileKyösti Mälkki2019-07-072-36/+0
* src/security/vboot: Add option to skip display init with vboot 2.0Sukerkar, Amol N2019-07-071-2/+2
* lib/romstage_stack.c: Remove unused functionsArthur Heymans2019-07-041-17/+0
* lib/gnat: Enable -WerrorNico Huber2019-06-281-0/+1
* lib/gnat: Use ADAFLAGS instead of CFLAGSNico Huber2019-06-281-1/+1
* add ctype.h headerJoel Kitching2019-06-246-0/+6
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-244-7/+10
* device_tree: Update comment style to C89Julius Werner2019-06-212-87/+97