[kernel] r18994 - in dists/sid/linux-2.6/debian: . config/armhf

Arnaud Patard rtp-guest at alioth.debian.org
Sat May 12 10:22:19 UTC 2012


Author: rtp-guest
Date: Sat May 12 10:22:18 2012
New Revision: 18994

Log:
Add vexpress support to armhf kernel.

Added:
   dists/sid/linux-2.6/debian/config/armhf/config.vexpress
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/armhf/defines

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Sat May 12 10:10:33 2012	(r18993)
+++ dists/sid/linux-2.6/debian/changelog	Sat May 12 10:22:18 2012	(r18994)
@@ -15,6 +15,10 @@
   [ Bastian Blank ]
   * [s390] Enable IUCV special message support. (closes: #671238)
 
+  [ Arnaud Patard ]
+  * [armhf] Add vexpress support from Vagrant Cascadian with a slightly
+    modified kernel configuration (Closes: #670462)
+
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 01 May 2012 00:43:48 +0100
 
 linux-2.6 (3.2.16-1) unstable; urgency=low

Added: dists/sid/linux-2.6/debian/config/armhf/config.vexpress
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/config/armhf/config.vexpress	Sat May 12 10:22:18 2012	(r18994)
@@ -0,0 +1,55 @@
+##
+## file: arch/arm/Kconfig
+##
+## choice: ARM system type
+CONFIG_ARCH_VEXPRESS=y
+## end choice
+
+## arch/arm/mach-vexpress/Kconfig
+CONFIG_ARCH_VEXPRESS_CA9X4=y
+
+CONFIG_OPROFILE=m
+
+CONFIG_SMP=y
+CONFIG_VMSPLIT_2G=y
+CONFIG_HOTPLUG_CPU=y
+
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
+
+CONFIG_NEON=y
+
+CONFIG_PATA_PLATFORM=m
+
+CONFIG_MTD=m
+CONFIG_MTD_CONCAT=m
+CONFIG_MTD_PARTITIONS=m
+CONFIG_MTD_CMDLINE_PARTS=m
+CONFIG_MTD_CHAR=m
+CONFIG_MTD_BLOCK=m
+CONFIG_MTD_CFI=m
+CONFIG_MTD_CFI_INTELEXT=m
+CONFIG_MTD_CFI_AMDSTD=m
+CONFIG_MTD_PHYSMAP=m
+CONFIG_MISC_DEVICES=m
+
+CONFIG_NET_ETHERNET=m
+CONFIG_SMSC911X=m
+
+CONFIG_SERIO_AMBAKMI=y
+CONFIG_SERIAL_AMBA_PL011=y
+CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
+
+CONFIG_FB=y
+CONFIG_FB_ARMCLCD=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+
+CONFIG_SND_ARMAACI=m
+
+CONFIG_USB=m
+CONFIG_USB_ISP1760_HCD=m
+CONFIG_MMC=y
+CONFIG_MMC_ARMMMCI=y
+
+CONFIG_RTC_DRV_PL031=y
+

Modified: dists/sid/linux-2.6/debian/config/armhf/defines
==============================================================================
--- dists/sid/linux-2.6/debian/config/armhf/defines	Sat May 12 10:10:33 2012	(r18993)
+++ dists/sid/linux-2.6/debian/config/armhf/defines	Sat May 12 10:22:18 2012	(r18994)
@@ -2,6 +2,7 @@
 flavours:
  mx5
  omap
+ vexpress
 kernel-arch: arm
 
 [image]
@@ -26,3 +27,11 @@
 
 [omap_image]
 recommends: uboot-mkimage
+
+[vexpress_build]
+image-file: arch/arm/boot/zImage
+
+[vexpress_description]
+hardware: ARM Ltd. Versatile Express
+hardware-long: ARM Ltd. Versatile Express family of processors
+



More information about the Kernel-svn-changes mailing list