public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Really complete SPL & u-boot log on all consoles
@ 2015-01-13 12:30 Siarhei Siamashka
  2015-01-13 12:30 ` [U-Boot] [PATCH 1/2] console: Allow pre-console buffer to also extract SPL log messages Siarhei Siamashka
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Siarhei Siamashka @ 2015-01-13 12:30 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-01-17  3:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 12:30 [U-Boot] [PATCH 0/2] Really complete SPL & u-boot log on all consoles Siarhei Siamashka
2015-01-13 12:30 ` [U-Boot] [PATCH 1/2] console: Allow pre-console buffer to also extract SPL log messages Siarhei Siamashka
2015-01-13 21:15   ` Simon Glass
2015-01-13 12:30 ` [U-Boot] [PATCH 2/2] sunxi: Enable SPL pre-console buffer Siarhei Siamashka
2015-01-14  8:17 ` [U-Boot] [PATCH 0/2] Really complete SPL & u-boot log on all consoles Hans de Goede
2015-01-14 12:57   ` Siarhei Siamashka
2015-01-14 14:28     ` Hans de Goede
2015-01-14 14:59     ` Simon Glass
2015-01-14 15:27     ` Tom Rini
2015-01-17  3:50       ` Siarhei Siamashka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox