Searched hist:"2 f964aa7b1bf7de50587a1864cf60d187ebefb2c" (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | debug_uart.h | 2f964aa7b1bf7de50587a1864cf60d187ebefb2c Tue Jan 27 01:27:07 UTC 2015 Simon Glass <sjg@chromium.org> serial: Support an early UART for debugging
This came up in a discussion on the mailing list here:
https://patchwork.ozlabs.org/patch/384613/
My concerns at the time were: - it doesn't need to be written in assembler - it doesn't need to be ARM-specific
This patch provides a possible alternative. It works by allowing any serial driver to export one init function and provide a putc() function. These can be used to output debug data before the real serial driver is available.
This implementation does not depend on driver model, and it is possible for it to operate without a stack on some architectures (e.g. PowerPC, ARM). It provides the same features as the ARM-specific debug.S but with more UART and architecture support.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | Kconfig | 2f964aa7b1bf7de50587a1864cf60d187ebefb2c Tue Jan 27 01:27:07 UTC 2015 Simon Glass <sjg@chromium.org> serial: Support an early UART for debugging
This came up in a discussion on the mailing list here:
https://patchwork.ozlabs.org/patch/384613/
My concerns at the time were: - it doesn't need to be written in assembler - it doesn't need to be ARM-specific
This patch provides a possible alternative. It works by allowing any serial driver to export one init function and provide a putc() function. These can be used to output debug data before the real serial driver is available.
This implementation does not depend on driver model, and it is possible for it to operate without a stack on some architectures (e.g. PowerPC, ARM). It provides the same features as the ARM-specific debug.S but with more UART and architecture support.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | minnowmax_defconfig | 2f964aa7b1bf7de50587a1864cf60d187ebefb2c Tue Jan 27 01:27:07 UTC 2015 Simon Glass <sjg@chromium.org> serial: Support an early UART for debugging
This came up in a discussion on the mailing list here:
https://patchwork.ozlabs.org/patch/384613/
My concerns at the time were: - it doesn't need to be written in assembler - it doesn't need to be ARM-specific
This patch provides a possible alternative. It works by allowing any serial driver to export one init function and provide a putc() function. These can be used to output debug data before the real serial driver is available.
This implementation does not depend on driver model, and it is possible for it to operate without a stack on some architectures (e.g. PowerPC, ARM). It provides the same features as the ARM-specific debug.S but with more UART and architecture support.
Signed-off-by: Simon Glass <sjg@chromium.org>
|