Re: [PATCH] dsp56k: use request_firmware

2008-07-10 Thread Fredrik Noring
Hi David, 9 jul 2008 kl. 15.05 skrev David Woodhouse: It is in fact identical. Disassembly with the tools found on sourceforge was fun, since they have endianness bugs, don't recognise the 'JMP' which was the first instruction, and need each 3-byte instruction in the binary to be prefixed

Re: [PATCH] dsp56k: use request_firmware

2008-07-10 Thread David Woodhouse
On Thu, 2008-07-10 at 09:38 +0200, Fredrik Noring wrote: Hi David, 9 jul 2008 kl. 15.05 skrev David Woodhouse: It is in fact identical. Disassembly with the tools found on sourceforge was fun, since they have endianness bugs, don't recognise the 'JMP' which was the first instruction,

Re: [PATCH] dsp56k: use request_firmware

2008-07-06 Thread Fredrik Noring
Hi David, 6 jul 2008 kl. 18.54 skrev David Woodhouse: I don't think he has it. That's why he suggested a disassembler. That's right. Sorry I was unclear. However, after some digging on floppy backups from the past, I've found a DSP56k loader routine that's probably close if not identical

[PATCH] dsp56k: use request_firmware

2008-07-05 Thread Jaswinder Singh
Signed-off-by: Jaswinder Singh [EMAIL PROTECTED] --- drivers/char/dsp56k.c | 84 ++-- firmware/Makefile |1 + firmware/WHENCE| 10 firmware/dsp56k/bootstrap.bin.ihex | 26 +++ 4 files changed,