Age | Commit message (Expand) | Author |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-01-28 | commonlib: Add commonlib/bsd | Julius Werner |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-04-25 | src/lib/selfboot: Remove unused variables | Elyes HAOUAS |
2019-01-30 | selfload: check target memory type in selfload_check | Ting Shen |
2018-10-30 | Add selfboot to the romstage | Ronald G. Minnich |
2018-10-25 | selfboot: create selfboot_check function, remove check param | Ronald G. Minnich |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-08-16 | src/{commonlib,lib}: Fix typo | Elyes HAOUAS |
2018-06-19 | lib/prog_loaders: Move argument selection into selfload | Patrick Rudolph |
2018-06-12 | arch/x86: Fix payload loading via bounce-buffer | Kyösti Mälkki |
2018-06-11 | selfboot: Move x86 quirk under arch | Kyösti Mälkki |
2018-05-04 | lib/bootmem: Add more bootmem tags | Patrick Rudolph |
2018-04-30 | lib/bootmem: Introduce custom bootmem tags | Patrick Rudolph |
2017-06-07 | src: change coreboot to lowercase | Martin Roth |
2017-03-13 | src/lib: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/lib: Use tabs instead of spaces | Lee Leahy |
2017-03-12 | src/lib: Remove space between function name and ( | Lee Leahy |
2017-03-09 | src/lib: Add space before ( | Lee Leahy |
2017-03-09 | src/lib: Fix space between type, * and variable name | Lee Leahy |
2016-10-06 | arm64: Use 'payload' format for ATF instead of 'stage' | Simon Glass |
2016-09-20 | selfboot: Move the usable-RAM check into a function | Simon Glass |
2016-07-31 | src/lib: Capitalize ROM, RAM, NVRAM and CPU | Elyes HAOUAS |
2016-07-12 | lib/selfboot: clear BSS segments | Aaron Durbin |
2016-07-12 | lib/selfboot: remove duplicate prog_set_area() | Aaron Durbin |
2016-07-12 | lib/selfboot: don't open code linked list operations | Aaron Durbin |
2016-04-25 | ensure correct byte ordering for cbfs segment list | George Trudeau |
2016-04-02 | lib/prog_loading: introduce prog_segment_loaded() | Aaron Durbin |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |
2016-02-22 | die() when attempting to use bounce buffer on non-i386. | Vladimir Serbinenko |
2016-02-12 | lzma: Port size-checking ulzman() version to coreboot | Julius Werner |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-02 | assets: abstract away the firmware assets used for booting | Aaron Durbin |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-04-03 | program loading: unify on struct prog | Aaron Durbin |
2015-04-03 | program loading: introduce struct prog | Aaron Durbin |
2015-03-31 | program loading: provide one cache maintenance callback | Aaron Durbin |
2015-03-27 | cbfs/rmodule: add architecture specific operations at stage load | Ionela Voinescu |
2015-03-20 | loaders: add program_loading.h header file | Aaron Durbin |
2014-12-31 | Print segment clean up information only when required. | Vadim Bendebury |
2014-04-26 | Rename coreboot_ram stage to ramstage | Furquan Shaikh |
2014-03-03 | lib/selfboot: s_srcaddr is uninitialized. | Edward O'Callaghan |
2014-03-03 | selfboot: use bootmem infrastructure | Aaron Durbin |
2014-03-03 | coreboot: introduce arch_payload_run() | Aaron Durbin |
2014-03-03 | selfboot: store bounce buffer in struct payload | Aaron Durbin |
2014-03-03 | coreboot: use struct payload for selfload() | Aaron Durbin |
2014-03-03 | coreboot: move common code to payload_run() from selfboot() | Aaron Durbin |
2014-03-03 | coreboot: unify infrastructure for loading payloads | Aaron Durbin |
2013-11-18 | cbfs: 64-bit cleanups | Ronald G. Minnich |
2013-08-31 | Remove NRV2B compression support | Patrick Georgi |
2013-07-10 | Drop ELF remains from boot code | Stefan Reinauer |
2013-07-10 | lib: Fix spelling | Martin Roth |
2013-05-01 | boot state: rebalance payload load vs actual boot | Aaron Durbin |
2013-05-01 | x86: use boot state callbacks to disable rom cache | Aaron Durbin |
2013-05-01 | coverage: use boot state callbacks | Aaron Durbin |
2013-04-01 | boot: add disable_cache_rom() function | Aaron Durbin |
2013-03-21 | coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGE | Aaron Durbin |
2013-03-19 | cbfs: alternative support for cbfs_load_payload() | Aaron Durbin |
2013-02-27 | selfboot: Report correct entry point address in debug message. | Hung-Te Lin |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2013-01-12 | Implement GCC code coverage analysis | Stefan Reinauer |
2012-11-30 | Drop boot directory | Stefan Reinauer |