coreboot/src
Stefan Reinauer 6edb729cee Drop ARCH_ARM in favor of ARCH_ARMV7
The ARM architecture is really many architectures, and most
of them need their own toolchain. After discussing with Ron
and David, we decided that we're going to call the architecture
of our ARM board armv7.. This patch cleans out the remainders
of ARCH_ARM in the tree and moves on to consistent ARMv7 naming.
As of now, we only support little endian ARMv7 CPUs. We can
fix that for big endian if/when it comes our way.

Change-Id: Id70c7ef615f600e4d09961d811e7ac974fce4811
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1968
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-12-06 02:26:42 +01:00
..
arch Rename devices -> device 2012-11-30 23:59:58 +01:00
console Conditionally include mc146818rtc in console.c 2012-12-05 05:26:31 +01:00
cpu Add include files for samsung s5p-common 2012-12-01 02:13:15 +01:00
device Rename devices -> device 2012-11-30 23:59:58 +01:00
drivers Only compile PC80 drivers when CONFIG_PC80_SYSTEM is set 2012-11-30 21:33:18 +01:00
ec Get rid of drivers class 2012-11-27 22:00:49 +01:00
include Make set_boot_successful depend on PC80_SYSTEM 2012-11-30 21:33:35 +01:00
lib Drop boot directory 2012-11-30 21:56:33 +01:00
mainboard Drop TINY_BOOTBLOCK 2012-12-01 22:50:43 +01:00
northbridge Rename devices -> device 2012-11-30 23:59:58 +01:00
southbridge Drop TINY_BOOTBLOCK 2012-12-01 22:50:43 +01:00
superio Remove assembly coded log2 function 2012-11-28 07:57:17 +01:00
vendorcode Reduce number of per-mainboard changes 2012-11-16 01:11:31 +01:00
Kconfig Drop ARCH_ARM in favor of ARCH_ARMV7 2012-12-06 02:26:42 +01:00