summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-18rockchip: rk3066: add core supportJohan Jonker12-0/+274
2022-04-18rockchip: tools: add rk3066 support to rkcommon.cJohan Jonker1-0/+1
2022-04-18arm: dts: rockchip: add rk3066a-mk808.dtsJohan Jonker3-0/+268
2022-04-18arm: dts: rockchip: add rk3066a.dtsiJohan Jonker2-0/+883
2022-04-18arm: dts: rockchip: fix include rk3xxx-u-boot.dtsiJohan Jonker2-1/+1
2022-04-18arm: dts: rockchip: fix rk3xxx-u-boot.dtsiJohan Jonker1-4/+4
2022-04-18rockchip: rk3066: add sdram driverPaweł Jarosz2-0/+893
2022-04-18rockchip: rk3066: add rk3066 pinctrl driverPaweł Jarosz2-0/+113
2022-04-18rockchip: rk3066: add clock driver for rk3066 socPaweł Jarosz3-0/+875
2022-04-18rockchip: rk3066: add grf header filePaweł Jarosz1-0/+210
2022-04-18rockchip: rk3066-power: sync power domain dt-binding header from LinuxJohan Jonker1-0/+22
2022-04-18rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPLJohan Jonker2-4/+2
2022-04-18rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIALJohan Jonker1-0/+1
2022-04-18rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uartJohan Jonker1-8/+9
2022-04-18rockchip: serial: move driver alias to serial_rockchip.cJohan Jonker2-2/+2
2022-04-18rockchip: serial: restyle the serial_rockchip.c driverJohan Jonker1-22/+15
2022-04-18rockchip: mmc: rockchip_dw_mmc: add rk3066/rk3188 supportJohan Jonker1-1/+2
2022-04-18rockchip: mmc: rockchip_dw_mmc: fix ciu clock indexJohan Jonker1-2/+2
2022-04-18rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structureJohan Jonker1-1/+1
2022-04-18rockchip: timer: add OF_PLATDATA support for dw-apb-timerJohan Jonker1-13/+37
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 Jonker22-14/+44
2022-04-18rockchip: Enable AHCI/SCSI/SATA on rockpro64-rk3399.Vagrant Cascadian1-0/+7
2022-04-18rockchip: Enable SCSI in distro bootcmd for rk3399.Vagrant Cascadian1-0/+7
2022-04-18rockchip: clk: add clocks to px30_clk_enableChris Morgan1-0/+3
2022-04-18spi: rockchip_sfc: Add missing include for dm/device_compat.hChris Morgan1-0/+1
2022-04-18adc: rockchip-saradc: add support for getting reference voltage valuePeter Cai1-0/+21
2022-04-18mmc: rockchip_sdhci: Correct error checkingHaolin Li1-1/+1
2022-04-15Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini47-279/+1188
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini109-1112/+1337
2022-04-15CI: Print out unmigrated symbols when failingTom Rini2-5/+11
2022-04-15Merge branch '2022-04-14-assorted-updates'Tom Rini31-160/+406
2022-04-15efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt1-1/+1
2022-04-15efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt1-1/+1
2022-04-15lib: simplify u16_strdup()Heinrich Schuchardt1-1/+1
2022-04-15lib: convert u16_strlen() into a macroHeinrich Schuchardt2-24/+14
2022-04-15doc: man-page for the env commandPatrick Delaunay5-1/+387
2022-04-15doc: uefi: Update the capsule update related documentationSughosh Ganu1-2/+98
2022-04-15mkeficapsule: Remove raw and FIT GUID typesSughosh Ganu3-45/+1
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu2-12/+0
2022-04-15test: capsule: Modify the capsule tests to use GUID values for sandboxSughosh Ganu6-116/+270
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2-0/+7
2022-04-15capsule: Put a check for image index before the updateSughosh Ganu1-3/+5
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu1-69/+29
2022-04-15capsule: board: Add information needed for capsule updatesSughosh Ganu24-4/+374
2022-04-14fs: Allow to compile CMD_UBIFS when SPL is enabledPali Rohár1-0/+2
2022-04-14fs: Allow to compile FS_FAT only for proper U-BootPali Rohár1-1/+1
2022-04-14Remove duplication of table_compute_checksum functionTom Rini4-27/+12