aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7
AgeCommit message (Expand)Author
2014-08-29arm: libpayload: Make cache invalidation take pointers instead of integersJulius Werner
2014-08-28ARM: Make it possible to use a custom bootblock implementation.Gabe Black
2014-08-22ARM: Overhaul the ARM Makefile.Gabe Black
2014-08-14armv7: mark EABI compatibility symbols as usedStefan Reinauer
2014-08-14ARMv7/Exynos: Fix memory location assumptionsStefan Reinauer
2014-08-13ARMv7: drop dead code from Makefile.incStefan Reinauer
2014-08-12armv7/Makefile.inc, cpu/Makefile.inc: align output of printfDaniele Forsi
2014-08-10armv7: Support stack dump after exceptionsJulius Werner
2014-08-10ARM: Eliminate the unused interrupts.c.Gabe Black
2014-08-08ARMv7: Add stdint types needed for vboot libraryStefan Reinauer
2014-08-08ARMV7: threading support for cooperative multitaskingRonald G. Minnich
2014-08-07armv7: Fix dcache writethrough policy handlingDavid Hendricks
2014-08-07exynos: Set up caching in the bootblock.Gabe Black
2014-08-06Set armv7 up for cpu_info to work as on x86 (so threads can work)Ronald G. Minnich
2014-08-01armv7: add wrapper for DCCSW (data cache clean by set/way)David Hendricks
2014-07-31armv7/exynos5420: Configure CPU cores for kernel to enable SMP.Hung-Te Lin
2014-07-08arch: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-06-29build: remove -ccopts mechanismPatrick Georgi
2014-06-28armv7: We don't use CPPFLAGS anymorePatrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-10Arch-level Kconfig menu cleanupFurquan Shaikh
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-03Move redundant Makefile rules from arch to top level.Furquan Shaikh
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-18build rules: Identify build stage with simple variablesKyösti Mälkki
2014-04-18console: Use romstage code for ramstage and SMMKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09console: Move newline translation outside console_tx_byteKyösti Mälkki
2014-04-09console: Unify do_printk()Kyösti Mälkki
2014-04-09console: Split console_init()Kyösti Mälkki
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-03coreboot: don't return struct lb_memory * from write_tables()Aaron Durbin
2014-03-03coreboot: introduce arch_payload_run()Aaron Durbin
2014-02-11SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki
2014-02-06console: Drop IO and Oxford (PCI) UARTs on armv7Kyösti Mälkki
2014-01-06CBMEM: Drop cbmem_base_check()Kyösti Mälkki
2014-01-06CBMEM ACPI: Move resume handlerKyösti Mälkki
2013-12-21exynos5250: Implement support to boot with USB A-A firmware uploadJulius Werner
2013-12-21armv7: Allow accessing ACTLR (Auxiliary Control Register)Hung-Te Lin
2013-12-21armv7: Add CPU & MP primitive instructionsHung-Te Lin
2013-12-21armv7: add wrappers to read/write L2ACTLRDavid Hendricks
2013-12-21ARM: Don't inject nobits since we actually want to load these bitsGabe Black
2013-12-21ARM: Remove (NOLOAD) from the .car sectionGabe Black
2013-12-21ARMv7: Fix location of CBMEM console in romstageStefan Reinauer
2013-12-21arm: Remove __image_copy_end from the ARM linker scriptGabe Black
2013-12-21armv7: Prepare tables code for dynamic CBMEMPatrick Georgi
2013-12-21Enable CAR migration on Exynos 5250 and 5420Stefan Reinauer
2013-12-21arm: Don't use const pointers with the write functionsGabe Black
2013-12-12armv7: Fix dcache_clean_by_mva.Hung-Te Lin
2013-12-02Makefile: Drop obsolete rulesKyösti Mälkki
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer
2013-09-17ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.Gabe Black
2013-09-11CBMEM: Add cbmem_locate_table()Kyösti Mälkki
2013-09-11CBMEM tables: Remove references to global high_tables_baseKyösti Mälkki
2013-09-11CBMEM: Add cbmem_late_set_table() and drop references to high_tables_baseKyösti Mälkki
2013-08-01Add directive __SIMPLE_DEVICE__Kyösti Mälkki
2013-07-25Redefine pci_bus_default_ops as functionKyösti Mälkki
2013-07-15ARM: Define custom ELF headers for ARM.Gabe Black
2013-07-14arm: Add and enable an arch specific version of memmove.Gabe Black
2013-07-11Move the HAVE_ARCH_* config options from src/arch/x86 to src/.Gabe Black
2013-07-11arm: Add a W() macro for use in kernel assembler.Gabe Black
2013-07-10Don't try to use CBMEM console in bootblockStefan Reinauer
2013-07-10ARMv7: Drop duplicate call to bootblock_cpu_init()Stefan Reinauer
2013-07-10ARM: Don't leave alignment checking on after the exception test.Gabe Black
2013-07-10arm: Fix memory barrier usage in IO operationHung-Te Lin
2013-07-10armv7a: Enable native memcpy / memsetStefan Reinauer
2013-07-10ARM: Tell the linker memset and memcpy are functions.Gabe Black
2013-07-10ARM: Separate the early console (romstage) from the bootblock console.Gabe Black
2013-07-10arch: clean up Kconfig and MakefileStefan Reinauer
2013-07-10armv7: Reserve space BL1 and checksum header by specifying bootblock offset.Hung-Te Lin
2013-07-10cpu: Add CPU microcode file to cbfs with 16-byte alignmentAaron Durbin
2013-07-10Drop ELF remains from boot codeStefan Reinauer
2013-07-10ARMv7: flatten arch/armv7 source treeStefan Reinauer
2013-07-10ARM: Fix up page table/cachability management.Gabe Black
2013-07-10arch: Fix spellingMartin Roth
2013-07-10ARM: Fix the way the space for the page tables is allocated.Gabe Black
2013-07-10ARMv7: Clean up console codeStefan Reinauer
2013-07-10ARMv7: De-uboot-ify Exynos5250 codeStefan Reinauer
2013-07-10Wield battle axe at ARM portStefan Reinauer
2013-07-10Rename hardwaremain() to main()Stefan Reinauer
2013-06-10ARM: Put the ROM stage into the image before other bits.Gabe Black
2013-05-20Drop llshellStefan Reinauer
2013-05-14coreboot: add thread cooperative multitaskingAaron Durbin
2013-05-01armv7: invalidate TLB entries as they are added/modifiedDavid Hendricks
2013-05-01ARMV7: add a function to disable MMU entriesRonald G. Minnich
2013-05-01armv7: add wrapper for tlbimvaaDavid Hendricks
2013-05-01boot state: schedule static callbacksAaron Durbin
2013-04-26armv7: invoke intermediate build rulesDavid Hendricks
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-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