Commit b0dc12db authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- add an arm integrator 926 thing qemu can deal with

parent 16e69a3d
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
comment "Arm based Device Support"
	depends BR2_arm

config BR2_TARGET_ARM_INTEGRATOR_926
	bool "Integrator arm926"
	depends BR2_arm
	default n
	select BR2_PACKAGE_LINUX
	select BR2_ARM_EABI
	select BR2_KERNEL_HEADERS_2_6_20
	select BR2_PTHREADS
	select BR2_arm926t
	help
	  An ARM integrator 926 board for use with qemu.
	  This one has an MMU.
+14 −0
Original line number Diff line number Diff line
ifeq ($(BR2_TARGET_ARM_INTEGRATOR_926),y)
LINUX26_KCONFIG:=target/device/Arm/linux26.integrator926.config
TARGETS+=linux26

ifndef UCLIBC_CONFIG_FILE
UCLIBC_CONFIG_FILE:=target/device/Arm/uClibc.integrator926.config
endif

# pin some settings
BR2_ARM_EABI:=y
BR2_GNU_TARGET_SUFFIX:="linux-uclibcgnueabi"
BR2_DEFAULT_KERNEL_HEADERS:="2.6.20"
endif
+995 −0

File added.

Preview size limit exceeded, changes collapsed.

+202 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ config BR2_PACKAGE_LINUX
	  http://www.kernel.org/

source "target/device/AMD/Config.in"
source "target/device/Arm/Config.in"
source "target/device/Atmel/Config.in"
source "target/device/Hitachi/Config.in"
source "target/device/jp/Config.in"