mbox series

[0/2] powerpc/boot: Fix serial output in boot wrapper

Message ID 20181009232803.15072-1-joel@jms.id.au (mailing list archive)
Headers show
Series powerpc/boot: Fix serial output in boot wrapper | expand

Message

Joel Stanley Oct. 9, 2018, 11:28 p.m. UTC
While doing some work on the wrapper I noticed we no longer get serial
output on a powernv system. This is because we compile out the opal
code.

As it turns out, none of the system-specific serial outputs will be
compiled in. This series fixes that. Tested on Qemu powernv, Romulus and
Palmetto.

Joel Stanley (2):
  powerpc/boot: Expose Kconfig symbols to wrapper
  powerpc/boot: Fix opal console in boot wrapper

 arch/powerpc/boot/.gitignore | 1 +
 arch/powerpc/boot/Makefile   | 7 ++++++-
 arch/powerpc/boot/opal.c     | 8 --------
 arch/powerpc/boot/serial.c   | 1 +
 4 files changed, 8 insertions(+), 9 deletions(-)