summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/rk3036-board-spl.c
Commit message (Collapse)AuthorAgeFilesLines
* rockchip: Use the debug UART on rk3036Simon Glass2016-01-121-1/+8
| | | | | | | 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: rk3036: Add core Soc start-up codehuang lin2015-12-011-0/+55
rk3036 only 4K size SRAM for SPL, so only support timer, uart, sdram driver in SPL stage, when finish initial sdram, back to bootrom.And in rk3036 sdmmc and debug uart use same iomux, so if you want to boot from sdmmc, you must disable debug uart. Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> Fixed build error for chromebook_jerry, firefly-rk3288: Signed-off-by: Simon Glass <sjg@chromium.org> Series-changes: 8 - Fix build error for chromebook_jerry, firefly-rk3288
OpenPOWER on IntegriCloud