From 3167ce0b1eb0e1b19dcea6a9a99478c99b40f045 Mon Sep 17 00:00:00 2001 From: Sven Luther Date: Wed, 21 Sep 2005 17:41:06 +0000 Subject: [PATCH] Added powerpc-small flavour for exclusive use with miboot floppies in d-i. svn path=/dists/trunk/linux-2.6/; revision=4247 --- debian/arch/powerpc/config.powerpc-small | 73 ++++++++++++++++++++++++ debian/arch/powerpc/defines | 1 + debian/changelog | 6 +- 3 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 debian/arch/powerpc/config.powerpc-small diff --git a/debian/arch/powerpc/config.powerpc-small b/debian/arch/powerpc/config.powerpc-small new file mode 100644 index 000000000..bfe9ca560 --- /dev/null +++ b/debian/arch/powerpc/config.powerpc-small @@ -0,0 +1,73 @@ +CONFIG_MAC_FLOPPY=y +# CONFIG_SMP is not set +# CONFIG_BSD_PROCESS_ACCT is not set +# CONFIG_AUDIT is not set +# CONFIG_KOBJECT_UEVENT is not set +CONFIG_EMBEDDED=y +# CONFIG_KALLSYMS is not set +# CONFIG_BASE_FULL is not set +CONFIG_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_BASE_SMALL=1 +# CONFIG_ALTIVEC is not set +# CONFIG_TAU is not set +# CONFIG_CPU_FREQ is not set +# CONFIG_PM is not set +# CONFIG_HIGHMEM is not set +# CONFIG_PROC_DEVICETREE is not set +# CONFIG_PREP_RESIDUAL is not set +# CONFIG_LBD is not set +# CONFIG_IOSCHED_AS is not set +# CONFIG_IOSCHED_CFQ is not set +# CONFIG_ADB_PMU is not set +# CONFIG_ADB_MACIO is not set +# CONFIG_THERM_WINDTUNNEL is not set +# CONFIG_THERM_ADT746X is not set +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_NETFILTER is not set +# CONFIG_NET_DIVERT is not set +# CONFIG_NET_SCHED is not set +# CONFIG_NET_CLS_ROUTE is not set +# CONFIG_NETPOLL_RX is not set +# CONFIG_NETPOLL_TRAP is not set +# CONFIG_HAMRADIO is not set +# CONFIG_BT is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +# CONFIG_NET_FC is not set +CONFIG_SERIAL_8250=m +CONFIG_I2C_KEYWEST=m +# CONFIG_FB_OF is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_RADEON is not set +CONFIG_FB_3DFX=m +CONFIG_FB_VOODOO1=m +# CONFIG_VGA_CONSOLE is not set +# CONFIG_USB_BLUETOOTH_TTY is not set +# CONFIG_INFINIBAND is not set +# CONFIG_DNOTIFY is not set +# CONFIG_PROC_KCORE is not set +# CONFIG_DEVPTS_FS_SECURITY is not set +# CONFIG_TMPFS_XATTR is not set +# CONFIG_NCPFS_NFS_NS is not set +# CONFIG_NCPFS_OS2_NS is not set +# CONFIG_NCPFS_NLS is not set +# CONFIG_NCPFS_EXTRAS is not set +# CONFIG_AMIGA_PARTITION is not set +# CONFIG_MSDOS_PARTITION is not set +# CONFIG_PROFILING is not set +# CONFIG_BOOTX_TEXT is not set +# CONFIG_KEYS is not set +# CONFIG_SECURITY is not set +CONFIG_CRYPTO_MD5=m +CONFIG_CHR_DEV_SCH=m +# CONFIG_MEGARAID_LEGACY is not set +CONFIG_ASFS_FS=m +CONFIG_ASFS_DEFAULT_CODEPAGE="" +CONFIG_ASFS_RW=y +CONFIG_IRDA=m +CONFIG_PCMCIA_XIRTULIP=m +# CONFIG_IRPORT_SIR is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set + diff --git a/debian/arch/powerpc/defines b/debian/arch/powerpc/defines index 988f17860..46fd2018f 100644 --- a/debian/arch/powerpc/defines +++ b/debian/arch/powerpc/defines @@ -2,6 +2,7 @@ flavours: powerpc powerpc-smp + powerpc-small powerpc64 kernel-arch: ppc kpkg-subarch: powerpc diff --git a/debian/changelog b/debian/changelog index cce13c8a1..ba54bb6c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ linux-2.6 (2.6.13-1) UNRELEASED; urgency=low [ Frederik Schüler ] * [amd64] Added class and longclass descriptions for amd64 flavours. - * [amd64] add amd64-tlb-flush-sigsegv-fix.patch: disable tlb flush + * [amd64] add amd64-tlb-flush-sigsegv-fix.patch: disable tlb flush filtering on smp systems to workaround processor errata. * Added patch-2.6.13.1: - raw_sendmsg DoS (CAN-2005-2492) @@ -78,8 +78,10 @@ linux-2.6 (2.6.13-1) UNRELEASED; urgency=low thanks go to Nicolas Det for providing the patch. * [powerpc] Modified a couple of configuration options for the powerpc64 flavour, fixes and enhances Apple G5 support (Closes: #323724, #328324) + * [powerpc] Added powerpc-small flavour to use exclusively with oldworld + powermac miboot floppies for debian-installer. - -- Sven Luther Sat, 17 Sep 2005 21:27:00 +0200 + -- Sven Luther Wed, 21 Sep 2005 13:35:21 +0200 linux-2.6 (2.6.12-6) unstable; urgency=high