aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivek Gautam2013-01-27 18:39:59 -0600
committerMinkyu Kang2013-04-16 20:00:30 -0500
commit70656c79f3c85df77b65cda0237f5454851186ca (patch)
treecc187647d4b9c713270e59defc9623a1b12c3d4e /include
parent601795462a4e7ede97b64dc306de1002e688eef6 (diff)
downloadu-boot-70656c79f3c85df77b65cda0237f5454851186ca.tar.gz
u-boot-70656c79f3c85df77b65cda0237f5454851186ca.tar.xz
u-boot-70656c79f3c85df77b65cda0237f5454851186ca.zip
Exynos5: Add support for USB download boot mode
Exynos5250 supports secondary USB device boot mode. If the iROM fails to download u-boot from the primary boot device (such as SD or eMMC), it will try to retrieve from the secondary boot device (such as USB). Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos5250-dt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
index 3aed696c2e..4514e7a225 100644
--- a/include/configs/exynos5250-dt.h
+++ b/include/configs/exynos5250-dt.h
@@ -134,6 +134,11 @@
134#define CONFIG_USB_EHCI_EXYNOS 134#define CONFIG_USB_EHCI_EXYNOS
135#define CONFIG_USB_STORAGE 135#define CONFIG_USB_STORAGE
136 136
137/* USB boot mode */
138#define EXYNOS_COPY_USB_FNPTR_ADDR 0x02020070
139#define EXYNOS_USB_SECONDARY_BOOT 0xfeed0002
140#define EXYNOS_IRAM_SECONDARY_BASE 0x02020018
141
137/* MMC SPL */ 142/* MMC SPL */
138#define CONFIG_SPL 143#define CONFIG_SPL
139#define COPY_BL2_FNPTR_ADDR 0x02020030 144#define COPY_BL2_FNPTR_ADDR 0x02020030