diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-03-27 18:14:37 +0100 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-03-27 18:14:37 +0100 |
commit | bb9b5dd8f35d0f7404a29c0a873bab88c039e712 (patch) | |
tree | c464d31871e0258c8b5a4a122e6f2f132d8d41de /recipes/linux/linux_2.6.24.bb | |
parent | 8b70868d1facb867fdd17af6fb6ffc59f91870c0 (diff) |
hipox: new machine added (derived from oxnas)
Diffstat (limited to 'recipes/linux/linux_2.6.24.bb')
-rw-r--r-- | recipes/linux/linux_2.6.24.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb index c74f985d96..438ff7246c 100644 --- a/recipes/linux/linux_2.6.24.bb +++ b/recipes/linux/linux_2.6.24.bb @@ -9,9 +9,10 @@ DEFAULT_PREFERENCE_atngw100 = "1" DEFAULT_PREFERENCE_at32stk1000 = "1" DEFAULT_PREFERENCE_ts72xx = "1" DEFAULT_PREFERENCE_oxnas = "1" +DEFAULT_PREFERENCE_hipox = "1" DEFAULT_PREFERENCE_cs-e9302 = "1" -PR = "r25" +PR = "r26" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \ @@ -91,6 +92,14 @@ SRC_URI_append_oxnas = " \ file://oxnas-pci-max-size.patch;patch=1 \ " +SRC_URI_append_hipox = " \ + file://hipox-mach-type.patch;patch=1 \ + file://hipox.patch;patch=1 \ + file://hipox-uart.patch;patch=1 \ + file://hipox-pci-config-delay.patch;patch=1 \ + file://hipox-pci-max-size.patch;patch=1 \ + " + CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=1 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),-(root);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd3 rootfstype=jffs2" FILES_kernel-image_gesbc-9302 = "" |