coreboot/src/arch/armv7
Stefan Reinauer 043eb0e35f Wield battle axe at ARM port
This patch unfortunately incorporates a number of changes,
all of which are making future ARM ports easier.

 - drop cruft that came in with u-boot
 - move serial console from mainboard Kconfig to Exynos Kconfig
 - factor out non-board specific wakeup code
 - move generic bootblock code from mainboard to Exynos
 - actually call arch_cpu_init()
 - remove dead code
 - fix up copyright messages
 - remove snow_ prefix from a lot of code to reduce the noise
   when creating a new mainboard based on that code.

Change-Id: Ic05326edf5a7e1a691c5ff841a604cb9e351b562
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3640
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2013-07-10 02:41:09 +02:00
..
boot Unify coreboot table generation 2013-03-22 00:17:55 +01:00
include Wield battle axe at ARM port 2013-07-10 02:41:09 +02:00
lib armv7: invalidate TLB entries as they are added/modified 2013-05-01 23:57:16 +02:00
bootblock.inc armv7/exynos5250: Deprecate sdelay in favor of udelay 2013-04-17 23:06:40 +02:00
bootblock.lds GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
bootblock_simple.c armv7: add new dcache and MMU setup functions 2013-03-26 00:10:31 +01:00
coreboot_ram.ld boot state: schedule static callbacks 2013-05-01 07:06:12 +02:00
exception.c ARMV7 and Google/Snow: Add exception support code to the ramstage 2013-03-08 22:03:37 +01:00
exception_asm.S ARMV7 and Google/Snow: Add exception support code to the ramstage 2013-03-08 22:03:37 +01:00
Kconfig armv7: Clean up: remove deprecated SPL. 2013-02-06 22:09:01 +01:00
Makefile.inc Rename hardwaremain() to main() 2013-07-10 02:40:30 +02:00
romstage.ld ARM: Fix the ldscripts so that exit/enter stage work correctly. 2013-03-20 05:56:22 +01:00
stages.c armv7/exynos/snow: new cache maintenance API 2013-03-19 22:23:45 +01:00