From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 20 Sep 2015 14:03:06 +0800 Subject: [U-Boot] [PATCH v5] nios2: convert altera_jtag_uart to driver model In-Reply-To: <55FE2680.5040407@wytron.com.tw> References: <1442302126-9104-1-git-send-email-thomas@wytron.com.tw> <1442557429-11055-1-git-send-email-thomas@wytron.com.tw> <55FE2680.5040407@wytron.com.tw> Message-ID: <55FE4C1A.1070200@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 09/20/2015 11:22 AM, Thomas Chou wrote: > Hi Simon, > > On 09/20/2015 05:55 AM, Simon Glass wrote: >> Actually I have one more comment - consider implementing >> CONFIG_DEBUG_UART in this driver. That way you can have UART output >> before driver model is ready. > > Thanks a lot for your helpful reviews and suggestions. I will add the > early debug to both altera jtag uart and uart. I added the early debug uart. But how can I test it? Is there a DEBUG definition that I can test the output of early debug? Best regards, Thomas Chou