Home
last modified time | relevance | path

Searched hist:"9558 b48af006a34d3ab7f0bd13a76b97acd45e47" (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dglobal_data.h9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dglobal_data.h9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/arch/m68k/include/asm/
H A Dglobal_data.h9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/arch/nios2/include/asm/
H A Dglobal_data.h9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/arch/mips/include/asm/
H A Dglobal_data.h9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/arch/x86/include/asm/
H A Dglobal_data.h9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dglobal_data.h9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/arch/arm/include/asm/
H A Dglobal_data.h9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/common/
H A Dconsole.c9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.
/openbmc/u-boot/
H A DREADME9558b48af006a34d3ab7f0bd13a76b97acd45e47 Wed Aug 31 19:48:27 CDT 2011 Graeme Russ <graeme.russ@gmail.com> 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.