[U-Boot] [PATCH 1/2 v3] x86: Add DFI BT700 BayTrail board support

Bin Meng bmeng.cn at gmail.com
Mon Aug 15 11:27:42 CEST 2016


Hi Stefan,

On Mon, Aug 15, 2016 at 5:11 PM, Stefan Roese <sr at denx.de> wrote:
> Hi Bin,
>
>
> On 12.08.2016 04:41, Bin Meng wrote:
>>
>> On Fri, Aug 12, 2016 at 9:44 AM, Bin Meng <bmeng.cn at gmail.com> wrote:
>>>
>>> On Tue, Jul 19, 2016 at 1:51 PM, Stefan Roese <sr at denx.de> wrote:
>>>>
>>>> This patch adds support for the DFI BayTrail BT700 QSeven SoM installed
>>>> on the DFI Q7X-151 baseboard. The baseboard is equipped with the Nuvoton
>>>> NCT6102D Super IO chip providing the UART as console.
>>>>
>>>> Signed-off-by: Stefan Roese <sr at denx.de>
>>>> Cc: Simon Glass <sjg at chromium.org>
>>>> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
>>>> ---
>>>> v3:
>>>> - Change comment Winbond > Nuvoton
>>>> - Remove unneeded compatible property in HS-UART DTS node
>>>>
>>>> v2:
>>>> - Added missing text to Kconfig entry
>>>>
>>>>  arch/x86/Kconfig                          |   4 +
>>>>  arch/x86/dts/Makefile                     |   1 +
>>>>  arch/x86/dts/dfi-bt700-q7x-151.dts        |  22 +++
>>>>  arch/x86/dts/dfi-bt700.dtsi               | 308
>>>> ++++++++++++++++++++++++++++++
>>>>  board/dfi/Kconfig                         |  29 +++
>>>>  board/dfi/dfi-bt700/Kconfig               |  28 +++
>>>>  board/dfi/dfi-bt700/MAINTAINERS           |   8 +
>>>>  board/dfi/dfi-bt700/Makefile              |   8 +
>>>>  board/dfi/dfi-bt700/acpi/mainboard.asl    |  13 ++
>>>>  board/dfi/dfi-bt700/dfi-bt700.c           |  30 +++
>>>>  board/dfi/dfi-bt700/dsdt.asl              |  14 ++
>>>>  board/dfi/dfi-bt700/start.S               |   9 +
>>>>  configs/dfi-bt700-internal-uart_defconfig |  61 ++++++
>>>>  configs/dfi-bt700-q7x-151_defconfig       |  63 ++++++
>>>>  include/configs/dfi-bt700.h               |  74 +++++++
>>>>  15 files changed, 672 insertions(+)
>>>>  create mode 100644 arch/x86/dts/dfi-bt700-q7x-151.dts
>>>>  create mode 100644 arch/x86/dts/dfi-bt700.dtsi
>>>>  create mode 100644 board/dfi/Kconfig
>>>>  create mode 100644 board/dfi/dfi-bt700/Kconfig
>>>>  create mode 100644 board/dfi/dfi-bt700/MAINTAINERS
>>>>  create mode 100644 board/dfi/dfi-bt700/Makefile
>>>>  create mode 100644 board/dfi/dfi-bt700/acpi/mainboard.asl
>>>>  create mode 100644 board/dfi/dfi-bt700/dfi-bt700.c
>>>>  create mode 100644 board/dfi/dfi-bt700/dsdt.asl
>>>>  create mode 100644 board/dfi/dfi-bt700/start.S
>>>>  create mode 100644 configs/dfi-bt700-internal-uart_defconfig
>>>>  create mode 100644 configs/dfi-bt700-q7x-151_defconfig
>>>>  create mode 100644 include/configs/dfi-bt700.h
>>>>
>>>
>>> applied to u-boot-x86, thanks!
>>
>>
>> Unfortunately the dfi-bt700-internal-uart_defconfig does not build.
>> Can you please look at this?
>>
>> +
>> +Device Tree Source is not correctly specified.
>> +Please define 'CONFIG_DEFAULT_DEVICE_TREE'
>> +or build with 'DEVICE_TREE=<device_tree>' argument
>> +make[2]: *** [arch/x86/dts/dfi-bt700.dtb] Error 1
>> +make[1]: *** [dts/dt.dtb] Error 2
>>
>> Also buildman reports the following warnings:
>>
>> WARNING: no status info for 'theadorable-x86-dfi-bt700'
>> WARNING: no maintainers for 'theadorable-x86-dfi-bt700'
>> WARNING: no status info for 'dfi-bt700-internal-uart'
>> WARNING: no maintainers for 'dfi-bt700-internal-uart'
>>
>> WARNING: no status info for 'conga-qeval20-qa3-e3845-internal-uart'
>> WARNING: no maintainers for 'conga-qeval20-qa3-e3845-internal-uart'
>>
>> Can you please fix these too?
>
>
> Sorry for the problems. I'm just back from vacation and will take
> a look at it today.

Thanks for checking. Please post new version patches with the
additional changes and I will re-apply them.

Regards,
Bin


More information about the U-Boot mailing list