who cares for broken arch/mips/galileo-boards/ev64120/compressed ?

who cares for broken arch/mips/galileo-boards/ev64120/compressed ?

Post by Thomas Eschenbache » Thu, 26 Apr 2001 05:18:03



Hi,

I want to boot Linux on an embedded system similar to a Galileo eval board
EV64120 and found out that the directory mentioned above contains some
really fine boot and/or prom monitor code.

Unhappily this code is badly broken, many symbols in memory.c and pci.c are
missing and I can't guess their meaning. grep didn't even find fragments of
the symbol names in the whole kernel source :-(

Thomas.
--
________________________________________________________________________

 
 
 

1. remove LINUX_VERSION_CODE from arch/mips/au1000/common/serial.c

Hi Ralf,

the patch below removes two no longer needed LINUX_VERSION_CODE from
arch/mips/au1000/common/serial.c (not needed since CONFIG_DEVFS_FS is
never defined on 2.2 kernels). It applies against 2.5.55 and current
MIPS cvs.

cu
Adrian

--- linux-2.5.55/arch/mips/au1000/common/serial.c.old   2003-01-10 10:56:15.000000000 +0100

        memset(&serial_driver, 0, sizeof(struct tty_driver));
        serial_driver.magic = TTY_DRIVER_MAGIC;
        serial_driver.driver_name = "serial";
-#if (LINUX_VERSION_CODE > 0x2032D && defined(CONFIG_DEVFS_FS))
+#if defined(CONFIG_DEVFS_FS)
        serial_driver.name = "tts/%d";
 #else

         * major number and the subtype code.
         */
        callout_driver = serial_driver;
-#if (LINUX_VERSION_CODE > 0x2032D && defined(CONFIG_DEVFS_FS))
+#if defined(CONFIG_DEVFS_FS)
        callout_driver.name = "cua/%d";
 #else
        callout_driver.name = "cua";

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. How do I un-rename, or un-delete or un-compile?

3. Q: "end" variable in arch/i386/boot/compressed/misc.c

4. Canon Selphy CP510 printer?

5. Lilo: L 20 20 20 20

6. ghostscript printer driver wanted

7. llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll

8. print accounting/logging

9. Module rewrite 18/20: exception table arch cleanup

10. galileo board support under kernel 2.4.8

11. Anybody using Seagate Tapestor Travan 20 SCSI in compressed mode?

12. [PATCH] linux_2-4-20-pre3_timer-changes_A1

13. Typo in arch/mips/dec/wbflush.c