aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip
AgeCommit message (Expand)AuthorFilesLines
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini1-1/+0
2023-11-10rockchip: include: asm: fix entering download mode rk3066Johan Jonker2-1/+9
2023-11-10rockchip: rv1126: Read cpuid from otp and set ethaddrTim Lunn1-0/+2
2023-11-09board: rockchip: add Pine64 QuartzPro64 RK3588 boardTom Fitzhenry1-0/+8
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2023-10-23board: rockchip: add FriendlyElec NanoPC-T6 rk3588 boardJohn Clark1-0/+46
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...WIP/08Oct2023Tom Rini1-2/+1
2023-10-07rockchip: Kconfig: Enable external TPL binary for rk3308Massimo Pegorer1-2/+1
2023-10-06tpl: Enable CONFIG_TPL_SYS_MALLOC_F where neededSimon Glass1-0/+3
2023-09-24common: Drop linux/printk.h from common headerSimon Glass3-0/+3
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut1-2/+2
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini4-24/+2
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2023-08-12rockchip: spl: Drop out of scope debug message related to uart initMassimo Pegorer1-11/+0
2023-08-12rockchip: spl: Drop useless call to debug_uart_initMassimo Pegorer1-2/+0
2023-08-12rockchip: rv1126: Enable fdtoverlay supportJagan Teki1-0/+1
2023-08-12rockchip: rk3399: remove duplicate call to regulators_enable_boot_onQuentin Schulz1-10/+0
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-07-31board: rockchip: add Radxa ROCK5A Rk3588 boardEugen Hristev1-1/+28
2023-07-31board: rockchip: Add Pine64 Quartz64-A BoardJonas Karlman1-0/+6
2023-07-31rockchip: veyron: Enable building SPI ROM imagesAlper Nebi Yasak1-0/+6
2023-07-31rockchip: rk3308: no DEBUG_UART_BOARD_INIT for ROCK Pi SPegorer Massimo1-1/+0
2023-07-31rockchip: rk3308: fix board_debug_uart_initPegorer Massimo1-1/+1
2023-07-28board: rockchip: Add Hardkernel ODROID-M1Jonas Karlman1-0/+6
2023-07-28rockchip: RK322x: Select SPL_OPTEE_IMAGEAlex Bee1-0/+1
2023-07-28rockchip: rk3568: Fix alloc space exhausted in SPLJonas Karlman1-1/+1
2023-07-28rockchip: rk3399: pass platform parameter to TF-A by default for new RK3399 b...Quentin Schulz1-1/+0
2023-07-28board: rockchip: Add Edgeble Neural Compute Module 6BJagan Teki1-0/+10
2023-07-28arch: rockchip: rk3588: Fix missing suffix 'A' for Edgeble Neu6AJagan Teki1-5/+5
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini1-5/+5
2023-06-29board: rockchip: rock5b-rk3588: fix descriptionEugen Hristev1-5/+5
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini5-3/+148
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima1-2/+2
2023-05-19rockchip: rk3588-rock-5b: Enable boot from SPI NOR flashJonas Karlman1-0/+1
2023-05-18rockchip: rk3588: Select DM_RESET and DM_REGULATOR_FIXED in arch KconfigJonas Karlman1-0/+2
2023-05-09rockchip: handle peripheral as well as otg dr_modeJohn Keeping1-0/+1
2023-05-09rockchip: use standard dr_mode parsing functionJohn Keeping1-3/+9
2023-05-06board: rockchip: add Anbernic RGXX3 Series DevicesChris Morgan1-0/+14
2023-05-06rockchip: rk3288: syscon_rk3288: store syscon platdata in regmapJohan Jonker1-0/+121
2023-04-21rockchip: rk3588: Sync sdmmc node from linux-nextJonas Karlman1-0/+2
2023-04-21rockchip: rk35xx: Enable fdtoverlay and kernel compressionJonas Karlman1-0/+2
2023-04-21rockchip: rk35xx: Fix boot with a large fdt blobJonas Karlman1-0/+2
2023-04-21rockchip: misc: fix misc_read() return checkJohn Keeping1-1/+1
2023-04-21rockchip: rk3288: Use ft_system_setup instead of ft_board_setupJohn Keeping2-2/+2
2023-04-21rockchip: Use an external TPL binary on RK3588Jonas Karlman1-1/+1
2023-04-21board: rockchip: Add rk3588 evbKever Yang1-0/+7
2023-03-27Merge branch 'master' into nextTom Rini2-1/+8
2023-03-19rockchip: rk3588: Add boot device detectionJonas Karlman1-0/+7
2023-03-19rockchip: rk3568: Fix boot device detectionJonas Karlman1-1/+1
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini11-7/+374