u-boot-brain/arch/arm/include/asm/arch-at91
Masahiro Yamada 9f2ec3f543 spl: consolidate arch/arm/include/asm/arch-*/spl.h
arch/arm/include/asm/spl.h requires all SoCs to have
arch/arm/include/asm/arch-*/spl.h.

But many of them just define BOOT_DEVICE_* macros.

Those macros are used in the "switch (boot_device) { ... }"
statement in common/spl/spl.c.

So they should not be archtecture specific, but be described as
a simpile enumeration.

This commit merges most of arch/arm/include/asm/arch-*/spl.h
into arch/arm/include/asm/spl.h.

With a little more effort, arch-zynq/spl.h and arch-socfpga/spl.h
will be merged, while I am not sure about OMAP and Exynos.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Tom Warren <twarren@nvidia.com>
CC: Stefano Babic <sbabic@denx.de>
CC: Minkyu Kang <mk7.kang@samsung.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
Acked-by: Michal Simek <monstr@monstr.eu>
Acked-by: Stefano Babic <sbabic@denx.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Tested-by: Bo Shen <voice.shen@atmel.com> [on sama5d3xek board for at91 part]
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stefano Babic <sbabic@denx.de> [applying Tim's i.MX6 patches]
Acked-by: Tom Rini <trini@ti.com>
2014-06-06 10:05:34 +02:00
..
at91_common.h arm926ejs, at91: add common phy_reset function 2013-12-01 22:38:52 +01:00
at91_dbu.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_eefc.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_emac.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_gpbr.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_matrix.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_mc.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_pdc.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_pio.h at91: remove all occourances of CONFIG_AT91_LEGACY 2013-11-13 22:17:57 +01:00
at91_pit.h at91: remove all occourances of CONFIG_AT91_LEGACY 2013-11-13 22:17:57 +01:00
at91_pmc.h arm: atmel: sama5d3: the offset of MULA is 18 2013-12-01 22:38:44 +01:00
at91_rstc.h at91: add defines for reset type 2013-11-04 20:32:39 +01:00
at91_rtt.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_shdwn.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_spi.h at91: remove all occourances of CONFIG_AT91_LEGACY 2013-11-13 22:17:57 +01:00
at91_st.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_tc.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91_wdt.h at91: remove all occourances of CONFIG_AT91_LEGACY 2013-11-13 22:17:57 +01:00
at91cap9_matrix.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91cap9.h at91: remove all occourances of CONFIG_AT91_LEGACY 2013-11-13 22:17:57 +01:00
at91rm9200.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9_matrix.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9_sdramc.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9_smc.h at91: remove all occourances of CONFIG_AT91_LEGACY 2013-11-13 22:17:57 +01:00
at91sam9g45_matrix.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9g45.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9rl_matrix.h AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master 2011-08-03 13:00:56 +02:00
at91sam9rl.h AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master 2011-08-03 13:00:56 +02:00
at91sam9x5_matrix.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9x5.h ARM: at91: atmel_nand: pmecc driver will select the galois table by sector size 2013-08-22 16:50:16 +02:00
at91sam9260_matrix.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9260.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9261_matrix.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9261.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9263_matrix.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
at91sam9263.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
atmel_mpddrc.h arm: atmel: add ddr2 initialization function 2013-12-01 22:38:47 +01:00
atmel_usba_udc.h USB: gadget: add atmel usba udc driver 2013-09-24 17:51:35 +02:00
clk.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
gpio.h at91 gpio: fix typo in compatibility macro 2014-03-09 18:24:54 +01:00
hardware.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
sama5d3_smc.h arm: sama5d3: fix smc cs related registers offset 2013-08-22 16:50:58 +02:00
sama5d3.h ARM: at91: sama5d3: add support for sama5d36 chip 2013-11-13 22:18:18 +01:00