/openbmc/u-boot/arch/sh/include/asm/ |
H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | console.c | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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 D | README | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 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.
|