aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini205-205/+65
2024-05-06test: Remove <common.h> and add needed includesTom Rini203-196/+24
2024-05-06powerpc: Remove <common.h> and add needed includesTom Rini76-73/+50
2024-05-06x86: Remove <common.h> and add needed includesTom Rini172-163/+54
2024-05-06sh: Remove <common.h> and add needed includesTom Rini9-9/+3
2024-05-06nios2: Remove <common.h> and add needed includesTom Rini5-5/+2
2024-05-06xtensa: Remove <common.h> and add needed includesTom Rini5-5/+2
2024-05-06cmd/Kconfig: Add some missing dependenciesTom Rini2-3/+7
2024-05-06mpc85xx.h: Use <config.h> directlyTom Rini1-0/+1
2024-05-06pci.h: Add missing <linux/types.h>Tom Rini1-0/+1
2024-05-06init.h: Add "struct cmd_tbl"Tom Rini1-0/+2
2024-05-06Prepare v2024.07-rc2v2024.07-rc2Tom Rini2-3/+3
2024-05-05Merge tag 'u-boot-imx-master-20240505' of https://gitlab.denx.de/u-boot/custo...WIP/05May2024Tom Rini11-14/+26
2024-05-05crypto/fsl: Differentiate between CAAM and DCP in Kconfig entryMarek Vasut1-2/+2
2024-05-05crypto/fsl: Introduce SPL_FSL_CAAM_RNGMarek Vasut2-1/+8
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut9-11/+16
2024-05-03Merge branch '2024-05-02-assorted-updates'Tom Rini12-21/+52
2024-05-03MAINTAINERS: update Broadcom BCMBCA maintainerWilliam Zhang1-2/+1
2024-05-03configs: am62x_evm_r5: Increase size of malloc_simple heap after relocationWIP/2024-05-02-assorted-updatesJudith Mendez1-0/+1
2024-05-03binman: Fix typo in mkimage etype descriptionMarek Vasut1-1/+1
2024-05-03board: arbel: Limit the dram effective size to bank0 maximal sizeJim Liu1-5/+9
2024-05-03configs: arbel: increase u-boot mapping sizeJim Liu1-1/+1
2024-05-03Arm: npcm: fix npcm7xx boot to kernel errorJim Liu2-9/+22
2024-05-03net: consider option-length when parsing NIS domainHeinrich Schuchardt1-1/+1
2024-05-03spi: npcm_pspi: Reset HW in driver probeJim Liu1-0/+10
2024-05-03cmd: gpt: initialize partition tableKishan Dudhatra1-0/+4
2024-05-03tools: typo arguemntsHeinrich Schuchardt1-1/+1
2024-05-03event: typo arguemntsHeinrich Schuchardt1-1/+1
2024-05-02mmc: sdhci: Correct ADMA_DESC_LEN to 12WIP/01May2024Alexander Sverdlin1-1/+1
2024-05-01Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini27-14/+591
2024-05-01Merge tag 'efi-2024-07-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini21-114/+256
2024-05-02board: starfive: Rename spl_soc_init() to spl_dram_init()Lukas Funke3-4/+4
2024-05-02board: sifive: Rename spl_soc_init() to spl_dram_init()Lukas Funke6-8/+8
2024-05-02configs: milkv_duo: Add spi nor configsKongyang Liu1-0/+3
2024-05-02riscv: dts: sophgo: Add spi nor flash controller nodeKongyang Liu2-0/+30
2024-05-02spi: cv1800b: Add spi nor flash controller driver for cv1800b SoCKongyang Liu3-0/+330
2024-05-02configs: milkv_duo: Add ethernet configsKongyang Liu1-0/+4
2024-05-02riscv: dts: sophgo: Add ethernet nodeKongyang Liu2-0/+28
2024-05-01board: milkv_duo: Add init code for Milk-V Duo ethernetKongyang Liu5-2/+100
2024-05-01cmd: sbi: add coreboot and oreboot implementation IDsHeinrich Schuchardt1-0/+2
2024-05-01cmd: sbi: add Supervisor Software Events extensionHeinrich Schuchardt2-0/+2
2024-05-01configs: milkv_duo: Add sysreset configsKongyang Liu1-0/+3
2024-05-01board: sophgo: milkv_duo: Bind sysreset driverKongyang Liu1-0/+4
2024-05-01sysreset: cv1800b: Add sysreset driver for cv1800b SoCKongyang Liu3-0/+70
2024-05-01mmc: cv1800b: Add transmit tap delay config to fix write errorKongyang Liu1-1/+3
2024-05-01riscv: andesv5: Set default cache line size to 64-bytesYu Chien Peter Lin1-0/+1
2024-05-01efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt3-4/+4
2024-05-01efi_loader: fix description efi_dp_shortenHeinrich Schuchardt1-1/+1
2024-05-01efi_selftest: add tests for QueryVariableInfo at boottimeIlias Apalodimas2-8/+8
2024-05-01efi_selftest: add tests for QueryVariableInfo at runtimeIlias Apalodimas4-4/+118