Age | Commit message (Expand) | Author |
2022-08-13 | arm/libgcc: Support signed 64-bit division | Rob Barnes |
2022-06-01 | cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOAD | Julius Werner |
2022-05-31 | arch/arm{64}/include: Remove unused 'boot.h' file | Elyes Haouas |
2022-03-08 | device/mmio.h: Move readXp/writeXp helpers to device/mmio.h | Jianjun Wang |
2021-11-25 | arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax | Raul E Rangel |
2021-11-13 | Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubs | Kyösti Mälkki |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-07-26 | arch/{arm,ppc64,riscv}: Remove cpu_info | Raul E Rangel |
2021-02-22 | arch/arm/armv7/thread.c: Remove stale file | Angel Pons |
2021-02-15 | src/arch: Remove unused <console/console.h> | Elyes HAOUAS |
2021-02-04 | src: Remove useless comments in "includes" lines | Elyes HAOUAS |
2020-12-17 | arch/arm: Replace .id section with build_info in CBFS | Kyösti Mälkki |
2020-12-11 | Drop many cases of .previous directive use | Kyösti Mälkki |
2020-09-21 | arch/arm: Add support for loading Linux kernels | Sam Lewis |
2020-08-27 | symbols: Change implementation details of DECLARE_OPTIONAL_REGION() | Julius Werner |
2020-08-24 | src/arch: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-19 | arch/arm: Enable FIT payloads | Sam Lewis |
2020-08-03 | mb/emulation/qemu-armv7: Fix board | Patrick Rudolph |
2020-07-27 | arch/arm/armv7: Make null dcache_apply_all macro for userspace | Martin Roth |
2020-07-26 | smp/spinlock: Do not define barrier() globally | Kyösti Mälkki |
2020-07-26 | arch/x86: Move cpu_relax() | Kyösti Mälkki |
2020-07-14 | src: Remove unused 'include <stdint.h> | Elyes HAOUAS |
2020-07-14 | src: Remove unused 'include <types.h>' | Elyes HAOUAS |
2020-07-09 | arch/arm/include/smp/spinlock.h: Drop dead code | Angel Pons |
2020-07-07 | armv7: mmu: Use 'tlbimva' to invalidate TLB entries | Sam Lewis |
2020-06-13 | treewide: Add Kconfig variable MEMLAYOUT_LD_FILE | Furquan Shaikh |
2020-06-02 | src: Remove redundant includes | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-03-10 | src: Remove unneeded 'include <arch/cache.h>' | Elyes HAOUAS |
2020-03-09 | arch/arm: Use 'print("%s...", __func__)' | Elyes HAOUAS |
2020-03-06 | src/arch/arm: Convert to SPDX license header | Patrick Georgi |
2019-12-19 | src/arch: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-19 | src/arch/arm: Remove unused 'include <stdint.h>' | Elyes HAOUAS |
2019-11-30 | arch/*/*/early_variables.h: drop unused files | Arthur Heymans |
2019-11-28 | arch/arm/include: Remove unused armv7 types.h | Jacob Garber |
2019-11-25 | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans |
2019-11-23 | Kconfig: comply to Linux 5.3's Kconfig language rules | Patrick Georgi |
2019-11-10 | lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARG | Arthur Heymans |
2019-11-03 | arch/arm: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-09-28 | arch/arm,mips: Use generic PCI MMCONF | Kyösti Mälkki |
2019-09-09 | arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 | Kyösti Mälkki |
2019-08-29 | arch/arm: Make ARM stages select ARCH_ARM | Arthur Heymans |
2019-08-26 | AUTHORS: Move src/arch/arm copyrights into AUTHORS file | Martin Roth |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-07-12 | arch, include, soc: Use common stdint.h | Jacob Garber |
2019-06-21 | arch: Add missing #include <commonlib/helpers.h> | Elyes HAOUAS |
2019-06-21 | arch/arm/cpu: use ALIGN_UP instead of ALIGN for better readability | Felix Held |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
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-03-04 | arch/io.h: Drop unnecessary include | 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-12-24 | arch/arm/memmove.S: Use tabs instead of white spaces | Elyes HAOUAS |
2018-11-29 | src: Remove duplicated round up function | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
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 |