Changeset 3701

Show
Ignore:
Timestamp:
10/29/08 05:46:52 (2 months ago)
Author:
stepan
Message:

Support for the Intel ICH7 southbridge.

This includes an early SMI handler.

Signed-off-by: Stefan Reinauer <stepan@…>
Acked-by: Ronald G. Minnich <rminnich@…>

Location:
trunk/coreboot-v2/src
Files:
28 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/src/config/Options.lb

    r3699 r3701  
    856856        export used 
    857857        comment "Have hard reset" 
     858end 
     859define HAVE_SMI_HANDLER 
     860        default none 
     861        export used 
     862        comment "Set, if the board needs an SMI handler" 
    858863end 
    859864define MEMORY_HOLE 
  • trunk/coreboot-v2/src/include/device/device.h

    r3088 r3701  
    7272        unsigned        vendor; 
    7373        unsigned        device; 
    74         unsigned int    class;          /* 3 bytes: (base,sub,prog-if) */ 
     74        unsigned int    class;          /* 3 bytes: (base, sub, prog-if) */ 
    7575        unsigned int    hdr_type;       /* PCI header type */ 
    7676        unsigned int    enabled : 1;    /* set if we should enable the device */ 
     
    8686        unsigned int resources; 
    8787 
    88         /* link are (down sream) buses attached to the device, usually a leaf 
     88        /* link are (down stream) buses attached to the device, usually a leaf 
    8989         * device with no children have 0 buses attached and a bridge has 1 bus  
    9090         */