From mboxrd@z Thu Jan 1 00:00:00 1970 From: kunhuauang Date: Mon, 11 May 2015 03:43:50 +0800 Subject: [U-Boot] [U-Boot,v2] stm32f4: add serial print port In-Reply-To: <20150510140845.GQ5267@bill-the-cat> References: <1430161279-15774-1-git-send-email-huangkunhua@gmail.com> <20150510140845.GQ5267@bill-the-cat> Message-ID: <20150510194350.GA24664@kunhua.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi~ Sorry about the mistake of this patch. This patch has already include "[PATCH v2] stm32f4: fix serial output". If adopt this patch, patch "[PATCH v2] stm32f4: fix serial output" need to be discarded. On Sun, May 10, 2015 at 10:08:45AM -0400, Tom Rini wrote: > On Tue, Apr 28, 2015 at 03:01:19AM +0800, kunhuahuang wrote: > > > Add the stm32F4 board's serial ports support. > > User can use it easily. > > The user only need to edit the number of the usart. > > The patch also fix the serial print out. > > > > Last, this version of patch fix the first patch checkpatch.pl error. > > Thanks to Kamil Lulko. > > > > Signed-off-by: kunhuahuang > > Applied to u-boot/master, thanks! > > -- > Tom Thanks.