summaryrefslogtreecommitdiffstats
path: root/src/include/usr/vmmconst.h
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-02-12 15:16:11 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-16 15:30:40 -0600
commit9611008eb6768fc2d23a82560d75f43f101298b6 (patch)
tree9846bb1665f50f783158731cf2335830ceb01b05 /src/include/usr/vmmconst.h
parent0b03c03b42b899fbad17c3aa2f0b0b55c21bd60b (diff)
downloadtalos-hostboot-9611008eb6768fc2d23a82560d75f43f101298b6.tar.gz
talos-hostboot-9611008eb6768fc2d23a82560d75f43f101298b6.zip
Align all HBRT reserved memory to 64K boundary
Change-Id: Ifcc3afa30ed84189cf10c1a8df9a7b4e7d38ffea RTC: 123657 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15711 Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/vmmconst.h')
-rw-r--r--src/include/usr/vmmconst.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h
index 759114670..b78c675b8 100644
--- a/src/include/usr/vmmconst.h
+++ b/src/include/usr/vmmconst.h
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* [+] 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. */
@@ -141,7 +143,7 @@ enum BlockPriority
/** Reserved runtime VPD sizes in bytes */
-// must be page aligned
+// must be 64KB aligned
#define VMM_MODULE_VPD_SIZE 0x80000
#define VMM_CENTAUR_VPD_SIZE 0x40000
#define VMM_DIMM_JEDEC_VPD_SIZE 0x40000
OpenPOWER on IntegriCloud