summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip
AgeCommit message (Expand)AuthorFilesLines
2022-10-19rockchip: px30: support debug uart on UART0Quentin Schulz1-2/+35
2022-10-19rockchip: rk3399: fix incorrect ifdef check on SPL_GPIOQuentin Schulz1-22/+28
2022-10-19rockchip: rk3399: fix incorrect ifdef check on SPL_DM_REGULATORQuentin Schulz1-8/+9
2022-10-19rockchip: phycore_rk3288: remove phycore_init() functionJohan Jonker1-1/+0
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-09-04rockchip: allow to build SPI images even without HAS_ROM optionQuentin Schulz1-4/+2
2022-09-04rockchip: rk3399: sync spl_boot_devices_tbl and boot_devices node pathsQuentin Schulz1-1/+1
2022-09-04rockchip: rk3399: fix incorrect boot-device in u-boot, spl-boot-deviceQuentin Schulz1-2/+2
2022-09-04rockchip: rk3308: fix same-as-spl boot orderJohn Keeping1-0/+6
2022-09-04rockchip: rk3399: boot_devices: fix eMMC node nameQuentin Schulz1-2/+2
2022-07-11Merge branch 'next'Tom Rini7-23/+2
2022-06-29rockchip: Add option to prevent booting on power plug-inChris Morgan1-0/+10
2022-06-29mach-rockchip: make_fit_atf.py: support OP-TEE tee.bin v1 formatJerome Forissier1-8/+35
2022-06-29rockchip: board: change condition board_usb_init() in functionJohan Jonker1-1/+1
2022-06-29spl: Move SPL_LDSCRIPT defaults to one placeTom Rini1-3/+0
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-2/+2
2022-06-06Convert CONFIG_SPL_PAD_TO et al to KconfigTom Rini6-18/+0
2022-04-21arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is validPeng Fan3-3/+3
2022-04-18rockchip: fix boot_devices constantsJohan Jonker5-10/+10
2022-04-18rockchip: rk3066: add Rikomagic MK808 boardJohan Jonker1-0/+9
2022-04-18rockchip: rk3066: add core supportJohan Jonker7-0/+196
2022-04-18rockchip: tpl: use IS_ENABLED for timer_init() call conditionJohan Jonker1-2/+5
2022-04-18rockchip: tpl: change call condition rockchip_stimer_init()Johan Jonker1-0/+2
2022-04-18rockchip: spl: change call condition rockchip_stimer_init()Johan Jonker1-4/+4
2022-04-18rockchip: move ROCKCHIP_STIMER_BASE to KconfigJohan Jonker11-4/+43
2022-04-05spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-1/+1
2022-03-18rockchip: Set default LNX_KRNL_IMG_TEXT_OFFSET_BASE to SYS_TEXT_BASEAlper Nebi Yasak1-0/+3
2022-03-18rockchip: rk3399: Add support for chromebook_kevinMarty E. Plummer3-2/+15
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini4-4/+35
2021-12-28Convert CONFIG_TPL_TEXT_BASE to KconfigTom Rini1-6/+0
2021-12-24rockchip: boot_mode: fix fastboot commandJohn Keeping1-1/+1
2021-12-24engicam: px30: Add Engicam PX30.Core C.TOUCH 2.0 10.1" OFJagan Teki1-0/+8
2021-12-24rockchip: rk3568: add arch_cpu_init()Nico Cheng1-3/+24
2021-12-24rockchip: Kconfig: Enable SPL support for rk3568Nico Cheng1-0/+2
2021-11-18rk3399: Don't enable the debug UART if there is no driverSimon Glass1-16/+18
2021-10-05lib: optee: remove the duplicate CONFIG_OPTEEPatrick Delaunay1-1/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2-2/+2
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-2/+2
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+4
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass8-20/+20
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-1/+1
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-0/+1
2021-08-12rockchip: px30: Add support for using SFCChris Morgan1-0/+64
2021-08-11rk3399: boot_devices fix spinor node nameArtem Lapkin1-1/+1
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2-6/+6
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-2/+2
2021-06-18board: rockchip: Add rk3568 evb supportJoseph Chen1-0/+1
2021-06-18rockchip: Add rk3568 architecture coreJoseph Chen7-0/+209