From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Fitzsimmons Date: Wed, 22 Aug 2018 18:37:53 -0400 Subject: [U-Boot] [PATCH v2 0/2] board: arm: Add support for Broadcom BCM7260 In-Reply-To: <20180817014406.29998-1-fitzsim@fitzsim.org> References: <20180817014406.29998-1-fitzsim@fitzsim.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add support for loading U-Boot on the Broadcom 7260 SoC. The first patch in this series reorganizes the BCM7445 configury to make way for BCM7260. Thomas Fitzsimmons (2): arm: bcm7445: Change serial console index board: arm: Add support for Broadcom BCM7260 MAINTAINERS | 2 +- arch/arm/mach-bcmstb/Kconfig | 13 ++++++++++--- board/broadcom/bcmstb/MAINTAINERS | 8 ++++++++ configs/bcm7260_defconfig | 17 +++++++++++++++++ configs/bcm7445_defconfig | 8 ++++---- include/configs/bcm7260.h | 40 +++++++++++++++++++++++++++++++++++++++ include/configs/bcm7445.h | 9 +++++++-- include/configs/bcmstb.h | 4 ---- 8 files changed, 87 insertions(+), 14 deletions(-) create mode 100644 configs/bcm7260_defconfig create mode 100644 include/configs/bcm7260.h -- 1.8.3.1