Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rockchip: Use the debug UART on rk3036 | Simon Glass | 2016-01-12 | 1 | -0/+6 |
| | | | | | | | Rather than using a new debug UART implementation, use the standard one provided by U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Thomas Chou <thomas@wytron.com.tw> | ||||
* | rockchip: Add basic support for evb-rk3036 board | huang lin | 2015-12-01 | 1 | -0/+26 |
This add some basic files required to allow the board to dispaly serial message and can run command(mmc info etc) Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> Moved board Kconfig fragment from previous patch into this one to fix build error: Signed-off-by: Simon Glass <sjg@chromium.org> Series-changes: 8 - moved board Kconfig fragment from previous patch into this one |