diff options
author | Chris Cain <cjcain@us.ibm.com> | 2017-04-21 16:10:12 -0500 |
---|---|---|
committer | Christopher J. Cain <cjcain@us.ibm.com> | 2017-04-25 15:45:49 -0400 |
commit | 7da6a9afd506f8854972bbf4325b2e88abfcc2ce (patch) | |
tree | 0842cf19f77bc036bd42ba9cc9fc40fcb7ddf39b /src/common/global_app_cfg.h | |
parent | e0db9bf273420ef90e63815a5af2170f5e346cd0 (diff) | |
download | talos-occ-7da6a9afd506f8854972bbf4325b2e88abfcc2ce.tar.gz talos-occ-7da6a9afd506f8854972bbf4325b2e88abfcc2ce.zip |
Enable PGPE support on hardware
Change-Id: Id709ec36d82a2b6c03b1a4b901cf64f45f241d36
RTC: 163934
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39562
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/common/global_app_cfg.h')
-rw-r--r-- | src/common/global_app_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/global_app_cfg.h b/src/common/global_app_cfg.h index 9dddbfa..859186e 100644 --- a/src/common/global_app_cfg.h +++ b/src/common/global_app_cfg.h @@ -23,7 +23,7 @@ /* */ /* IBM_PROLOG_END_TAG */ #define GLOBAL_CFG_USE_IPC // have lib/occlib/ipc_structs.h use "ipc_func_ids.h" -#define OCCHW_IRQ_ROUTE_OWNER 4 +#define OCCHW_IRQ_ROUTE_OWNER 3 /// All GPE's will use the external timebase register #define APPCFG_USE_EXT_TIMEBASE |