u-boot-brain/board/samsung/smdk5250
Amar 752f4c4a9c SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT
This patch enables and initialises DWMMC for SMDK5250.
Supports both FDT and non-FDT. This patch creates a new file
'exynos5-dt.c' meant for FDT support.
        exynos5-dt.c:   This file shall contain all code which supports FDT.
                        Any addition of FDT support for any module needs to be
                        added in this file.
        smdk5250.c:     This file shall contain the code which supports non-FDT.
                        version. Any addition of non-FDT support for any module
                        needs to be added in this file.
                        May be, the file smdk5250.c can be removed in near future
                        when non-FDT is not required.

The Makefile is updated to compile only one of the files
exynos5-dt.c / smdk5250.c based on FDT configuration.

NOTE:
Please note that all additions corresponding to FDT need to be added into the
file exynos5-dt.c.
At same time if non-FDT support is required then add the corresponding
updations into smdk5250.c.

Signed-off-by: Amar <amarendra.xt@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2013-06-13 17:35:14 +09:00
..
clock_init.c Exynos5: clock: Fix a typo bug in exynos clock init 2013-03-29 20:36:48 +09:00
clock_init.h EXYNOS5: CLOCK: Add clock support for Exynos5250 Rev 1.0 2012-09-01 14:58:23 +02:00
dmc_common.c Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0 2012-09-01 14:58:23 +02:00
dmc_init_ddr3.c Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0 2012-09-01 14:58:23 +02:00
exynos5-dt.c SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT 2013-06-13 17:35:14 +09:00
lowlevel_init.S exynos: update tzpc to make it common for exynos4 and exynos5 2013-06-04 15:23:17 +09:00
Makefile SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT 2013-06-13 17:35:14 +09:00
setup.h exynos: move tzpc_init to armv7/exynos 2013-06-04 15:22:10 +09:00
smdk5250_spl.c SMDK5250: SPL: Define parametric board initializer 2012-09-01 14:58:22 +02:00
smdk5250-uboot-spl.lds smdk5250, snow: convert to CONFIG_SPL_MAX_FOOTPRINT 2013-04-14 16:08:29 +02:00
smdk5250.c SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT 2013-06-13 17:35:14 +09:00
spl_boot.c Exynos5: Add support for USB download boot mode 2013-04-17 10:00:30 +09:00