summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-22boot: Add a new test for global bootmethsSimon Glass
2025-10-22boot: Try all bootmeths on the final partitionSimon Glass
2025-10-22Merge patch series "Add support for dynamic MMU configuration"Tom Rini
2025-10-22arm: mach-k3: reserve space for page table entriesAnshul Dalal
2025-10-22mach-k3: add carveouts for TFA and opteeAnshul Dalal
2025-10-22mach-k3: add reserved memory fixups for next boot stageAnshul Dalal
2025-10-22spl: split spl_board_fixups to arch/board specificAnshul Dalal
2025-10-22arm: armv8: mmu: add mmu_unmap_reserved_memAnshul Dalal
2025-10-22mach-k3: map all banks using mem_map_from_dram_banksAnshul Dalal
2025-10-22arm: armv8: mmu: add mem_map_from_dram_banksAnshul Dalal
2025-10-22arm: armv8: invalidate dcache entries on dcache_enableAnshul Dalal
2025-10-22arm: armv8: mmu: export mmu_setupAnshul Dalal
2025-10-22mach-k3: use custom enable_cacheAnshul Dalal
2025-10-22mach-k3: use minimal memory map for all K3Anshul Dalal
2025-10-22Merge tag 'net-20251022' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2025-10-22Merge tag 'u-boot-at91-2026.01-a' of https://source.denx.de/u-boot/custodians...Tom Rini
2025-10-22net: designware: fix bitbang init errorJim Liu
2025-10-22net: phy: Make driver overloading get_phy_id depend on !COMPILE_TESTTom Rini
2025-10-22net: bootp: Prevent buffer overflow to avoid leaking the RAM contentPaul HENRYS
2025-10-22net: phy: add paged PHY register accessorsLucien.Jheng
2025-10-22net: airoha: increase the number of rx network buffersMikhail Kshevetskiy
2025-10-22net: airoha: simplify rx/free packet logic a bitMikhail Kshevetskiy
2025-10-22net: make dhcp_run() common for NET and NET_LWIPJerome Forissier
2025-10-22net: mediatek: move MT7531 MMIO MDIO to dedicated driverChristian Marangi
2025-10-22net: mediatek: mt7988: free allocated MDIO bus on cleanupChristian Marangi
2025-10-22net: mediatek: mt7988: restore PHY page on PHY setting exitChristian Marangi
2025-10-22net: mediatek: mt7531/7988: fix broken PHY turn ON/OFFChristian Marangi
2025-10-22doc: bindings: fix aquantia-phy.txt typoBeiyan Yun
2025-10-22net: phy: aquantia: switch to use phy_get_ofnode()Beiyan Yun
2025-10-22net: Tighten more driver dependenciesTom Rini
2025-10-22net: Remove BOOTP_VENDOREX supportTom Rini
2025-10-22net: Add SYS_FAULT_MII_ADDR to KconfigTom Rini
2025-10-22arm: socfpga: Tighten a few more driver dependenciesTom Rini
2025-10-22uthreads: Make use of CONFIG_IS_ENABLED consistentlyTom Rini
2025-10-22tftp: make TFTP ports unconditionally configurableAlvin Šipraga
2025-10-21.mailmap: update email address for Chen-Yu TsaiChen-Yu Tsai
2025-10-21env: Invert gd->env_valid for env_mmc_saveJasper Orschulko
2025-10-20spl: Restore args file being default in falcon modeTom Rini
2025-10-20Merge patch series "Add support for secure falcon mode: disable args file"Tom Rini
2025-10-20spl: set fdt address as spl_image arg in falcon modeAnshul Dalal
2025-10-20spl: prevent loading args file in secure falcon modeAnshul Dalal
2025-10-20spl: make args file optional in falcon modeAnshul Dalal
2025-10-20Merge patch series "Add support for secure falcon mode: disable fallback"Tom Rini
2025-10-20spl: falcon: disable fallback to U-Boot on failureAnshul Dalal
2025-10-20spl: nand: refactor spl_nand_load_image for falcon modeAnshul Dalal
2025-10-20spl: nor: refactor spl_nor_load_image for falcon modeAnshul Dalal
2025-10-20spl: spi: refactor spl_spi_load_image for falcon modeAnshul Dalal
2025-10-20spl: ubi: refactor spl_ubi_load_image for falcon modeAnshul Dalal
2025-10-20spl: mmc: split spl_mmc_do_fs_boot into regular/os_bootAnshul Dalal
2025-10-20spl: Kconfig: add SPL_OS_BOOT_SECURE config symbolAnshul Dalal