Age | Commit message (Expand) | Author |
2015-08-28 | edid: add function to manually specify mode | David Hendricks |
2015-08-28 | edid: Memset output earlier in decode_edid() | David Hendricks |
2015-08-28 | edid: Use edid_mode struct to reduce redundancy | David Hendricks |
2015-08-28 | edid: Clean-up the edid struct | David Hendricks |
2015-08-14 | stage_cache: make prog const in stage_cache_add() | Aaron Durbin |
2015-08-09 | Only apply libgcc workaround on x86-32 | Stefan Reinauer |
2015-07-29 | arm, arm64, mips: Add rough static stack size checks with -Wstack-usage | Julius Werner |
2015-07-15 | cbfs: hardcode file alignment | Patrick Georgi |
2015-07-14 | timestamps: clarify in ramstage when not to reinit the cache | Aaron Durbin |
2015-07-14 | cbtable: describe boot media | Patrick Georgi |
2015-07-14 | fmap: publish find_fmap_directory() | Patrick Georgi |
2015-07-14 | fmap: Introduce new function to derive fmap name from offset/size | Patrick Georgi |
2015-07-12 | Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() | Martin Roth |
2015-07-10 | timestamps: don't drop ramstage timestamps with EARLY_CBMEM_INIT | Aaron Durbin |
2015-07-07 | timestamp: add generic cache region | Aaron Durbin |
2015-07-06 | lzma: Return correct amount of decompressed bytes | Julius Werner |
2015-07-01 | linker scripts: Fix symbol handling for pre-RAM cbmem console | Patrick Georgi |
2015-06-30 | lib: add delay.c to bootblock if I2C_TPM driver is enabled | Patrick Georgi |
2015-06-30 | hardwaremain: Move init_timer() call to before console init | Duncan Laurie |
2015-06-26 | prog_loader: Play nice with gc-sections | Stefan Reinauer |
2015-06-09 | stage_cache: use cbmem init hooks | Aaron Durbin |
2015-06-09 | cbmem: add indicator to hooks if cbmem is being recovered | Aaron Durbin |
2015-06-09 | cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API | Kyösti Mälkki |
2015-06-05 | lib: Unify log2() and related functions | Julius Werner |
2015-06-02 | assets: abstract away the firmware assets used for booting | Aaron Durbin |
2015-06-02 | prog_loading: add region_device representing memory | Aaron Durbin |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-29 | Remove leftover smi_get_tseg_base | Vladimir Serbinenko |
2015-05-26 | fmap: new API using region_device | Aaron Durbin |
2015-05-26 | coreboot: introduce boot_device | Aaron Durbin |
2015-05-26 | cbmem: remove cbmem_set_top() | Aaron Durbin |
2015-05-26 | CBMEM console: Fix buffer without EARLY_CBMEM_INIT | Kyösti Mälkki |
2015-05-26 | timestamp: Fix collection without EARLY_CBMEM_INIT | Kyösti Mälkki |
2015-05-26 | CBMEM: Fix S3 resume path without EARLY_CBMEM_INIT | Kyösti Mälkki |
2015-05-26 | consoles: remove unused infrastructure | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-20 | build system: use archives, not linker action to shorten command lines | Patrick Georgi |
2015-05-19 | regions: add more helpers | Aaron Durbin |
2015-05-14 | regions: add mmap helper device | Aaron Durbin |
2015-05-14 | regions: add memory region device support | Aaron Durbin |
2015-05-14 | coreboot: add memory pool infrastructure | Aaron Durbin |
2015-05-14 | coreboot: add region infrastructure | Aaron Durbin |
2015-05-13 | secmon: allow for serial console | Aaron Durbin |
2015-05-13 | verstage: provide support for serial console | Aaron Durbin |
2015-05-13 | cbmem: Add initial allocation support | Lee Leahy |
2015-05-11 | vboot: inject vboot loader for stage loading | Aaron Durbin |
2015-05-11 | imd: don't recover on limit == 0 | Aaron Durbin |
2015-05-11 | secmon: Add some missing files | Patrick Georgi |
2015-05-07 | timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMER | Aaron Durbin |
2015-05-05 | timestamp: provide weak default implementation of timestamp_get | Aaron Durbin |