mvebu: support building images for a single board
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44290
This commit is contained in:
parent
74338a700a
commit
eda08dd423
7 changed files with 170 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2012-2014 OpenWrt.org
|
||||
# Copyright (C) 2012-2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -151,8 +151,8 @@ define Image/Build/Profile/Mamba/squashfs
|
|||
) > $(BIN_DIR)/$(IMG_PREFIX)-armada-xp-mamba-squashfs-factory.img
|
||||
endef
|
||||
|
||||
$(eval $(call MultiProfile,Generic,$(PROFILES_LIST)))
|
||||
$(eval $(call MultiProfile,Evalboards,$(PROFILES_LIST)))
|
||||
# The Default profile should build everything
|
||||
$(eval $(call MultiProfile,Default,$(PROFILES_LIST)))
|
||||
|
||||
define Image/BuildKernel
|
||||
$(call Image/BuildKernel/Profile/$(PROFILE))
|
||||
|
|
25
target/linux/mvebu/profiles/000-Default.mk
Normal file
25
target/linux/mvebu/profiles/000-Default.mk
Normal file
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# Copyright (C) 2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/Default
|
||||
NAME:=Default Profile (all drivers)
|
||||
PACKAGES:= \
|
||||
kmod-mmc kmod-mvsdio swconfig \
|
||||
kmod-usb2 kmod-usb3 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-rtc-marvell kmod-thermal-armada \
|
||||
kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
|
||||
kmod-hwmon-pwmfan kmod-leds-tlc59116 \
|
||||
kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini
|
||||
endef
|
||||
|
||||
define Profile/Default/Description
|
||||
Default package set compatible with most boards.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,Default))
|
|
@ -1,21 +0,0 @@
|
|||
#
|
||||
# Copyright (C) 2013-2014 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/Evalboards
|
||||
NAME:=Evaluation / Development boards
|
||||
PACKAGES:= \
|
||||
kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-rtc-marvell kmod-thermal-armada
|
||||
endef
|
||||
|
||||
define Profile/Evalboards/Description
|
||||
Package set compatible with most Marvell Armada 370/XP development based boards.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,Evalboards))
|
21
target/linux/mvebu/profiles/globalscale.mk
Normal file
21
target/linux/mvebu/profiles/globalscale.mk
Normal file
|
@ -0,0 +1,21 @@
|
|||
#
|
||||
# Copyright (C) 2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/Mirabox
|
||||
NAME:=Globalscale Mirabox
|
||||
PACKAGES:= \
|
||||
kmod-usb3 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-rtc-marvell kmod-thermal-armada \
|
||||
kmod-gpio-button-hotplug kmod-mmc kmod-mvsdio
|
||||
endef
|
||||
|
||||
define Profile/Mirabox/Description
|
||||
Package set compatible with the Globalscale Mirabox.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,Mirabox))
|
|
@ -5,8 +5,8 @@
|
|||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/Generic
|
||||
NAME:=Generic (default)
|
||||
define Profile/Mamba
|
||||
NAME:=Linksys WRT1900AC (Mamba)
|
||||
PACKAGES:= \
|
||||
kmod-usb2 kmod-usb3 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
|
@ -18,8 +18,8 @@ define Profile/Generic
|
|||
swconfig
|
||||
endef
|
||||
|
||||
define Profile/Generic/Description
|
||||
Package set compatible with most supported Marvell Armada 370/XP based boards.
|
||||
define Profile/Mamba/Description
|
||||
Package set compatible with the Linksys WRT1900AC (Mamba).
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,Generic))
|
||||
$(eval $(call Profile,Mamba))
|
95
target/linux/mvebu/profiles/marvell.mk
Normal file
95
target/linux/mvebu/profiles/marvell.mk
Normal file
|
@ -0,0 +1,95 @@
|
|||
#
|
||||
# Copyright (C) 2013-2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/370-DB
|
||||
NAME:=Marvell Armada 370 DB (DB-88F6710-BP-DDR3)
|
||||
PACKAGES:= \
|
||||
kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-rtc-marvell kmod-thermal-armada
|
||||
endef
|
||||
|
||||
define Profile/370-DB/Description
|
||||
Package set compatible with the Armada 370 evaluation board (DB-88F6710-BP-DDR3).
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,370-DB))
|
||||
|
||||
define Profile/370-RD
|
||||
NAME:=Marvell Armada 370 RD (RD-88F6710-A1)
|
||||
PACKAGES:= \
|
||||
kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-rtc-marvell kmod-thermal-armada
|
||||
endef
|
||||
|
||||
define Profile/370-RD/Description
|
||||
Package set compatible with the Armada 370 reference design board (RD-88F6710-A1).
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,385-RD))
|
||||
|
||||
define Profile/385-RD
|
||||
NAME:=Marvell Armada 385 RD (RD-88F6820-AP)
|
||||
PACKAGES:= \
|
||||
kmod-mmc kmod-mvsdio kmod-usb3 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-thermal-armada
|
||||
endef
|
||||
|
||||
define Profile/385-RD/Description
|
||||
Package set compatible with the Armada 385 reference design board (RD-88F6820-AP).
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,385-RD))
|
||||
|
||||
define Profile/385-DB-AP
|
||||
NAME:=Marvell Armada 385 DB AP (DB-88F6820-AP)
|
||||
PACKAGES:= \
|
||||
kmod-usb3 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-thermal-armada
|
||||
endef
|
||||
|
||||
define Profile/385-DB-AP/Description
|
||||
Package set compatible with the Armada 385 access point development board (DB-88F6820-AP).
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,385-DB-AP))
|
||||
|
||||
define Profile/XP-DB
|
||||
NAME:=Marvell Armada XP DB (DB-78460-BP)
|
||||
PACKAGES:= \
|
||||
kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-rtc-marvell kmod-thermal-armada
|
||||
endef
|
||||
|
||||
define Profile/XP-DB/Description
|
||||
Package set compatible with the Marvell Armada XP evaluation board (DB-78460-BP).
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,XP-DB))
|
||||
|
||||
define Profile/XP-GP
|
||||
NAME:=Marvell Armada XP GP (DB-MV784MP-GP)
|
||||
PACKAGES:= \
|
||||
kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-rtc-marvell kmod-thermal-armada
|
||||
endef
|
||||
|
||||
define Profile/XP-GP/Description
|
||||
Package set compatible with the Armada XP development board (DB-MV784MP-GP).
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,XP-GP))
|
21
target/linux/mvebu/profiles/plathome.mk
Normal file
21
target/linux/mvebu/profiles/plathome.mk
Normal file
|
@ -0,0 +1,21 @@
|
|||
#
|
||||
# Copyright (C) 2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/OpenBlocks-AX-3-4
|
||||
NAME:=Plat'Home OpenBlocks AX3
|
||||
PACKAGES:= \
|
||||
kmod-usb2 kmod-usb-storage \
|
||||
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
||||
kmod-ata-core kmod-ata-marvell-sata \
|
||||
kmod-rtc-marvell kmod-thermal-armada
|
||||
endef
|
||||
|
||||
define Profile/OpenBlocks-AX-3-4/Description
|
||||
Package set compatible with the Plat'Home OpenBlocks AX3.
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,OpenBlocks-AX-3-4))
|
Loading…
Reference in a new issue