aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/31Jan2024Tom Rini33-28/+811
2024-01-31riscv: dts: starfive: add regulator deviceNam Cao1-0/+5
2024-01-31riscv: dts: jh7110: add power management unit controller nodeNam Cao1-0/+6
2024-01-31board: visionfive2: configure PHY pad drive strengthLukasz Tekieli1-0/+8
2024-01-31net: phy: motorcomm: configure pad drive strength registerLukasz Tekieli1-0/+130
2024-01-31doc: sophgo: milkv_duo: document Milk-V Duo boardKongyang Liu3-0/+73
2024-01-31riscv: sophgo: milkv_duo: initial support addedKongyang Liu7-0/+87
2024-01-31riscv: dts: sophgo: add basic device tree for Milk-V Duo boardKongyang Liu4-0/+249
2024-01-31configs: visionfive2: Disable ENV_IS_NOWHEREAurelien Jarno1-1/+0
2024-01-31riscv: Support building with Clangkleines Filmröllchen1-1/+1
2024-01-31cmd: sbi: add support for Debug Trigger ExtensionHeinrich Schuchardt2-0/+2
2024-01-31board: sifive: spl: Initialized the PWM setting in the SPL stageVincent Chen2-0/+67
2024-01-31riscv: qemu: enable booting on a second virtio deviceAurelien Jarno1-0/+1
2024-01-31board: starfive: handle compatible property in dynamic DT configurationAurelien Jarno1-0/+4
2024-01-31configs: andes: add the fdt blob copy address for SPLRandolph4-0/+4
2024-01-31spl: riscv: falcon: move fdt blob to specified addressRandolph3-26/+16
2024-01-31doc: falcon: riscv: Falcon Mode boot on RISC-VRandolph1-0/+158
2024-01-30Merge tag 'clk-2024.04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/30Jan2024Tom Rini104-526/+853
2024-01-29clk: clk-gpio: add actual gated clockSvyatoslav Ryhel1-5/+33
2024-01-29clk: Document clk_ops return codes and behaviorSean Anderson1-10/+103
2024-01-29treewide: Remove clk_freeSean Anderson95-430/+71
2024-01-29clk: Remove rfreeSean Anderson7-79/+4
2024-01-29clk: fix clk_get_rate() always return ulongJulien Masson1-6/+1
2024-01-29clk: meson: add Hardware Clock measure driverNeil Armstrong3-0/+645
2024-01-29Prepare v2024.04-rc1v2024.04-rc1Tom Rini2-6/+5
2024-01-29Merge tag 'efi-2024-04-rc1-4' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini11-64/+77
2024-01-29tools: buildman: fix non-existing SafeConfigParser in Python 3.12+Quentin Schulz1-1/+1
2024-01-29video: console: Fix buffer overflow in cmd 'font list'Janne Grunau1-1/+1
2024-01-29video: Support VIDEO_X2R10G10B10 in truetype consoleJanne Grunau1-2/+8
2024-01-29env: sf: report malloc error to callerRalph Siemsen1-1/+3
2024-01-29video: tidss: Use DT property names for parsing nodesDevarsh Thakkar1-5/+5
2024-01-29common: splash_source: Don't compile ubifs splash cmd for SPL buildDevarsh Thakkar1-1/+1
2024-01-29Merge patch series "Move framebuffer reservation for SPL to RAM end"Tom Rini7-40/+142
2024-01-29doc: spl: Add info regarding memory reservationDevarsh Thakkar1-0/+28
2024-01-29doc: spl: Add info for missing KconfigsDevarsh Thakkar1-0/+9
2024-01-29video: Fill video handoff in video post probeDevarsh Thakkar1-10/+20
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar2-4/+14
2024-01-29common/board_f: Catch bloblist before starting reservationsDevarsh Thakkar1-3/+30
2024-01-29board: ti: am62x: evm: Remove video_setup from spl_board_initDevarsh Thakkar1-18/+0
2024-01-29arm: mach-k3: common: Reserve video memory from end of the RAMDevarsh Thakkar1-5/+12
2024-01-29spl: Enforce framebuffer reservation from end of RAMDevarsh Thakkar2-0/+29
2024-01-29board/sunxi/MAINTAINERS: Add new defconfigsTom Rini1-0/+10
2024-01-29Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini7-154/+119
2024-01-29Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini45-214/+1002
2024-01-29Merge branch '2024-01-29-pytest-enhancements'Tom Rini8-2/+1983
2024-01-29test/py: scsi: Add test for scsi commandsLove Kumar1-0/+92
2024-01-29test/py: usb: Add tests for USB deviceLove Kumar1-0/+626
2024-01-29test/py: mmc: Add tests for MMC deviceLove Kumar1-0/+671
2024-01-29test/py: secure: Add secure tests for Zynq & ZynqMPLove Kumar2-0/+294
2024-01-29test/py: gpio: Add gpio pins generic testLove Kumar1-0/+90