rpms/kernel/devel config-sparc64-generic, 1.3, 1.4 kernel.spec, 1.96, 1.97

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Aug 17 16:06:02 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28854

Modified Files:
	config-sparc64-generic kernel.spec 
Log Message:

sparc64 changes



Index: config-sparc64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-sparc64-generic,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config-sparc64-generic	17 Aug 2007 15:46:41 -0000	1.3
+++ config-sparc64-generic	17 Aug 2007 16:05:29 -0000	1.4
@@ -1,5 +1,28 @@
 CONFIG_SPARC=y
 CONFIG_SPARC64=y
+CONFIG_SECCOMP=y
+
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_TABLE=m
+# CONFIG_CPU_FREQ_DEBUG is not set
+CONFIG_CPU_FREQ_STAT=m
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=m
+CONFIG_CPU_FREQ_GOV_USERSPACE=m
+CONFIG_CPU_FREQ_GOV_ONDEMAND=m
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
+CONFIG_US3_FREQ=m
+CONFIG_US2E_FREQ=m
+
+CONFIG_SUN_LDOMS=y
+# CONFIG_NO_HZ is not set
+# CONFIG_HIGH_RES_TIMERS is not set
+CONFIG_SCHED_SMT=y
+CONFIG_SCHED_MC=y
+# CONFIG_CRASH is not set
 CONFIG_64BIT=y
 # CONFIG_BBC_I2C is not set
 CONFIG_HUGETLB_PAGE_SIZE_4MB=y
@@ -41,11 +64,15 @@
 CONFIG_FB_P9100=y
 # CONFIG_FB_LEO is not set
 CONFIG_FB_PCI=y
+CONFIG_FB_XVR500=y
+CONFIG_FB_XVR2500=y
 # CONFIG_MDA_CONSOLE is not set
 # CONFIG_PROM_CONSOLE is not set
 CONFIG_FONTS=y
 # CONFIG_FONT_8x8 is not set
 # CONFIG_FONT_8x16 is not set
+# CONFIG_FONT_7x14 is not set
+# CONFIG_FONT_10x18 is not set
 # CONFIG_FONT_6x11 is not set
 # CONFIG_FONT_PEARL_8x8 is not set
 # CONFIG_FONT_ACORN_8x8 is not set
@@ -58,6 +85,7 @@
 CONFIG_SERIAL_SUNSU_CONSOLE=y
 CONFIG_SERIAL_SUNSAB=y
 CONFIG_SERIAL_SUNSAB_CONSOLE=y
+CONFIG_SERIAL_SUNHV=y
 CONFIG_SUN_OPENPROMIO=y
 CONFIG_SUN_MOSTEK_RTC=y
 CONFIG_OBP_FLASH=m
@@ -65,6 +93,8 @@
 # CONFIG_SUN_AURORA is not set
 # CONFIG_SERIO_SERPORT is not set
 CONFIG_BLK_DEV_FD=y
+CONFIG_SUNVDC=m
+CONFIG_SUNVNET=m
 # CONFIG_BLK_DEV_AEC62XX is not set
 # CONFIG_BLK_DEV_HPT34X is not set
 # CONFIG_BLK_DEV_HPT366 is not set
@@ -91,8 +121,15 @@
 CONFIG_SUNLANCE=m
 CONFIG_SUNBMAC=m
 CONFIG_SUNQE=m
+# CONFIG_DM9102 is not set
 # CONFIG_HAMACHI is not set
 # CONFIG_R8169 is not set
+CONFIG_ATM_FORE200E_SBA=y
+CONFIG_ATM_FORE200E_SBA_DEFAULT_FW=y
+# CONFIG_ATM_FORE200E_SBA_FW is not set
+CONFIG_ATM_FORE200E_USE_TASKLET=y
+CONFIG_ATM_FORE200E_DEBUG=0
+CONFIG_ATM_FORE200E_TX_RETRY=16
 CONFIG_DRM_FFB=m
 # CONFIG_DRM_TDFX is not set
 # CONFIG_DRM_R128 is not set
@@ -110,6 +147,7 @@
 CONFIG_SUN_BPP=m
 CONFIG_MTD_SUN_UFLASH=m
 CONFIG_MYRI_SBUS=m
+# CONFIG_SGI_IOC4 is not set
 # CONFIG_VIDEO_ZORAN is not set
 # CONFIG_VIDEO_STRADIS is not set
 # CONFIG_IEEE1394_SBP2 is not set
@@ -117,5 +155,7 @@
 # CONFIG_DEBUG_SPINLOCK is not set
 # CONFIG_DEBUG_BUGVERBOSE is not set
 # CONFIG_DEBUG_DCFLUSH is not set
+# CONFIG_DEBUG_BOOTMEM is not set
+# CONFIG_DEBUG_PAGEALLOC is not set
 # CONFIG_STACK_DEBUG is not set
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- kernel.spec	17 Aug 2007 15:46:41 -0000	1.96
+++ kernel.spec	17 Aug 2007 16:05:29 -0000	1.97
@@ -241,8 +241,8 @@
 %endif
 
 # no need to build headers again for these arches,
-# they can just use i386 and ppc64 headers
-%ifarch i686 ppc64iseries
+# they can just use i386 and ppc64 and sparc headers
+%ifarch i686 ppc64iseries sparc64
 %define with_headers 0
 %endif
 
@@ -254,12 +254,12 @@
 %endif
 
 # don't sign modules on these platforms
-%ifarch s390x sparc sparc64 ppc alpha
+%ifarch s390x sparc64 ppc alpha
 %define with_modsign 0
 %endif
 
 # sparse blows up on ppc64
-%ifarch ppc64 ppc alpha
+%ifarch ppc64 ppc alpha sparc64
 %define usesparse 0
 %endif
 
@@ -296,15 +296,15 @@
 %endif
 
 %ifarch sparc
-%define all_arch_configs kernel-%{version}-sparc.config
-%define make_target image
-%define kernel_image image
+# Yes, this is a hack. We want both sets of headers in the sparc.rpm
+%define hdrarch sparc64
 %endif
 
 %ifarch sparc64
 %define all_arch_configs kernel-%{version}-sparc64*.config
 %define make_target image
-%define kernel_image image
+%define kernel_image arch/sparc64/boot/image
+%define image_install_path boot
 %endif
 
 %ifarch ppc
@@ -355,8 +355,8 @@
 # Which is a BadThing(tm).
 
 # We don't build a kernel on i386; we only do kernel-headers there,
-# and we no longer build for 31bit S390.
-%define nobuildarches i386 s390
+# and we no longer build for 31bit S390. Same for 32bit sparc.
+%define nobuildarches i386 s390 sparc
 
 %ifarch %nobuildarches
 %define with_up 0
@@ -513,10 +513,6 @@
 
 Source70: config-s390x
 
-Source80: config-sparc-generic
-Source81: config-sparc
-Source82: config-sparc-smp
-
 Source90: config-sparc64-generic
 Source91: config-sparc64
 Source92: config-sparc64-smp
@@ -1752,6 +1748,9 @@
 
 
 %changelog
+* Fri Aug 17 2007 Tom "spot" Callaway <tcallawa at redhat.com>
+- sparc64 changes
+
 * Fri Aug 17 2007 Dave Jones <davej at redhat.com>
 - Remove dead tux config symbols.
 




More information about the fedora-extras-commits mailing list