First attempt at enabling the powerpc64 flavour.

svn path=/trunk/kernel/source/linux-2.6/; revision=3856
This commit is contained in:
Sven Luther 2005-08-14 13:26:38 +00:00
parent 0a9a61f2ce
commit 787ccc2f6f
3 changed files with 72 additions and 2233 deletions

63
debian/arch/powerpc/config.powerpc64 vendored Normal file
View File

@ -0,0 +1,63 @@
CONFIG_64BIT=y
CONFIG_ADB is not set
CONFIG_AUDITSYSCALL=y
CONFIG_COMPAT=y
CONFIG_CPUSETS=y
# CONFIG_DEBUGGER is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_DISCONTIGMEM=y
CONFIG_EARLY_PRINTK=y
CONFIG_EEH=y
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_CONTROL is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_PLATINUM is not set
# CONFIG_FB_VALKYRIE is not set
CONFIG_FORCE_MAX_ZONEORDER=13
# CONFIG_GEN_RTC is not set
CONFIG_HANGCHECK_TIMER=m
# CONFIG_HOTPLUG_CPU is not set
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HUGETLBFS is not set
CONFIG_HVC_CONSOLE=y
CONFIG_HVCS=m
CONFIG_IBMVETH=m
CONFIG_IBMVIO=y
CONFIG_IOMMU_VMERGE=y
# CONFIG_IRQSTACKS is not set
CONFIG_KEYS_COMPAT=y
# CONFIG_KPROBES is not set
CONFIG_LOCK_KERNEL=y
CONFIG_LPARCFG=m
CONFIG_MEGARAID_LEGACY=m
CONFIG_MPIC_BROKEN_U3=y
CONFIG_NR_CPUS=32
CONFIG_NUMA=y
# CONFIG_PMAC_BACKLIGHT is not set
# CONFIG_PMAC_PBOOK is not set
CONFIG_PMAC_SMU=y
# CONFIG_POWER4_ONLY is not set
CONFIG_PPC64=y
# CONFIG_PPCDBG is not set
# CONFIG_PPC_ISERIES is not set
CONFIG_PPC_MAPLE=y
CONFIG_PPC_PMAC64=y
CONFIG_PPC_PSERIES=y
CONFIG_PPC_RTAS=y
CONFIG_PPC_SPLPAR=y
CONFIG_RTAS_FLASH=m
CONFIG_RTAS_PROC=y
# CONFIG_RTC is not set
CONFIG_SCANLOG=m
CONFIG_SCHED_SMT=y
CONFIG_SCSI_QLOGIC_1280_1040=y
CONFIG_SCSI_QLOGIC_1280=m
CONFIG_SECCOMP=y
# CONFIG_SERIAL_ICOM is not set
CONFIG_SMP=y
# CONFIG_SND_POWERMAC is not set
CONFIG_STOP_MACHINE=y
CONFIG_SYSVIPC_COMPAT=y
# CONFIG_THERM_PM72 is not set
CONFIG_U3_DART=y

File diff suppressed because it is too large Load Diff

13
debian/changelog vendored
View File

@ -1,15 +1,16 @@
linux-2.6 (2.6.12-3) UNRELEASED; urgency=low
[ Bastian Blank ]
* Added reference to old kernel-* package names to make
transition a little more obvious to end users.
A Dan Jacobson special. Closes: #321167
* By the time this makes it into the archive, it will
be handling kernel-image-2.6-* packages.
Closes: #321867
* Link palinfo statically on ia64. (dann frazier) (Closes: #321885)
* [hppa] :
- Add hppa arch specific patch.
- Build-Depend on binutils-hppa64 and gcc-4.0-hppa64.
@ -24,13 +25,17 @@ linux-2.6 (2.6.12-3) UNRELEASED; urgency=low
* Include all executables as well as *.sh and *.pl files found in
scripts directory in the headers package. (Bastian Blank)
Closes: #322612
* Include m68k headers into the arch-common headers package on
powerpc and make sure that all the directories are linked to
properly from the flavour-specific headers packages. (Jurij Smakov)
Closes: #322610
-- Bastian Blank <waldi@debian.org> Wed, 10 Aug 2005 20:21:30 +0200
* [powerpc] Enabled the powerpc64 flavour, now that we have a real biarch
toolchain in sid. Many thanks go to GOTO Masanori and Matthias Klose as
well as any other who worked on the biarch toolchain to make this happen.
-- Sven Luther <luther@debian.org> Sun, 14 Aug 2005 15:21:37 +0200
linux-2.6 (2.6.12-2) unstable; urgency=low