coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
resume.c File Reference
#include <Proc/Fch/FchPlatform.h>
#include <Proc/Fch/Fch.h>
#include <device/device.h>
#include "hudson.h"
#include <AGESA.h>
#include <console/console.h>
#include <northbridge/amd/agesa/state_machine.h>
Include dependency graph for resume.c:

Go to the source code of this file.

Macros

#define DUMP_FCH_SETTING   0
 

Functions

static void s3_resume_init_data (FCH_DATA_BLOCK *FchParams)
 
AGESA_STATUS fchs3earlyrestore (AMD_CONFIG_PARAMS *StdHeader)
 
AGESA_STATUS fchs3laterestore (AMD_CONFIG_PARAMS *StdHeader)
 

Variables

FCH_DATA_BLOCK InitEnvCfgDefault
 
FCH_INTERFACE FchInterfaceDefault
 
FCH_RESET_DATA_BLOCK InitResetCfgDefault
 
FCH_RESET_INTERFACE FchResetInterfaceDefault
 

Macro Definition Documentation

◆ DUMP_FCH_SETTING

#define DUMP_FCH_SETTING   0

Definition at line 16 of file resume.c.

Function Documentation

◆ fchs3earlyrestore()

AGESA_STATUS fchs3earlyrestore ( AMD_CONFIG_PARAMS StdHeader)

Definition at line 108 of file resume.c.

References AGESA_SUCCESS, and s3_resume_init_data().

Here is the call graph for this function:

◆ fchs3laterestore()

AGESA_STATUS fchs3laterestore ( AMD_CONFIG_PARAMS StdHeader)

Definition at line 120 of file resume.c.

References AGESA_SUCCESS, and s3_resume_init_data().

Here is the call graph for this function:

◆ s3_resume_init_data()

static void s3_resume_init_data ( FCH_DATA_BLOCK *  FchParams)
static

Definition at line 18 of file resume.c.

References BIOS_DEBUG, CONFIG, FchInterfaceDefault, FchResetInterfaceDefault, InitEnvCfgDefault, InitResetCfgDefault, and printk.

Referenced by fchs3earlyrestore(), and fchs3laterestore().

Here is the caller graph for this function:

Variable Documentation

◆ FchInterfaceDefault

FCH_INTERFACE FchInterfaceDefault
extern

Referenced by s3_resume_init_data().

◆ FchResetInterfaceDefault

FCH_RESET_INTERFACE FchResetInterfaceDefault
extern

Referenced by s3_resume_init_data().

◆ InitEnvCfgDefault

FCH_DATA_BLOCK InitEnvCfgDefault
extern

Referenced by s3_resume_init_data().

◆ InitResetCfgDefault

FCH_RESET_DATA_BLOCK InitResetCfgDefault
extern

Referenced by s3_resume_init_data().