diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-26 07:20:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-26 07:20:45 -0400 |
commit | f4c6f9335c1e867862dcebcfa9c05b2e3dd05636 (patch) | |
tree | 3a0eea34f4e3e4bc197caa705ca01348c64f044f | |
parent | a398e7aa216279652dd380d3ecd3683b3b5e588e (diff) | |
parent | 4ecad8a62942a460b177f34f1eea7326614025f4 (diff) | |
download | u-boot-f4c6f9335c1e867862dcebcfa9c05b2e3dd05636.zip u-boot-f4c6f9335c1e867862dcebcfa9c05b2e3dd05636.tar.gz u-boot-f4c6f9335c1e867862dcebcfa9c05b2e3dd05636.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-samsung
-rw-r--r-- | doc/README.odroid | 10 | ||||
-rw-r--r-- | include/configs/exynos-common.h | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/README.odroid b/doc/README.odroid index ef243d1..c088ec4 100644 --- a/doc/README.odroid +++ b/doc/README.odroid @@ -1,11 +1,11 @@ - U-Boot for Odroid X2/U3/XU3 + U-Boot for Odroid X2/U3/XU3/XU4 ======================== 1. Summary ========== This is a quick instruction for setup Odroid boards. Board config: odroid_config for X2/U3 -Board config: odroid-xu3_config for XU3 +Board config: odroid-xu3_config for XU3/XU4 2. Supported devices ==================== @@ -14,6 +14,7 @@ This U-BOOT config can be used on three boards: - Odroid X2 with CPU Exynos 4412 rev 2.0 and 2GB of RAM - Odroid XU3 +- Odroid XU4 with CPU Exynos5422 and 2GB of RAM 3. Boot sequence @@ -29,9 +30,9 @@ http://dev.odroid.com/projects/4412boot/wiki/FrontPage?action=download&value=boo or here: http://odroid.in/guides/ubuntu-lfs/boot.tar.gz -<< XU3 >> +<< XU3/XU4 >> It can be downloaded from: -https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel +https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot 4. Boot media layout @@ -120,6 +121,7 @@ Supported fdt files are: - exynos4412-odroidx2.dtb - exynos4412-odroidu3.dtb - exynos5422-odroidxu3.dtb +- exynos5422-odroidxu4.dtb Supported kernel files are: - Image.itb diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index f97f03c..98474d3 100644 --- a/include/configs/exynos-common.h +++ b/include/configs/exynos-common.h @@ -29,6 +29,7 @@ /* input clock of PLL: 24MHz input clock */ #define CONFIG_SYS_CLK_FREQ 24000000 +#define CONFIG_TIMER_CLK_FREQ CONFIG_SYS_CLK_FREQ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_CMDLINE_TAG |