summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Prevent memory leak on error pathJacob Garber2019-06-211-0/+2
* lib/spd_bin.c: Remove unused include <arch/byteorder.h>Elyes HAOUAS2019-06-191-1/+0
* stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enableSubrata Banik2019-06-131-7/+1
* lib/Makefile.inc: Add hexdump.c to postcar stageFrans Hendriks2019-06-051-0/+1
* device_tree: Make FDT property data non-constJulius Werner2019-06-041-2/+2
* device_tree: Match debug output format to dtc -O dts outputJulius Werner2019-06-041-11/+38
* device_tree: Add support for aliasesJulius Werner2019-06-041-12/+74
* device_tree: Have absolute paths start with '/'Julius Werner2019-06-041-4/+4
* device_tree: Drop sub-node path lookup from dt_find_node_by_path()Julius Werner2019-06-041-6/+6
* device_tree: Add phandle caching and lookupsJulius Werner2019-06-041-24/+35
* device_tree: Add version checksJulius Werner2019-06-042-5/+21
* device_tree: Switch allocations to xzalloc()Julius Werner2019-06-042-46/+11
* Makefile.inc: Remove unnecessary CONFIG dependencySubrata Banik2019-06-021-2/+2
* string.h: Move common string functions into .c fileJulius Werner2019-05-312-1/+117
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+1
* commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)Patrick Georgi2019-05-291-2/+2
* coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik2019-05-231-0/+19
* lib/bootblock: Sanitize CMOS after bootblock_*_early_init()Nico Huber2019-05-231-3/+3
* device_tree: Use be32dec/be32enc where appropriateJulius Werner2019-05-231-8/+8
* fit: Add "board-skuX" (without -rev) to allowed compatible stringsJulius Werner2019-05-231-0/+8
* post_code: add post code for failure to load next stageKeith Short2019-05-221-4/+6
* src/Kconfig: Move DRAM section to src/lib/KconfigElyes HAOUAS2019-05-201-0/+25
* timestamp: Update TIMESTAMP_CACHE_IN_BSS to include ENV_POSTCARFurquan Shaikh2019-05-191-4/+7
* Remove unnecessary ENV_RAMSTAGE guardSubrata Banik2019-05-141-2/+0
* lib/hexdump: Drop redundant isprint() implementationNico Huber2019-05-131-5/+1
* boot_device: Constify argumentPatrick Rudolph2019-05-121-1/+1
* lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcarSubrata Banik2019-05-121-0/+1
* vboot: refactor OPROM codeJoel Kitching2019-04-301-4/+6
* src/lib/selfboot: Remove unused variablesElyes HAOUAS2019-04-251-2/+2
* lib/fmap: Add area read/write functionsT Michael Turney2019-04-231-0/+22
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-233-1/+2
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+2
* Klocwork: Fix the Null pointer derefernce found by klocworkThejaswani Putta2019-04-231-3/+6
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-0/+2
* vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERSJulius Werner2019-04-021-2/+7
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+0
* lib/edid.c: Add missing break statementJacob Garber2019-03-291-0/+1
* lib/edid.c: Log an error if unable to find edid or headerJacob Garber2019-03-291-2/+2
* lib/edid.c: Dump EDID breakdown after null checkJacob Garber2019-03-271-3/+8
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-272-6/+9
* lib/ramtest.c: Make it a bit more arch-agnosticKyösti Mälkki2019-03-222-31/+20
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* vboot: make vboot workbuf available to payloadJoel Kitching2019-03-191-8/+22
* src: Drop unused 'include <cbfs.h>'Elyes HAOUAS2019-03-192-2/+2
* Remove leftover filesKyösti Mälkki2019-03-141-96/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0820-84/+84
* prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if existSubrata Banik2019-03-071-1/+3
* arch/x86/postcar: Add separate timestamp for postcar stageSubrata Banik2019-03-071-0/+3
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-072-2/+0