aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2024-05-06sh: Remove <common.h> and add needed includesTom Rini
2024-05-06nios2: Remove <common.h> and add needed includesTom Rini
2024-05-06xtensa: Remove <common.h> and add needed includesTom Rini
2024-05-06cmd/Kconfig: Add some missing dependenciesTom Rini
2024-05-06mpc85xx.h: Use <config.h> directlyTom Rini
2024-05-06pci.h: Add missing <linux/types.h>Tom Rini
2024-05-06init.h: Add "struct cmd_tbl"Tom Rini
2024-05-06Prepare v2024.07-rc2Tom Rini
2024-05-05Merge tag 'u-boot-imx-master-20240505' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2024-05-05crypto/fsl: Differentiate between CAAM and DCP in Kconfig entryMarek Vasut
2024-05-05crypto/fsl: Introduce SPL_FSL_CAAM_RNGMarek Vasut
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut
2024-05-03Merge branch '2024-05-02-assorted-updates'Tom Rini
2024-05-03MAINTAINERS: update Broadcom BCMBCA maintainerWilliam Zhang
2024-05-03configs: am62x_evm_r5: Increase size of malloc_simple heap after relocationJudith Mendez
2024-05-03binman: Fix typo in mkimage etype descriptionMarek Vasut
2024-05-03board: arbel: Limit the dram effective size to bank0 maximal sizeJim Liu
2024-05-03configs: arbel: increase u-boot mapping sizeJim Liu
2024-05-03Arm: npcm: fix npcm7xx boot to kernel errorJim Liu
2024-05-03net: consider option-length when parsing NIS domainHeinrich Schuchardt
2024-05-03spi: npcm_pspi: Reset HW in driver probeJim Liu
2024-05-03cmd: gpt: initialize partition tableKishan Dudhatra
2024-05-03tools: typo arguemntsHeinrich Schuchardt
2024-05-03event: typo arguemntsHeinrich Schuchardt
2024-05-02mmc: sdhci: Correct ADMA_DESC_LEN to 12Alexander Sverdlin
2024-05-01Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2024-05-01Merge tag 'efi-2024-07-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2024-05-02board: starfive: Rename spl_soc_init() to spl_dram_init()Lukas Funke
2024-05-02board: sifive: Rename spl_soc_init() to spl_dram_init()Lukas Funke
2024-05-02configs: milkv_duo: Add spi nor configsKongyang Liu
2024-05-02riscv: dts: sophgo: Add spi nor flash controller nodeKongyang Liu
2024-05-02spi: cv1800b: Add spi nor flash controller driver for cv1800b SoCKongyang Liu
2024-05-02configs: milkv_duo: Add ethernet configsKongyang Liu
2024-05-02riscv: dts: sophgo: Add ethernet nodeKongyang Liu
2024-05-01board: milkv_duo: Add init code for Milk-V Duo ethernetKongyang Liu
2024-05-01cmd: sbi: add coreboot and oreboot implementation IDsHeinrich Schuchardt
2024-05-01cmd: sbi: add Supervisor Software Events extensionHeinrich Schuchardt
2024-05-01configs: milkv_duo: Add sysreset configsKongyang Liu
2024-05-01board: sophgo: milkv_duo: Bind sysreset driverKongyang Liu
2024-05-01sysreset: cv1800b: Add sysreset driver for cv1800b SoCKongyang Liu
2024-05-01mmc: cv1800b: Add transmit tap delay config to fix write errorKongyang Liu
2024-05-01riscv: andesv5: Set default cache line size to 64-bytesYu Chien Peter Lin
2024-05-01efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt
2024-05-01efi_loader: fix description efi_dp_shortenHeinrich Schuchardt
2024-05-01efi_selftest: add tests for QueryVariableInfo at boottimeIlias Apalodimas
2024-05-01efi_selftest: add tests for QueryVariableInfo at runtimeIlias Apalodimas
2024-05-01efi_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas
2024-05-01efi_loader: address coverity report 492766 for dead codeIlias Apalodimas
2024-05-01doc: correct description of 'env print -e'Heinrich Schuchardt