From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 13 Apr 2017 15:17:44 -0600 Subject: [U-Boot] [PATCH v5 4/7] board: sama5d4_xplained: enable early debug UART In-Reply-To: <20170413023122.23222-5-wenyou.yang@atmel.com> References: <20170413023122.23222-1-wenyou.yang@atmel.com> <20170413023122.23222-5-wenyou.yang@atmel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de On 12 April 2017 at 20:31, Wenyou Yang wrote: > Enable the early debug UART to debug problems when an ICE or other > debug mechanism is not available. > > Signed-off-by: Wenyou Yang > Reviewed-by: Andreas Bie=C3=9Fmann > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > board/atmel/sama5d4_xplained/sama5d4_xplained.c | 13 ++++++++++++- > configs/sama5d4_xplained_mmc_defconfig | 6 ++++++ > configs/sama5d4_xplained_nandflash_defconfig | 6 ++++++ > configs/sama5d4_xplained_spiflash_defconfig | 6 ++++++ > 4 files changed, 30 insertions(+), 1 deletion(-) > Applied to u-boot-dm, thanks!