Adding .24 support for olpc
authorryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 19 Feb 2008 04:03:49 +0000 (04:03 +0000)
committerryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 19 Feb 2008 04:03:49 +0000 (04:03 +0000)
commite4a3634c00818e77664da2c3592a95e8c8fad5d6
tree5aec8287ecd3034c53cbbeb5a6408389b1d34507
parentac24192a897d17c7416cfc1a58ad5432404662de
Adding .24 support for olpc

kernel compiles fine, but graphic support is broken

to test new kernel version, change
target/linux/olpc/Makefile
from .23.16 to .24

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10493 3c298f89-4303-0410-b956-a3cf2f4a3e73
52 files changed:
target/linux/olpc/config-2.6.24 [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/boot/setup.S [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/configs/olpc_defconfig [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/kernel/mfgpt.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/kernel/ofw.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/kernel/olpc-pm.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/kernel/olpc-sleep.S [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/kernel/olpc-wakeup.S [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/kernel/olpc.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/kernel/prom.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/arch/i386/pci/olpc.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/input/mouse/olpc.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/input/mouse/olpc.h [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/mtd/mtdcore.h [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/mtd/mtdoops.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/mtd/onenand/onenand_sim.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/video/geode/geode_regs.h [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/video/geode/suspend_gx.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/video/olpc_dcon.c [new file with mode: 0644]
target/linux/olpc/files-2.6.23/drivers/video/olpc_dcon.h [new file with mode: 0644]
target/linux/olpc/files-2.6.23/include/asm-i386/ofw.h [new file with mode: 0644]
target/linux/olpc/files-2.6.23/include/asm-i386/olpc.h [new file with mode: 0644]
target/linux/olpc/files-2.6.23/include/asm-i386/prom.h [new file with mode: 0644]
target/linux/olpc/files-2.6.23/include/linux/battery.h [new file with mode: 0644]
target/linux/olpc/files-2.6.23/sound/pci/cs5535audio/cs5535audio_olpc.c [new file with mode: 0644]
target/linux/olpc/files/arch/i386/boot/setup.S [deleted file]
target/linux/olpc/files/arch/i386/configs/olpc_defconfig [deleted file]
target/linux/olpc/files/arch/i386/kernel/mfgpt.c [deleted file]
target/linux/olpc/files/arch/i386/kernel/ofw.c [deleted file]
target/linux/olpc/files/arch/i386/kernel/olpc-pm.c [deleted file]
target/linux/olpc/files/arch/i386/kernel/olpc-sleep.S [deleted file]
target/linux/olpc/files/arch/i386/kernel/olpc-wakeup.S [deleted file]
target/linux/olpc/files/arch/i386/kernel/olpc.c [deleted file]
target/linux/olpc/files/arch/i386/kernel/prom.c [deleted file]
target/linux/olpc/files/arch/i386/pci/olpc.c [deleted file]
target/linux/olpc/files/drivers/input/mouse/olpc.c [deleted file]
target/linux/olpc/files/drivers/input/mouse/olpc.h [deleted file]
target/linux/olpc/files/drivers/mtd/mtdcore.h [deleted file]
target/linux/olpc/files/drivers/mtd/mtdoops.c [deleted file]
target/linux/olpc/files/drivers/mtd/onenand/onenand_sim.c [deleted file]
target/linux/olpc/files/drivers/video/geode/geode_regs.h [deleted file]
target/linux/olpc/files/drivers/video/geode/suspend_gx.c [deleted file]
target/linux/olpc/files/drivers/video/olpc_dcon.c [deleted file]
target/linux/olpc/files/drivers/video/olpc_dcon.h [deleted file]
target/linux/olpc/files/include/asm-i386/ofw.h [deleted file]
target/linux/olpc/files/include/asm-i386/olpc.h [deleted file]
target/linux/olpc/files/include/asm-i386/prom.h [deleted file]
target/linux/olpc/files/include/linux/battery.h [deleted file]
target/linux/olpc/files/sound/pci/cs5535audio/cs5535audio_olpc.c [deleted file]
target/linux/olpc/image/Makefile
target/linux/olpc/image/olpc.fth
target/linux/olpc/patches-2.6.24/100-olpc.patch [new file with mode: 0644]
This page took 0.039617 seconds and 4 git commands to generate.