summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-08-15lib: edid: Move manufacturer name from private extra to public infoHung-Te Lin
2019-08-11arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki
2019-08-10include, lib: Add <inttypes.h> printf macrosJacob Garber
2019-08-10src: Include <stdint.h> instead of <inttypes.h>Jacob Garber
2019-08-10string: implement strspn, strcspn, atolYuji Sasaki
2019-08-08lib/stage_cache: Refactor Kconfig optionsKyösti Mälkki
2019-08-08lib/edid: Add suport for display rotationNicolas Boichat
2019-08-06lib: Throw an error when ramdisk is present but initrd.size is 0Asami Doi
2019-07-31lib/bootmem: Prepare for OpenSBIPatrick Rudolph
2019-07-29Revert "src/security/vboot: Add option to skip display init with vboot 2.0"Christian Walter
2019-07-28lib: Rewrite qemu-armv7 ramdetectPatrick Rudolph
2019-07-26lib: add string.c to verstagePatrick Georgi
2019-07-26src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander
2019-07-23vboot: deprecate vboot_handoff structureJoel Kitching
2019-07-23src/lib/hexdump: Use size_t for indicesElyes HAOUAS
2019-07-19src: Make implicit fall throughs explicitJacob Garber
2019-07-17lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi
2019-07-15lib/bootmode: Include 'vboot/misc.h'Elyes HAOUAS
2019-07-15src: Use '#include <timestamp.h>' when neededElyes HAOUAS
2019-07-13fit_payload: Always set DT sizeJulius Werner
2019-07-09arch/x86: Replace some uses of SMM_TSEGKyösti Mälkki
2019-07-07lib/romstage_stack.c: Remove fileKyösti Mälkki
2019-07-07src/security/vboot: Add option to skip display init with vboot 2.0Sukerkar, Amol N
2019-07-04lib/romstage_stack.c: Remove unused functionsArthur Heymans
2019-06-28lib/gnat: Enable -WerrorNico Huber
2019-06-28lib/gnat: Use ADAFLAGS instead of CFLAGSNico Huber
2019-06-24add ctype.h headerJoel Kitching
2019-06-24Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik
2019-06-21device_tree: Update comment style to C89Julius Werner
2019-06-21fit: Check all compat strings for highest matchJulius Werner
2019-06-21fit: Add overlay supportJulius Werner
2019-06-21fit: Add device tree compressionJulius Werner
2019-06-21fit_payload: Don't call prog_segment_loaded() on extracted imagesJulius Werner
2019-06-21fit: Refactor config node handlingJulius Werner
2019-06-21device_tree: Add overlay supportJulius Werner
2019-06-21lib: Prevent memory leak on error pathJacob Garber
2019-06-19lib/spd_bin.c: Remove unused include <arch/byteorder.h>Elyes HAOUAS
2019-06-13stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enableSubrata Banik
2019-06-05lib/Makefile.inc: Add hexdump.c to postcar stageFrans Hendriks
2019-06-04device_tree: Make FDT property data non-constJulius Werner
2019-06-04device_tree: Match debug output format to dtc -O dts outputJulius Werner
2019-06-04device_tree: Add support for aliasesJulius Werner
2019-06-04device_tree: Have absolute paths start with '/'Julius Werner
2019-06-04device_tree: Drop sub-node path lookup from dt_find_node_by_path()Julius Werner
2019-06-04device_tree: Add phandle caching and lookupsJulius Werner
2019-06-04device_tree: Add version checksJulius Werner
2019-06-04device_tree: Switch allocations to xzalloc()Julius Werner
2019-06-02Makefile.inc: Remove unnecessary CONFIG dependencySubrata Banik
2019-05-31string.h: Move common string functions into .c fileJulius Werner
2019-05-29src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS