[U-Boot] [PATCH 74/93] arm: Remove socfpga_arria10 board

Simon Glass sjg at chromium.org
Mon Nov 19 15:53:54 UTC 2018


This board has not been converted to CONFIG_DM_BLK by the deadline.
Remove it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 board/altera/arria10-socdk/Kconfig      | 18 ---------
 board/altera/arria10-socdk/MAINTAINERS  |  7 ----
 board/altera/arria10-socdk/Makefile     |  5 ---
 board/altera/arria10-socdk/socfpga.c    |  6 ---
 configs/socfpga_arria10_defconfig       | 44 ----------------------
 include/configs/socfpga_arria10_socdk.h | 50 -------------------------
 6 files changed, 130 deletions(-)
 delete mode 100644 board/altera/arria10-socdk/Kconfig
 delete mode 100644 board/altera/arria10-socdk/MAINTAINERS
 delete mode 100644 board/altera/arria10-socdk/Makefile
 delete mode 100644 board/altera/arria10-socdk/socfpga.c
 delete mode 100644 configs/socfpga_arria10_defconfig
 delete mode 100644 include/configs/socfpga_arria10_socdk.h

diff --git a/board/altera/arria10-socdk/Kconfig b/board/altera/arria10-socdk/Kconfig
deleted file mode 100644
index b80cc6d6f93..00000000000
--- a/board/altera/arria10-socdk/Kconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-if TARGET_SOCFPGA_ARRIA10
-
-config SYS_CPU
-	default "armv7"
-
-config SYS_BOARD
-	default "socfpga_arria10"
-
-config SYS_VENDOR
-	default "altera"
-
-config SYS_SOC
-	default "socfpga_arria10"
-
-config SYS_CONFIG_NAME
-	default "socfpga_arria10"
-
-endif
diff --git a/board/altera/arria10-socdk/MAINTAINERS b/board/altera/arria10-socdk/MAINTAINERS
deleted file mode 100644
index 5a76efb54ba..00000000000
--- a/board/altera/arria10-socdk/MAINTAINERS
+++ /dev/null
@@ -1,7 +0,0 @@
-SOCFPGA BOARD
-M:	Dinh Nguyen <dinguyen at kernel.org>
-M:	Chin-Liang See <clsee at altera.com>
-S:	Maintained
-F:	board/altera/arria10-socdk/
-F:	include/configs/socfpga_arria10_socdk.h
-F:	configs/socfpga_arria10_defconfig
diff --git a/board/altera/arria10-socdk/Makefile b/board/altera/arria10-socdk/Makefile
deleted file mode 100644
index 80d00043464..00000000000
--- a/board/altera/arria10-socdk/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-#
-# Copyright (C) 2015 Altera Corporation <www.altera.com>
-
-obj-y	:= socfpga.o
diff --git a/board/altera/arria10-socdk/socfpga.c b/board/altera/arria10-socdk/socfpga.c
deleted file mode 100644
index 4c466cb9444..00000000000
--- a/board/altera/arria10-socdk/socfpga.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/*
- * Copyright (C) 2015 Altera Corporation <www.altera.com>
- */
-
-#include <common.h>
diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig
deleted file mode 100644
index 6ebda811355..00000000000
--- a/configs/socfpga_arria10_defconfig
+++ /dev/null
@@ -1,44 +0,0 @@
-CONFIG_ARM=y
-CONFIG_ARCH_SOCFPGA=y
-CONFIG_SYS_TEXT_BASE=0x01000040
-CONFIG_SYS_MALLOC_F_LEN=0x2000
-CONFIG_TARGET_SOCFPGA_ARRIA10_SOCDK=y
-CONFIG_SPL=y
-CONFIG_IDENT_STRING="socfpga_arria10"
-CONFIG_DISTRO_DEFAULTS=y
-CONFIG_NR_DRAM_BANKS=1
-CONFIG_USE_BOOTARGS=y
-CONFIG_BOOTARGS="console=ttyS0,115200"
-# CONFIG_USE_BOOTCOMMAND is not set
-CONFIG_DEFAULT_FDT_FILE="socfpga_arria10_socdk_sdmmc.dtb"
-CONFIG_DISPLAY_BOARDINFO_LATE=y
-CONFIG_SPL_FPGA_SUPPORT=y
-CONFIG_SPL_SPI_LOAD=y
-CONFIG_CMD_ASKENV=y
-CONFIG_CMD_GREPENV=y
-# CONFIG_CMD_FLASH is not set
-CONFIG_CMD_GPIO=y
-CONFIG_CMD_MMC=y
-CONFIG_CMD_CACHE=y
-CONFIG_CMD_EXT4_WRITE=y
-CONFIG_MTDIDS_DEFAULT="nor0=ff705000.spi.0"
-# CONFIG_SPL_DOS_PARTITION is not set
-# CONFIG_ISO_PARTITION is not set
-# CONFIG_EFI_PARTITION is not set
-CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_socdk_sdmmc"
-CONFIG_ENV_IS_IN_MMC=y
-CONFIG_SPL_DM=y
-CONFIG_SPL_DM_SEQ_ALIAS=y
-CONFIG_FPGA_SOCFPGA=y
-CONFIG_DM_GPIO=y
-CONFIG_DWAPB_GPIO=y
-CONFIG_DM_MMC=y
-CONFIG_MTD_DEVICE=y
-CONFIG_DM_ETH=y
-CONFIG_ETH_DESIGNWARE=y
-CONFIG_MII=y
-CONFIG_SPI=y
-CONFIG_TIMER=y
-CONFIG_SPL_TIMER=y
-CONFIG_DESIGNWARE_APB_TIMER=y
-CONFIG_USE_TINY_PRINTF=y
diff --git a/include/configs/socfpga_arria10_socdk.h b/include/configs/socfpga_arria10_socdk.h
deleted file mode 100644
index 58e446b60a9..00000000000
--- a/include/configs/socfpga_arria10_socdk.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- *  Copyright (C) 2015-2017 Altera Corporation <www.altera.com>
- */
-
-#ifndef __CONFIG_SOCFGPA_ARRIA10_H__
-#define __CONFIG_SOCFGPA_ARRIA10_H__
-
-#include <asm/arch/base_addr_a10.h>
-
-/* Booting Linux */
-#define CONFIG_LOADADDR		0x01000000
-#define CONFIG_SYS_LOAD_ADDR	CONFIG_LOADADDR
-
-/*
- * U-Boot general configurations
- */
-/* Cache options */
-#define CONFIG_SYS_DCACHE_OFF
-
-/* Memory configurations  */
-#define PHYS_SDRAM_1_SIZE		0x40000000
-
-/* Ethernet on SoC (EMAC) */
-
-/*
- * U-Boot environment configurations
- */
-
-/*
- * Serial / UART configurations
- */
-#define CONFIG_SYS_NS16550_MEM32
-#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, 115200}
-
-/*
- * L4 OSC1 Timer 0
- */
-/* reload value when timer count to zero */
-#define TIMER_LOAD_VAL			0xFFFFFFFF
-
-/*
- * Flash configurations
- */
-#define CONFIG_SYS_MAX_FLASH_BANKS     1
-
-/* The rest of the configuration is shared */
-#include <configs/socfpga_common.h>
-
-#endif	/* __CONFIG_SOCFGPA_ARRIA10_H__ */
-- 
2.19.1.1215.g8438c0b245-goog



More information about the U-Boot mailing list