[PATCH 00/13] Miscellaneous fixes
Peter Robinson
pbrobinson at gmail.com
Wed Aug 28 20:09:49 CEST 2024
On Wed, 28 Aug 2024 at 13:10, Jerome Forissier
<jerome.forissier at linaro.org> wrote:
>
> Miscellaneous fixes made when developing the lwIP series [1].
>
> [1] http://patchwork.ozlabs.org/project/uboot/list/?series=420712&state=%2A&archive=both
>
> Jerome Forissier (13):
> Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word
> flash: prefix error codes with FL_
> at91: rename mem_init() to at91_mem_init()
> arm: omap2: add missing #include <netdev.h>
> net: fm: call dtsec_init_phy() only when it is defined
> net: wget: removed unused function wget_success()
> net: phy: ncsi: depend on NET
> net: ftgmac100: depend on NET
> net: wget: allow EFI boot
> net: fec_mxc_init(): do not ignore return status of fec_open()
> test/py: net_boot: fix comment
> test/py: test_efi_loader: add missing dependency on cmd_tftpboot
> test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
For the series:
Reviewed-by: Peter Robinson <pbrobinson at gmail.com>
> Makefile | 2 +-
> arch/arm/mach-at91/include/mach/at91_common.h | 2 +-
> arch/arm/mach-at91/spl_at91.c | 2 +-
> arch/arm/mach-at91/spl_atmel.c | 2 +-
> arch/arm/mach-omap2/omap3/emac.c | 1 +
> .../atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 2 +-
> board/atmel/at91sam9n12ek/at91sam9n12ek.c | 2 +-
> board/atmel/at91sam9x5ek/at91sam9x5ek.c | 2 +-
> .../atmel/sama5d27_som1_ek/sama5d27_som1_ek.c | 2 +-
> .../sama5d27_wlsom1_ek/sama5d27_wlsom1_ek.c | 2 +-
> board/atmel/sama5d2_icp/sama5d2_icp.c | 2 +-
> .../atmel/sama5d2_xplained/sama5d2_xplained.c | 2 +-
> .../atmel/sama5d3_xplained/sama5d3_xplained.c | 2 +-
> board/atmel/sama5d3xek/sama5d3xek.c | 2 +-
> .../atmel/sama5d4_xplained/sama5d4_xplained.c | 2 +-
> board/atmel/sama5d4ek/sama5d4ek.c | 2 +-
> board/cobra5272/flash.c | 26 ++++----
> .../conclusive/kstr-sama5d27/kstr-sama5d27.c | 2 +-
> board/freescale/m5253demo/flash.c | 6 +-
> board/gardena/smart-gateway-at91sam/spl.c | 2 +-
> board/siemens/corvus/board.c | 2 +-
> board/siemens/smartweb/smartweb.c | 2 +-
> board/siemens/taurus/taurus.c | 2 +-
> common/flash.c | 44 ++++++-------
> drivers/mtd/cfi_flash.c | 36 +++++------
> drivers/net/Kconfig | 1 +
> drivers/net/fec_mxc.c | 3 +-
> drivers/net/fm/eth.c | 2 +
> drivers/net/phy/Kconfig | 1 +
> include/flash.h | 20 +++---
> net/wget.c | 11 ++--
> test/py/tests/test_efi_loader.py | 62 ++++++++++++++-----
> test/py/tests/test_net_boot.py | 2 +-
> 33 files changed, 144 insertions(+), 111 deletions(-)
>
> --
> 2.40.1
>
More information about the U-Boot
mailing list