aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DEBUG: Add prints from JeromeTEST/v10-lwIPTom Rini2024-09-091-1/+6
* Kconfig: enable NET_LWIP by default except for SANDBOXJerome Forissier2024-09-061-0/+1
* configs: set CONFIG_NET=y when PXE is enabledJerome Forissier2024-09-06102-0/+102
* configs: set CONFIG_NET=y for FTGMAC100Jerome Forissier2024-09-062-0/+2
* configs: use syntax CONFIG_FOO=n in tools-only_defconfigJerome Forissier2024-09-061-16/+16
* Kconfig: fix undefined symbols (g_dnl*) when NET_LWIP is default enabledJerome Forissier2024-09-062-0/+2
* MAINTAINERS: net-lwip: add myself as a maintainerJerome Forissier2024-09-061-0/+11
* CI: add qemu_arm64_lwip to the test matrixJerome Forissier2024-09-061-0/+7
* net-lwip: add TFTP_BLOCKSIZEJerome Forissier2024-09-062-10/+12
* lwip: tftp: add support of blksize option to clientJerome Forissier2024-09-062-6/+89
* configs: add qemu_arm64_lwip_defconfigJerome Forissier2024-09-061-0/+10
* cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=yJerome Forissier2024-09-061-2/+3
* net-lwip: lwIP wget supports user defined port in the uri, so allow it.Jonathan Humphreys2024-09-061-6/+0
* net-lwip: add wget commandJerome Forissier2024-09-065-8/+400
* net: split cmd/net.c into cmd/net.c and cmd/net-common.cJerome Forissier2024-09-063-116/+113
* net-lwip: add dns commandJerome Forissier2024-09-065-5/+143
* net-lwip: add ping commandJerome Forissier2024-09-065-5/+193
* net-lwip: add TFTP support and tftpboot commandJerome Forissier2024-09-067-6/+319
* net-lwip: add DHCP support and dhcp commmandJerome Forissier2024-09-0620-55/+559
* net-lwip: build lwIPJerome Forissier2024-09-067-0/+269
* net: eth-uclass: add function eth_start_udev()Jerome Forissier2024-09-062-13/+26
* net: move copy_filename() to new file net/net-common.cJerome Forissier2024-09-063-12/+15
* net: split include/net.h into net{, -common, -legacy, -lwip}.hJerome Forissier2024-09-065-940/+1066
* configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=yJerome Forissier2024-09-06110-110/+110
* net: introduce alternative implementation as net-lwip/Jerome Forissier2024-09-0614-34/+113
* Miscellaneous fixesJerome Forissier2024-09-0640-126/+214
* Merge commit '4941d3d709d719d920bb5fdad268b58538a174c8' as 'lib/lwip/lwip'Tom Rini2024-09-06726-0/+221755
|\
| * Squashed 'lib/lwip/lwip/' content from commit 0a0452b2c39bTom Rini2024-09-06726-0/+221755
* regulator: fixed: fix regulator-fixed-clockWIP/05Sep2024-nextJohn Keeping2024-09-051-4/+17
* power: regulator: tps6287x: Add driver for TPS6287x step down convertorsKeerthy2024-09-053-0/+191
* mmc: consider cd-gpios in Synopsys DesignWare driverHeinrich Schuchardt2024-09-051-0/+9
* mmc: msm_sdhci: program core_vendor_specCaleb Connolly2024-09-051-0/+11
* mmc: Change the frequency to MMC_HS_52 when selecting hs400Venkatesh Yadav Abbarapu2024-09-051-3/+3
* mmc: sdhci-cadence: Add support for Cadence sdmmc v6Kuan Lim Lee2024-09-054-51/+375
* Merge patch series "provide names for emmc hardware partitions"Tom Rini2024-09-0511-35/+123
|\
| * venice: show emmc boot hardware partitionTim Harvey2024-09-051-4/+12
| * mmc: allow use of hardware partition names for mmc partconfTim Harvey2024-09-053-4/+64
| * mmc: use an enumerated type to represent PARTITION_CONFIG fieldsTim Harvey2024-09-059-27/+47
* | Merge patch series "Make LMB memory map global and persistent"Tom Rini2024-09-0374-1191/+1044
|\ \
| * | lmb: add logic to print lmb flag stringsSughosh Ganu2024-09-031-2/+16
| * | stm32mp: compute ram_top based on the optee base addressSughosh Ganu2024-09-031-9/+5
| * | stm32mp: allow calling optee_get_reserved_memory() from U-BootSughosh Ganu2024-09-033-16/+29
| * | zynq: lmb: do not add to lmb map before relocationSughosh Ganu2024-09-031-31/+0
| * | sandbox: iommu: remove lmb allocation in the driverSughosh Ganu2024-09-032-19/+10
| * | sandbox: spl: enable lmb config for SPLSughosh Ganu2024-09-032-0/+2
| * | spl: sandbox: initialise the ram banksize in splSughosh Ganu2024-09-031-4/+9
| * | spl: call spl_board_init() at the end of the spl init sequenceSughosh Ganu2024-09-031-3/+3
| * | sandbox: move the TCG event log to the start of ram memorySughosh Ganu2024-09-034-5/+6
| * | lmb: remove the unused board_lmb_reserve() functionSughosh Ganu2024-09-032-8/+0
| * | lmb: do away with arch_lmb_reserve()Sughosh Ganu2024-09-0313-197/+42