Age | Commit message (Expand) | Author |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-19 | arch/arm/include/armv7/arch: Remove dead code | Elyes HAOUAS |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-08-09 | src/arch: Fix typo | Elyes HAOUAS |
2018-07-02 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-06-14 | arch/arm/armv7: Fix coding style | Elyes HAOUAS |
2018-05-22 | Introduce bootblock self-decompression | Julius Werner |
2018-05-14 | pci: Fix compilation on non x86 | Patrick Rudolph |
2018-05-04 | lib/bootmem: Add more bootmem tags | Patrick Rudolph |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2017-11-23 | Constify struct cpu_device_id instances | Jonathan Neuschäfer |
2017-07-25 | src/arch: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-07-21 | arch/arm/armv7: Correct checkpatch errors | Logan Carlson |
2017-07-07 | arch/*: Update Kconfig symbol usage | Martin Roth |
2017-06-02 | arch/arm/include/armv7/arch: Correct keyword organization in cpu.h | Logan Carlson |
2017-06-02 | arch/arm: Correct checkpatch errors | Logan Carlson |
2017-03-28 | Remove libverstage as separate library and source file class | Julius Werner |
2016-12-08 | buildsystem: Drop explicit (k)config.h includes | Kyösti Mälkki |
2016-09-12 | src/arch: Improve code formatting | Elyes HAOUAS |
2016-09-12 | arch/arm: Add armv7-r configuration | Hakim Giydan |
2016-08-28 | src/arch: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-23 | arch/arm & arm64: Remove unnecessary whitespace before "\n" | Elyes HAOUAS |
2016-07-31 | src/arch: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
2016-05-09 | arch/armv7: Fix end index calculation in mmu_config_range_kb | Varadarajan Narayanan |
2016-05-03 | build system: remove CBFSTOOL_PRE1_OPTS | Patrick Georgi |
2016-05-02 | lib/coreboot_table: use the architecture dependent table size | Aaron Durbin |
2016-05-02 | arch: introduce architecture dependent common variables | Aaron Durbin |
2016-04-21 | lib: add common write_tables() implementation | Aaron Durbin |
2016-04-21 | lib/coreboot_table: add architecture hooks for adding tables | Aaron Durbin |
2016-04-21 | lib/bootmem: allow architecture specific bootmem ranges | Aaron Durbin |
2016-04-21 | arch: only print cbmem entries in one place | Aaron Durbin |
2016-04-21 | arch: use Kconfig variable for coreboot table size | Aaron Durbin |
2016-03-23 | armv7: Word-sized/half-word-sized memory operations for 32/16 bit read/write | Paul Kocialkowski |
2016-03-09 | Makefile: Add build-time overlap check for programs loaded after coreboot | Julius Werner |
2016-02-22 | die() when attempting to use bounce buffer on non-i386. | Vladimir Serbinenko |
2016-02-19 | lib/coreboot_table: add function to allow arch code to add records | Aaron Durbin |
2016-02-12 | timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig | Julius Werner |
2016-02-11 | arches: lib: add main_decl.h for main() declaration | Aaron Durbin |
2016-02-11 | arch: remove stage_exit() | Aaron Durbin |
2016-01-28 | Makefile: Make full use of src-to-obj macro | Nico Huber |
2016-01-26 | src/arch: Update license headers missing paragraph 2 | Martin Roth |
2016-01-21 | console: Simplify bootblock console Kconfig selection logic | Alexandru Gagniuc |
2016-01-18 | header files: Fix guard name comments to match guard names | Martin Roth |
2016-01-13 | arch/arm: add missing license headers | Martin Roth |
2016-01-07 | Correct some common spelling mistakes | Martin Roth |
2015-12-02 | build system: Add more files through cbfs-files instead of manual rules | Patrick Georgi |
2015-11-17 | rules.h: Add ENV_ macros to detect current architecture | Julius Werner |
2015-11-11 | arm/arm64: Generalize bootblock C entry point | Julius Werner |
2015-11-11 | armv7: mmu: Make fine grained page tables work across stages | Julius Werner |