summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-04mach-sc5xx: Add USB boot commandCaleb Ethridge
2026-06-04mach-sc5xx: Switch from tftp to wgetCaleb Ethridge
2026-06-04mach-sc5xx: Update boot commandsCaleb Ethridge
2026-06-04mach-sc59x: Add CONFIG_SC5XX_LOADADDRCaleb Ethridge
2026-06-04mach-sc5xx: Remove update commands from default environmentCaleb Ethridge
2026-06-04configs: sc5xx: Do not store environment in SPI flashCaleb Ethridge
2026-06-04Merge tag 'u-boot-nvme-fixes-20260604' of https://source.denx.de/u-boot/custo...Tom Rini
2026-06-04arch: arm: force 4K page alignment in linkerSam Day
2026-06-04lmb: Optionally limit available memory to 4 GiB on limited systemsMarek Vasut
2026-06-04Merge tag 'rpi-2026.07-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2026-06-04pci: brcmstb: Adapt to AXI bridgeTorsten Duwe
2026-06-04pci: brcmstb: rework iBAR handlingTorsten Duwe
2026-06-04pci: brcmstb: Fix iBAR size calculationTorsten Duwe
2026-06-04pci: brcmstb: Get and use bridge and rescal reset propertiesTorsten Duwe
2026-06-04reset: Add RPi5 rescal reset facilitiesTorsten Duwe
2026-06-04reset: Add RPi5 brcmstb reset facilitiesTorsten Duwe
2026-06-04pci: brcmstb: Support different variants using a cfg structTorsten Duwe
2026-06-04pci: brcmstb: Fix PCIe bus numbersAndrea della Porta
2026-06-04ARM: bcm283x: Add bcm2712 PCIe memory windowTorsten Duwe
2026-06-03Merge tag 'net-20260603' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2026-06-03Merge tag 'net-next-20260603' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2026-06-03Merge branch 'next' of git://source.denx.de/u-boot-usb into nextTom Rini
2026-06-03drivers: nvme: Log I/O timeoutsDenis Mukhin
2026-06-03boot: pxe_utils: Fix potential initrd_filesize buffer overflowFrancois Berder
2026-06-03net: bootp: Prevent out-of-bounds read in dhcp_message_typeFrancois Berder
2026-06-03net: dhcpv6: Prevent out-of-bounds reads while parsing optionsFrancois Berder
2026-06-03net: dhcpv6: Prevent buffer overflow during BOOTFILE_URL parsingFrancois Berder
2026-06-03net: sntp: Check packet length in sntp_handlerFrancois Berder
2026-06-03net: ti: icssg: Fix portname buffer overflowFrancois Berder
2026-06-03net: mvpp2: convert FDT access to ofnode APIPeng Fan
2026-06-03net: mvpp2: Use dev_read_addr_index_ptr()Peng Fan
2026-06-03net: dc2114x: Use dev_remap_addr()Peng Fan
2026-06-03net: calxedaxgmac: Use dev_read_addr()Peng Fan
2026-06-03net: qe: dm_qe_uec: Use dev_read_addr()Peng Fan
2026-06-03net: ethoc: Use dev_read_addr_index()Peng Fan
2026-06-03phy: cadence: Use device APIPeng Fan
2026-06-03phy: marvell: comphy: Use dev_read_addr_index_ptr()Peng Fan
2026-06-03phy: ti-pipe3: Use device API for DT parsingPeng Fan
2026-06-03phy: Kconfig: use bool instead of tristateDavid Lechner
2026-06-03net: SYS_RX_ETH_BUFFER defaults to 8 when CONFIG_FSL_ENETC=yQuentin Schulz
2026-06-03net: guard SYS_RX_ETH_BUFFER with NETQuentin Schulz
2026-06-03net: tsec: make tsec_private a private structureQuentin Schulz
2026-06-03arm: ls102xa: use platform data to check Ethernet interface is not SGMIIQuentin Schulz
2026-06-03ls1028a: only include drivers/net/fsl_enetc.h when driver is compiledQuentin Schulz
2026-06-03usb: dwc3: generic: Staticize and constify driver opsMarek Vasut
2026-06-03usb: dwc3: sti: Staticize and constify driver opsMarek Vasut
2026-06-03usb: dwc3: am62: Staticize and constify driver opsMarek Vasut
2026-06-02.gitignore: exclude logo generated fileDenis Mukhin
2026-06-02Makefile: fix extra dash in KBUILD_CFLAGSGiovanni Santini
2026-06-02tests: fs_helper: check path validity during cleanupFrancesco Valla