Skip to content

Commit

Permalink
Remove ibm prefix from reserved memory spaces
Browse files Browse the repository at this point in the history
Removing the unnecessary "ibm," prefix from the HBRT reserved
memory spaces.

Change-Id: Ib044e9dd719061e32b7332c50b08d6f7de320cf3
RTC: 198923
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83852
Reviewed-by: Corey V Swenson <cswenson@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G Hoffa <wghoffa@us.ibm.com>
  • Loading branch information
dcrowell77 authored and wghoffa committed Oct 17, 2019
1 parent 1629aca commit e9c4e6a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/include/runtime/interface.h
Expand Up @@ -150,17 +150,17 @@ enum MemoryError_t
/**
* Reserved memory labels - used by get_reserved_mem
*/
#define HBRT_RSVD_MEM__CODE "ibm,hbrt-code-image"
#define HBRT_RSVD_MEM__PRIMARY "ibm,hb-rsv-mem"
#define HBRT_RSVD_MEM__HOMER "ibm,homer-image"
#define HBRT_RSVD_MEM__OCC_COMMON "ibm,occ-common-area"
#define HBRT_RSVD_MEM__SBE_COMM "ibm,sbe-comm"
#define HBRT_RSVD_MEM__SBE_FFDC "ibm,sbe-ffdc"
#define HBRT_RSVD_MEM__SECUREBOOT "ibm,secure-crypt-algo-code"
#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"
#define HBRT_RSVD_MEM__CODE "hbrt-code-image"
#define HBRT_RSVD_MEM__PRIMARY "hb-rsv-mem"
#define HBRT_RSVD_MEM__HOMER "homer-image"
#define HBRT_RSVD_MEM__OCC_COMMON "occ-common-area"
#define HBRT_RSVD_MEM__SBE_COMM "sbe-comm"
#define HBRT_RSVD_MEM__SBE_FFDC "sbe-ffdc"
#define HBRT_RSVD_MEM__SECUREBOOT "secure-crypt-algo-code"
#define HBRT_RSVD_MEM__DATA "hbrt-data"
#define HBRT_RSVD_MEM__ARCH_REG "arch-reg-data"
#define HBRT_RSVD_MEM__UNSEC_HOMER "unsecure-homer"
#define HBRT_RSVD_MEM__UVBWLIST "uvbwlist"

/* Aligned reserved memory size for Opal */
#define HBRT_RSVD_MEM_OPAL_ALIGN 64*KILOBYTE
Expand Down Expand Up @@ -312,7 +312,7 @@ typedef struct hostInterfaces

/**
* @brief Get the address of a reserved memory region by its name
* @param[in] i_name memory region name (ex. "ibm,hbrt-vpd-image")
* @param[in] i_name memory region name (ex. "hbrt-vpd-image")
* @param[in] i_instance instance number
* @return physical address of region or NULL
* @platform FSP, OpenPOWER
Expand Down

0 comments on commit e9c4e6a

Please sign in to comment.