amd/picasso/psp_verstage: use cbmem console
commit326a499f6fd81bb4a48618cc6fbe3340f4adb37e
authorKangheui Won <khwon@chromium.org>
Mon, 5 Oct 2020 08:35:22 +0000 (5 19:35 +1100)
committerEdward O'Callaghan <quasisec@chromium.org>
Wed, 7 Oct 2020 04:27:01 +0000 (7 04:27 +0000)
treeafda79263cc9de2401eff28b37c73d168cd49daf
parent68e5fd2a5cb4065233f09b0b70318a2868a5981d
amd/picasso/psp_verstage: use cbmem console

psp_verstage uses separate printk implementation, which does not include
code to add console output to cbmem.

Add cbmemc_init and cbmemc_tx_byte to add console output to cbmem.

BUG=b:159220781
TEST=build
BRANCH=zork

Change-Id: I63ba5814903565c372dbeb50004565a371dad730
Signed-off-by: Kangheui Won <khwon@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46059
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Rob Barnes <robbarnes@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/amd/picasso/psp_verstage/printk.c