Toggle navigation
Patchwork
u-boot
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Jerome Forissier
| Archived =
No
| 429 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
3
4
…
4
5
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[v10,04/25] net: split include/net.h into net{, -common, -legacy, -lwip}.h
Introduce the lwIP network stack
-
-
-
2024-09-06
Jerome Forissier
Superseded
[v10,03/25] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
Introduce the lwIP network stack
-
-
-
2024-09-06
Jerome Forissier
Superseded
[v10,02/25] net: introduce alternative implementation as net-lwip/
Introduce the lwIP network stack
-
-
-
2024-09-06
Jerome Forissier
New
[v10,01/25] Miscellaneous fixes
Introduce the lwIP network stack
-
-
-
2024-09-06
Jerome Forissier
New
[v3,16/16] cmd: pxe: CMD_PXE implies CMD_TFTPBOOT
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
New
[v3,15/16] common: update: UPDATE_COMMON implies CMD_TFTPBOOT
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,14/16] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,13/16] test/py: test_efi_loader: add missing dependency on cmd_tftpboot
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,12/16] test/py: net_boot: fix comment
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,11/16] net: fec_mxc_init(): do not ignore return status of fec_open()
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,10/16] net: wget: allow EFI boot
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,09/16] net: ftgmac100: depend on NET
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,08/16] net: phy: ncsi: depend on NET
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,07/16] net: wget: removed unused function wget_success()
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,06/16] net: fm: call dtsec_init_phy() only when it is defined
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
New
[v3,05/16] arm: omap2: add missing #include <netdev.h>
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,04/16] at91: rename mem_init() to at91_mem_init()
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,03/16] flash: prefix error codes with FL_
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,02/16] buildman/toolchain.py: do not set CROSS_COMPILE for sandbox
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
[v3,01/16] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word
Miscellaneous fixes
-
-
-
2024-09-03
Jerome Forissier
Superseded
net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)
net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)
-
-
-
2024-09-02
Jerome Forissier
Accepted
configs/ethernut5.h: define CFG_SYS_I2C_RTC_ADDR unconditionally
configs/ethernut5.h: define CFG_SYS_I2C_RTC_ADDR unconditionally
-
-
-
2024-09-02
Jerome Forissier
New
net: guard call to tftp_start() with #if defined(CONFIG_CMD_TFTPBOOT)
net: guard call to tftp_start() with #if defined(CONFIG_CMD_TFTPBOOT)
-
-
-
2024-09-02
Jerome Forissier
New
[v2,16/16] cmd: pxe: CMD_PXE implies CMD_TFTPBOOT
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,15/16] common: update: UPDATE_COMMON implies CMD_TFTPBOOT
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,14/16] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,13/16] test/py: test_efi_loader: add missing dependency on cmd_tftpboot
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,12/16] test/py: net_boot: fix comment
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,11/16] net: fec_mxc_init(): do not ignore return status of fec_open()
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,10/16] net: wget: allow EFI boot
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,09/16] net: ftgmac100: depend on NET
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,08/16] net: phy: ncsi: depend on NET
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,07/16] net: wget: removed unused function wget_success()
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,06/16] net: fm: call dtsec_init_phy() only when it is defined
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,05/16] arm: omap2: add missing #include <netdev.h>
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,04/16] at91: rename mem_init() to at91_mem_init()
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,03/16] flash: prefix error codes with FL_
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
[v2,02/16] buildman/toolchain.py: set CROSS_COMPILE only if self.cross is set
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
New
[v2,01/16] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word
Miscellaneous fixes
-
-
-
2024-08-30
Jerome Forissier
Superseded
mach-imx: do not use if_changed more than once per target
mach-imx: do not use if_changed more than once per target
-
-
-
2024-08-28
Jerome Forissier
Accepted
[13/13] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[12/13] test/py: test_efi_loader: add missing dependency on cmd_tftpboot
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[11/13] test/py: net_boot: fix comment
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[10/13] net: fec_mxc_init(): do not ignore return status of fec_open()
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[09/13] net: wget: allow EFI boot
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[08/13] net: ftgmac100: depend on NET
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[07/13] net: phy: ncsi: depend on NET
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[06/13] net: wget: removed unused function wget_success()
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[05/13] net: fm: call dtsec_init_phy() only when it is defined
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
New
[04/13] arm: omap2: add missing #include <netdev.h>
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[03/13] at91: rename mem_init() to at91_mem_init()
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[02/13] flash: prefix error codes with FL_
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[01/13] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word
Miscellaneous fixes
-
-
-
2024-08-28
Jerome Forissier
Superseded
[v9,37/37,TESTING] configs: set CONFIG_NET=y when PXE is enabled
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,36/37,TESTING] configs: set CONFIG_NET=y for FTGMAC100
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,35/37,TESTING] Kconfig: enable NET_LWIP by default except for SANDBOX
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,34/37] configs: use syntax CONFIG_FOO=n in tools-only_defconfig
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,33/37] Kconfig: fix undefined symbols (g_dnl*) when NET_LWIP is default enabled
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,32/37] MAINTAINERS: net-lwip: add myself as a maintainer
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,31/37] CI: add qemu_arm64_lwip to the test matrix
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,30/37] net-lwip: add TFTP_BLOCKSIZE
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,29/37] lwip: tftp: add support of blksize option to client
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,28/37] configs: add qemu_arm64_lwip_defconfig
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,27/37] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,26/37] net-lwip: lwIP wget supports user defined port in the uri, so allow it.
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,25/37] net-lwip: add wget command
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,24/37] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,23/37] net-lwip: add dns command
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,22/37] net-lwip: add ping command
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,21/37] net-lwip: add TFTP support and tftpboot command
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,20/37] net-lwip: add DHCP support and dhcp commmand
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,19/37] net-lwip: build lwIP
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,18/37] net: eth-uclass: add function eth_start_udev()
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
New
[v9,17/37] net: move copy_filename() to new file net/net-common.c
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,16/37] net: split include/net.h into net{, -common, -legacy, -lwip}.h
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,15/37] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,14/37] net: introduce alternative implementation as net-lwip/
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,13/37] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,12/37] test/py: test_efi_loader: add missing dependency on cmd_tftpboot
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,11/37] test/py: net_boot: fix comment
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,10/37] net: fec_mxc_init(): do not ignore return status of fec_open()
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,09/37] net: wget: allow EFI boot
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,08/37] net: ftgmac100: depend on NET
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,07/37] net: phy: ncsi: depend on NET
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,06/37] net: wget: removed unused function wget_success()
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,05/37] net: fm: call dtsec_init_phy() only when it is defined
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,04/37] arm: omap2: add missing #include <netdev.h>
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,03/37] at91: rename mem_init() to at91_mem_init()
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,02/37] flash: prefix error codes with FL_
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v9,01/37] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word
Introduce the lwIP network stack
-
-
-
2024-08-23
Jerome Forissier
Superseded
[v8,23/23] MAINTAINERS: net-lwip: add myself as a maintainer
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,22/23] test/py: add HTTP (wget) test for the EFI loader
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,21/23] CI: add qemu_arm64_lwip to the test matrix
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,20/23] net-lwip: add TFTP_BLOCKSIZE
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,19/23] lwip: tftp: add support of blksize option to client
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,18/23] configs: add qemu_arm64_lwip_defconfig
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,17/23] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,16/23] net-lwip: lwIP wget supports user defined port in the uri, so allow it.
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,15/23] net-lwip: add wget command
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
[v8,14/23] net: split cmd/net.c into cmd/net.c and cmd/net-common.c
Introduce the lwIP network stack
-
-
-
2024-08-07
Jerome Forissier
Superseded
«
1
2
3
4
…
4
5
»