From da3675d8e4c72ea6e952546e27432784c0a99a9b Mon Sep 17 00:00:00 2001 From: Corey Swenson Date: Mon, 5 Dec 2016 21:35:38 -0600 Subject: Add HCODE scom update interface to HBRT Change-Id: I8d6a8aa2330ec95e1ce612979c9fa037a633d07d RTC:150219 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33702 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Reviewed-by: Martin Gloff Reviewed-by: Daniel M. Crowell --- src/include/runtime/interface.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/runtime/interface.h') diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h index f5eb2cba1..316bd2d03 100644 --- a/src/include/runtime/interface.h +++ b/src/include/runtime/interface.h @@ -407,7 +407,8 @@ typedef struct hostInterfaces * @pre HBRT is responsible for enabling special wakeup on the * associated core(s) before calling this interface * - * @param i_homer start address of the homer image + * @param i_chipId processor chip ID + plus ID type, always proc (0x0) * @param i_section runtime section to update * (passthru to pore_gen_scom) * @param i_operation type of operation to perform @@ -419,7 +420,7 @@ typedef struct hostInterfaces * Any value other than 0 on failure. * @platform FSP, OpenPOWER */ - int (*hcode_scom_update)( uint64_t i_homer, + int (*hcode_scom_update)( uint64_t i_chipId, uint32_t i_section, uint32_t i_operation, uint64_t i_scomAddr, -- cgit v1.2.1