From 1e973575493db7b15d6cd36613034e3ea17ca900 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Wed, 10 Jan 2018 11:07:59 -0600 Subject: Expand Hostboot to 64MB We hit out-of-memory errors while trying to boot a Opal system due to the large amount of memory used by the PM procedures and the pinning of memory in secure mode. Also did some other rearranging of the pinned memory sections to get some space back. Change-Id: I61f219d7f32871a39b236d963bae893a6ef0ce0e CQ: SW413191 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51724 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Matt Derksen Reviewed-by: Martin Gloff Reviewed-by: Daniel M. Crowell --- src/lib/syscall_mm.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/syscall_mm.C b/src/lib/syscall_mm.C index 102075e40..fee402325 100644 --- a/src/lib/syscall_mm.C +++ b/src/lib/syscall_mm.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2011,2017 */ +/* Contributors Listed Below - COPYRIGHT 2011,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -95,7 +95,7 @@ uint64_t mm_virt_to_phys( void* i_vaddr ) } /** - * System call to extend Memory to 48Meg. + * System call to extend Memory to VMM_MEMORY_SIZE.. */ int mm_extend(MM_EXTEND_SIZE i_size) { -- cgit v1.2.1