* fix a minor power state issue in the ich7 smm handler
* move mainboard dependent code into a mainboard SMI handler. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3982 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
43b29cf891
commit
3b387458b5
6 changed files with 81 additions and 30 deletions
|
|
@ -249,3 +249,8 @@ typedef struct {
|
|||
};
|
||||
} smm_state_save_area_t;
|
||||
|
||||
|
||||
/* SMI handler function prototypes */
|
||||
int southbridge_io_trap_handler(int smif);
|
||||
int mainboard_io_trap_handler(int smif);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue