diff options
| author | Ilya Smirnov <ismirno@us.ibm.com> | 2019-03-28 08:32:24 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-04-12 12:12:41 -0500 |
| commit | d1d3f44dd9394894efd35b822c33ce36a6d01392 (patch) | |
| tree | 1a4b83b5540eaf5edb612ddf6a347e5e8fc54897 /src/include/runtime | |
| parent | a9addc3db4f8940ca38fb63c99fcab26126c88f0 (diff) | |
| download | talos-hostboot-d1d3f44dd9394894efd35b822c33ce36a6d01392.tar.gz talos-hostboot-d1d3f44dd9394894efd35b822c33ce36a6d01392.zip | |
SMF: New Ultravisor White/Blacklist Handling
New procedure to call the SBE chip op to pass the SBE
the address at which it will populate the Ultravisor
XSCOM white/blacklist. The white/blacklist is also included
in hostboot reserved memory and is passed to HDAT.
Change-Id: If28854a73fa521297084bdee391fab95aa4f9a8a
RTC: 192422
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75238
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/runtime')
| -rw-r--r-- | src/include/runtime/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h index bd04e7774..cd6d0e23a 100644 --- a/src/include/runtime/interface.h +++ b/src/include/runtime/interface.h @@ -160,6 +160,7 @@ enum MemoryError_t #define HBRT_RSVD_MEM__DATA "ibm,hbrt-data" #define HBRT_RSVD_MEM__ARCH_REG "ibm,arch-reg-data" #define HBRT_RSVD_MEM__UNSEC_HOMER "ibm,unsecure-homer" +#define HBRT_RSVD_MEM__UVBWLIST "ibm,uvbwlist" /* Aligned reserved memory size for Opal */ #define HBRT_RSVD_MEM_OPAL_ALIGN 64*KILOBYTE |

