aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-24board: rockchip: Add Xunlong Orange Pi 5Jonas Karlman6-0/+795
2023-10-24mtd: spi-nor: Add support for XMC XM25QU128CRicardo Pardini1-0/+1
2023-10-24rockchip: rk3588-rock-5b: Sync USB3 nodes from mainline linux patchesJonas Karlman4-157/+99
2023-10-24rockchip: rk3588-rock-5b: Enable support for PCIe SATA cardsJonas Karlman1-1/+5
2023-10-24rockchip: rk3588-rock-5a: Enable support for USB 2.0 portsJonas Karlman1-1/+15
2023-10-24rockchip: rk3588: Sync device tree from v6.7-rockchip-dts64-1 tagJonas Karlman9-85/+350
2023-10-24dt-bindings: leds: import common led bindings from linux v6.5Tom Fitzhenry1-1/+6
2023-10-23rockchip: dts: rk3328: Sync rock64 device tree file from LinuxMatwey V. Kornilov1-12/+2
2023-10-23board: rockchip: add FriendlyElec NanoPC-T6 rk3588 boardJohn Clark11-0/+1192
2023-10-23clk: rockchip: rk3588: fix up the frac pll calculationElaine Zhang1-24/+78
2023-10-23clk: rockchip: rk3588: Avoid re-setting the pll rate of dclk_vop's parentElaine Zhang1-7/+17
2023-10-23clk: rockchip: rk3588: support aclk_top_root set 750MElaine Zhang1-2/+8
2023-10-23clk: rk3588: Add 742.5M parameter for PLLGuochun Huang1-0/+1
2023-10-23clk: rockchip: rk3568: support dclk_vop select more parent clksElaine Zhang1-2/+8
2023-10-23rockchip: rk3568-radxa-e25: Enable pcie3x1 nodeJonas Karlman2-3/+9
2023-10-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-0/+1
2023-10-20arm: kirkwood: Pogo v4: Enable LTOTony Dinh1-0/+1
2023-10-19Merge branch 'master_uart_test' of https://source.denx.de/u-boot/custodians/u...WIP/19Oct2023Tom Rini3-3/+48
2023-10-19serial: sh: Add RZ/G2L SCIF supportPaul Barker3-1/+34
2023-10-19serial: sh: Fix error handlingPaul Barker1-2/+14
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini19-46/+738
2023-10-19Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watc...Tom Rini3-5/+11
2023-10-19riscv: Add Zbb support for building U-BootYu Chien Peter Lin7-1/+392
2023-10-19riscv: spl: andes: Move the DTB in front of kernelRandolph1-0/+25
2023-10-19andes: config: add riscv falcon mode for ae350 platformRandolph4-0/+242
2023-10-19spl: riscv: add os type for next booting stageRandolph2-3/+9
2023-10-19Makefile: delete file *.itb when make cleanRandolph1-1/+1
2023-10-19riscv: dts: binman: add condition for opensbi os bootRandolph1-0/+24
2023-10-19riscv: kconfig: introduce SPL_LOAD_FIT_OPENSBI_OS_BOOT symbolRandolph1-0/+8
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph1-10/+16
2023-10-19riscv: andes: Rearrange Andes PLICSW to single-bit-per-hart strategyRandolph1-13/+11
2023-10-19riscv: binman: Fix compilation errorMayuresh Chitale1-4/+10
2023-10-19configs: visionfive2: enable bootstage configsChanho Park1-0/+2
2023-10-19riscv: remove dram_init_banksize()Heinrich Schuchardt1-16/+0
2023-10-19wdt: nuvoton: Fix reset/expire function errorJim Liu1-2/+8
2023-10-19sandbox: watchdog: Avoid an error on startupSimon Glass2-3/+3
2023-10-18Merge branch '2023-10-17-spl-test-some-load-methods'Tom Rini70-161/+1994
2023-10-17test: spl: Add a test for the SPI load methodSean Anderson8-0/+78
2023-10-17test: spl: Add a test for the NOR load methodSean Anderson8-6/+316
2023-10-17test: spl: Add a test for the NET load methodSean Anderson6-1/+272
2023-10-17test: spl: Add a test for the MMC load methodSean Anderson6-5/+137
2023-10-17test: spl: Add a test for spl_blk_load_imageSean Anderson3-1/+67
2023-10-17test: spl: Add functions to create filesystemsSean Anderson5-0/+328
2023-10-17test: spl: Add functions to create imagesSean Anderson8-3/+493
2023-10-17test: spl: Fix spl_test_load not failing if fname doesn't existSean Anderson2-4/+3
2023-10-17test: spl: Split tests up and use some configsSean Anderson6-79/+106
2023-10-17sandbox: Support -T in splSean Anderson1-2/+7
2023-10-17spl: Use map_sysmem where appropriateSean Anderson11-35/+69
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson3-1/+34
2023-10-17net: bootp: Fall back to BOOTP from DHCP when unit testingSean Anderson1-0/+6