summaryrefslogtreecommitdiff
path: root/src/arch/armv7
AgeCommit message (Expand)Author
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