summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3188-board-spl.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-29rockchip: rk3188: migrate to use common spl board fileKever Yang1-119/+0
2019-07-29rockchip: rk3188: move spl_board_init() into rk3188.cKever Yang1-36/+0
2019-07-29rockchip: Migrate to use BOOTROM_SUPPORT driverKever Yang1-7/+6
2019-07-29rockchip: rk3188: move usb uart init into arch_cpu_init()Kever Yang1-21/+6
2019-07-29rockchip: rk3188: init CPU freq in clock driverKever Yang1-22/+0
2019-07-20rockchip: remove no use header file in board codeKever Yang1-1/+0
2019-07-20rockchip: rk3188: remove pinctrl init in spl_board_initKever Yang1-1/+0
2019-05-01rockchip: rk3188: add board_debug_uart_init()Kever Yang1-27/+1
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-8/+8
2019-02-01rockchip: Tidy up board include-file orderingSimon Glass1-1/+1
2019-02-01ARM: rockchip: rk3188: Remove the pinctrl setup and enable uart at SPLDavid Wu1-39/+2
2018-12-01rockchip: rk3188: use board_debug_uart_init() for UART io initKever Yang1-11/+17
2018-11-30rockchip: rk3188: fix early uart setupHeiko Stuebner1-0/+10
2018-11-30rockchip: rk3188: add support for usb-uart functionalityHeiko Stuebner1-4/+23
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-25rockchip: rk3188: use DM timer instead of rk_timerKever Yang1-2/+0
2018-02-08spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski1-5/+0
2017-11-22rockchip: back-to-bootrom: allow passing a cmd to the bootromPhilipp Tomsich1-2/+2
2017-11-22rockchip: rk3188: use boot0 hook to load up SPL in 2 stepsPhilipp Tomsich1-10/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-08-13rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPLPhilipp Tomsich1-3/+2
2017-04-05rockchip: rk3188: Setup the armclk in splHeiko Stübner1-0/+24
2017-04-05rockchip: spl: use spl_early_init() instead of spl_init()Kever Yang1-2/+2
2017-03-17rockchip: rk3188: Add main, spl and tpl boardsHeiko Stübner1-0/+218