diff options
author | Sachin Gupta <sgupta2m@in.ibm.com> | 2017-01-16 10:47:51 -0600 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2017-01-19 08:51:09 -0500 |
commit | b975c978112d5fefef1f3e423886706ff205ff45 (patch) | |
tree | 26edbc39f17e2c2cd7838e7653f9da0da39038f3 /src/build/utils | |
parent | a586efdb4560bfb3617f16548f8796128a3968cc (diff) | |
download | talos-sbe-b975c978112d5fefef1f3e423886706ff205ff45.tar.gz talos-sbe-b975c978112d5fefef1f3e423886706ff205ff45.zip |
Initialise empty section of l1 loader
We have reserved 512 bytes for L1 loader. If size of L1 loader
is less than 512 bytes, we want to zero fill rest of areat. That
is required to ensure that that there is no are of PIBMEM which
is not initalize.
Change-Id: I85a9490540472aaee6c671bb317fb53f147ffc32
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34937
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build/utils')
-rw-r--r-- | src/build/utils/sbe_link.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/utils/sbe_link.H b/src/build/utils/sbe_link.H index 1c6510f0..6c8c95ff 100644 --- a/src/build/utils/sbe_link.H +++ b/src/build/utils/sbe_link.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER sbe Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016 */ +/* Contributors Listed Below - COPYRIGHT 2016,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ |