| /rk3399_rockchip-uboot/arch/sh/include/asm/ |
| H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/arch/microblaze/include/asm/ |
| H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/arch/powerpc/include/asm/ |
| H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | global_data.h | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/common/ |
| H A D | console.c | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 9558b48af006a34d3ab7f0bd13a76b97acd45e47 Thu Sep 01 00:48:27 UTC 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.
|