Messages by Thread
-
-
[PATCH] rockchip: Provid SPL control over otp presence
Jonas Karlman
-
[PATCH v8 00/27] Integrate MbedTLS v3.6 LTS with U-Boot
Raymond Mao
-
[PATCH v2] dts: Deduplicate dtbs target
Marek Vasut
-
[PATCH 00/13] disentangling cyclic API from schedule()
Rasmus Villemoes
-
[PATCH] sandbox: i2c: Make sure phandle dependency is probed
Marek Vasut
-
[PATCH 0/2] board: rockchip: Add Hardkernel ODROID-M2
Jonas Karlman
-
[PATCH 0/3] board: rockchip: Add Hardkernel ODROID-M1S
Jonas Karlman
-
[GIT PULL] Please pull u-boot-dfu-next-20241003
Mattijs Korpershoek
-
[PATCH v11 00/29] Introduce the lwIP network stack
Jerome Forissier
-
[PATCH v11 01/29] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
Jerome Forissier
-
Re: [PATCH v11 01/29] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
Simon Glass
-
Re: [PATCH v11 01/29] net: recv(): return -EAGAIN instead of 0 when no cleanup is expected
Jerome Forissier
-
[PATCH v11 02/29] Make AVB_VERIFY depend on FASTBOOT
Jerome Forissier
-
Re: [PATCH v11 02/29] Make AVB_VERIFY depend on FASTBOOT
Simon Glass
-
Re: [PATCH v11 02/29] Make AVB_VERIFY depend on FASTBOOT
Jerome Forissier
-
[PATCH v11 03/29] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Jerome Forissier
-
Re: [PATCH v11 03/29] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Ilias Apalodimas
-
Re: [PATCH v11 03/29] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Heinrich Schuchardt
-
Re: [PATCH v11 03/29] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Jerome Forissier
-
Re: [PATCH v11 03/29] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Tom Rini
-
Re: [PATCH v11 03/29] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Jerome Forissier
-
Re: [PATCH v11 03/29] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Simon Glass
-
[PATCH v11 04/29] sandbox: add dummy driver ETH_SANDBOX_LWIP
Jerome Forissier
-
Re: [PATCH v11 04/29] sandbox: add dummy driver ETH_SANDBOX_LWIP
Ilias Apalodimas
-
Re: [PATCH v11 04/29] sandbox: add dummy driver ETH_SANDBOX_LWIP
Simon Glass
-
[PATCH v11 05/29] test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled
Jerome Forissier
-
Re: [PATCH v11 05/29] test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled
Simon Glass
-
[PATCH v11 06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Jerome Forissier
-
Re: [PATCH v11 06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Ilias Apalodimas
-
Re: [PATCH v11 06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Jerome Forissier
-
Re: [PATCH v11 06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Ilias Apalodimas
-
Re: [PATCH v11 06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Jerome Forissier
-
Re: [PATCH v11 06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Simon Glass
-
Re: [PATCH v11 06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
Jerome Forissier
-
[PATCH v11 09/29] net: split include/net.h into net{, -common, -legacy, -lwip}.h
Jerome Forissier
-
Re: [PATCH v11 09/29] net: split include/net.h into net{, -common, -legacy, -lwip}.h
Ilias Apalodimas
-
[PATCH v11 10/29] net: move copy_filename() to new file net/net-common.c
Jerome Forissier
-
Re: [PATCH v11 10/29] net: move copy_filename() to new file net/net-common.c
Ilias Apalodimas
-
Re: [PATCH v11 10/29] net: move copy_filename() to new file net/net-common.c
Jerome Forissier
-
[PATCH v11 11/29] net: eth-uclass: add function eth_start_udev()
Jerome Forissier
-
Re: [PATCH v11 11/29] net: eth-uclass: add function eth_start_udev()
Ilias Apalodimas
-
[PATCH v11 07/29] net: introduce alternative implementation as net-lwip/
Jerome Forissier
-
[PATCH v11 08/29] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
Jerome Forissier
-
[PATCH v11 14/29] lwip: tftp: bind to TFTP port only when in server mode
Jerome Forissier
-
Re: [PATCH v11 14/29] lwip: tftp: bind to TFTP port only when in server mode
Ilias Apalodimas
-
Re: [PATCH v11 14/29] lwip: tftp: bind to TFTP port only when in server mode
Jerome Forissier
-
[PATCH v11 12/29] net-lwip: build lwIP
Jerome Forissier
-
[PATCH v11 15/29] net-lwip: add TFTP support and tftpboot command
Jerome Forissier
-
Re: [PATCH v11 15/29] net-lwip: add TFTP support and tftpboot command
Ilias Apalodimas
-
[PATCH v11 16/29] net-lwip: add ping command
Jerome Forissier
-
[PATCH v11 17/29] net-lwip: add dns command
Jerome Forissier
-
[PATCH v11 18/29] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
Jerome Forissier
-
[PATCH v11 19/29] net-lwip: add wget command
Jerome Forissier
-
[PATCH v11 20/29] net-lwip: lwIP wget supports user defined port in the uri, so allow it.
Jerome Forissier
-
Re: [PATCH v11 20/29] net-lwip: lwIP wget supports user defined port in the uri, so allow it.
Ilias Apalodimas
-
Re: [PATCH v11 20/29] net-lwip: lwIP wget supports user defined port in the uri, so allow it.
Jerome Forissier
-
Re: [PATCH v11 20/29] net-lwip: lwIP wget supports user defined port in the uri, so allow it.
Jon Humphreys
-
[PATCH v11 21/29] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
Jerome Forissier
-
[PATCH v11 22/29] configs: add qemu_arm64_lwip_defconfig
Jerome Forissier
-
Re: [PATCH v11 22/29] configs: add qemu_arm64_lwip_defconfig
Ilias Apalodimas
-
[PATCH v11 24/29] net-lwip: add TFTP_BLOCKSIZE
Jerome Forissier
-
[PATCH v11 23/29] lwip: tftp: add support of blksize option to client
Jerome Forissier
-
Re: [PATCH v11 23/29] lwip: tftp: add support of blksize option to client
Ilias Apalodimas
-
[PATCH v11 25/29] CI: add qemu_arm64_lwip to the test matrix
Jerome Forissier
-
Re: [PATCH v11 25/29] CI: add qemu_arm64_lwip to the test matrix
Ilias Apalodimas
-
Re: [PATCH v11 25/29] CI: add qemu_arm64_lwip to the test matrix
Tom Rini
-
Re: [PATCH v11 25/29] CI: add qemu_arm64_lwip to the test matrix
Jerome Forissier
-
[PATCH v11 26/29] MAINTAINERS: net-lwip: add myself as a maintainer
Jerome Forissier
-
Re: [PATCH v11 26/29] MAINTAINERS: net-lwip: add myself as a maintainer
Ilias Apalodimas
-
[PATCH v11 27/29] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
Jerome Forissier
-
Re: [PATCH v11 27/29] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
Ilias Apalodimas
-
[PATCH v11 29/29] [TESTING] Kconfig: enable NET_LWIP by default
Jerome Forissier
-
[PATCH v11 28/29] [TESTING] configs: set CONFIG_NET=y for FTGMAC100
Jerome Forissier
-
Re: [PATCH v11 28/29] [TESTING] configs: set CONFIG_NET=y for FTGMAC100
Ilias Apalodimas
-
Re: [PATCH v11 00/29] Introduce the lwIP network stack
Ilias Apalodimas
-
Re: [PATCH v11 00/29] Introduce the lwIP network stack
Jerome Forissier
-
Re: [PATCH v11 00/29] Introduce the lwIP network stack
Ilias Apalodimas
-
[PATCH v11 13/29] net-lwip: add DHCP support and dhcp commmand
Jerome Forissier
-
Re: [PATCH v11 13/29] net-lwip: add DHCP support and dhcp commmand
Ilias Apalodimas
-
Re: [PATCH v11 13/29] net-lwip: add DHCP support and dhcp commmand
Jerome Forissier
-
Re: [PATCH v11 00/29] Introduce the lwIP network stack
Tom Rini
-
Re: [PATCH v11 00/29] Introduce the lwIP network stack
Ilias Apalodimas
-
Re: [PATCH v11 00/29] Introduce the lwIP network stack
Jerome Forissier
-
Re: [PATCH v11 00/29] Introduce the lwIP network stack
Tom Rini
-
[PATCH] linker_lists: set LINKER_LIST_ALIGN to 8 for CPU_MIPS64
Jerome Forissier
-
[PATCH 0/4] some serial rx buffer patches
Rasmus Villemoes
-
[PATCH] boot: android: Fix ramdisk loading for v2 header
Mattijs Korpershoek
-
[PATCH] drivers: watchdog: Add DaVinci's watchdog support
Bastien Curutchet
-
[PATCH v4 0/7] Add the USB5744 hub driver as per new DT binding
Venkatesh Yadav Abbarapu