summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-12clk: rockchip: rk3568: Include UART clocks in SPLJonas Karlman1-3/+3
2023-08-12clk: rockchip: rk3568: Fix mask for clk_cpll_div_25m_divJonas Karlman2-2/+5
2023-08-12clk: rockchip: rk3568: Fix clk selection in rk3568_pwm_get_clkDamon Ding1-1/+1
2023-08-12rockchip: cru: Enable cpu info support for rk3568Anton2-0/+4
2023-08-12video: avoid build failure on veyron boardAlvaro Fernando GarcĂ­a1-2/+5
2023-08-12rockchip: rk3568: Add EmbedFire Lubancat 2 supportAndy Yan6-0/+854
2023-08-12rockchip: rv1126: Enable fdtoverlay supportJagan Teki2-0/+2
2023-08-12rockchip: dts: rk3328: rock64: Align spi flash entryPeter Robinson2-2/+2
2023-08-12rockchip: dts: rk3328: Add rng details to u-boot.dtsiPeter Robinson2-0/+8
2023-08-12config: rock64: enable efuse for stable mac addrPeter Robinson1-0/+1
2023-08-12pci: rockchip: Release resources on failing probeJonas Karlman1-51/+57
2023-08-12rockchip: rk3399: remove duplicate call to regulators_enable_boot_onQuentin Schulz1-10/+0
2023-08-10Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini2-20/+22
2023-08-10Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini11-28/+50
2023-08-10watchdog: ftwdt010: need to reset watchdog in ftwdt010_wdt_start()Sergei Antonov1-19/+21
2023-08-10cmd: cyclic: Remove duplicate command name in help textAlexander Dahl1-1/+1
2023-08-10riscv: cpu: jh7110: Select SPL_ZERO_MEM_BEFORE_USEShengyu Qu1-0/+1
2023-08-10riscv: Add SPL_ZERO_MEM_BEFORE_USE implementationShengyu Qu3-25/+15
2023-08-10riscv: Kconfig: Add SPL_ZERO_MEM_BEFORE_USEShengyu Qu1-0/+8
2023-08-10configs: starfive: Enable environment in SPI flash supportShengyu Qu1-0/+9
2023-08-10configs: riscv: starfive: Add VF2 PCIe USB3 XHCI supportMinda Chen1-0/+5
2023-08-10riscv: starfive: Add SYS_CACHE_SHIFT_6 to enable SYS_CACHELINE_SIZEMinda Chen1-0/+1
2023-08-10riscv: dts: starfive: Enable pcie0 dts nodeMinda Chen1-1/+1
2023-08-10pci: plda: Get correct ECAM offset in multiple PCIe RC caseMinda Chen1-2/+3
2023-08-10cmd/sbi: display new extensionsHeinrich Schuchardt2-0/+6
2023-08-10riscv: qemu: imply CONFIG_DM_RNGHeinrich Schuchardt1-0/+1
2023-08-09Merge tag 'x86-pull-20230809' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini103-326/+404
2023-08-09x86: qemu-x86: Convert to text environmentSimon Glass2-23/+6
2023-08-09x86: qemu: Add required linux/sizes.h includeSimon Glass2-0/+2
2023-08-09x86: efi-x86_payload: Convert to text environmentSimon Glass2-17/+6
2023-08-09x86: efi-x86_app: Convert to text environmentSimon Glass2-11/+6
2023-08-09x86: slimbootloader: Convert to text environmentSimon Glass2-35/+23
2023-08-09x86: minnowmax: Convert to text environmentSimon Glass2-16/+11
2023-08-09x86: cougarcanyon2: Convert to text environmentSimon Glass2-13/+6
2023-08-09x86: cherryhill: Convert to text environmentSimon Glass2-13/+9
2023-08-09x86: edison: Convert to text environmentSimon Glass1-0/+6
2023-08-09x86: galileo: Convert to text environmentSimon Glass2-19/+11
2023-08-09x86: bayleybay: Convert to text environmentSimon Glass2-17/+9
2023-08-09x86: crownbay: Convert to text environmentSimon Glass2-17/+6
2023-08-09x86: coreboot: Convert to text environmentSimon Glass2-20/+9
2023-08-09x86: Add a common include for environment settingsSimon Glass1-0/+20
2023-08-09x86: Drop unused distro settingsSimon Glass1-7/+0
2023-08-09x86: Drop inclusion of ibmpc.hSimon Glass1-2/+0
2023-08-09x86: edison: Drop inclusion of ibmpc.hSimon Glass1-7/+0
2023-08-09x86: i8254: Include required ibmpc.h headerSimon Glass1-0/+1
2023-08-09x86: Drop CFG_SYS_STACK_SIZESimon Glass3-15/+2
2023-08-09env: Explain how to use #include files in text environmentSimon Glass1-0/+6
2023-08-09env: Use include/env for text-environment includesSimon Glass47-58/+58
2023-08-09doc: Explain how to avoid the distro-boot scriptsSimon Glass1-1/+1
2023-08-09x86: Update qemu documentationSimon Glass1-4/+84