diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2014-01-19 22:06:28 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-02-11 15:30:46 -0600 |
commit | b7733595ec491960fa6c97f5ad1fb2c47ac5592c (patch) | |
tree | f4a169250428db5411fb42e2f9d7a5f3dd96b927 /src/usr/devtree/devtree.H | |
parent | 18bdf83d7705bd3c519b195ce095e39181214435 (diff) | |
download | blackbird-hostboot-b7733595ec491960fa6c97f5ad1fb2c47ac5592c.tar.gz blackbird-hostboot-b7733595ec491960fa6c97f5ad1fb2c47ac5592c.zip |
HBRT: Build small devtree for HDAT-based Sapphire.
Change-Id: I06fb4c6d07a82146b19a38457d2114569c53a571
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8147
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/devtree/devtree.H')
-rw-r--r-- | src/usr/devtree/devtree.H | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/devtree/devtree.H b/src/usr/devtree/devtree.H index 42d4f0bd7..128ed7b89 100644 --- a/src/usr/devtree/devtree.H +++ b/src/usr/devtree/devtree.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2013 */ +/* COPYRIGHT International Business Machines Corp. 2013,2014 */ /* */ /* p1 */ /* */ @@ -54,10 +54,11 @@ typedef size_t dtOffset_t; /** * Initialize the FDT at address and size - * @param[in] i_addr Physical address to place FDT at + * @param[in] i_addr Address to place FDT at * @param[in] i_maxSize Size of FDT + * @param[in] i_virtual Address is virtual. */ - void initialize(uint64_t i_addr, size_t i_maxSize); + void initialize(uint64_t i_addr, size_t i_maxSize, bool i_virtual); /** * Find given node (e.g. "/lpc") in the FDT |