summaryrefslogtreecommitdiff
path: root/src/arch/arm
AgeCommit message (Expand)Author
2015-03-04coreboot rush: Add support for basic romstageFurquan Shaikh
2015-03-02coreboot arm: Define function for setting cntfrq registerFurquan Shaikh
2015-02-02src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc
2015-01-27CBMEM: Tidy up CAR migrationKyösti Mälkki
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-27CBMEM console: Fix CAR migration stepKyösti Mälkki
2015-01-27CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-14Revert "vboot2: add verstage"Paul Menzel
2015-01-13vboot2: add verstageDaisuke Nojiri
2015-01-05timestamps: Switch from tsc_t to uint64_tStefan Reinauer
2015-01-04arm: lpae: Set XN and PXN bits for noncacheable regionsJimmy Zhang
2015-01-03ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki
2015-01-03arm: Fix stored PC value when handling exceptionsJulius Werner
2015-01-01ARM: Fix ARM_LPAE to not be selectable as a menu item.Ronald G. Minnich
2014-12-30ipq/arm: Redesign hooks for bootblockVadim Bendebury
2014-12-19cpu/armltd/cortex-a9: Remove stub func dead codeEdward O'Callaghan
2014-12-17ARM: Use LPAE for Virtual Address TranslationDaisuke Nojiri
2014-12-15arm: Add support for a preram_cbmem_console symbol.Gabe Black
2014-12-15arm: Fix minor mistake in cache maintenance assemblyJulius Werner
2014-12-15armv7: provide compiler options for rmodulesAaron Durbin
2014-12-09libpayload: arm: Pass the coreboot table location to the payload.Gabe Black
2014-12-02Replace hlt with halt()Patrick Georgi
2014-11-30Unify remaining binutils invocationsPatrick Georgi
2014-11-13arm: Put assembly functions into separate sectionsJulius Werner
2014-11-10arm: Redesign, clarify and clean up cache related codeJulius Werner
2014-11-09arm: Thumb ALL the things!Julius Werner
2014-11-09build: Add ccopts back into the buildMarc Jones
2014-11-05ARM: Use local versions of libgcc functions instead of linking against libgcc.Gabe Black
2014-10-07cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black
2014-09-29arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner
2014-09-29arm: Import armv7_dcache_wbinv_all function from NetBSDJulius Werner
2014-09-24arm: add missing gc-sections for ramstageIsaac Christensen
2014-09-22arm: Update mem* functions to newer versionsJulius Werner
2014-09-22arm: Move libgcc assembly macros to arch/asm.hJulius Werner
2014-09-22arm: Have the linker garbage-collect unused functions and variablesJulius Werner
2014-09-15arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner
2014-09-13arm: Move exception_init() close to console_init()Julius Werner
2014-09-13arm: Put exception_stack into BSSJulius Werner
2014-09-12arm: Remove some pointless CFLAGSJulius Werner
2014-09-12tegra124/nyan: various fixes and additionsHung-Te Lin
2014-09-11tegra124/nyan: rougly stable code baseGabe Black
2014-09-09arm: Update a stale comment in bootblock .S filesDavid Hendricks
2014-09-09exynos: Install the BL1 and set the checksum in the Makefile.Gabe Black
2014-09-09ARMv4: Add a minimal version of cpu.h.Gabe Black
2014-09-09ARM: Add an ARMv4 architecture version.Gabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black