summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2015-10-28 17:05:54 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2015-12-01 01:03:26 -0600
commit7b6d41d6436190bc2d8826976da08de6d7aa5735 (patch)
treef3e70ebc5b30ec3083ff851c6edcabd86e976913 /import
parent3a381211c25dbc26924e1b49e15d11d06c313cf1 (diff)
downloadtalos-sbe-7b6d41d6436190bc2d8826976da08de6d7aa5735.tar.gz
talos-sbe-7b6d41d6436190bc2d8826976da08de6d7aa5735.zip
Changing data inputs from 64 to 8-bit array and adding firstGranule
Change-Id: Ic88c9a32d3b63d18aab9c9d20ff3344e293cd80b Original-Change-Id: I583570ef970fcc03a0a6f9dfd30098a5150b3cd3 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21682 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22332 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/procedures/hwp/nest/p9_sbe_load_bootloader.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/hwp/nest/p9_sbe_load_bootloader.H b/import/chips/p9/procedures/hwp/nest/p9_sbe_load_bootloader.H
index 388da602..a149072d 100644
--- a/import/chips/p9/procedures/hwp/nest/p9_sbe_load_bootloader.H
+++ b/import/chips/p9/procedures/hwp/nest/p9_sbe_load_bootloader.H
@@ -82,7 +82,7 @@ extern "C" {
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_master_chip_target,
const fapi2::Target<fapi2::TARGET_TYPE_EX>& i_master_eq_target,
const uint64_t i_payload_size,
- uint64_t* i_payload_data);
+ uint8_t* i_payload_data);
} //extern "C"
OpenPOWER on IntegriCloud