CorebootModulePkg: Get power management register addresses.
This patch will get power management event register address and power management GPE enable register address. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Dong <guo.dong@intel.com> Reviewed-by: Maurice Ma <maurice.ma@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17714 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -91,6 +91,8 @@ CbParseSmbiosTable (
|
||||
@param pPmTimerReg Pointer to the address of power management timer register
|
||||
@param pResetReg Pointer to the address of system reset register
|
||||
@param pResetValue Pointer to the value to be writen to the system reset register
|
||||
@param pPmEvtReg Pointer to the address of power management event register
|
||||
@param pPmGpeEnReg Pointer to the address of power management GPE enable register
|
||||
|
||||
@retval RETURN_SUCCESS Successfully find out all the required fadt information.
|
||||
@retval RETURN_NOT_FOUND Failed to find the fadt table.
|
||||
@ -101,7 +103,9 @@ CbParseFadtInfo (
|
||||
IN UINTN* pPmCtrlReg,
|
||||
IN UINTN* pPmTimerReg,
|
||||
IN UINTN* pResetReg,
|
||||
IN UINTN* pResetValue
|
||||
IN UINTN* pResetValue,
|
||||
IN UINTN* pPmEvtReg,
|
||||
IN UINTN* pPmGpeEnReg
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user