aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/include
AgeCommit message (Expand)Author
2013-07-10Drop ELF remains from boot codeStefan Reinauer
2013-07-10arch: Fix spellingMartin Roth
2013-07-10ARMv7: De-uboot-ify Exynos5250 codeStefan Reinauer
2013-07-10Wield battle axe at ARM portStefan Reinauer
2013-05-14coreboot: add thread cooperative multitaskingAaron Durbin
2013-05-01ARMV7: add a function to disable MMU entriesRonald G. Minnich
2013-05-01armv7: add wrapper for tlbimvaaDavid Hendricks
2013-04-17armv7/exynos5250: Deprecate sdelay in favor of udelayDavid Hendricks
2013-04-10armv7: replace read/write macros with inlinesDavid Hendricks
2013-03-30armv7: change some unsigned ints to uint32_tDavid Hendricks
2013-03-29armv7: add functions for reading/writing L2CTLRDavid Hendricks
2013-03-29armv7: added paranoia for cache libraryDavid Hendricks
2013-03-26armv7: add new dcache and MMU setup functionsDavid Hendricks
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21armv7: add function for dcache_clean_by_mva()David Hendricks
2013-03-21armv7: cosmetic changes to new cache codeDavid Hendricks
2013-03-21armv7: remove old isb() and dsb() macrosDavid Hendricks
2013-03-21armv7: move armv7_invalidate_caches() to cache.cDavid Hendricks
2013-03-19armv7/exynos/snow: new cache maintenance APIDavid Hendricks
2013-03-08Eliminate do_div().David Hendricks
2013-03-08ARMV7 and Google/Snow: Add exception support code to the ramstageRonald G. Minnich
2013-03-07Revert "ARMv7: Simplify div64"David Hendricks
2013-02-25google/snow: enable GPIO entries and CHROMEOS in buildingRonald G. Minnich
2013-02-25ARMv7: Simplify div64Stefan Reinauer
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
2013-02-15ARMv7: Drop u-boot type remainsStefan Reinauer
2013-02-15ARMv7: straighten out reset codeStefan Reinauer
2013-02-15ARMv7: Drop sr32, and wait_on_valueStefan Reinauer
2013-02-15ARMv7: Drop more unused filesStefan Reinauer
2013-02-14ARMv7: Drop SKIP_LOWLEVEL_INITStefan Reinauer
2013-02-09armv7: update coreboot tables for armv7David Hendricks
2013-02-08armv7: Use same console initialization procedure for all ARM stagesHung-Te Lin
2013-02-07armv7: Clean up arm/snow bootblock build process.Hung-Te Lin
2013-02-06armv7: Clean up: replace hang() by hlt().Hung-Te Lin
2013-02-03armv7: Add 'bootblock' build class.Hung-Te Lin
2013-02-01armv7: unify stage hand-off routinesDavid Hendricks
2013-01-30Extend CBFS to support arbitrary ROM source media.Hung-Te Lin
2013-01-29armv7: Clean up the mmu setup a bitRonald G. Minnich
2013-01-29armv7: nuke global_data.h and remove some references to gd structDavid Hendricks
2013-01-22armv7: add ARM-encoded bootblock_exit() stubDavid Hendricks
2013-01-19armv7/snow: get to romstageDavid Hendricks
2013-01-17ARM bootblock approachDavid Hendricks
2013-01-16armv7: delete unneeded ptrace.hStefan Reinauer
2013-01-10armv7: update board_init_f function signatureDavid Hendricks
2013-01-05ARMv7: drop __ASSEMBLY__Stefan Reinauer
2013-01-05ARMv7: drop __KERNEL__Stefan Reinauer
2012-12-08WIP: Initial ARMv7 architecture implementation in corebootStefan Reinauer
2012-12-06Unify assembler function handlingStefan Reinauer