u-boot/arch/arm/cpu/armv7/exynos
Rajeshwari Shinde 643be9c07e EXYNOS: Move files from board/samsung to arch/arm
This patch performs the following:

1) Convert the assembly code for memory and clock initialization to C code.
2) Move the memory and clock init codes from board/samsung to arch/arm
3) Creat a common lowlevel_init file across Exynos4 and Exynos5. Converted
   the common lowlevel_init from assembly to C-code
4) Made spl_boot.c and tzpc_init.c common for both exynos4 and exynos5.
5) Enable CONFIG_SKIP_LOWLEVEL_INIT as stack pointer initialisation is already
   done in _main.
6) exynos-uboot-spl.lds made common across SMDKV310, Origen and SMDK5250.

TEST: Tested SD-MMC boot on SMDK5250 and Origen.
      Tested USB and SPI boot on SMDK5250
      Compile tested for SMDKV310.

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2013-07-05 17:06:55 +09:00
..
clock.c EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted results. 2013-06-13 17:35:14 +09:00
clock_init.h EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
clock_init_exynos4.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
clock_init_exynos5.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
common_setup.h EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
dmc_common.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
dmc_init_ddr3.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
dmc_init_exynos4.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
exynos4_setup.h EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
exynos5_setup.h EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
lowlevel_init.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
Makefile EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
pinmux.c EXYNOS4210: Configure GPIO for uart 2013-07-05 17:06:55 +09:00
power.c EXYNOS: Add API for power reset and exit wakeup 2013-07-05 17:06:54 +09:00
soc.c EXYNOS5: Add L2 Cache Support. 2013-03-27 16:53:37 +09:00
spl_boot.c EXYNOS: Move files from board/samsung to arch/arm 2013-07-05 17:06:55 +09:00
system.c EXYNOS5: support display system register control 2012-09-01 14:58:24 +02:00
tzpc.c exynos: update tzpc to make it common for exynos4 and exynos5 2013-06-04 15:23:17 +09:00