Age | Commit message (Expand) | Author |
2019-06-13 | stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable | Subrata Banik |
2019-06-05 | lib/Makefile.inc: Add hexdump.c to postcar stage | Frans Hendriks |
2019-06-04 | device_tree: Make FDT property data non-const | Julius Werner |
2019-06-04 | device_tree: Match debug output format to dtc -O dts output | Julius Werner |
2019-06-04 | device_tree: Add support for aliases | Julius Werner |
2019-06-04 | device_tree: Have absolute paths start with '/' | Julius Werner |
2019-06-04 | device_tree: Drop sub-node path lookup from dt_find_node_by_path() | Julius Werner |
2019-06-04 | device_tree: Add phandle caching and lookups | Julius Werner |
2019-06-04 | device_tree: Add version checks | Julius Werner |
2019-06-04 | device_tree: Switch allocations to xzalloc() | Julius Werner |
2019-06-02 | Makefile.inc: Remove unnecessary CONFIG dependency | Subrata Banik |
2019-05-31 | string.h: Move common string functions into .c file | Julius Werner |
2019-05-29 | src/{include,arch,cpu,lib}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-29 | commonlib: fix typo LB_TAB_* (instead of LB_TAG_*) | Patrick Georgi |
2019-05-23 | coreboot_tables: pass the early_mmc_wake_hw status to payload | Bora Guvendik |
2019-05-23 | lib/bootblock: Sanitize CMOS after bootblock_*_early_init() | Nico Huber |
2019-05-23 | device_tree: Use be32dec/be32enc where appropriate | Julius Werner |
2019-05-23 | fit: Add "board-skuX" (without -rev) to allowed compatible strings | Julius Werner |
2019-05-22 | post_code: add post code for failure to load next stage | Keith Short |
2019-05-20 | src/Kconfig: Move DRAM section to src/lib/Kconfig | Elyes HAOUAS |
2019-05-19 | timestamp: Update TIMESTAMP_CACHE_IN_BSS to include ENV_POSTCAR | Furquan Shaikh |
2019-05-14 | Remove unnecessary ENV_RAMSTAGE guard | Subrata Banik |
2019-05-13 | lib/hexdump: Drop redundant isprint() implementation | Nico Huber |
2019-05-12 | boot_device: Constify argument | Patrick Rudolph |
2019-05-12 | lib/timestamp: Make timestamp_sync_cache_to_cbmem() in postcar | Subrata Banik |
2019-04-30 | vboot: refactor OPROM code | Joel Kitching |
2019-04-25 | src/lib/selfboot: Remove unused variables | Elyes HAOUAS |
2019-04-23 | lib/fmap: Add area read/write functions | T Michael Turney |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-04-23 | Klocwork: Fix the Null pointer derefernce found by klocwork | Thejaswani Putta |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-04-02 | vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERS | Julius Werner |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-29 | lib/edid.c: Add missing break statement | Jacob Garber |
2019-03-29 | lib/edid.c: Log an error if unable to find edid or header | Jacob Garber |
2019-03-27 | lib/edid.c: Dump EDID breakdown after null check | Jacob Garber |
2019-03-27 | Move calls to quick_ram_check() before CBMEM init | Kyösti Mälkki |
2019-03-22 | lib/ramtest.c: Make it a bit more arch-agnostic | Kyösti Mälkki |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-19 | vboot: make vboot workbuf available to payload | Joel Kitching |
2019-03-19 | src: Drop unused 'include <cbfs.h>' | Elyes HAOUAS |
2019-03-14 | Remove leftover files | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | prog_loader: Associate TS_END_ROMSTAGE timestamp with postcar if exist | Subrata Banik |
2019-03-07 | arch/x86/postcar: Add separate timestamp for postcar stage | Subrata Banik |
2019-03-07 | src: Drop unused include <timestamp.h> | Elyes HAOUAS |
2019-03-05 | mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstage | Arthur Heymans |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |