Age | Commit message (Expand) | Author |
2015-01-04 | arm: lpae: Set XN and PXN bits for noncacheable regions | Jimmy Zhang |
2015-01-03 | ARMv7: Always has DYNAMIC_CBMEM | Kyösti Mälkki |
2015-01-03 | arm: Fix stored PC value when handling exceptions | Julius Werner |
2015-01-01 | ARM: Fix ARM_LPAE to not be selectable as a menu item. | Ronald G. Minnich |
2014-12-30 | ipq/arm: Redesign hooks for bootblock | Vadim Bendebury |
2014-12-19 | cpu/armltd/cortex-a9: Remove stub func dead code | Edward O'Callaghan |
2014-12-17 | ARM: Use LPAE for Virtual Address Translation | Daisuke Nojiri |
2014-12-15 | arm: Add support for a preram_cbmem_console symbol. | Gabe Black |
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-09 | libpayload: arm: Pass the coreboot table location to the payload. | Gabe Black |
2014-12-02 | Replace hlt with halt() | Patrick Georgi |
2014-11-30 | Unify remaining binutils invocations | 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-11-05 | ARM: Use local versions of libgcc functions instead of linking against libgcc. | Gabe Black |
2014-10-07 | cbmem console: Locate the preram console with a symbol instead of a section. | Gabe Black |
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-24 | arm: add missing gc-sections for ramstage | Isaac Christensen |
2014-09-22 | arm: Update mem* functions to newer versions | Julius Werner |
2014-09-22 | arm: Move libgcc assembly macros to arch/asm.h | Julius Werner |
2014-09-22 | arm: Have the linker garbage-collect unused functions and variables | Julius Werner |
2014-09-15 | arm: Remove CAR_MIGRATE Kconfig and associated cruft | 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 | arm: Remove some pointless CFLAGS | 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-09 | ARMv4: Add a minimal version of cpu.h. | Gabe Black |
2014-09-09 | ARM: Add an ARMv4 architecture version. | Gabe Black |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |