Age | Commit message (Expand) | Author |
2022-11-30 | arch/arm/armv7: Disable generating neon FPU code | Arthur Heymans |
2022-11-30 | arm/armv7/Makefile.inc: Fix processing ld files with clang | Arthur Heymans |
2022-11-16 | arch/arm/armv7: Don't set gcc specific options for clang builds | Martin Roth |
2022-09-06 | src: remove force-included header rules.h from individual files | Martin Roth |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-02-22 | arch/arm/armv7/thread.c: Remove stale file | Angel Pons |
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-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-07 | armv7: mmu: Use 'tlbimva' to invalidate TLB entries | Sam Lewis |
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-06 | src/arch/arm: Convert to SPDX license header | Patrick Georgi |
2019-12-19 | src/arch: Remove unused <stdlib.h> | Elyes HAOUAS |
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-07-12 | arch, include, soc: Use common stdint.h | Jacob Garber |
2019-06-21 | arch: Add missing #include <commonlib/helpers.h> | Elyes HAOUAS |
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: Drop unnecessary include | Kyösti Mälkki |
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-08-09 | src/arch: Fix typo | Elyes HAOUAS |
2018-06-14 | arch/arm/armv7: Fix coding style | Elyes HAOUAS |
2018-05-22 | Introduce bootblock self-decompression | Julius Werner |
2017-07-21 | arch/arm/armv7: Correct checkpatch errors | Logan Carlson |
2017-07-07 | arch/*: Update Kconfig symbol usage | Martin Roth |
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-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-02-12 | timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig | Julius Werner |
2016-01-07 | Correct some common spelling mistakes | Martin Roth |
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 |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-08-31 | armv7/arm64: remove timestamp.c | Aaron Durbin |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-11 | cache: Add arch_program_segment_loaded call to arm and arm64 | Furquan Shaikh |
2015-04-30 | arm/armv7: drop merge left-over | Patrick Georgi |
2015-04-30 | vboot: split class in library and stage | Patrick Georgi |
2015-04-28 | arch/arm: Move inclusion of timestamps.c to the right directory | Patrick Georgi |
2015-04-22 | arch/armv7: Add API to disable MMU pages. | Deepa Dinamani |
2015-04-21 | armv7: preserve bootblock invocation parameter | Vadim Bendebury |
2015-04-17 | armv7: set CBFS header to zero | Vadim Bendebury |
2015-04-17 | armv7: work around hang in bootblock startup code | Daisuke Nojiri |
2015-04-14 | timer: Reestablish init_timer(), consolidate timer initialization calls | Julius Werner |
2015-04-13 | arm: Add bootblock_mainboard_early_init() for pre-console initialization | Julius Werner |
2015-04-13 | arch: armv7: Fix cache sync instructions. | Deepa Dinamani |
2015-04-10 | armv7-m: set stack pointer to _estack | Daisuke Nojiri |
2015-04-10 | armv7-m: add bootblock entry point | Daisuke Nojiri |
2015-04-10 | armv7-m: add empty cache routines | Daisuke Nojiri |
2015-04-10 | armv7-m: add armv7-m configuration | Daisuke Nojiri |
2015-04-08 | arm: Dump additional fault registers in abort handlers | Julius Werner |
2015-04-08 | armv7: Change all memory domains to Client so XN bits work | Julius Werner |
2015-04-08 | armv7: Add fine-grained page table support | Julius Werner |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-04-04 | armv7: Add config option guard for verstage class | Furquan Shaikh |
2015-03-20 | bootblocks: use run_romstage() | Aaron Durbin |
2015-03-17 | rmodules: Make rmodules inclusion for vboot dependent on romstage_arch | Furquan Shaikh |
2015-03-17 | coreboot classes: Add dynamic classes to coreboot | Furquan Shaikh |
2015-01-27 | vboot2: implement select_firmware for pre-romstage verification | Daisuke Nojiri |
2015-01-27 | vboot2: add verstage | Stefan Reinauer |
2015-01-14 | Revert "vboot2: add verstage" | Paul Menzel |
2015-01-13 | vboot2: add verstage | Daisuke Nojiri |
2015-01-05 | timestamps: Switch from tsc_t to uint64_t | Stefan Reinauer |
2015-01-04 | arm: lpae: Set XN and PXN bits for noncacheable regions | Jimmy Zhang |
2015-01-03 | arm: Fix stored PC value when handling exceptions | Julius Werner |
2014-12-30 | ipq/arm: Redesign hooks for bootblock | Vadim Bendebury |
2014-12-17 | ARM: Use LPAE for Virtual Address Translation | Daisuke Nojiri |
2014-12-15 | arm: Fix minor mistake in cache maintenance assembly | Julius Werner |
2014-12-15 | armv7: provide compiler options for rmodules | Aaron Durbin |
2014-12-02 | Replace hlt with halt() | Patrick Georgi |
2014-11-13 | arm: Put assembly functions into separate sections | Julius Werner |
2014-11-10 | arm: Redesign, clarify and clean up cache related code | Julius Werner |
2014-11-09 | arm: Thumb ALL the things! | Julius Werner |
2014-11-09 | build: Add ccopts back into the build | Marc Jones |
2014-09-29 | arm: Fix up new cache flush algorithm and replace dcache_*_all() with it | Julius Werner |
2014-09-29 | arm: Import armv7_dcache_wbinv_all function from NetBSD | Julius Werner |
2014-09-22 | arm: Move libgcc assembly macros to arch/asm.h | Julius Werner |
2014-09-13 | arm: Move exception_init() close to console_init() | Julius Werner |
2014-09-13 | arm: Put exception_stack into BSS | Julius Werner |
2014-09-12 | tegra124/nyan: various fixes and additions | Hung-Te Lin |
2014-09-11 | tegra124/nyan: rougly stable code base | Gabe Black |
2014-09-09 | arm: Update a stale comment in bootblock .S files | David Hendricks |
2014-09-09 | exynos: Install the BL1 and set the checksum in the Makefile. | Gabe Black |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |