summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-02-04 12:40:32 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-07 08:12:38 -0600
commitcf7c244558b681156774e8c725853842e3cab508 (patch)
treedf51c49be5bbbb69fdb64403b63095b87edd5edd /src/makefile
parent610ca55e285e2f0d7cabed6235deef82ee271627 (diff)
downloadtalos-hostboot-cf7c244558b681156774e8c725853842e3cab508.tar.gz
talos-hostboot-cf7c244558b681156774e8c725853842e3cab508.zip
Move libconsole into base image
If the console module is pageable (part of extended image) it cannot be used anywhere that is involved in the code load path, e.g. ipmirp, pnorrp. This change will move libconsole into the base image where it can be assured to always be in memory. Change-Id: I8970b6147fdf19ce69a741112c1a41317b33c039 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71308 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index ffb0f7806..9c4ca6f24 100644
--- a/src/makefile
+++ b/src/makefile
@@ -149,6 +149,7 @@ BASE_MODULES += $(if $(CONFIG_BMC_IPMI),ipmibase)
BASE_MODULES += pnor
BASE_MODULES += vfs
BASE_MODULES += $(if $(CONFIG_AST2400) || $(CONFIG_AST2500), sio)
+BASE_MODULES += $(if $(CONFIG_CONSOLE),console)
EXTENDED_MODULES += istep06
EXTENDED_MODULES += istep07
@@ -194,7 +195,6 @@ EXTENDED_MODULES += imageprocs
EXTENDED_MODULES += sbeio
EXTENDED_MODULES += $(if $(CONFIG_HTMGT),htmgt)
EXTENDED_MODULES += $(if $(CONFIG_GPIODD),gpio,)
-EXTENDED_MODULES += $(if $(CONFIG_CONSOLE),console)
EXTENDED_MODULES += $(if $(CONFIG_CONSOLE_OUTPUT_ERRORDISPLAY),errldisplay)
EXTENDED_MODULES += $(if $(CONFIG_BMC_IPMI),ipmiext)
EXTENDED_MODULES += xz
OpenPOWER on IntegriCloud