Re: [U-Boot] [PATCH v2 09/10] rockchip: add basic support for fennec-rk3288 board

2016-07-27 Thread Simon Glass
On 27 July 2016 at 21:11, Simon Glass wrote: > On 26 July 2016 at 04:28, Ziyuan Xu wrote: >> Fennec is a RK3288-based development board with 2 USB ports, HDMI, >> micro-SD card, audio and WiFi and Gigabit Ethernet. It also includes >> on-board 8GB eMMC and 2GB of SDRAM. Expansion connectors provi

Re: [U-Boot] [PATCH v2 09/10] rockchip: add basic support for fennec-rk3288 board

2016-07-27 Thread Simon Glass
On 26 July 2016 at 04:28, Ziyuan Xu wrote: > Fennec is a RK3288-based development board with 2 USB ports, HDMI, > micro-SD card, audio and WiFi and Gigabit Ethernet. It also includes > on-board 8GB eMMC and 2GB of SDRAM. Expansion connectors provides access > to display pins, I2C, SPI, UART and GP

[U-Boot] [PATCH v2 09/10] rockchip: add basic support for fennec-rk3288 board

2016-07-26 Thread Ziyuan Xu
Fennec is a RK3288-based development board with 2 USB ports, HDMI, micro-SD card, audio and WiFi and Gigabit Ethernet. It also includes on-board 8GB eMMC and 2GB of SDRAM. Expansion connectors provides access to display pins, I2C, SPI, UART and GPIOs. Signed-off-by: Ziyuan Xu --- Changes in v2: