54c8189105
The uCP1020 product family (ucp1020) is an Arcturus Networks Inc. System on Modules product featuring a Freescale P1020 CPU, optionally populated with 1 or 2 Gig-Ethernet PHYs, DDR3, NOR Flash, eMMC NAND Flash and/or SPI Flash. Signed-off-by: Oleksandr G Zhadan <oleks@arcturusnetworks.com> Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
32 lines
895 B
Plaintext
32 lines
895 B
Plaintext
# Architecture
|
|
BR2_powerpc=y
|
|
BR2_powerpc_8548=y
|
|
|
|
# Linux headers same as kernel, a 4.1 series
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
|
|
|
|
# System settings
|
|
BR2_TARGET_GENERIC_HOSTNAME="UCP1020"
|
|
BR2_TARGET_GENERIC_ISSUE="Welcome to Arcturus uCP1020 System on Module"
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
|
|
BR2_SYSTEM_DHCP="eth0"
|
|
|
|
# Kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.1.27"
|
|
BR2_LINUX_KERNEL_PATCH="board/arcturus/ppc-ucp1020/patches/linux"
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/arcturus/ppc-ucp1020/configs/linux-4.1.x.config"
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="ucp1020"
|
|
|
|
# Filesystem
|
|
BR2_TARGET_ROOTFS_JFFS2=y
|
|
|
|
# U-boot
|
|
BR2_TARGET_UBOOT=y
|
|
BR2_TARGET_UBOOT_BOARDNAME="UCP1020"
|
|
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
|
|
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.07"
|