arm64: mvebu: Rename db-88f7040 files to armada-8k
This moves some of the Armada DB-88F7040 board specific files to a more generic name: armada-8k. This is in preparation for the Armada-8k support which will be added soon. And since both platforms share most devices, lets also share most source files to not duplicate the code here. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Nadav Haklai <nadavh@marvell.com> Cc: Neta Zur Hershkovits <neta@marvell.com> Cc: Kostya Porotchkin <kostap@marvell.com> Cc: Omri Itach <omrii@marvell.com> Cc: Igal Liberman <igall@marvell.com> Cc: Haim Boot <hayim@marvell.com> Cc: Hanna Hawa <hannah@marvell.com>
This commit is contained in:
parent
194eded14c
commit
633fa0e710
@ -83,8 +83,8 @@ config TARGET_DB_88F6820_AMC
|
||||
bool "Support DB-88F6820-AMC"
|
||||
select 88F6820
|
||||
|
||||
config TARGET_MVEBU_DB_88F7040
|
||||
bool "Support DB-88F7040 Armada 7040"
|
||||
config TARGET_MVEBU_ARMADA_8K
|
||||
bool "Support Armada 7k/8k platforms"
|
||||
select ARMADA_8K
|
||||
|
||||
config TARGET_DB_MV784MP_GP
|
||||
@ -111,7 +111,7 @@ config SYS_BOARD
|
||||
default "db-88f6720" if TARGET_DB_88F6720
|
||||
default "db-88f6820-gp" if TARGET_DB_88F6820_GP
|
||||
default "db-88f6820-amc" if TARGET_DB_88F6820_AMC
|
||||
default "mvebu_db-88f7040" if TARGET_MVEBU_DB_88F7040
|
||||
default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K
|
||||
default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP
|
||||
default "ds414" if TARGET_DS414
|
||||
default "maxbcm" if TARGET_MAXBCM
|
||||
@ -123,7 +123,7 @@ config SYS_CONFIG_NAME
|
||||
default "db-88f6720" if TARGET_DB_88F6720
|
||||
default "db-88f6820-gp" if TARGET_DB_88F6820_GP
|
||||
default "db-88f6820-amc" if TARGET_DB_88F6820_AMC
|
||||
default "mvebu_db-88f7040" if TARGET_MVEBU_DB_88F7040
|
||||
default "mvebu_armada-8k" if TARGET_MVEBU_ARMADA_8K
|
||||
default "db-mv784mp-gp" if TARGET_DB_MV784MP_GP
|
||||
default "ds414" if TARGET_DS414
|
||||
default "maxbcm" if TARGET_MAXBCM
|
||||
@ -135,7 +135,7 @@ config SYS_VENDOR
|
||||
default "Marvell" if TARGET_DB_88F6720
|
||||
default "Marvell" if TARGET_DB_88F6820_GP
|
||||
default "Marvell" if TARGET_DB_88F6820_AMC
|
||||
default "Marvell" if TARGET_MVEBU_DB_88F7040
|
||||
default "Marvell" if TARGET_MVEBU_ARMADA_8K
|
||||
default "solidrun" if TARGET_CLEARFOG
|
||||
default "Synology" if TARGET_DS414
|
||||
|
||||
|
6
board/Marvell/mvebu_armada-8k/MAINTAINERS
Normal file
6
board/Marvell/mvebu_armada-8k/MAINTAINERS
Normal file
@ -0,0 +1,6 @@
|
||||
MVEBU_ARMADA_8K BOARD
|
||||
M: Stefan Roese <sr@denx.de>
|
||||
S: Maintained
|
||||
F: board/Marvell/mvebu_armada-8k/
|
||||
F: include/configs/mvebu_armada-8k.h
|
||||
F: configs/mvebu_db-88f7040_defconfig
|
@ -1,6 +0,0 @@
|
||||
MVEBU_DB_88F7040 BOARD
|
||||
M: Stefan Roese <sr@denx.de>
|
||||
S: Maintained
|
||||
F: board/Marvell/mvebu_db-88f7040/
|
||||
F: include/configs/mvebu_db-88f7040.h
|
||||
F: configs/mvebu_db-88f7040_defconfig
|
@ -1,8 +1,9 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_MVEBU=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x2000
|
||||
CONFIG_TARGET_MVEBU_DB_88F7040=y
|
||||
CONFIG_TARGET_MVEBU_ARMADA_8K=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="armada-7040-db"
|
||||
CONFIG_SMBIOS_PRODUCT_NAME=""
|
||||
CONFIG_AHCI=y
|
||||
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
@ -48,3 +49,4 @@ CONFIG_DM_USB=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_SMBIOS_MANUFACTURER=""
|
||||
|
@ -4,8 +4,8 @@
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#ifndef _CONFIG_MVEBU_DB_88F7040_H
|
||||
#define _CONFIG_MVEBU_DB_88F7040_H
|
||||
#ifndef _CONFIG_MVEBU_ARMADA_8K_H
|
||||
#define _CONFIG_MVEBU_ARMADA_8K_H
|
||||
|
||||
/*
|
||||
* High Level Configuration Options (easy to change)
|
||||
@ -128,4 +128,4 @@
|
||||
#define CONFIG_CMD_PART
|
||||
#define CONFIG_PARTITION_UUIDS
|
||||
|
||||
#endif /* _CONFIG_MVEBU_DB_88F7040_H */
|
||||
#endif /* _CONFIG_MVEBU_ARMADA_8K_H */
|
Loading…
Reference in New Issue
Block a user