On Feb 8, 2008 11:44 PM, Corey Osgood <[EMAIL PROTECTED]> wrote: > > +#ifdef CONFIG_PIRQ_TABLES > > + rom_table_end = write_pirq_routing_table(rom_table_end); > > + rom_table_end = (rom_table_end + 1023) & ~1023; > > +#endif > > Should be CONFIG_PIRQ_TABLE?
Yes, I fixed that last night in the second patch :-) > > Also, is there copyright info for the pirq routing table files? We should be > preserving that or adding it, it'll never be any easier then right now. Well, good question. The most original author, I believe, was Ollie Lo. It was Ollie who first created the irq table support in 2000. I am inclined to assign the files to Olllie. Comments? ron -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

