Package: linux-2.6 Version: 2.6.24-rc6 Severity: normal Tags: patch
Add support for the Genesi Efika support, now that the patches are merged in 2.6.24. Also, some preliminary work for PS3 support, it didn't quite work on 2.6.24-rc6, but then it may be due to initramfs generation, or to the fact that most of the patches are still missing, but it cannot hurt to have those configuration options applied already. Sven Luther -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: powerpc (ppc64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-5-vserver-powerpc64 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -ur linux-2.6-2.6.24~rc6/debian/changelog linux-2.6-2.6.24~rc6.2/debian/changelog --- linux-2.6-2.6.24~rc6/debian/changelog 2008-01-25 14:10:55.000000000 +0100 +++ linux-2.6-2.6.24~rc6.2/debian/changelog 2008-01-04 17:38:30.000000000 +0100 @@ -1,3 +1,15 @@ +linux-2.6 (2.6.24~rc6-1~experimental.1~powerdebian.1) powerdebian; urgency=low + + * Added Sony PS3 and Genesi Efika support. + + -- Sven Luther <[EMAIL PROTECTED]> Fri, 4 Jan 2008 17:37:42 +0100 + +linux-2.6 (2.6.24~rc6-1~experimental.1~snapshot.10024) kernel-dists-trunk; urgency=low + + * changelog + + -- Sven Luther <[EMAIL PROTECTED]> Fri, 4 Jan 2008 17:16:39 +0100 + linux-2.6 (2.6.24~rc6-1~experimental.1~snapshot.10023) kernel-dists-trunk; urgency=low * Snapshot. diff -ur linux-2.6-2.6.24~rc6/debian/config/powerpc/config.powerpc linux-2.6-2.6.24~rc6.2/debian/config/powerpc/config.powerpc --- linux-2.6-2.6.24~rc6/debian/config/powerpc/config.powerpc 2008-01-25 14:10:55.000000000 +0100 +++ linux-2.6-2.6.24~rc6.2/debian/config/powerpc/config.powerpc 2008-01-04 17:15:57.000000000 +0100 @@ -12,11 +12,22 @@ CONFIG_FB_IMSTT=y # CONFIG_PPC64 is not set CONFIG_CLASSIC32=y -CONFIG_SERIAL_MPC52xx=y -CONFIG_SERIAL_MPC52xx_CONSOLE=y -CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 CONFIG_MII=y -CONFIG_PATA_MPC52xx=m CONFIG_SENSORS_AMS=m CONFIG_SENSORS_AMS_PMU=y CONFIG_SENSORS_AMS_I2C=y + +CONFIG_PPC_EFIKA=y +CONFIG_PPC_MPC52xx=y +CONFIG_SERIAL_MPC52xx=y +CONFIG_SERIAL_MPC52xx_CONSOLE=y +CONFIG_SERIAL_MPC52xx_CONSOLE_BAUD=115200 +CONFIG_PATA_MPC52xx=m +CONFIG_PPC_BESTCOMM=y +CONFIG_PPC_BESTCOMM_ATA=m +CONFIG_PPC_BESTCOMM_FEC=m +CONFIG_PPC_BESTCOMM_GEN_BD=m +CONFIG_FEC_MPC52xx=m +CONFIG_FEC_MPC52xx_MDIO=m +CONFIG_SND_PPC_MPC52xx_AC97=m +CONFIG_SPI_MPC52xx_PSC=m diff -ur linux-2.6-2.6.24~rc6/debian/config/powerpc/config.powerpc64 linux-2.6-2.6.24~rc6.2/debian/config/powerpc/config.powerpc64 --- linux-2.6-2.6.24~rc6/debian/config/powerpc/config.powerpc64 2008-01-25 14:10:55.000000000 +0100 +++ linux-2.6-2.6.24~rc6.2/debian/config/powerpc/config.powerpc64 2008-01-04 17:15:57.000000000 +0100 @@ -99,3 +99,29 @@ CONFIG_CMDLINE="console=hvsi0 console=hvc0 console=ttyS0,9600 console=tty0" # CONFIG_MV643XX_ETH is not set CONFIG_BLK_DEV_AMD74XX=m + +CONFIG_PPC_PS3=y +# CONFIG_PS3_ADVANCED is not set +CONFIG_PS3_HTAB_SIZE=20 +# CONFIG_PS3_DYNAMIC_DMA is not set +CONFIG_PS3_USE_LPAR_ADDR=y +CONFIG_PS3_VUART=y +CONFIG_PS3_PS3AV=y +CONFIG_PS3_SYS_MANAGER=m +CONFIG_PS3_STORAGE=y +CONFIG_PS3_DISK=y +CONFIG_PS3_ROM=y +CONFIG_PS3_FLASH=y +CONFIG_FB_PS3=y +CONFIG_FB_PS3_DEFAULT_SIZE_M=18 +CONFIG_SND_PS3=y +CONFIG_SND_PS3_DEFAULT_START_DELAY=2000 +CONFIG_GELIC_NET=m +CONFIG_GELIC_WIRELESS=y +CONFIG_PPC_CELL=y +# CONFIG_PPC_CELL_NATIVE is not set +# CONFIG_PPC_IBM_CELL_BLADE is not set +CONFIG_SPU_FS=y +CONFIG_SPU_BASE=y +# CONFIG_OPROFILE_CELL is not set +

