diff options
author | Andres Lugo-Reyes <aalugore@us.ibm.com> | 2016-12-19 16:07:30 -0600 |
---|---|---|
committer | William A. Bryan <wilbryan@us.ibm.com> | 2017-02-01 11:06:24 -0500 |
commit | 009f439d2aa9df1944eb08b7f1fc30006abd8137 (patch) | |
tree | 719f526548b4c125984d45aeaa30051ae32c7afe /src/include | |
parent | 11bf85d22eed50613085dfea02c4df9e53e1a380 (diff) | |
download | talos-occ-009f439d2aa9df1944eb08b7f1fc30006abd8137.tar.gz talos-occ-009f439d2aa9df1944eb08b7f1fc30006abd8137.zip |
WOF: Function to calculate VDD/VDN step number
1. Calculate VDN/VDD step number
2. Extract the WOF header address from the PGPE header
3. Save important data from WOF header into global struct
4. Create global pointer struct to save important addresses
to a pinned location in memory.
Change-Id: I2249777134608d9f79bdc85692a3acbf7907c3f5
RTC:130216
Depends-on: Ic323321b8c66945732a6b7345ad85d6f41a62edd
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34300
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/proc_shared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/proc_shared.h b/src/include/proc_shared.h index ecee9c0..71ad050 100644 --- a/src/include/proc_shared.h +++ b/src/include/proc_shared.h @@ -31,7 +31,6 @@ #include "gpe_export.h" // Paramaters for gpe_get_core_data() - typedef struct ipc_core_data_parms { GpeErrorStruct error; |