summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-01-26 18:27:07 -0700
committerSimon Glass <sjg@chromium.org>2015-02-19 06:20:25 -0700
commit2f964aa7b1bf7de50587a1864cf60d187ebefb2c (patch)
tree327538419b445e03d57685b0cce6f518577c42a6 /configs
parentba25779384671c533a778e53d59fe3f317bfefa8 (diff)
downloadblackbird-obmc-uboot-2f964aa7b1bf7de50587a1864cf60d187ebefb2c.tar.gz
blackbird-obmc-uboot-2f964aa7b1bf7de50587a1864cf60d187ebefb2c.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/minnowmax_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 7bc9085b32..d12428996d 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -7,7 +7,5 @@ CONFIG_DEFAULT_DEVICE_TREE="minnowmax"
CONFIG_VIDEO_X86=y
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
-CONFIG_DEBUG_UART_NS16550=y
-CONFIG_DEBUG_UART=y
CONFIG_MMCONF_BASE_ADDRESS=0xe0000000
CONFIG_HAVE_INTEL_ME=y
OpenPOWER on IntegriCloud