summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-16net: lwip: add TFTP support and tftpboot commandJerome Forissier
2024-10-16net: lwip: tftp: bind to TFTP port only when in server modeJerome Forissier
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier
2024-10-16net: lwip: build lwIPJerome 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-16net: introduce alternative implementation as net/lwip/Jerome Forissier
2024-10-16configs: use syntax CONFIG_FOO=n in tools-only_defconfigJerome Forissier
2024-10-16Merge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc' as 'lib/lwip/lwip'Tom Rini
2024-10-16Squashed 'lib/lwip/lwip/' content from commit 0a0452b2c39bTom Rini
2024-10-16.mailmap: update e-mail address for Eugen HristevEugen Hristev
2024-10-15Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changesTom Rini
2024-10-15Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-10-15Merge patch series "Make EFI memory allocations synchronous with LMB"Tom Rini
2024-10-15lmb: replace the double-underscore with single-underscore for all functionsSughosh Ganu
2024-10-15efi_memory: rename variable to highlight overlap with free memorySughosh Ganu
2024-10-15lmb: remove call to efi_lmb_reserve()Sughosh Ganu
2024-10-15efi_memory: do not add RAM memory to the memory mapSughosh Ganu
2024-10-15x86: e820: use the lmb API for adding RAM memorySughosh Ganu
2024-10-15layerscape: use the lmb API's to add RAM memorySughosh Ganu
2024-10-15lmb: allow for boards to specify memory mapSughosh Ganu
2024-10-15stm32mp: remove efi_add_known_memory() function definitionSughosh Ganu
2024-10-15ti: k3: remove efi_add_known_memory() function definitionSughosh Ganu
2024-10-15efi_memory: do not add U-Boot memory to the memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15efi: memory: use the lmb API's for allocating and freeing memorySughosh Ganu
2024-10-15lmb: add and reserve memory above ram_topSughosh 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-15test: Drop mention of old flags in a commentSimon Glass
2024-10-15Makefile: Drop SPL_FIT_GENERATOR supportMarek Vasut
2024-10-15Makefile: Drop SPL_FIT_SOURCE supportMarek Vasut
2024-10-15test: Fix skip check for sleep command testAndrew Goodbody
2024-10-15CI: Do not test "sleep" in QEMUTom Rini
2024-10-15net: correct wget_connected debug messagesHeinrich Schuchardt
2024-10-15net/wget: set filesizeHeinrich Schuchardt
2024-10-15Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine"Jonas Karlman
2024-10-15Merge patch series "test: Minor fixes to test.py"Tom Rini
2024-10-15Merge patch series to add a "fallback" keyword to extlinux.conf parsingTom Rini
2024-10-15test: Add tests for the bootmeth set commandMartyn Welch
2024-10-15test: Fix mulptiplex_log typoSimon Glass
2024-10-15bootstd: Add command to enable setting of bootmeth specific propertiesMartyn Welch
2024-10-15test: Tidy up remaining exceptionsSimon Glass
2024-10-15boot: Add logic to enable booting from fallback optionMartyn Welch
2024-10-15test: Detect dead connectionsSimon Glass
2024-10-15boot: pxe_utils: Add fallback supportMartyn Welch
2024-10-15test: Separate out the exception handlingSimon Glass
2024-10-15test: Move the receive code into a functionSimon Glass
2024-10-15test: Create a common function to get the configSimon Glass
2024-10-15test: Avoid failing skipped testsSimon Glass