summaryrefslogtreecommitdiffstats
path: root/doc/README.uniphier
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-22 00:27:41 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-25 00:59:33 +0900
commit019df879a93e266ac19f5eb00e4ee605db279b14 (patch)
treeb11ab5f86fa406775d870b1a51b2cf44fc8f7acc /doc/README.uniphier
parent28f40d4a4db2b6c701d349fd4fac286d21369de2 (diff)
downloadblackbird-obmc-uboot-019df879a93e266ac19f5eb00e4ee605db279b14.tar.gz
blackbird-obmc-uboot-019df879a93e266ac19f5eb00e4ee605db279b14.zip
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 6792327992..6ba0320f4f 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.
OpenPOWER on IntegriCloud