summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip
AgeCommit message (Expand)AuthorFilesLines
2020-05-31rockchip: spl: do full dram_init instead of only probingHeiko Stuebner1-5/+4
2020-05-31rockchip: Add initial support for the Pinebook Pro laptop from Pine64.Peter Robinson1-0/+8
2020-05-29arm: mach-rockchip: bind sub-nodes for rk3399_sysconFrank Wang1-0/+3
2020-05-29rockchip: Fix spl mmc boot device ofpathJagan Teki1-2/+2
2020-05-22rockchip: spl-boot-order: do not attempt to access fdt if OF_PLATDATAUrja Rannikko1-0/+6
2020-05-22rockchip: spl: veyron speedy boots from SPIUrja Rannikko1-1/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass14-0/+14
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass3-2/+6
2020-05-19common: Drop init.h from common headerSimon Glass15-0/+15
2020-05-19common: Drop image.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+2
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-1/+1
2020-04-02rockchip: Enable pre console for rk3399Jagan Teki1-0/+1
2020-02-20arch: arm: rockchip: order the rk3399 entries alphabeticallyPeter Robinson1-12/+12
2020-02-19board: roc-pc-rk3399: Add support for onboard LED's and push button to indica...Suniel Mahesh1-0/+7
2020-02-19rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399Suniel Mahesh1-0/+20
2020-02-19rockchip: boot_mode: find the saradc device nameHugh Cole-Baker1-1/+21
2020-02-19rockchip: rk3288: Enable pre console bufferJagan Teki1-0/+1
2020-02-19rockchip: make the global board_fit_config_name_match __weakHeiko Stuebner1-1/+1
2020-02-19rockchip: make_fit_atf: use correct fdt_x references in config nodesHeiko Stuebner1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2020-02-06dm: core: Require users of devres to include the headerSimon Glass13-0/+13
2020-01-30rockchip: rk3399: Add bootcount supportJagan Teki2-0/+12
2020-01-30rockchip: Add common reset causeJagan Teki2-39/+49
2020-01-30arm: rockchip: Add common cru.hJagan Teki4-5/+5
2020-01-30rockchip: Add cpu-infoJagan Teki2-0/+17
2020-01-18common: Move hang() to the same header as panic()Simon Glass4-0/+4
2019-12-27rockchip: add description for TPL_ROCKCHIP_COMMON_BOARDThomas Hebb1-1/+1
2019-12-27rockchip: make_fit_atf: explicitly use python3Jack Mitchell1-1/+1
2019-12-26rockchip: fit_spl_optee: get text and optee base from buildKever Yang1-3/+9
2019-12-05arm: rockchip: rk3308: Initialize the iomux configurationDavid Wu1-0/+37
2019-12-05rockchip: misc: protect serial# from getting overwrittenHeiko Stuebner1-1/+10
2019-12-05rockchip: misc: don't fail if eth_addr already setHeiko Stuebner1-1/+1
2019-12-05rockchip: px30: Add support for using UART3 as debug UARTPaul Kocialkowski1-0/+77
2019-12-05rockchip: px30: Rename CONFIG_DEBUG_UART2_CHANNEL to CONFIG_DEBUG_UART_CHANNELPaul Kocialkowski2-5/+5
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb4-7/+7
2019-12-03common: Move some board functions out of common.hSimon Glass2-0/+2
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-11-23rockchip: Setup dwc3_device (for non-dm gadgets)Jagan Teki1-2/+30
2019-11-23rockchip: Convert to use FIT generator for opteeKever Yang2-50/+78
2019-11-17rockchip: allow DRAM init in SPLThomas Hebb1-2/+2
2019-11-17rockchip: SPL: fix ordering of DRAM initThomas Hebb1-7/+7
2019-11-17rockchip: rk3308: Add support for ROC-RK3308-CC boardAndy Yan1-0/+5
2019-11-17board: rockchip: Add rk3308 evb supportAndy Yan1-0/+8
2019-11-17arm: rockchip: Add RK3308 SOC supportAndy Yan7-0/+274