Hi,

        I tested this set on my LS1021ATWR board. NOR boot using DUART as 
serial output is ok. But NOR boot using LPUART as serial output failed. How 
about your test result?


Best Regards,
Alison Wang

> -----Original Message-----
> From: Bin Meng [mailto:bmeng...@gmail.com]
> Sent: Thursday, December 31, 2015 4:53 PM
> To: Simon Glass; Yusong Sun; Alison Wang; U-Boot Mailing List
> Subject: [PATCH 0/8] arm: ls1021atwr: Convert to driver model and enable
> serial support
> 
> This series converts Freescale LS1021A-TWR board to driver model.
>   - Enable ns16550 serial driver on ls1021atwr_nor configuration
>   - Convert LPUART serial driver to driver model
>   - Enable LPUART serial driver on ls1021atwr_nor_lpuart configuration
> 
> 
> Bin Meng (8):
>   fdt: Fix up stdout correctly in fdt_fixup_stdout()
>   arm: ls1021atwr: Convert to driver model and enable serial support
>   serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
>   serial: lpuart: Fix several cosmetic issues
>   serial: lpuart: Call local version of setbrg and putc directly
>   serial: lpuart: Prepare the driver for DM conversion
>   serial: lpuart: Add driver model serial support
>   arm: ls1021atwr: Enable driver model lpuart serial driver
> 
>  arch/arm/dts/ls1021a-twr.dts                 |   8 +
>  arch/arm/dts/ls1021a.dtsi                    |   4 -
>  common/fdt_support.c                         |  16 +-
>  configs/colibri_vf_defconfig                 |   1 +
>  configs/colibri_vf_dtb_defconfig             |   1 +
>  configs/ls1021aqds_ddr4_nor_lpuart_defconfig |   1 +
>  configs/ls1021aqds_nor_lpuart_defconfig      |   1 +
>  configs/ls1021atwr_nor_defconfig             |   4 +
>  configs/ls1021atwr_nor_lpuart_defconfig      |   5 +
>  configs/pcm052_defconfig                     |   1 +
>  configs/vf610twr_defconfig                   |   1 +
>  configs/vf610twr_nand_defconfig              |   1 +
>  doc/driver-model/serial-howto.txt            |   1 -
>  drivers/serial/Kconfig                       |   6 +
>  drivers/serial/serial_lpuart.c               | 334
> +++++++++++++++++++++------
>  include/configs/colibri_vf.h                 |   1 -
>  include/configs/ls1021aqds.h                 |   1 -
>  include/configs/ls1021atwr.h                 |   3 +-
>  include/configs/pcm052.h                     |   1 -
>  include/configs/vf610twr.h                   |   1 -
>  20 files changed, 298 insertions(+), 94 deletions(-)
> 
> --
> 1.8.2.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to