blob: a42eaa97610b1e71ad78811ee1d665d35ac32d5c [file] [log] [blame]
Masahiro Yamada7168da12015-02-05 14:30:23 +09001U-Boot for UniPhier SoC family
2==============================
3
4
Masahiro Yamada12a5ce72016-10-17 22:20:16 +09005Recommended toolchains
6----------------------
Masahiro Yamada7168da12015-02-05 14:30:23 +09007
Masahiro Yamada12a5ce72016-10-17 22:20:16 +09008The UniPhir platform is well tested with Linaro toolchanis.
9You can download pre-built toolchains from:
Masahiro Yamada7168da12015-02-05 14:30:23 +090010
11 http://www.linaro.org/downloads/
12
Masahiro Yamada7168da12015-02-05 14:30:23 +090013
14Compile the source
15------------------
16
Masahiro Yamada52159d22016-10-07 16:43:00 +090017sLD3 reference board:
Masahiro Yamadae90b3682015-12-17 18:00:41 +090018 $ make uniphier_sld3_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090019 $ make CROSS_COMPILE=arm-linux-gnueabihf-
Masahiro Yamada7168da12015-02-05 14:30:23 +090020
Masahiro Yamada52159d22016-10-07 16:43:00 +090021LD4 reference board:
Masahiro Yamada5fd3f432015-12-17 18:00:39 +090022 $ make uniphier_ld4_sld8_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090023 $ make CROSS_COMPILE=arm-linux-gnueabihf-
Masahiro Yamada7168da12015-02-05 14:30:23 +090024
Masahiro Yamada52159d22016-10-07 16:43:00 +090025sLD8 reference board:
Masahiro Yamada5fd3f432015-12-17 18:00:39 +090026 $ make uniphier_ld4_sld8_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090027 $ make CROSS_COMPILE=arm-linux-gnueabihf- DEVICE_TREE=uniphier-sld8-ref
Masahiro Yamada5fd3f432015-12-17 18:00:39 +090028
Masahiro Yamada52159d22016-10-07 16:43:00 +090029Pro4 reference board:
Masahiro Yamadae90b3682015-12-17 18:00:41 +090030 $ make uniphier_pro4_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090031 $ make CROSS_COMPILE=arm-linux-gnueabihf-
Masahiro Yamada3365b4e2015-07-21 14:04:22 +090032
Masahiro Yamada52159d22016-10-07 16:43:00 +090033Pro4 Ace board:
Masahiro Yamadac6c7eed2016-03-01 13:10:37 +090034 $ make uniphier_pro4_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090035 $ make CROSS_COMPILE=arm-linux-gnueabihf- DEVICE_TREE=uniphier-pro4-ace
Masahiro Yamadac6c7eed2016-03-01 13:10:37 +090036
Masahiro Yamada52159d22016-10-07 16:43:00 +090037Pro4 Sanji board:
Masahiro Yamadac6c7eed2016-03-01 13:10:37 +090038 $ make uniphier_pro4_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090039 $ make CROSS_COMPILE=arm-linux-gnueabihf- DEVICE_TREE=uniphier-pro4-sanji
Masahiro Yamadac6c7eed2016-03-01 13:10:37 +090040
Masahiro Yamada52159d22016-10-07 16:43:00 +090041Pro5 4KBOX Board:
Masahiro Yamadafe7c95e2016-02-26 18:59:41 +090042 $ make uniphier_pxs2_ld6b_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090043 $ make CROSS_COMPILE=arm-linux-gnueabihf- DEVICE_TREE=uniphier-pro5-4kbox
Masahiro Yamada28f40d42015-09-22 00:27:40 +090044
Masahiro Yamada52159d22016-10-07 16:43:00 +090045PXs2 Gentil board:
Masahiro Yamada1a264532015-12-17 18:00:40 +090046 $ make uniphier_pxs2_ld6b_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090047 $ make CROSS_COMPILE=arm-linux-gnueabihf- DEVICE_TREE=uniphier-pxs2-gentil
Masahiro Yamada1a264532015-12-17 18:00:40 +090048
Masahiro Yamada52159d22016-10-07 16:43:00 +090049PXs2 Vodka board:
Masahiro Yamada1a264532015-12-17 18:00:40 +090050 $ make uniphier_pxs2_ld6b_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090051 $ make CROSS_COMPILE=arm-linux-gnueabihf-
Masahiro Yamada019df872015-09-22 00:27:41 +090052
Masahiro Yamada52159d22016-10-07 16:43:00 +090053LD6b reference board:
Masahiro Yamada1a264532015-12-17 18:00:40 +090054 $ make uniphier_pxs2_ld6b_defconfig
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090055 $ make CROSS_COMPILE=arm-linux-gnueabihf- DEVICE_TREE=uniphier-ld6b-ref
Masahiro Yamada019df872015-09-22 00:27:41 +090056
Masahiro Yamada12a5ce72016-10-17 22:20:16 +090057LD11 reference board:
58 $ make uniphier_ld11_defconfig
59 $ make CROSS_COMPILE=aarch64-linux-gnu-
60
61LD20 reference board:
62 $ make uniphier_ld20_defconfig
63 $ make CROSS_COMPILE=aarch64-linux-gnu-
64
65You may wish to change the "CROSS_COMPILE=..." to use your favorite compiler.
Masahiro Yamada7168da12015-02-05 14:30:23 +090066
67
68Burn U-Boot images to NAND
69--------------------------
70
Masahiro Yamadad085ecd2016-03-23 01:40:05 +090071Write the following to the NAND device:
72
Masahiro Yamada3cb9abc2016-02-02 12:53:31 +090073 - spl/u-boot-spl.bin at the offset address 0x00000000
Masahiro Yamadad085ecd2016-03-23 01:40:05 +090074 - u-boot.bin at the offset address 0x00010000
75
76or
77
78 - u-boot-with-spl.bin at the offset address 0x00000000
Masahiro Yamada7168da12015-02-05 14:30:23 +090079
80If a TFTP server is available, the images can be easily updated.
Masahiro Yamadad085ecd2016-03-23 01:40:05 +090081Just copy the u-boot-spl.bin and u-boot.bin to the TFTP public directory,
Masahiro Yamada95a2d432016-03-23 01:40:03 +090082and then run the following command at the U-Boot command line:
Masahiro Yamada7168da12015-02-05 14:30:23 +090083
84 => run nandupdate
85
86
Masahiro Yamadac231c432016-02-16 17:08:41 +090087Burn U-Boot images to eMMC
88--------------------------
89
Masahiro Yamadad085ecd2016-03-23 01:40:05 +090090Write the following to the Boot partition 1 of the eMMC device:
91
Masahiro Yamadac231c432016-02-16 17:08:41 +090092 - spl/u-boot-spl.bin at the offset address 0x00000000
Masahiro Yamadad085ecd2016-03-23 01:40:05 +090093 - u-boot.bin at the offset address 0x00010000
94
95or
96
97 - u-boot-with-spl.bin at the offset address 0x00000000
Masahiro Yamadac231c432016-02-16 17:08:41 +090098
99If a TFTP server is available, the images can be easily updated.
Masahiro Yamadad085ecd2016-03-23 01:40:05 +0900100Just copy the u-boot-spl.bin and u-boot.bin to the TFTP public directory,
Masahiro Yamada95a2d432016-03-23 01:40:03 +0900101and then run the following command at the U-Boot command line:
Masahiro Yamadac231c432016-02-16 17:08:41 +0900102
103 => run emmcupdate
104
105
Masahiro Yamada7168da12015-02-05 14:30:23 +0900106UniPhier specific commands
107--------------------------
108
109 - pinmon (enabled by CONFIG_CMD_PINMON)
110 shows the boot mode pins that has been latched at the power-on reset
111
112 - ddrphy (enabled by CONFIG_CMD_DDRPHY_DUMP)
113 shows the DDR PHY parameters set by the PHY training
114
Masahiro Yamada12a5ce72016-10-17 22:20:16 +0900115 - ddrmphy (enabled by CONFIG_CMD_DDRMPHY_DUMP)
116 shows the DDR Multi PHY parameters set by the PHY training
117
Masahiro Yamada7168da12015-02-05 14:30:23 +0900118
119Supported devices
120-----------------
121
122 - UART (on-chip)
123 - NAND
Masahiro Yamadaa111bfb2016-02-18 19:52:48 +0900124 - SD/eMMC
Masahiro Yamada1e7df7c2015-02-27 02:27:00 +0900125 - USB 2.0 (EHCI)
126 - USB 3.0 (xHCI)
Masahiro Yamadab9a66b62016-02-16 17:03:48 +0900127 - GPIO
Masahiro Yamada7168da12015-02-05 14:30:23 +0900128 - LAN (on-board SMSC9118)
129 - I2C
130 - EEPROM (connected to the on-board I2C bus)
131 - Support card (SRAM, NOR flash, some peripherals)
132
133
Masahiro Yamada62102be2015-07-21 14:04:24 +0900134Micro Support Card
135------------------
136
137The recommended bit switch settings are as follows:
138
139 SW2 OFF(1)/ON(0) Description
140 ------------------------------------------
141 bit 1 <---- BKSZ[0]
142 bit 2 ----> BKSZ[1]
143 bit 3 <---- SoC Bus Width 16/32
144 bit 4 <---- SERIAL_SEL[0]
145 bit 5 ----> SERIAL_SEL[1]
146 bit 6 ----> BOOTSWAP_EN
147 bit 7 <---- CS1/CS5
148 bit 8 <---- SOC_SERIAL_DISABLE
149
150 SW8 OFF(1)/ON(0) Description
151 ------------------------------------------
Masahiro Yamadae69514c2016-01-09 01:51:16 +0900152 bit 1 <---- CS1_SPLIT
Masahiro Yamada62102be2015-07-21 14:04:24 +0900153 bit 2 <---- CASE9_ON
154 bit 3 <---- CASE10_ON
155 bit 4 Don't Care Reserve
156 bit 5 Don't Care Reserve
157 bit 6 Don't Care Reserve
158 bit 7 ----> BURST_EN
159 bit 8 ----> FLASHBUS32_16
160
161The BKSZ[1:0] specifies the address range of memory slot and peripherals
162as follows:
163
164 BKSZ Description RAM slot Peripherals
165 --------------------------------------------------------------------
Masahiro Yamadac57a9a62015-09-30 21:15:58 +0900166 0b00 15MB RAM / 1MB Peri 00000000-00efffff 00f00000-00ffffff
167 0b01 31MB RAM / 1MB Peri 00000000-01efffff 01f00000-01ffffff
168 0b10 64MB RAM / 1MB Peri 00000000-03efffff 03f00000-03ffffff
169 0b11 127MB RAM / 1MB Peri 00000000-07efffff 07f00000-07ffffff
Masahiro Yamada62102be2015-07-21 14:04:24 +0900170
171Set BSKZ[1:0] to 0b01 for U-Boot.
172This mode is the most handy because EA[24] is always supported by the save pin
173mode of the system bus. On the other hand, EA[25] is not supported for some
174newer SoCs. Even if it is, EA[25] is not connected on most of the boards.
175
Masahiro Yamada7168da12015-02-05 14:30:23 +0900176--
Masahiro Yamada62102be2015-07-21 14:04:24 +0900177Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada12a5ce72016-10-17 22:20:16 +0900178Oct. 2016