[U-Boot] [PATCH 1/2] x86: baytrail: Introduce a Kconfig option for the internal UART
Bin Meng
bmeng.cn at gmail.com
Fri Jun 17 06:42:16 CEST 2016
On Fri, Jun 17, 2016 at 11:51 AM, Simon Glass <sjg at chromium.org> wrote:
> On 14 June 2016 at 22:33, Bin Meng <bmeng.cn at gmail.com> wrote:
>> There are quite a number of BayTrail boards that uses an external
>> SuperIO chipset to provide the legacy UART. For such cases, it's
>> better to have a Kconfig option to enable the internal UART.
>>
>> So far BayleyBay and MinnowMax boards are using internal UART as
>> the U-Boot console, enable this on these two boards.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> arch/x86/cpu/baytrail/Kconfig | 11 +++++++++++
>> configs/bayleybay_defconfig | 1 +
>> configs/minnowmax_defconfig | 1 +
>> 3 files changed, 13 insertions(+)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list