[U-Boot] [PATCH 0/2] Really complete SPL & u-boot log on all consoles

Siarhei Siamashka siarhei.siamashka at gmail.com
Tue Jan 13 13:30:08 CET 2015


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



More information about the U-Boot mailing list