summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
* arm: Prevent compilation of old, experimental SMP supportJulius Werner2015-04-022-1/+6
* arch/arm: drop extra commentPatrick Georgi2015-03-281-2/+0
* armv4: Build in SMP settings with non-SMP armv4 CPUsPatrick Georgi2015-03-271-0/+15
* vboot2: separate verstage from bootblockDaisuke Nojiri2015-03-243-2/+71
* arm: add _end symbol to bootblock.ldAaron Durbin2015-03-211-0/+1
* bootblocks: use run_romstage()Aaron Durbin2015-03-202-16/+4
* loaders: add program_loading.h header fileAaron Durbin2015-03-201-1/+1
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-0/+1
* rmodules: Make rmodules inclusion for vboot dependent on romstage_archFurquan Shaikh2015-03-173-0/+10
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2015-03-172-2/+6
* coreboot rush: Add support for basic romstageFurquan Shaikh2015-03-041-0/+1
* coreboot arm: Define function for setting cntfrq registerFurquan Shaikh2015-03-023-0/+64
* src/arch/*/include/stdint.h: Provide definitions for bool typeAlexandru Gagniuc2015-02-021-0/+4
* CBMEM: Tidy up CAR migrationKyösti Mälkki2015-01-271-1/+0
* CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki2015-01-273-7/+3
* CBMEM console: Fix CAR migration stepKyösti Mälkki2015-01-271-0/+1
* CBMEM: Implement cbmem_run_init_hooks() stubKyösti Mälkki2015-01-271-8/+0
* vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri2015-01-274-0/+29
* vboot2: add verstageStefan Reinauer2015-01-274-1/+13
* Revert "vboot2: add verstage"Paul Menzel2015-01-143-9/+1
* vboot2: add verstageDaisuke Nojiri2015-01-133-1/+9
* timestamps: Switch from tsc_t to uint64_tStefan Reinauer2015-01-052-0/+31
* arm: lpae: Set XN and PXN bits for noncacheable regionsJimmy Zhang2015-01-041-2/+3
* ARMv7: Always has DYNAMIC_CBMEMKyösti Mälkki2015-01-031-9/+0
* arm: Fix stored PC value when handling exceptionsJulius Werner2015-01-031-0/+5
* ARM: Fix ARM_LPAE to not be selectable as a menu item.Ronald G. Minnich2015-01-011-1/+1
* ipq/arm: Redesign hooks for bootblockVadim Bendebury2014-12-303-15/+33
* cpu/armltd/cortex-a9: Remove stub func dead codeEdward O'Callaghan2014-12-191-8/+1
* ARM: Use LPAE for Virtual Address TranslationDaisuke Nojiri2014-12-173-66/+190
* arm: Add support for a preram_cbmem_console symbol.Gabe Black2014-12-153-0/+8
* arm: Fix minor mistake in cache maintenance assemblyJulius Werner2014-12-151-1/+1
* armv7: provide compiler options for rmodulesAaron Durbin2014-12-151-0/+3
* libpayload: arm: Pass the coreboot table location to the payload.Gabe Black2014-12-091-2/+8
* Replace hlt with halt()Patrick Georgi2014-12-022-4/+4
* Unify remaining binutils invocationsPatrick Georgi2014-11-301-20/+4
* arm: Put assembly functions into separate sectionsJulius Werner2014-11-1312-32/+33
* arm: Redesign, clarify and clean up cache related codeJulius Werner2014-11-109-129/+64
* arm: Thumb ALL the things!Julius Werner2014-11-097-381/+53
* build: Add ccopts back into the buildMarc Jones2014-11-092-12/+12
* ARM: Use local versions of libgcc functions instead of linking against libgcc.Gabe Black2014-11-0510-8/+1206
* cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black2014-10-071-1/+0
* arm: Fix up new cache flush algorithm and replace dcache_*_all() with itJulius Werner2014-09-293-152/+48
* arm: Import armv7_dcache_wbinv_all function from NetBSDJulius Werner2014-09-291-0/+99
* arm: add missing gc-sections for ramstageIsaac Christensen2014-09-241-2/+2
* arm: Update mem* functions to newer versionsJulius Werner2014-09-225-78/+87
* arm: Move libgcc assembly macros to arch/asm.hJulius Werner2014-09-225-16/+58
* arm: Have the linker garbage-collect unused functions and variablesJulius Werner2014-09-224-31/+35
* arm: Remove CAR_MIGRATE Kconfig and associated cruftJulius Werner2014-09-152-57/+1
* arm: Move exception_init() close to console_init()Julius Werner2014-09-135-1/+43
* arm: Put exception_stack into BSSJulius Werner2014-09-132-53/+14