diff options
| author | Brian Stegmiller <bjs@us.ibm.com> | 2016-02-22 16:20:20 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-23 16:21:46 -0400 |
| commit | e860d319c4e54ca061283fcd2342e4deb38c467d (patch) | |
| tree | a7bf5319f8ce1d6cd70a27e233501c8007cd43db /src/include/usr/targeting | |
| parent | 49eae5fb8adc7df4decb59ad0e788330ba2bff16 (diff) | |
| download | talos-hostboot-e860d319c4e54ca061283fcd2342e4deb38c467d.tar.gz talos-hostboot-e860d319c4e54ca061283fcd2342e4deb38c467d.zip | |
Support HB runtime data for adjunct partition
Change-Id: I7249f2b195dd02a0ab5a88b53d63cc4a1663cf9d
RTC: 138638
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25373
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting')
| -rw-r--r-- | src/include/usr/targeting/attrrp.H | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/include/usr/targeting/attrrp.H b/src/include/usr/targeting/attrrp.H index cdbb79319..99b9800ff 100644 --- a/src/include/usr/targeting/attrrp.H +++ b/src/include/usr/targeting/attrrp.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2016 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -169,6 +171,16 @@ class AttrRP * @return Virtual address to the region. */ static void* save(uint64_t& io_addr); + + /** + * @brief Returns size needed to save all attributes + * + * HDAT requires up front knowledge of largest section + * + * + * @return Size of all attribute sections + */ + static uint64_t maxSize( ); #endif protected: |

