aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-01efi_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas5-15/+39
2024-05-01efi_loader: address coverity report 492766 for dead codeIlias Apalodimas1-2/+0
2024-05-01doc: correct description of 'env print -e'Heinrich Schuchardt1-3/+7
2024-05-01efi_loader: do not install dtb if bootmgr failsHeinrich Schuchardt1-4/+10
2024-05-01efi_loader: improve error handling in try_load_entry()Heinrich Schuchardt4-71/+70
2024-05-01cmd: terminate efidebug test bootmgr early on errorHeinrich Schuchardt1-0/+2
2024-05-01efi_loader: superfluous efi_restore_gd after EFI_CALLHeinrich Schuchardt3-5/+0
2024-04-29Merge patch series "Update PHYTEC SOM Detection"WIP/29Apr2024Tom Rini9-34/+314
2024-04-29board: phytec: Add SOM detection for AM6xDaniel Schultz6-0/+222
2024-04-29board: phytec: common: Fix eepom is empty checkDaniel Schultz1-2/+2
2024-04-29board: phytec: check eeprom_data validityYannic Moog2-7/+14