All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 10/11] arm64: zynqmp: Enable debug uart for zc1751 dc5
Date: Mon,  6 Nov 2017 13:02:46 +0100	[thread overview]
Message-ID: <6137cdfa0ad12bb315137c0c9bcc4a8628c7be6d.1509969762.git.michal.simek@xilinx.com> (raw)
In-Reply-To: <3133b3b4955ec21b2869136e7c13f69cb8c2caee.1509969762.git.michal.simek@xilinx.com>

Showing uart earlier.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig b/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
index c854ba76709c..0d0a5bcc8697 100644
--- a/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
+++ b/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig
@@ -5,6 +5,7 @@ CONFIG_SYS_TEXT_BASE=0x8000000
 CONFIG_SYS_MALLOC_F_LEN=0x8000
 CONFIG_IDENT_STRING=" Xilinx ZynqMP ZC1751 xm019 dc5"
 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zc1751-xm019-dc5"
+CONFIG_DEBUG_UART=y
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
@@ -39,4 +40,8 @@ CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_ZYNQ=y
 CONFIG_DM_ETH=y
 CONFIG_ZYNQ_SERIAL=y
+CONFIG_DEBUG_UART_ZYNQ=y
+CONFIG_DEBUG_UART_BASE=0xff000000
+CONFIG_DEBUG_UART_CLOCK=100000000
+CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
-- 
1.9.1

  parent reply	other threads:[~2017-11-06 12:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-06 12:02 [U-Boot] [PATCH 01/11] arm64: zynqmp: Remove slcr with mio status pin detection Michal Simek
2017-11-06 12:02 ` [U-Boot] [PATCH 02/11] arm64: zynqmp: mp: Correct the R5 release sequence Michal Simek
2017-11-06 12:02 ` [U-Boot] [PATCH 03/11] arm64: zynqmp: Provide a Kconfig option to use specified memory for MMU table Michal Simek
2017-11-06 12:02 ` [U-Boot] [PATCH 04/11] tools: mkimage: Extend mkimage to also include pmufw Michal Simek
2017-11-20 15:38   ` Simon Glass
2017-11-21 11:58     ` Michal Simek
2017-11-06 12:02 ` [U-Boot] [PATCH 05/11] arm64: zynqmp: Enable config DEFINE_TCM_OCM_MMAP if CONFIG_MP defined Michal Simek
2017-11-06 12:02 ` [U-Boot] [PATCH 06/11] arm64: zynqmp: Add SD1 level shifter mode to alternative selection Michal Simek
2017-11-06 12:02 ` [U-Boot] [PATCH 07/11] arm64: zynqmp: Use u32 type instead of uint32_t Michal Simek
2017-11-06 12:02 ` [U-Boot] [PATCH 08/11] arm64: zynqmp: Add support for CG/EG/EV device detection Michal Simek
2017-11-06 12:02 ` [U-Boot] [PATCH 09/11] arm64: zynqmp: Add new ID for RFSoC Michal Simek
2017-11-06 12:02 ` Michal Simek [this message]
2017-11-06 12:02 ` [U-Boot] [PATCH 11/11] arm64: zynqmp: Wire QSPI boot mode for SPL Michal Simek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6137cdfa0ad12bb315137c0c9bcc4a8628c7be6d.1509969762.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.