Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | rockchip: Use the debug UART on rk3036 | Simon Glass | |
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> | |||
2015-12-01 | rockchip: Add basic support for evb-rk3036 board | huang lin | |
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 |