summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3399-board-spl.c
Commit message (Expand)AuthorAgeFilesLines
* rockchip: rk3399: add board_debug_uart_init()Kever Yang2019-05-011-49/+1
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-6/+6
* rockchip: rk3399: spl: ensure that debug_uart_init is calledPhilipp Tomsich2019-02-011-2/+2
* rockchip: Add support for chromebook_bobSimon Glass2019-02-011-1/+38
* rockchip: Tidy up board include-file orderingSimon Glass2019-02-011-6/+6
* rockchip: rk3399: spl: always report errors triggering a hard stopPhilipp Tomsich2018-11-301-2/+2
* rockchip: rk3399: spl: add missing \n to outputHeinrich Schuchardt2018-07-211-1/+1
* rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stagePhilipp Tomsich2018-07-211-0/+48
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-071-5/+0
* rockchip: back-to-bootrom: allow passing a cmd to the bootromPhilipp Tomsich2017-11-211-1/+1
* rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from()Philipp Tomsich2017-10-011-0/+24
* rockchip: rk3399: make spl_board_init board-specificPhilipp Tomsich2017-10-011-27/+0
* rockchip: rk3399: spl: convert to using BOOT_DEVICE_BOOTROMPhilipp Tomsich2017-10-011-5/+13
* rockchip: rk3399: spl: remove hard-coded addresses for GRF and SGRFPhilipp Tomsich2017-09-181-18/+16
* rockchip: rk3399: spl: remove unused header inclusionPhilipp Tomsich2017-08-181-1/+0
* rockchip: spl: make spl-boot-order code reusable (split from rk3399)Philipp Tomsich2017-08-131-104/+0
* rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPLPhilipp Tomsich2017-08-131-2/+2
* rockchip; rk3399: disable SRAM security regionKever Yang2017-06-071-3/+5
* rockchip: rk3399: spl: add UART0 support for SPLPhilipp Tomsich2017-04-151-8/+22
* rockchip: spl: rk3399: disable DDR security regions for SPLPhilipp Tomsich2017-04-151-0/+13
* rockchip: rk3399: spl: make SPL boot-order configurable via /chosenPhilipp Tomsich2017-04-041-0/+99
* rockchip: spl: use spl_early_init() instead of spl_init()Kever Yang2017-04-041-2/+2
* rockchip: arm64: rk3399: add SPL supportKever Yang2017-03-161-0/+158