Skip to content
Snippets Groups Projects
Commit 81f87466 authored by Jonas Höglund's avatar Jonas Höglund
Browse files

Refactored arm target

parent dcc5aa34
Branches
Tags
No related merge requests found
../iopsys-brcm63xx-mips/Config.in
\ No newline at end of file
comment "Target options"
# target config
config TARGET_iopsys_brcm63xx_arm
bool
select BRCM_SDK_VER_416040
select BCM_ENDPOINT_MODULE
select BCM_I2C
config KERNEL_GIT_CLONE_URI
string
default "git@private.inteno.se:bcmlinux.git" if TARGET_iopsys_brcm63xx_arm
config KERNEL_GIT_BRANCH
string
default "bcm_4.16L.04" if TARGET_iopsys_brcm63xx_arm
config BCM_KERNEL_PROFILE
string
default "963138BGWV" if TARGET_iopsys_brcm63xx_arm
config BCM_CHIP_ID
string
default "63138" if TARGET_iopsys_brcm63xx_arm
# brcm has it's own brctl
config BUSYBOX_DEFAULT_BRCTL
bool
default n if TARGET_iopsys_brcm63xx_arm
# brcm has it's own ifconfig
config BUSYBOX_DEFAULT_IFCONFIG
bool
default n if TARGET_iopsys_brcm63xx_arm
config BCM_CFE_PASSWORD
string
default "" if TARGET_iopsys_brcm63xx_arm
config BCM_BLNAND
string
default "0" if TARGET_iopsys_brcm63xx_arm
#
# Copyright (C) 2006-2009 OpenWrt.org
# Copyright (C) Inteno Broadband AB
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
......@@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=iopsys-brcm63xx-arm
BOARDNAME:=Broadcom BCM63xx_ref_nand_arm
FEATURES:=
LINUX_VERSION:=3.3.8
BOARDNAME:=Iopsys Broadcom ARM
FEATURES:=usb jffs2_nand nand ubifs
MAINTAINER:=Benjamin Larsson <benjamin.larsson@inteno.se>
CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp
LINUX_VERSION:=3.4.11
include $(INCLUDE_DIR)/target.mk
define Target/Description
......@@ -21,4 +22,6 @@ define Target/Description
based on the Broadcom SDK for arm
endef
DEFAULT_PACKAGES += bcmkernel bcmhotproxy brcm_fw_tool brcminfo mcpd
$(eval $(call BuildTarget))
../iopsys-brcm63xx-mips/base-files
\ No newline at end of file
UCLIBC_HAS_LOCALE=y
# UCLIBC_BUILD_ALL_LOCALE is not set
UCLIBC_BUILD_MINIMAL_LOCALE=y
# UCLIBC_PREGENERATED_LOCALE_DATA is not set
UCLIBC_BUILD_MINIMAL_LOCALES="en_US"
UCLIBC_HAS_XLOCALE=y
#
# 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)
endef
define Profile/Default/Description
Default package set compatible with most boards.
endef
$(eval $(call Profile,Default))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment