Age | Commit message (Expand) | Author |
2023-12-12 | arch/arm64/armv8/Makefile.inc: Add clang -target for .ld CPP | Arthur Heymans |
2023-11-15 | arch/arm64: Avoid GCC warning about out of bounds array access | Zebreus |
2023-11-10 | src: Remove unnecessary semicolons from the end of macros | Martin Roth |
2023-11-09 | Allow to build romstage sources inside the bootblock | Arthur Heymans |
2023-11-04 | arch/arm64/arch_timer: Fix possible overflow in multiplication | Yidi Lin |
2023-10-25 | arch/arm64/cache: Implement helpers to obtain CPU cache details | Benjamin Doron |
2023-09-20 | arch/arm64/Makefile.inc: Replace HAVE_ACPI_SUPPORT with HAVE_ACPI_TABLES | Maximilian Brune |
2023-09-18 | arch/arm64: Hook up ACPI table generation | Arthur Heymans |
2023-09-11 | arch/arm64: Remove space between function name and '(' | Elyes Haouas |
2023-09-08 | arch to drivers/intel: Fix misspellings & capitalization issues | Martin Roth |
2023-08-02 | arch/arm64: Hook up FADT | Arthur Heymans |
2023-07-04 | arch/arm64/Makefile.inc: Fix Kconfig name in comment | Yu-Ping Wu |
2023-03-21 | arch/arm64/include/armv8/arch/barrier.h: Add spaces around colons | Yuchen He |
2023-02-08 | arch/arm64/armv8/mmu.c: Add a space before the ternary operator | Yuchen He |
2022-11-17 | arch/{arm64,riscv}: Remove "CRIT: " from log messages | Elyes Haouas |
2022-10-21 | arm64/armv8: Use 'enum cb_err' | Elyes Haouas |
2022-09-06 | src: remove force-included header rules.h from individual files | Martin Roth |
2022-07-20 | arch/arm64,arm: Prepare for !SEPARATE_ROMSTAGE | Arthur Heymans |
2022-05-31 | arch/arm{64}/include: Remove unused 'boot.h' file | Elyes Haouas |
2022-03-08 | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-01-17 | src: Remove unused <cbfs.h> | Elyes HAOUAS |
2021-11-25 | arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relax | Raul E Rangel |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-10-01 | arch/arm64: Remove unnecessary interfaces | Julius Werner |
2021-03-17 | cbfs: Remove prog_locate() for payloads (SELF and FIT) | Julius Werner |
2021-03-16 | cbfs: Remove prog_locate() for stages and rmodules | Julius Werner |
2021-01-25 | arm64/armv8: Set ARCH_ARMV8_EXTENSION depend on ARCH_ARM64 | 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-10-13 | sc7180: Enable bootblock compression | Julius Werner |
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-07-14 | src: Remove unused 'include <stdint.h> | Elyes HAOUAS |
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-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-06 | src/arch/arm64: Convert to SPDX license header | Patrick Georgi |
2020-02-12 | arch/arm64/Makefile.inc: Avoid # in variable definition | Nico Huber |
2020-01-28 | commonlib: Add commonlib/bsd | Julius Werner |
2019-12-19 | src/arch: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-05 | arm64: Print a char to UART early in exception handler | Julius Werner |
2019-12-05 | arm64: Bump exception stack size to 2KB | Julius Werner |
2019-12-05 | arm64: Correctly unmask asynchronous SError interrupts | Julius Werner |
2019-12-04 | Change all clrsetbits_leXX() to clrsetbitsXX() | Julius Werner |
2019-11-30 | arch/*/*/early_variables.h: drop unused files | Arthur Heymans |
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-04 | soc/nvidia/tegra210: Populate _cbmem_top_ptr | Arthur Heymans |
2019-11-03 | arch/arm64: Pass cbmem_top to ramstage via calling argument | Arthur Heymans |
2019-09-14 | arm64: Uprev Arm TF and adjust to BL31 parameter changes | Julius Werner |
2019-09-09 | arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 | Kyösti Mälkki |
2019-08-30 | arm64: Rename arm_tf.c/h to bl31.c/h | Julius Werner |
2019-08-29 | arch/arm64: Make ARM64 stages select ARCH_ARM64 | Arthur Heymans |
2019-08-26 | AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file | Martin Roth |
2019-08-26 | lib: ramdetect: Register exception handlers for ARMv8 | Asami Doi |
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 | fit: Refactor config node handling | Julius Werner |
2019-06-17 | arm64: make comment match code | Marty E. Plummer |
2019-05-21 | src/arch/arm64: Remove variable set but not used | Elyes HAOUAS |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
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 | arch/arm64: Add PCI config support in romstage | Kyösti Mälkki |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-02-05 | bootmem: add new memory type for BL31 | Ting Shen |
2019-01-30 | selfload: check target memory type in selfload_check | Ting Shen |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
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-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-10-25 | selfboot: create selfboot_check function, remove check param | Ronald G. Minnich |
2018-10-12 | libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2 | Julius Werner |
2018-10-11 | selfboot: remove bounce buffers | Ronald G. Minnich |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-08-17 | arm64: Factor out common parts of romstage execution flow | Julius Werner |
2018-08-13 | arm64: mmu: Spot check security state for TTB mapping | Julius Werner |
2018-08-10 | arm64: Turn architectural register accessors into inline functions | Julius Werner |
2018-08-10 | arm64: Drop checks for current exception level, hardcode EL3 assumption | Julius Werner |
2018-08-10 | arm64: Remove set_cntfrq() function | Julius Werner |
2018-08-09 | src/arch: Fix typo | Elyes HAOUAS |
2018-08-07 | arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm) | Julius Werner |
2018-08-07 | arm64: Disable MMU during legacy payload handoff (without Arm TF) | Julius Werner |
2018-07-26 | arch/arm64: Add Kconfig to include BL31 as blob | Patrick Rudolph |
2018-07-02 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2018-06-26 | arm64: Reimplement mmu_disable() in assembly | Julius Werner |
2018-06-26 | arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__ | Julius Werner |
2018-06-26 | arm64: Drop dead file stage_entry.S | Julius Werner |
2018-06-19 | lib: Add FIT payload support | Patrick Rudolph |
2018-06-19 | lib/prog_loaders: Move argument selection into selfload | Patrick Rudolph |
2018-05-24 | src: Add space after 'while' | Elyes HAOUAS |