Skip to content

Commit

Permalink
Move libconsole into base image
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dcrowell77 committed Feb 7, 2019
1 parent 610ca55 commit cf7c244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cf7c244

Please sign in to comment.