summaryrefslogtreecommitdiffstats
path: root/src/arch/armv7
Commit message (Expand)AuthorAgeFilesLines
* Drop llshellStefan Reinauer2013-05-201-4/+0
* coreboot: add thread cooperative multitaskingAaron Durbin2013-05-141-0/+5
* armv7: invalidate TLB entries as they are added/modifiedDavid Hendricks2013-05-011-4/+3
* ARMV7: add a function to disable MMU entriesRonald G. Minnich2013-05-012-0/+15
* armv7: add wrapper for tlbimvaaDavid Hendricks2013-05-011-0/+6
* boot state: schedule static callbacksAaron Durbin2013-05-011-0/+3
* armv7: invoke intermediate build rulesDavid Hendricks2013-04-261-1/+1
* armv7/exynos5250: Deprecate sdelay in favor of udelayDavid Hendricks2013-04-174-68/+0
* Exynos5250: add a microsecond timerRonald G. Minnich2013-04-131-2/+0
* ARM: Unmask aborts very early in the bootblock.Gabe Black2013-04-111-1/+4
* armv7: replace read/write macros with inlinesDavid Hendricks2013-04-101-161/+61
* armv7: specify condition code for msr instructionDavid Hendricks2013-04-081-1/+1
* x86: Drop BOARD_HAS_FADTKyösti Mälkki2013-03-301-3/+0
* armv7: change some unsigned ints to uint32_tDavid Hendricks2013-03-301-4/+4
* armv7: remove loop from dcache_mmu_disable()David Hendricks2013-03-291-30/+2
* armv7: update sync barrier usage in dcache_op_set_way()David Hendricks2013-03-291-2/+3
* armv7: set cache level explicitly for dcache/unified cache caseDavid Hendricks2013-03-291-0/+2
* armv7: invalidate TLB after changing translation table entriesDavid Hendricks2013-03-291-0/+3
* armv7: iterate thru all levels when doing dcache opsDavid Hendricks2013-03-291-2/+27
* armv7: add functions for reading/writing L2CTLRDavid Hendricks2013-03-291-0/+19
* armv7: use stdint.h in cache and MMU filesDavid Hendricks2013-03-292-2/+2
* armv7: added paranoia for cache libraryDavid Hendricks2013-03-291-9/+9
* armv7: clean+invalidate all cache levels when disabling MMUDavid Hendricks2013-03-281-3/+30
* armv7: cosmetic changes to dcache_op_mva()David Hendricks2013-03-281-4/+6
* armv7: fix a bad variable assignmentDavid Hendricks2013-03-281-1/+1
* armv7: pass incremented value to dccimvacDavid Hendricks2013-03-281-1/+1
* armv7: fixes for dcache_op_by_mva()David Hendricks2013-03-261-1/+4
* ARMv7: Drop ROMSTAGE_BASE from Makefile.incStefan Reinauer2013-03-261-1/+0
* ARMv7: Drop XIP relocation code for romstageStefan Reinauer2013-03-261-28/+6
* armv7: add new dcache and MMU setup functionsDavid Hendricks2013-03-268-660/+203
* Unify coreboot table generationStefan Reinauer2013-03-224-723/+19
* cbmem: dynamic cbmem supportAaron Durbin2013-03-212-1/+4
* armv7: add function for dcache_clean_by_mva()David Hendricks2013-03-212-0/+9
* armv7: add a helper function for dcache ops by MVADavid Hendricks2013-03-211-4/+24
* armv7: cosmetic changes to new cache codeDavid Hendricks2013-03-212-21/+35
* armv7: remove old isb() and dsb() macrosDavid Hendricks2013-03-212-4/+0
* armv7: move armv7_invalidate_caches() to cache.cDavid Hendricks2013-03-213-52/+52
* ARM: remove assembly code dump when stages.o is builtRonald G. Minnich2013-03-201-1/+1
* ARM: Fix the ldscripts so that exit/enter stage work correctly.Ronald G. Minnich2013-03-202-2/+2
* armv7/exynos/snow: new cache maintenance APIDavid Hendricks2013-03-1910-63/+498
* cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin2013-03-191-1/+1
* Eliminate do_div().David Hendricks2013-03-084-444/+1
* ARMV7 and Google/Snow: Add exception support code to the ramstageRonald G. Minnich2013-03-084-0/+314
* Revert "ARMv7: Simplify div64"David Hendricks2013-03-073-7/+190
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-013-3/+3
* Revert "ARMv7: drop special handling for stages.c"Ronald G. Minnich2013-02-281-8/+13
* ARMv7: drop special handling for stages.cStefan Reinauer2013-02-281-13/+8
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-2/+0
* google/snow: enable GPIO entries and CHROMEOS in buildingRonald G. Minnich2013-02-252-6/+6
* ARMv7: Simplify div64Stefan Reinauer2013-02-253-190/+7
OpenPOWER on IntegriCloud