summaryrefslogtreecommitdiffstats
path: root/src/arch/armv7/include
Commit message (Expand)AuthorAgeFilesLines
* build rules: Identify build stage with simple variablesKyösti Mälkki2014-04-181-34/+0
* coreboot: introduce arch_payload_run()Aaron Durbin2014-03-031-1/+0
* armv7: Allow accessing ACTLR (Auxiliary Control Register)Hung-Te Lin2013-12-211-0/+14
* armv7: Add CPU & MP primitive instructionsHung-Te Lin2013-12-211-0/+36
* armv7: add wrappers to read/write L2ACTLRDavid Hendricks2013-12-211-0/+15
* ARM: Don't inject nobits since we actually want to load these bitsGabe Black2013-12-211-2/+2
* arm: Don't use const pointers with the write functionsGabe Black2013-12-211-3/+3
* Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer2013-10-131-0/+59
* Add directive __SIMPLE_DEVICE__Kyösti Mälkki2013-08-011-0/+34
* Redefine pci_bus_default_ops as functionKyösti Mälkki2013-07-251-4/+1
* arm: Add a W() macro for use in kernel assembler.Gabe Black2013-07-111-0/+2
* ARMv7: Drop duplicate call to bootblock_cpu_init()Stefan Reinauer2013-07-101-3/+0
* arm: Fix memory barrier usage in IO operationHung-Te Lin2013-07-101-6/+6
* Drop ELF remains from boot codeStefan Reinauer2013-07-101-0/+1
* arch: Fix spellingMartin Roth2013-07-102-2/+2
* ARMv7: De-uboot-ify Exynos5250 codeStefan Reinauer2013-07-106-733/+26
* Wield battle axe at ARM portStefan Reinauer2013-07-101-13/+0
* coreboot: add thread cooperative multitaskingAaron Durbin2013-05-141-0/+5
* ARMV7: add a function to disable MMU entriesRonald G. Minnich2013-05-011-0/+2
* armv7: add wrapper for tlbimvaaDavid Hendricks2013-05-011-0/+6
* armv7/exynos5250: Deprecate sdelay in favor of udelayDavid Hendricks2013-04-171-26/+0
* armv7: replace read/write macros with inlinesDavid Hendricks2013-04-101-161/+61
* armv7: change some unsigned ints to uint32_tDavid Hendricks2013-03-301-4/+4
* armv7: add functions for reading/writing L2CTLRDavid Hendricks2013-03-291-0/+19
* armv7: added paranoia for cache libraryDavid Hendricks2013-03-291-9/+9
* armv7: add new dcache and MMU setup functionsDavid Hendricks2013-03-262-85/+44
* Unify coreboot table generationStefan Reinauer2013-03-221-31/+0
* cbmem: dynamic cbmem supportAaron Durbin2013-03-211-0/+3
* armv7: add function for dcache_clean_by_mva()David Hendricks2013-03-211-0/+3
* armv7: cosmetic changes to new cache codeDavid Hendricks2013-03-211-16/+22
* armv7: remove old isb() and dsb() macrosDavid Hendricks2013-03-212-4/+0
* armv7: move armv7_invalidate_caches() to cache.cDavid Hendricks2013-03-211-0/+3
* armv7/exynos/snow: new cache maintenance APIDavid Hendricks2013-03-194-58/+238
* Eliminate do_div().David Hendricks2013-03-081-233/+0
* ARMV7 and Google/Snow: Add exception support code to the ramstageRonald G. Minnich2013-03-081-0/+38
* Revert "ARMv7: Simplify div64"David Hendricks2013-03-071-1/+185
* google/snow: enable GPIO entries and CHROMEOS in buildingRonald G. Minnich2013-02-251-0/+2
* ARMv7: Simplify div64Stefan Reinauer2013-02-251-185/+1
* Whitespace: Replace tab character in license text with two spacesPaul Menzel2013-02-201-1/+1
* ARMv7: Drop u-boot type remainsStefan Reinauer2013-02-151-59/+50
* ARMv7: straighten out reset codeStefan Reinauer2013-02-151-1/+0
* ARMv7: Drop sr32, and wait_on_valueStefan Reinauer2013-02-151-17/+2
* ARMv7: Drop more unused filesStefan Reinauer2013-02-151-6/+0
* ARMv7: Drop SKIP_LOWLEVEL_INITStefan Reinauer2013-02-141-7/+0
* armv7: update coreboot tables for armv7David Hendricks2013-02-091-2/+3
* armv7: Use same console initialization procedure for all ARM stagesHung-Te Lin2013-02-081-13/+0
* armv7: Clean up arm/snow bootblock build process.Hung-Te Lin2013-02-072-27/+1
* armv7: Clean up: replace hang() by hlt().Hung-Te Lin2013-02-062-22/+0
* armv7: Add 'bootblock' build class.Hung-Te Lin2013-02-031-60/+0
* armv7: unify stage hand-off routinesDavid Hendricks2013-02-011-0/+28