[coreboot] Patch merged into coreboot/master: 6faf97c Fix native x86 option rom initialization

gerrit at coreboot.org gerrit at coreboot.org
Thu Oct 13 20:01:41 CEST 2011


the following patch was just integrated into master:
commit 6faf97c0c1a10c44fbfebcd25d8b93967263fdfd
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Oct 12 14:35:54 2011 -0700

    Fix native x86 option rom initialization
    
    - Intel option roms want an initialized i8259 or they will
      throw an exception 6. This should be done in the southbridge
      code, but that is executed much later than the VGA init, so
      initialize the i8259 in src/devices/oprom/x86.c.
      In the long run this will allow getting rid of some of the
      ugly hacks in some AMD boards' romstage.c
    - Don't overwrite the mode when copying mode info information back
      from 0x600.
    
    Change-Id: Idb01f13dbcd736d8d830b222ffe1ea85799fcd9c
    Signed-off-by: Stefan Reinauer <reinauer at google.com>

See http://review.coreboot.org/257 for details.

-gerrit




More information about the coreboot mailing list