From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 18/57] arm: Remove bcm23550_w1d board
Date: Sat, 20 Feb 2021 20:05:55 -0500 [thread overview]
Message-ID: <20210221010634.21310-19-trini@konsulko.com> (raw)
In-Reply-To: <20210221010634.21310-1-trini@konsulko.com>
This board has not been converted to CONFIG_DM_MMC by the deadline.
Remove it.
Cc: Steve Rae <steve.rae@raedomain.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
arch/arm/Kconfig | 7 --
board/broadcom/bcm23550_w1d/Kconfig | 15 ---
board/broadcom/bcm23550_w1d/MAINTAINERS | 6 -
board/broadcom/bcm23550_w1d/Makefile | 5 -
board/broadcom/bcm23550_w1d/bcm23550_w1d.c | 125 ---------------------
configs/bcm23550_w1d_defconfig | 47 --------
include/configs/bcm23550_w1d.h | 100 -----------------
7 files changed, 305 deletions(-)
delete mode 100644 board/broadcom/bcm23550_w1d/Kconfig
delete mode 100644 board/broadcom/bcm23550_w1d/MAINTAINERS
delete mode 100644 board/broadcom/bcm23550_w1d/Makefile
delete mode 100644 board/broadcom/bcm23550_w1d/bcm23550_w1d.c
delete mode 100644 configs/bcm23550_w1d_defconfig
delete mode 100644 include/configs/bcm23550_w1d.h
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6cf49b8ef050..9777dd6d4d9a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -656,12 +656,6 @@ config ARCH_BCMSTB
This enables support for Broadcom ARM-based set-top box
chipsets, including the 7445 family of chips.
-config TARGET_BCM23550_W1D
- bool "Support bcm23550_w1d"
- select CPU_V7A
- imply CRC32_VERIFY
- imply FAT_WRITE
-
config TARGET_BCMCYGNUS
bool "Support bcmcygnus"
select CPU_V7A
@@ -1925,7 +1919,6 @@ source "board/Marvell/octeontx/Kconfig"
source "board/Marvell/octeontx2/Kconfig"
source "board/armltd/vexpress64/Kconfig"
source "board/cortina/presidio-asic/Kconfig"
-source "board/broadcom/bcm23550_w1d/Kconfig"
source "board/broadcom/bcm963158/Kconfig"
source "board/broadcom/bcm968360bg/Kconfig"
source "board/broadcom/bcm968580xref/Kconfig"
diff --git a/board/broadcom/bcm23550_w1d/Kconfig b/board/broadcom/bcm23550_w1d/Kconfig
deleted file mode 100644
index 007a127250d6..000000000000
--- a/board/broadcom/bcm23550_w1d/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_BCM23550_W1D
-
-config SYS_BOARD
- default "bcm23550_w1d"
-
-config SYS_VENDOR
- default "broadcom"
-
-config SYS_SOC
- default "bcm235xx"
-
-config SYS_CONFIG_NAME
- default "bcm23550_w1d"
-
-endif
diff --git a/board/broadcom/bcm23550_w1d/MAINTAINERS b/board/broadcom/bcm23550_w1d/MAINTAINERS
deleted file mode 100644
index bde6337ce34f..000000000000
--- a/board/broadcom/bcm23550_w1d/MAINTAINERS
+++ /dev/null
@@ -1,6 +0,0 @@
-BCM23550_W1D BOARD
-M: Steve Rae <steve.rae@raedomain.com>
-S: Maintained
-F: board/broadcom/bcm23550_w1d/
-F: include/configs/bcm23550_w1d.h
-F: configs/bcm23550_w1d_defconfig
diff --git a/board/broadcom/bcm23550_w1d/Makefile b/board/broadcom/bcm23550_w1d/Makefile
deleted file mode 100644
index 0552f3762e80..000000000000
--- a/board/broadcom/bcm23550_w1d/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-#
-# Copyright 2013 Broadcom Corporation.
-
-obj-y += bcm23550_w1d.o
diff --git a/board/broadcom/bcm23550_w1d/bcm23550_w1d.c b/board/broadcom/bcm23550_w1d/bcm23550_w1d.c
deleted file mode 100644
index 90685c072a3b..000000000000
--- a/board/broadcom/bcm23550_w1d/bcm23550_w1d.c
+++ /dev/null
@@ -1,125 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright 2013 Broadcom Corporation.
- */
-
-#include <common.h>
-#include <init.h>
-#include <log.h>
-#include <asm/global_data.h>
-#include <asm/io.h>
-#include <asm/mach-types.h>
-#include <env.h>
-#include <mmc.h>
-#include <asm/kona-common/kona_sdhci.h>
-#include <asm/kona-common/clk.h>
-#include <asm/arch/sysmap.h>
-
-#include <usb.h>
-#include <usb/dwc2_udc.h>
-#include <g_dnl.h>
-
-#define SECWATCHDOG_SDOGCR_OFFSET 0x00000000
-#define SECWATCHDOG_SDOGCR_EN_SHIFT 27
-#define SECWATCHDOG_SDOGCR_SRSTEN_SHIFT 26
-#define SECWATCHDOG_SDOGCR_CLKS_SHIFT 20
-#define SECWATCHDOG_SDOGCR_LD_SHIFT 0
-
-#ifndef CONFIG_USB_SERIALNO
-#define CONFIG_USB_SERIALNO "1234567890"
-#endif
-
-DECLARE_GLOBAL_DATA_PTR;
-
-/*
- * board_init - early hardware init
- */
-int board_init(void)
-{
- printf("Relocation Offset is: %08lx\n", gd->reloc_off);
-
- /* adress of boot parameters */
- gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
-
- clk_init();
-
- return 0;
-}
-
-/*
- * misc_init_r - miscellaneous platform dependent initializations
- */
-int misc_init_r(void)
-{
- return 0;
-}
-
-/*
- * dram_init - sets uboots idea of sdram size
- */
-int dram_init(void)
-{
- gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
- CONFIG_SYS_SDRAM_SIZE);
- return 0;
-}
-
-/* This is called after dram_init() so use get_ram_size result */
-int dram_init_banksize(void)
-{
- gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
- gd->bd->bi_dram[0].size = gd->ram_size;
-
- return 0;
-}
-
-#ifdef CONFIG_MMC_SDHCI_KONA
-/*
- * mmc_init - Initializes mmc
- */
-int board_mmc_init(struct bd_info *bis)
-{
- int ret = 0;
-
- /* Register eMMC - SDIO2 */
- ret = kona_sdhci_init(1, 400000, 0);
- if (ret)
- return ret;
-
- /* Register SD Card - SDIO4 kona_mmc_init assumes 0 based index */
- ret = kona_sdhci_init(3, 400000, 0);
- return ret;
-}
-#endif
-
-#ifdef CONFIG_USB_GADGET
-static struct dwc2_plat_otg_data bcm_otg_data = {
- .regs_otg = HSOTG_BASE_ADDR
-};
-
-int board_usb_init(int index, enum usb_init_type init)
-{
- debug("%s: performing dwc2_udc_probe\n", __func__);
- return dwc2_udc_probe(&bcm_otg_data);
-}
-
-int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name)
-{
- debug("%s\n", __func__);
- if (!env_get("serial#"))
- g_dnl_set_serialnumber(CONFIG_USB_SERIALNO);
- return 0;
-}
-
-int g_dnl_get_board_bcd_device_number(int gcnum)
-{
- debug("%s\n", __func__);
- return 1;
-}
-
-int board_usb_cleanup(int index, enum usb_init_type init)
-{
- debug("%s\n", __func__);
- return 0;
-}
-#endif
diff --git a/configs/bcm23550_w1d_defconfig b/configs/bcm23550_w1d_defconfig
deleted file mode 100644
index 021de69799b5..000000000000
--- a/configs/bcm23550_w1d_defconfig
+++ /dev/null
@@ -1,47 +0,0 @@
-CONFIG_ARM=y
-CONFIG_SYS_ICACHE_OFF=y
-CONFIG_SYS_DCACHE_OFF=y
-CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y
-CONFIG_TARGET_BCM23550_W1D=y
-CONFIG_SYS_TEXT_BASE=0x9f000000
-CONFIG_NR_DRAM_BANKS=1
-CONFIG_ENV_SIZE=0x1000
-CONFIG_ENV_OFFSET=0x2340000
-# CONFIG_ANDROID_BOOT_IMAGE is not set
-# CONFIG_DISPLAY_CPUINFO is not set
-# CONFIG_DISPLAY_BOARDINFO is not set
-CONFIG_MISC_INIT_R=y
-CONFIG_HUSH_PARSER=y
-CONFIG_CMD_BOOTZ=y
-CONFIG_CMD_ASKENV=y
-CONFIG_CMD_MX_CYCLIC=y
-CONFIG_CMD_GPIO=y
-CONFIG_CMD_I2C=y
-CONFIG_CMD_MMC=y
-# CONFIG_CMD_SETEXPR is not set
-CONFIG_CMD_CACHE=y
-CONFIG_CMD_FAT=y
-CONFIG_EFI_PARTITION=y
-# CONFIG_PARTITION_UUIDS is not set
-CONFIG_ENV_IS_IN_MMC=y
-CONFIG_SYS_RELOC_GD_ENV_ADDR=y
-CONFIG_VERSION_VARIABLE=y
-# CONFIG_NET is not set
-CONFIG_USB_FUNCTION_FASTBOOT=y
-CONFIG_FASTBOOT_BUF_ADDR=0x80000000
-CONFIG_FASTBOOT_BUF_SIZE=0x1D000000
-CONFIG_FASTBOOT_FLASH=y
-CONFIG_FASTBOOT_FLASH_MMC_DEV=0
-CONFIG_MMC_SDHCI=y
-CONFIG_MMC_SDHCI_SDMA=y
-CONFIG_MMC_SDHCI_KONA=y
-CONFIG_SYS_NS16550=y
-CONFIG_USB=y
-CONFIG_USB_GADGET=y
-CONFIG_USB_GADGET_MANUFACTURER="Broadcom Corporation"
-CONFIG_USB_GADGET_VENDOR_NUM=0x18d1
-CONFIG_USB_GADGET_PRODUCT_NUM=0x0d02
-CONFIG_USB_GADGET_BCM_UDC_OTG_PHY=y
-CONFIG_USB_GADGET_DWC2_OTG=y
-CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y
-CONFIG_OF_LIBFDT=y
diff --git a/include/configs/bcm23550_w1d.h b/include/configs/bcm23550_w1d.h
deleted file mode 100644
index 05ada258eacf..000000000000
--- a/include/configs/bcm23550_w1d.h
+++ /dev/null
@@ -1,100 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright 2013 Broadcom Corporation.
- */
-
-#ifndef __BCM23550_W1D_H
-#define __BCM23550_W1D_H
-
-#include <linux/sizes.h>
-#include <asm/arch/sysmap.h>
-
-/* CPU, chip, mach, etc */
-#define CONFIG_KONA
-#define CONFIG_SKIP_LOWLEVEL_INIT
-#define CONFIG_KONA_RESET_S
-
-/*
- * Memory configuration
- */
-
-#define CONFIG_SYS_SDRAM_BASE 0x80000000
-#define CONFIG_SYS_SDRAM_SIZE 0x20000000
-
-#define CONFIG_SYS_MALLOC_LEN SZ_4M /* see armv7/start.S. */
-
-/* GPIO Driver */
-#define CONFIG_KONA_GPIO
-
-/* MMC/SD Driver */
-#define CONFIG_SYS_SDIO_BASE0 SDIO1_BASE_ADDR
-#define CONFIG_SYS_SDIO_BASE1 SDIO2_BASE_ADDR
-#define CONFIG_SYS_SDIO_BASE2 SDIO3_BASE_ADDR
-#define CONFIG_SYS_SDIO_BASE3 SDIO4_BASE_ADDR
-#define CONFIG_SYS_SDIO0_MAX_CLK 48000000
-#define CONFIG_SYS_SDIO1_MAX_CLK 48000000
-#define CONFIG_SYS_SDIO2_MAX_CLK 48000000
-#define CONFIG_SYS_SDIO3_MAX_CLK 48000000
-#define CONFIG_SYS_SDIO0 "sdio1"
-#define CONFIG_SYS_SDIO1 "sdio2"
-#define CONFIG_SYS_SDIO2 "sdio3"
-#define CONFIG_SYS_SDIO3 "sdio4"
-
-/* I2C Driver */
-#define CONFIG_SYS_I2C
-#define CONFIG_SYS_I2C_KONA
-#define CONFIG_SYS_SPD_BUS_NUM 3 /* Start with PMU bus */
-#define CONFIG_SYS_MAX_I2C_BUS 4
-#define CONFIG_SYS_I2C_BASE0 BSC1_BASE_ADDR
-#define CONFIG_SYS_I2C_BASE1 BSC2_BASE_ADDR
-#define CONFIG_SYS_I2C_BASE2 BSC3_BASE_ADDR
-#define CONFIG_SYS_I2C_BASE3 PMU_BSC_BASE_ADDR
-
-/* Timer Driver */
-#define CONFIG_SYS_TIMER_RATE 32000
-#define CONFIG_SYS_TIMER_COUNTER (TIMER_BASE_ADDR + 4) /* STCLO offset */
-
-/* Init functions */
-
-/* Some commands use this as the default load address */
-#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE
-
-/* No mtest functions as recommended */
-
-/*
- * This is the initial SP which is used only briefly for relocating the u-boot
- * image to the top of SDRAM. After relocation u-boot moves the stack to the
- * proper place.
- */
-#define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE
-
-/* Serial Info */
-#define CONFIG_SYS_NS16550_SERIAL
-/* Post pad 3 bytes after each reg addr */
-#define CONFIG_SYS_NS16550_REG_SIZE (-4)
-#define CONFIG_SYS_NS16550_CLK 13000000
-#define CONFIG_SYS_NS16550_COM1 0x3e000000
-
-/* must fit into GPT:u-boot-env partition */
-
-/* console configuration */
-#define CONFIG_SYS_CBSIZE 1024 /* Console buffer size */
-#define CONFIG_SYS_MAXARGS 64
-#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-
-/*
- * One partition type must be defined for part.c
- * This is necessary for the fatls command to work on an SD card
- * for example.
- */
-
-/* version string, parser, etc */
-
-/* Initial upstream - boot to cmd prompt only */
-#define CONFIG_BOOTCOMMAND ""
-
-#define CONFIG_USBID_ADDR 0x34052c46
-
-#define CONFIG_SYS_L2CACHE_OFF
-
-#endif /* __BCM23550_W1D_H */
--
2.17.1
next prev parent reply other threads:[~2021-02-21 1:05 UTC|newest]
Thread overview: 126+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-21 1:05 [PATCH 00/57] Enforce DM_MMC migration and remove platforms Tom Rini
2021-02-21 1:05 ` [PATCH 01/57] arm: Remove xfi3 board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-21 1:05 ` [PATCH 02/57] arm: Remove MX23_OLINUXINO board Tom Rini
2021-02-21 1:05 ` [PATCH 03/57] arm: Remove SANSA_FUZE_PLUS board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-21 1:05 ` [PATCH 04/57] arm: Remove sc_sps_1 board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-21 1:05 ` [PATCH 05/57] arm: Remove ts4600 board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-21 1:05 ` [PATCH 06/57] arm: Remove apf27 board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-21 1:05 ` [PATCH 07/57] arm: Remove mx25pdk board Tom Rini
2021-02-21 12:32 ` Fabio Estevam
2021-02-25 18:21 ` Tom Rini
2021-02-21 1:05 ` [PATCH 08/57] arm: Remove openrd board Tom Rini
2021-02-21 1:05 ` [PATCH 09/57] arm: Remove sheevaplug board Tom Rini
2021-02-21 1:05 ` [PATCH 10/57] arm: Remove vexpress_ca15_tc2 board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-21 1:05 ` [PATCH 11/57] arm: Remove secomx6quq7 board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-21 1:05 ` [PATCH 12/57] arm: Remove s32v234evb board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-21 1:05 ` [PATCH 13/57] arm: Remove bcm958712k board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:05 ` [PATCH 14/57] arm: Remove wb45n board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:05 ` [PATCH 15/57] arm: Remove wb50n board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:05 ` [PATCH 16/57] arm: Remove picosam9g45 board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:05 ` [PATCH 17/57] arm: Remove bcm28155_ap board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:05 ` Tom Rini [this message]
2021-04-12 0:26 ` [PATCH 18/57] arm: Remove bcm23550_w1d board Tom Rini
2021-02-21 1:05 ` [PATCH 19/57] arm: Remove warp board Tom Rini
2021-02-21 1:05 ` [PATCH 20/57] arm: Remove Broadcom Cygnus boards Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:05 ` [PATCH 21/57] arm: Remove platinum_picon board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:05 ` [PATCH 22/57] arm: Remove embest mx6boards support Tom Rini
2021-02-21 1:06 ` [PATCH 23/57] arm: Remove udoo and udoo_neo boards Tom Rini
2021-02-21 1:06 ` [PATCH 24/57] arm: Remove tricorder board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:06 ` [PATCH 25/57] arm: Remove omap3_ha board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:06 ` [PATCH 26/57] arm: Remove am3517_crane board Tom Rini
2021-04-12 0:26 ` Tom Rini
2021-02-21 1:06 ` [PATCH 27/57] arm: Remove kc1 board Tom Rini
2021-04-12 0:27 ` Tom Rini
2021-02-21 1:06 ` [PATCH 28/57] arm: Remove usbarmory board Tom Rini
2021-02-21 1:06 ` [PATCH 29/57] arm: Remove xpress board Tom Rini
2021-04-12 0:27 ` Tom Rini
2021-02-21 1:06 ` [PATCH 30/57] arm: Remove dms-ba16 board Tom Rini
2021-02-21 1:06 ` [PATCH 31/57] arm: Remove zc5202 and zc5601 boards Tom Rini
2021-04-12 0:27 ` Tom Rini
2021-02-21 1:06 ` [PATCH 32/57] arm: Remove pfla02 board Tom Rini
2021-04-12 0:27 ` Tom Rini
2021-02-21 1:06 ` [PATCH 33/57] arm: Remove mx53ard board Tom Rini
2021-02-21 12:34 ` Fabio Estevam
2021-02-25 18:22 ` Tom Rini
2021-02-21 1:06 ` [PATCH 34/57] arm: Remove mx53evk board Tom Rini
2021-04-12 0:27 ` Tom Rini
2021-02-21 1:06 ` [PATCH 35/57] arm: Remove mx53smd board Tom Rini
2021-02-21 12:34 ` Fabio Estevam
2021-02-25 18:22 ` Tom Rini
2021-02-21 1:06 ` [PATCH 36/57] arm: Remove ts4800 board Tom Rini
2021-04-12 0:27 ` Tom Rini
2021-02-21 1:06 ` [PATCH 37/57] arm: Remove titanium board Tom Rini
2021-04-12 0:27 ` Tom Rini
2021-02-21 1:06 ` [PATCH 38/57] arm: Remove cgtqmx6eval board Tom Rini
2021-04-12 0:27 ` Tom Rini
2021-02-21 1:06 ` [PATCH 39/57] arm: Remove mx6dlarm2 board Tom Rini
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 40/57] arm: Remove sksimx6 board Tom Rini
2021-02-24 16:25 ` Stefano Babic
2021-02-25 18:22 ` Tom Rini
2021-02-21 1:06 ` [PATCH 41/57] arm: Remove tqma6s_wru4_mmc config Tom Rini
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 42/57] ppc: Remove T1040RDB boards Tom Rini
2021-02-22 6:16 ` Priyanka Jain
2021-02-22 8:54 ` Y.b. Lu
2021-02-22 13:13 ` Tom Rini
2021-02-23 10:38 ` Priyanka Jain
2021-02-23 12:44 ` Tom Rini
2021-02-21 1:06 ` [PATCH 43/57] ppc: Remove TARGET_T1040QDS references Tom Rini
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 44/57] ppc: Remove T2081QDS board and ARCH_T2081 support Tom Rini
2021-02-21 6:46 ` Chris Packham
2021-02-21 16:16 ` Tom Rini
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 45/57] ppc: Remove MPC8308RDB board Tom Rini
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 46/57] ppc: Remove gdsys strider boards Tom Rini
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 47/57] ppc: Remove gdsys hrcon boards Tom Rini
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 48/57] ppc: Remove controlcenterd boards Tom Rini
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 49/57] ppc: Remove ARCH_P1022 support Tom Rini
2021-02-22 6:19 ` Priyanka Jain
2021-04-12 0:28 ` Tom Rini
2021-02-21 1:06 ` [PATCH 50/57] ppc: Remove MPC837XERDB board Tom Rini
2021-02-21 1:06 ` [PATCH 51/57] ppc: configs: Remove a few non-updated build configurations Tom Rini
2021-02-22 6:21 ` Priyanka Jain
2021-02-25 18:22 ` Tom Rini
2021-02-21 1:06 ` [PATCH 52/57] ppc: Remove MPC8569MDS board Tom Rini
2021-02-22 6:27 ` Priyanka Jain
2021-02-25 18:22 ` Tom Rini
2021-02-21 1:06 ` [PATCH 53/57] ppc: Remove Cyrus_P5020 and P5040 boards Tom Rini
2021-02-22 6:25 ` Priyanka Jain
2021-02-22 14:04 ` [aperez@alexperez.com: Re: [PATCH 53/57] ppc: Remove Cyrus_P5020 and P5040 boards] Tom Rini
2021-04-12 0:29 ` [PATCH 53/57] ppc: Remove Cyrus_P5020 and P5040 boards Tom Rini
2021-02-21 1:06 ` [PATCH 54/57] ppc: Remove MPC837XEMDS board Tom Rini
2021-02-22 6:32 ` Priyanka Jain
2021-04-12 0:29 ` Tom Rini
2021-02-21 1:06 ` [PATCH 55/57] ppc: Remove T1023RDB board Tom Rini
2021-02-22 7:22 ` Priyanka Jain
2021-02-22 8:58 ` Y.b. Lu
2021-02-22 13:40 ` Tom Rini
2021-02-21 1:06 ` [PATCH 56/57] ppc: Remove T4160RDB board Tom Rini
2021-02-22 7:24 ` Priyanka Jain
2021-02-22 9:00 ` Y.b. Lu
2021-02-22 13:39 ` Tom Rini
2021-02-23 10:40 ` Priyanka Jain
2021-02-21 1:06 ` [PATCH 57/57] DM: DM_MMC migration is now mandatory for non-SPL Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210221010634.21310-19-trini@konsulko.com \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox