Age | Commit message (Expand) | Author |
2019-03-22 | arch/mips: Fix <arch/mmio.h> prototypes | Kyösti Mälkki |
2019-03-21 | src/arch/mips: Fix checkpatch warnings and errors | Asami Doi |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Separate MMIO and PNP ops | Kyösti Mälkki |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-01-04 | src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h' | Elyes HAOUAS |
2019-01-04 | src: Get rid of device_t | Elyes HAOUAS |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-21 | arch/{mips,power8}/include/arch: Don't use device_t | Elyes HAOUAS |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-08-07 | arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm) | Julius Werner |
2018-05-14 | pci: Fix compilation on non x86 | Patrick Rudolph |
2017-11-23 | Constify struct cpu_device_id instances | Jonathan Neuschäfer |
2017-07-07 | arch/*: Update Kconfig symbol usage | Martin Roth |
2017-05-30 | arch: Unify basic cache clearing API | Julius Werner |
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-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-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-21 | console: Simplify bootblock console Kconfig selection logic | Alexandru Gagniuc |
2015-12-31 | imgtec/pistachio: Add SOC_REGISTERS memory region | Ionela Voinescu |
2015-12-29 | mips: add coherency argument to identity mapping | Ionela Voinescu |
2015-11-11 | arm/arm64: Generalize bootblock C entry point | Julius Werner |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-09-09 | linking: add and use LDFLAGS_common | Aaron Durbin |
2015-07-29 | arm, arm64, mips: Add rough static stack size checks with -Wstack-usage | Julius Werner |
2015-06-21 | Remove obsolete EARLY_CONSOLE usage | Martin Roth |
2015-06-10 | mips: implement arch_segment_loaded callback | Ionela Voinescu |
2015-06-10 | mips: CBMEM table reference is passed to payload | Ionela Voinescu |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
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-04-22 | google/urara: use board ID information to set up hardware | Ionela Voinescu |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-04-21 | arch/mips: simplify cache operations | Ionela Voinescu |
2015-04-21 | urara: Identity map DRAM/SRAM | Andrew Bresticker |
2015-04-21 | mips: Allow memory to be identity mapped in the TLB | Andrew Bresticker |
2015-04-17 | arch/mips: Fix bug when performing cache operations | Ionela Voinescu |
2015-04-15 | Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64 | Julius Werner |
2015-04-14 | arm: Fix checkstack() to use correct stack size | Julius Werner |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |
2015-04-14 | CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool | Julius Werner |
2015-04-13 | arch/mips: provide proper cache primitives | Ionela Voinescu |
2015-04-13 | mips: disable caches in bootblock startup code | Vadim Bendebury |
2015-04-13 | urara: add support for DMA coherent memory area | Ionela Voinescu |
2015-04-08 | timer: Add generic udelay() implementation | Aaron Durbin |
2015-04-07 | mips: add c0 register access plumbing | Vadim Bendebury |
2015-04-07 | kconfig: drop intermittend forwarder files | Stefan Reinauer |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-04-06 | build system: run linker scripts through the preprocessor | Patrick Georgi |
2015-04-04 | build system x86: deprecate bootblock_lds and ldscripts variables | Patrick Georgi |
2015-04-03 | program loading: unify on struct prog | Aaron Durbin |
2015-04-03 | program loading: add prog_run() function | Aaron Durbin |
2015-04-03 | program loading: introduce struct prog | Aaron Durbin |
2015-04-02 | mips: do not place branch instructions in branch delay slot | Vadim Bendebury |
2015-03-31 | mips: don't open code romstage loading | Aaron Durbin |
2015-03-30 | mips: bring payload execution to current standards | Patrick Georgi |
2015-03-30 | mips: fix write_table | Patrick Georgi |
2015-03-30 | imgtec/pistachio: Bring uart driver to modern standards | Patrick Georgi |
2015-03-30 | mips: Simplify architecture specific Makefile.inc | Patrick Georgi |
2015-03-30 | build system: rename mips/bootblock.inc to mips/bootblock.S | Patrick Georgi |
2015-03-29 | mips: add verstage configuration | Patrick Georgi |
2015-03-28 | mips: fix API expectations that break builds | Aaron Durbin |
2015-03-27 | mips: Remove superfluous menu entry | Patrick Georgi |
2015-03-23 | mips: fix bootblock stack definitions | Vadim Bendebury |
2015-03-21 | mips: no need in architecture specific implementation of do_printk | Vadim Bendebury |
2015-03-21 | arch/mips: Add base MIPS architecture support | Paul Burton |
2015-03-21 | mips: Add mips/ashldi3.c from Linux | Vadim Bendebury |