Hi Stefan,
Stefan Reinauer schrieb:
- Arnd Hannemann arnd@arndnet.de [070422 12:23]:
src/mainboard/via/epia-m/irq_tables.c
{0x00,(0x13<<3)|0x0, {{0x01, 0xdeb8}, {0x02, 0xdeb8}, {0x03, 0xdeb8}, {0x04, 0x0deb8}}, 0x2, 0x0},
{0x00,(0x05<<3)|0x0, {{0x01, 0xdeb8}, {0x02, 0xdeb8}, {0x03, 0xdeb8}, {0x04, 0x0deb8}}, 0x2, 0x0},
If I use get_pir with the changed bios to generate an irq_tables.c it has still the old lines in it.
What am I doing wrong?
For some reason your changes did not get compiled into your bios. You should delete the object directory and recompile it from scratch.
Well obviously. I thought about this earlier and just deleted irq_tables.o and saw it rebuilding, but it seems it got not linked into the ROM. So I deleted the whole folder as you suggested and now it works :-) Thanks for your advise!
I'm really happy the LinuxBios project exists. Thanks for this great piece of software to all developers!
Stefan
Greetings Arnd