Show patches with: none      |   20787 patches
« 1 2 3 4207 208 »
Patch Series S/W/F Date Submitter Delegate State
[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
[v4,27/27] lmb: add logic to print lmb flag strings Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,26/27] stm32mp: compute ram_top based on the optee base address Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,25/27] stm32mp: allow calling optee_get_reserved_memory() from U-Boot Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,24/27] zynq: lmb: do not add to lmb map before relocation Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,23/27] sandbox: iommu: remove lmb allocation in the driver Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,22/27] sandbox: spl: enable lmb config for SPL Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,21/27] spl: sandbox: initialise the ram banksize in spl Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,20/27] spl: call spl_board_init() at the end of the spl init sequence Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,19/27] sandbox: move the TCG event log to the start of ram memory Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,18/27] lmb: remove the unused board_lmb_reserve() function Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,17/27] lmb: do away with arch_lmb_reserve() Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,16/27] ppc: lmb: move arch specific lmb reservations to arch_misc_init() Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,15/27] lmb: init: initialise the lmb data structures during board init Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,14/27] lmb: bootm: remove superfluous lmb stub functions Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,13/27] lmb: remove lmb_init_and_reserve_range() function Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,12/27] lmb: remove the lmb_init_and_reserve() function Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,11/27] lmb: reserve common areas during board init Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,10/27] lmb: introduce a function to add memory to the lmb memory map Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,09/27] lmb: allow lmb module to be used in SPL Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,08/27] lmb: config: add lmb config symbols for SPL Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,07/27] lmb: remove config symbols used for lmb region count Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,06/27] lmb: allow for resizing lmb regions Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,05/27] lmb: make LMB memory map persistent and global Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,04/27] lmb: use the BIT macro for lmb flags Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,03/27] lmb: staticize __lmb_alloc_base() Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,02/27] lmb: remove the unused lmb_is_reserved() function Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[v4,01/27] alist: add a helper to check if the list is full Make LMB memory map global and persistent --- 2024-08-26 Sughosh Ganu New
[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
[v2,7/7] doc: board/qualcomm: document rb3gen2 building/flashing Qualcomm: add support for SC7280 and the RB3 Gen 2 --- 2024-08-21 Caleb Connolly New
[v2,6/7] configs: add qcm6490_defconfig Qualcomm: add support for SC7280 and the RB3 Gen 2 --- 2024-08-21 Caleb Connolly New
[v2,5/7] qcom_defconfig: enable SC7280 clocks Qualcomm: add support for SC7280 and the RB3 Gen 2 --- 2024-08-21 Caleb Connolly New
[v2,4/7] iommu: qcom-smmu: add sc7280-smmu-500 compatible Qualcomm: add support for SC7280 and the RB3 Gen 2 --- 2024-08-21 Caleb Connolly New
[v2,3/7] dts: qcs6490-rb3gen2-u-boot: USB host mode Qualcomm: add support for SC7280 and the RB3 Gen 2 --- 2024-08-21 Caleb Connolly New
[v2,2/7] dts: qcs6490-rb3gen2-u-boot: add override dtsi Qualcomm: add support for SC7280 and the RB3 Gen 2 --- 2024-08-21 Caleb Connolly New
[v2,1/7] clk/qcom: add initial clock driver for sc7280 Qualcomm: add support for SC7280 and the RB3 Gen 2 --- 2024-08-21 Caleb Connolly New
[v3,27/27] lmb: add logic to print lmb flag strings Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,26/27] stm32mp: compute ram_top based on the optee base address Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,25/27] stm32mp: allow calling optee_get_reserved_memory() from U-Boot Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,24/27] zynq: lmb: do not add to lmb map before relocation Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,23/27] sandbox: iommu: remove lmb allocation in the driver Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,22/27] sandbox: spl: enable lmb config for SPL Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,21/27] spl: sandbox: initialise the ram banksize in spl Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,20/27] spl: call spl_board_init() at the end of the spl init sequence Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,19/27] sandbox: move the TCG event log to the start of ram memory Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,18/27] lmb: remove the unused board_lmb_reserve() function Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu New
[v3,17/27] lmb: do away with arch_lmb_reserve() Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,16/27] ppc: lmb: move arch specific lmb reservations to arch_misc_init() Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,15/27] lmb: init: initialise the lmb data structures during board init Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,14/27] lmb: bootm: remove superfluous lmb stub functions Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,13/27] lmb: remove lmb_init_and_reserve_range() function Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,12/27] lmb: remove the lmb_init_and_reserve() function Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,11/27] lmb: reserve common areas during board init Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
[v3,10/27] lmb: introduce a function to add memory to the lmb memory map Make LMB memory map global and persistent --- 2024-08-21 Sughosh Ganu Superseded
« 1 2 3 4207 208 »