summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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
2019-01-21lib/boot_device: Add API for write protect a regionRizwan Qureshi
2019-01-17lib/libgcc.c: Fix shift warningsPaul Menzel
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-12-22arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-12-19lib/fit: Normalize spaces in board names to dashesJonathan Neuschäfer
2018-12-07cbfs: Alert if something goes wrong in cbfs_boot_locate()Nico Huber
2018-11-29src: Remove duplicated round up functionElyes HAOUAS