summaryrefslogtreecommitdiffstats
path: root/src/sbefw
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2018-06-11 03:10:25 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-06-11 11:10:43 -0400
commit7d1ec1f14057db47555a711f5764d399b54f32c8 (patch)
treef0992d3d7733554abb6b7b68a9543bf79cf7fdf6 /src/sbefw
parent0c4dc80bce2a718b02d25b9a1b7e10c7668300e1 (diff)
downloadtalos-sbe-7d1ec1f14057db47555a711f5764d399b54f32c8.tar.gz
talos-sbe-7d1ec1f14057db47555a711f5764d399b54f32c8.zip
Bump up security list table size datatype
Change-Id: I29a6efe5cfd65393deec0d828cecb5052cf68d42 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60300 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> (cherry picked from commit 9f63d2dfe644009fc2389f566830802db2011e96) Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60288 Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/sbefw')
-rw-r--r--src/sbefw/core/sbeSecurity.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sbefw/core/sbeSecurity.H b/src/sbefw/core/sbeSecurity.H
index 3d7ad838..f9aa627f 100644
--- a/src/sbefw/core/sbeSecurity.H
+++ b/src/sbefw/core/sbeSecurity.H
@@ -5,7 +5,8 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2018 */
+/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -54,7 +55,7 @@ namespace SBE_SECURITY
template <typename T>
struct table
{
- uint8_t size;
+ uint32_t size;
uint32_t mask;
T *table;
};
OpenPOWER on IntegriCloud