summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-20phy: qcom: ufs: add sc7280Caleb Connolly
2024-11-20qcom_defconfig: enable UFS Qualcomm controller and PHY driversNeil Armstrong
2024-11-20dt-bindings: remove phy/phy-qcom-qmp.h in favor of dts/upstreamNeil Armstrong
2024-11-20phy: qcom: ufs: drop unused ufsphy_v2_regs_layoutNeil Armstrong
2024-11-20gpio: qcom_pmic: add again the quirk to skip GPIO configuration on PM8550Neil Armstrong
2024-11-20mmc: msm_sdhci: enable vqmmc at probe if availableNeil Armstrong
2024-11-20mach-snapdragon: configure loggingCaleb Connolly
2024-11-20ARM: mach-snapdragon: configure a larger default SYS_MALLOC_LEN for fastbootNeil Armstrong
2024-11-20qcom_defconfig: enable PINCONFNeil Armstrong
2024-11-19Merge tag 'xilinx-for-v2025.01-rc3-v2' of https://source.denx.de/u-boot/custo...Tom Rini
2024-11-19Merge patch series "buildman: Add initial support for config fragments"Tom Rini
2024-11-19buildman: Support a tilde to represent the home directorySimon Glass
2024-11-19buildman: Correct logic for adding a toolchainSimon Glass
2024-11-19buildman: Document the toolchain-prefix sectionSimon Glass
2024-11-19buildman: Correct the indentation in the setting-up sectionSimon Glass
2024-11-19buildman: Support #include files in defconfigsSimon Glass
2024-11-19buildman: Set up the tout librarySimon Glass
2024-11-19buildman: Add a lower-level test for KconfigScannerSimon Glass
2024-11-19xilinx: Introduce XILINX_MINI configurationMichal Simek
2024-11-19microblaze: Disable JFFS2 supportMichal Simek
2024-11-19arm64: zynqmp: Set default RTC device at startMichal Simek
2024-11-19arm64: versal: Enable soft reset support for xspi flashesVenkatesh Yadav Abbarapu
2024-11-19arm64: versal: Enable defconfig for Micron octal flashesVenkatesh Yadav Abbarapu
2024-11-19spi: cadence_qspi: Fix OSPI boot issueVenkatesh Yadav Abbarapu
2024-11-19fastboot: properly handle unknown partition typeCaleb Connolly
2024-11-18test: cmd/hash: check return value of ut_check_console_lineHeinrich Schuchardt
2024-11-18Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERTJerome Forissier
2024-11-18net: lwip/wget: correct SERVER_NAME_SIZEHeinrich Schuchardt
2024-11-18Merge tag 'efi-next-2024-11-18' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-11-18net: net_utils: Move ip_to_string to lib/net_utils.cAdriano Cordova
2024-11-18Merge patch series "Fix boot failure due to misaligned DMA buffer"Tom Rini
2024-11-18fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc()Nam Cao
2024-11-18boot: extlinux: Fix unaligned buffer for reading data from file systemNam Cao
2024-11-17test/py: mmc: Add support for different mmc modesLove Kumar
2024-11-17test/py: usb: Distinguish b/w ext2/ext4 partitionsLove Kumar
2024-11-17test/py: mmc: Distinguish b/w ext2/ext4 partitionsLove Kumar
2024-11-17console: Use printascii for lowlevel debug stringKever Yang
2024-11-17armv8: cpu: Implement allow_unaligned()Sam Protsenko
2024-11-17armv8: Fix get_sctlr() return typeSam Protsenko
2024-11-17test: bootm: Ensure tests can be run twiceAndrew Goodbody
2024-11-17dm: sysinfo: Shorten the SYSINFO_ID prefixSimon Glass
2024-11-16bios_emulator: add missing includes to debug.cYuri Zaporozhets
2024-11-16bios_emulator: for non-x86, print warnings if PM_{inp, outp}* access is attem...Yuri Zaporozhets
2024-11-16global: Remove bi_sramstart/bi_sramsizeTom Rini
2024-11-16dm: button: support remapping phone keysCaleb Connolly
2024-11-16net/lwip: wget: integrate struct wget_info into wget codeAdriano Cordova
2024-11-16net/lwip: wget: put server_name and port into wget_ctxAdriano Cordova
2024-11-16net: wget: make wget_with_dns return value compatible with its lwip versionAdriano Cordova
2024-11-16net: wget: integrate struct wget_info into legacy wget codeAdriano Cordova
2024-11-16net: wget: Add interface to issue wget_requests using wget_http_infoAdriano Cordova