summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-10-16ARM: stm32: Add script to install U-Boot from SD/eMMC to SPI NOR on DH STM32M...Marek Vasut
2024-10-16net: lwip: add wget commandJerome Forissier
2024-10-16net: lwip: add dns commandJerome Forissier
2024-10-16net: lwip: add ping commandJerome Forissier
2024-10-16net: lwip: add TFTP support and tftpboot commandJerome Forissier
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier
2024-10-16net: eth-uclass: add function eth_start_udev()Jerome Forissier
2024-10-16net: split net into net{,-common,-legacy,-lwip}Jerome Forissier
2024-10-15Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-10-15efi_memory: rename variable to highlight overlap with free memorySughosh Ganu
2024-10-15efi_memory: do not add RAM memory to the memory mapSughosh Ganu
2024-10-15lmb: allow for boards to specify memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15lmb: add a flag to allow suppressing memory map change notificationSughosh Ganu
2024-10-15lmb: add versions of the lmb API with flagsSughosh Ganu
2024-10-15Merge patch series to add a "fallback" keyword to extlinux.conf parsingTom Rini
2024-10-15bootstd: Add command to enable setting of bootmeth specific propertiesMartyn Welch
2024-10-15boot: Add logic to enable booting from fallback optionMartyn Welch
2024-10-15boot: pxe_utils: Add fallback supportMartyn Welch
2024-10-15mtd: spi-nor: Allow flashes to specify MTD writesizeTakahiro Kuwano
2024-10-14Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini
2024-10-14lib/crypto: Adapt mscode_parser to MbedTLSRaymond Mao
2024-10-14lib/crypto: Adapt PKCS7 parser to MbedTLSRaymond Mao
2024-10-14lib/crypto: Adapt x509_cert_parser to MbedTLSRaymond Mao
2024-10-14lib/crypto: Adapt public_key header with MbedTLSRaymond Mao
2024-10-14mbedtls: add digest shim layer for MbedTLSRaymond Mao
2024-10-14sha1: Remove sha1 non-watchdog APIRaymond Mao
2024-10-14md5: Remove md5 non-watchdog APIRaymond Mao
2024-10-14lib: Adapt digest header files to MbedTLSRaymond Mao
2024-10-14mbedtls: add mbedtls into the build systemRaymond Mao
2024-10-14usb: xhci: Define 'XHCI_MAX_HALT_USEC' macro only onceBhupesh Sharma
2024-10-14Merge tag 'u-boot-amlogic-next-20241014' of https://source.denx.de/u-boot/cus...Tom Rini
2024-10-14configs: meson64: Ensure commands for boot targets are availableCallum Parsey
2024-10-14configs: meson64_android: Remove dtbo supportMattijs Korpershoek
2024-10-14configs: khadas-vim3{l}: Increase boot/recovery partition sizeMattijs Korpershoek
2024-10-13Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2024-10-13Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2024-10-13drivers: tegra_gpio: add early SPL functionsSvyatoslav Ryhel
2024-10-13board: tegra: convert boards to text envSvyatoslav Ryhel
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass
2024-10-11kconfig: binman: Check for SPL instead of XPLSimon Glass
2024-10-11include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11log: global: Rename warn_non_spl()Simon Glass
2024-10-11xpl: Rename spl_phase_prefix() and spl_phase_name()Simon Glass
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass
2024-10-11xpl: Add a function to indicate when in xPLSimon Glass
2024-10-11xpl: Rename spl_in_proper() to not_xpl()Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-10-11xpl: Rename spl_phase to xpl_phase_tSimon Glass