u-boot-brain/arch/sparc
Graeme Russ 9558b48af0 console: Implement pre-console buffer
Allow redirection of console output prior to console initialisation to a
temporary buffer.

To enable this functionality, the board (or arch) must define:
 - CONFIG_PRE_CONSOLE_BUFFER - Enable pre-console buffer
 - CONFIG_PRE_CON_BUF_ADDR - Base address of pre-console buffer
 - CONFIG_PRE_CON_BUF_SZ - Size of pre-console buffer (in bytes)

The pre-console buffer will buffer the last CONFIG_PRE_CON_BUF_SZ bytes
Any earlier characters are silently dropped.
2011-10-05 22:03:09 +02:00
..
cpu Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
include/asm console: Implement pre-console buffer 2011-10-05 22:03:09 +02:00
lib Timer: Remove reset_timer() for non-Nios2 arches 2011-07-26 14:53:30 +02:00
config.mk Make STANDALONE_LOAD_ADDR configurable per board 2011-04-12 22:58:32 +02:00