summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-05-23coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik
2019-05-23lib/bootblock: Sanitize CMOS after bootblock_*_early_init()Nico Huber
2019-05-23device_tree: Use be32dec/be32enc where appropriateJulius Werner
2019-05-23fit: Add "board-skuX" (without -rev) to allowed compatible stringsJulius Werner
2019-05-22post_code: add post code for failure to load next stageKeith Short
2019-05-20src/Kconfig: Move DRAM section to src/lib/KconfigElyes HAOUAS
2019-05-19timestamp: Update TIMESTAMP_CACHE_IN_BSS to include ENV_POSTCARFurquan Shaikh
2019-05-14Remove unnecessary ENV_RAMSTAGE guardSubrata Banik
2019-05-13lib/hexdump: Drop redundant isprint() implementationNico Huber
2019-05-12boot_device: Constify argumentPatrick Rudolph
2019-05-12lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcarSubrata Banik
2019-04-30vboot: refactor OPROM codeJoel Kitching
2019-04-25src/lib/selfboot: Remove unused variablesElyes HAOUAS
2019-04-23lib/fmap: Add area read/write functionsT Michael Turney
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-23Klocwork: Fix the Null pointer derefernce found by klocworkThejaswani Putta
2019-04-06src: Use #include <timer.h> when appropriateElyes HAOUAS
2019-04-02vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERSJulius Werner
2019-03-29src: Use include <reset.h> when appropriateElyes HAOUAS
2019-03-29lib/edid.c: Add missing break statementJacob Garber
2019-03-29lib/edid.c: Log an error if unable to find edid or headerJacob Garber
2019-03-27lib/edid.c: Dump EDID breakdown after null checkJacob Garber
2019-03-27Move calls to quick_ram_check() before CBMEM initKyösti Mälkki
2019-03-22lib/ramtest.c: Make it a bit more arch-agnosticKyösti Mälkki
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-19vboot: make vboot workbuf available to payloadJoel Kitching
2019-03-19src: Drop unused 'include <cbfs.h>'Elyes HAOUAS
2019-03-14Remove leftover filesKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-07prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if existSubrata Banik
2019-03-07arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik
2019-03-07src: Drop unused include <timestamp.h>Elyes HAOUAS
2019-03-05mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstageArthur Heymans
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-27rtc: Fix rtc_calc_weekdayTim Wawrzynczak
2019-02-25security/vboot: Add measured boot modePhilipp Deppenwiese
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-02-21timestamp: Move timestamp_should_run() callKyösti Mälkki
2019-02-21ACPI: Correct asl_compiler_revision valueElyes HAOUAS
2019-02-21SMBIOS: Fix bios versionElyes HAOUAS
2019-02-13riscv: Add initial support for 32bit boardsPhilipp Hug
2019-02-06Hook up Kconfig Ada spec fileNico Huber
2019-02-05bootmem: add new memory type for BL31Ting Shen
2019-01-30string: move strdup() & strconcat() to lib/string.cThomas Heijligen
2019-01-30selfload: check target memory type in selfload_checkTing Shen
2019-01-30lib/hardwaremain: Fix typo ACPISubrata Banik