By enabling pre-console buffer in both SPL and u-boot and some minor tweaks, it is possible to see all log messages (including SPL messages too) on VGA/HDMI/LCD console and other stdio based consoles.
The first patch adds the necessary code to implement this feature. The second patch enables it for Allwinner (sunxi) devices. Siarhei Siamashka (2): console: Allow pre-console buffer to also extract SPL log messages sunxi: Enable SPL pre-console buffer common/console.c | 65 ++++++++++++++++++++++++++++++++++++++---- include/configs/sunxi-common.h | 27 ++++++++++++++++-- 2 files changed, 84 insertions(+), 8 deletions(-) -- 2.0.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot