summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2013-04-18spkmodem consoleVladimir Serbinenko
2013-04-17armv7/exynos5250: Deprecate sdelay in favor of udelayDavid Hendricks
2013-04-13Exynos5250: add a microsecond timerRonald G. Minnich
2013-04-11ARM: Unmask aborts very early in the bootblock.Gabe Black
2013-04-10armv7: replace read/write macros with inlinesDavid Hendricks
2013-04-08armv7: specify condition code for msr instructionDavid Hendricks
2013-04-03Add PXE ROM selection to Kconfig menuSiyuan Wang
2013-04-01lynxpoint: Move ACPI NVS into separate CBMEM tableDuncan Laurie
2013-04-01boot: add disable_cache_rom() functionAaron Durbin
2013-03-30x86: Drop BOARD_HAS_FADTKyösti Mälkki
2013-03-30armv7: change some unsigned ints to uint32_tDavid Hendricks
2013-03-29armv7: remove loop from dcache_mmu_disable()David Hendricks
2013-03-29armv7: update sync barrier usage in dcache_op_set_way()David Hendricks
2013-03-29armv7: set cache level explicitly for dcache/unified cache caseDavid Hendricks
2013-03-29armv7: invalidate TLB after changing translation table entriesDavid Hendricks
2013-03-29armv7: iterate thru all levels when doing dcache opsDavid Hendricks
2013-03-29armv7: add functions for reading/writing L2CTLRDavid Hendricks
2013-03-29armv7: use stdint.h in cache and MMU filesDavid Hendricks
2013-03-29armv7: added paranoia for cache libraryDavid Hendricks
2013-03-28armv7: clean+invalidate all cache levels when disabling MMUDavid Hendricks
2013-03-28armv7: cosmetic changes to dcache_op_mva()David Hendricks
2013-03-28armv7: fix a bad variable assignmentDavid Hendricks
2013-03-28armv7: pass incremented value to dccimvacDavid Hendricks
2013-03-26armv7: fixes for dcache_op_by_mva()David Hendricks
2013-03-26ARMv7: Drop ROMSTAGE_BASE from Makefile.incStefan Reinauer
2013-03-26x86: dynamic cbmem: fix acpi reservationsAaron Durbin
2013-03-26ARMv7: Drop XIP relocation code for romstageStefan Reinauer
2013-03-26armv7: add new dcache and MMU setup functionsDavid Hendricks
2013-03-23x86: mark .textfirst as allocatable and executableAaron Durbin
2013-03-23relocatable ramstage: fix linkingAaron Durbin
2013-03-23x86: expose console_tx_flush in romstageAaron Durbin
2013-03-22Unify coreboot table generationStefan Reinauer
2013-03-22coreboot: add vboot_handoff to coreboot tablesAaron Durbin
2013-03-22romstage: add support for vboot firmware selectionAaron Durbin
2013-03-22coreboot: dynamic cbmem requirementAaron Durbin
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-21cbmem: dynamic cbmem supportAaron Durbin
2013-03-21rmodule: add string functions to rmodules classAaron Durbin
2013-03-21coreboot: introduce CONFIG_RELOCATABLE_RAMSTAGEAaron Durbin
2013-03-21coreboot: introduce romstage_handoff structureAaron Durbin
2013-03-21ramstage: prepare for relocationAaron Durbin
2013-03-21armv7: add function for dcache_clean_by_mva()David Hendricks
2013-03-21armv7: add a helper function for dcache ops by MVADavid 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-20x86: don't clear bss in ramstage entryAaron Durbin
2013-03-20ARM: remove assembly code dump when stages.o is builtRonald G. Minnich
2013-03-20ARM: Fix the ldscripts so that exit/enter stage work correctly.Ronald G. Minnich
2013-03-20x86: provide more C standard environmentAaron Durbin