[LinuxBIOS] New hdama commit

yhlu yinghailu at gmail.com
Wed Aug 10 01:48:53 CEST 2005


Modified: trunk/LinuxBIOSv2/src/arch/i386/boot/tables.c
===================================================================
--- trunk/LinuxBIOSv2/src/arch/i386/boot/tables.c       2005-08-08
08:16:23 UTC (rev 2003)
+++ trunk/LinuxBIOSv2/src/arch/i386/boot/tables.c       2005-08-09
21:53:07 UTC (rev 2004)
@@ -23,7 +23,7 @@
       post_code(0x9a);

       /* This table must be betweeen 0xf0000 & 0x100000 */
-       rom_table_end = write_pirq_routing_table(rom_table_end);
+       rom_table_end = copy_pirq_routing_table(rom_table_end);
       rom_table_end = (rom_table_end + 1023) & ~1023;

       /* copy the smp block to address 0 */

On 8/9/05, yhlu <yinghailu at gmail.com> wrote:
> 1. write_irq_tables changes is overwrite by you. that will broke all
> other Opteron MB. Please change that back.
> 
> YH
> 
> On 8/9/05, Jason Schildt <jschildt at lnxi.com> wrote:
> > All,
> >
> > I've just made a commit up to the public repository from the Linux
> > Networx repository mirror.  The changes only effect Opteron single/dual
> > core and hdama board specific code.
> > Regards,
> >
> > --jason--
> >
> > --
> >
> > Jason W. Schildt
> > LinuxBIOS Software Engineer
> > Linux Networx
> >
> > _______________________________________________
> > LinuxBIOS mailing list
> > LinuxBIOS at openbios.org
> > http://www.openbios.org/mailman/listinfo/linuxbios
> >
>




More information about the coreboot mailing list