summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fit: Check all compat strings for highest matchJulius Werner2019-06-211-1/+0
* fit: Add overlay supportJulius Werner2019-06-212-1/+47
* fit: Add device tree compressionJulius Werner2019-06-212-25/+55
* fit_payload: Don't call prog_segment_loaded() on extracted imagesJulius Werner2019-06-211-3/+2
* fit: Refactor config node handlingJulius Werner2019-06-212-98/+83
* device_tree: Add overlay supportJulius Werner2019-06-211-0/+471
* 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