summaryrefslogtreecommitdiff
path: root/doc/README.uniphier
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-21 15:27:41 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-24 15:59:33 (GMT)
commit019df879a93e266ac19f5eb00e4ee605db279b14 (patch)
treeb11ab5f86fa406775d870b1a51b2cf44fc8f7acc /doc/README.uniphier
parent28f40d4a4db2b6c701d349fd4fac286d21369de2 (diff)
downloadu-boot-019df879a93e266ac19f5eb00e4ee605db279b14.tar.xz
ARM: uniphier: add ProXstream2 and PH1-LD6b support
The DDR SDRAM initialization code has not been mainlined yet, but U-Boot proper should work. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'doc/README.uniphier')
-rw-r--r--doc/README.uniphier8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier
index 6792327..6ba0320 100644
--- a/doc/README.uniphier
+++ b/doc/README.uniphier
@@ -48,6 +48,14 @@ PH1-Pro5:
$ make ph1_pro5_defconfig
$ make CROSS_COMPILE=arm-linux-gnueabi-
+ProXstream2:
+ $ make pxs2_defconfig
+ $ make CROSS_COMPILE=arm-linux-gnueabi-
+
+PH1-LD6b:
+ $ make ph1_ld6b_defconfig
+ $ make CROSS_COMPILE=arm-linux-gnueabi-
+
You may wish to change the "CROSS_COMPILE=arm-linux-gnueabi-"
to use your favorite compiler.