[U-Boot] [PATCH v3 1/7] i.MX6: board: Add BTicino i.MX6DL Mamoj initial support
Jagan Teki
jagannadh.teki at gmail.com
Fri May 18 04:46:01 UTC 2018
On Thu, May 17, 2018 at 3:16 PM, Stefano Babic <sbabic at denx.de> wrote:
> Hi Jagan,
>
> On 07/05/2018 07:51, Jagan Teki wrote:
>> Add initial support for i.MX6DL BTicino Mamoj board.
>>
>> Mamoh board added:
>> - SPL
>> - SPL_DM
>> - SPL_OF_CONTROL
>> - DM for U-Boot proper
>> - OF_CONTROL for U-Boot proper
>> - eMMC
>> - FEC
>> - Boot from eMMC
>> - Boot from USB SDP
>>
>> Signed-off-by: Simone CIANNI <simone.cianni at bticino.it>
>> Signed-off-by: Raffaele RECALCATI <raffaele.recalcati at bticino.it>
>> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
>> ---
>> arch/arm/dts/Makefile | 1 +
>> arch/arm/dts/imx6dl-mamoj-u-boot.dtsi | 15 ++++
>> arch/arm/dts/imx6dl-mamoj.dts | 84 ++++++++++++++++++
>> arch/arm/mach-imx/mx6/Kconfig | 29 ++++++
>> board/bticino/mamoj/Kconfig | 12 +++
>> board/bticino/mamoj/MAINTAINERS | 10 +++
>> board/bticino/mamoj/Makefile | 8 ++
>> board/bticino/mamoj/README | 60 +++++++++++++
>> board/bticino/mamoj/mamoj.c | 27 ++++++
>> board/bticino/mamoj/spl.c | 161 ++++++++++++++++++++++++++++++++++
>> configs/imx6dl_mamoj_defconfig | 39 ++++++++
>> include/configs/imx6dl-mamoj.h | 88 +++++++++++++++++++
>> 12 files changed, 534 insertions(+)
>> create mode 100644 arch/arm/dts/imx6dl-mamoj-u-boot.dtsi
>> create mode 100644 arch/arm/dts/imx6dl-mamoj.dts
>> create mode 100644 board/bticino/mamoj/Kconfig
>> create mode 100644 board/bticino/mamoj/MAINTAINERS
>> create mode 100644 board/bticino/mamoj/Makefile
>> create mode 100644 board/bticino/mamoj/README
>> create mode 100644 board/bticino/mamoj/mamoj.c
>> create mode 100644 board/bticino/mamoj/spl.c
>> create mode 100644 configs/imx6dl_mamoj_defconfig
>> create mode 100644 include/configs/imx6dl-mamoj.h
>>
>> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
>> index 389ca63717..289e11551a 100644
>> --- a/arch/arm/dts/Makefile
>> +++ b/arch/arm/dts/Makefile
>> @@ -399,6 +399,7 @@ dtb-$(CONFIG_MX6QDL) += \
>> imx6dl-icore.dtb \
>> imx6dl-icore-mipi.dtb \
>> imx6dl-icore-rqs.dtb \
>> + imx6dl-mamoj.dtb \
>> imx6q-cm-fx6.dtb \
>> imx6q-icore.dtb \
>> imx6q-icore-mipi.dtb \
>> diff --git a/arch/arm/dts/imx6dl-mamoj-u-boot.dtsi b/arch/arm/dts/imx6dl-mamoj-u-boot.dtsi
>> new file mode 100644
>> index 0000000000..d4c3c0bdf0
>> --- /dev/null
>> +++ b/arch/arm/dts/imx6dl-mamoj-u-boot.dtsi
>> @@ -0,0 +1,15 @@
>> +/*
>> + * Copyright (C) 2018 Jagan Teki <jagan at amarulasolutions.com>
>> + *
>> + * SPDX-License-Identifier: GPL-2.0+
>> + */
>> +
>> +#include "imx6qdl-u-boot.dtsi"
>
> Something wrong here - this file is not part of the patchset. Should be
> this imx6qdl.dtsi ?
No, I've mentioned in previous version this series has dependency with
another patch-set [1]
[1] https://patchwork.ozlabs.org/cover/897156/
Jagan.
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
More information about the U-Boot
mailing list