[PATCH v4 1/1] imx8mn_var_som: Add support for Variscite VAR-SOM-MX8M-NANO board
Ariel D'Alessandro
ariel.dalessandro at collabora.com
Tue Nov 16 19:07:47 CET 2021
Hi Tom,
On 11/16/21 2:52 PM, Tom Rini wrote:
> On Tue, Nov 16, 2021 at 11:26:01AM -0300, Ariel D'Alessandro wrote:
>
>> Add support for iMX8MN VAR-SOM-MX8M-NANO board. Enables support for:
>>
>> - 1GiB DDR4 RAM
>> - 16 GiB eMMC
>> - SD card
>> - Gigabit ethernet
>> - USBOTG1 peripheral - fastboot
>>
>> Signed-off-by: Ariel D'Alessandro <ariel.dalessandro at collabora.com>
>> ---
>> arch/arm/dts/Makefile | 1 +
>> .../dts/imx8mn-var-som-symphony-u-boot.dtsi | 256 ++++++++
>> arch/arm/dts/imx8mn-var-som-symphony.dts | 240 ++++++++
>> arch/arm/dts/imx8mn-var-som.dtsi | 547 ++++++++++++++++++
>> arch/arm/mach-imx/imx8m/Kconfig | 9 +
>> board/variscite/imx8mn_var_som/Kconfig | 17 +
>> board/variscite/imx8mn_var_som/MAINTAINERS | 7 +
>> board/variscite/imx8mn_var_som/Makefile | 12 +
>> board/variscite/imx8mn_var_som/ddr4_timing.c | 528 +++++++++++++++++
>> .../variscite/imx8mn_var_som/imx8mn_var_som.c | 30 +
>> .../imx8mn_var_som/imximage-8mn-ddr4.cfg | 10 +
>> board/variscite/imx8mn_var_som/spl.c | 93 +++
>> configs/imx8mn_var_som_defconfig | 98 ++++
>> doc/board/variscite/imx8mn_var_som.rst | 56 ++
>> doc/board/variscite/index.rst | 9 +
>
> You need to update doc/board/index.rst as well, otherwise you get:
> Warning, treated as error:
> /home/trini/work/u-boot/u-boot/doc/board/variscite/index.rst:document isn't included in any toctree
> make[1]: *** [doc/Makefile:68: htmldocs] Error 2
> make: *** [Makefile:2250: htmldocs] Error 2
>
> The easiest way to test doc building is:
> $ virtualenv -p /usr/bin/python3 /tmp/venv
> $ ( . /tmp/venv/bin/activate ; pip install -r doc/sphinx/requirements.txt ; make htmldocs)
Fixed, thanks a lot for the patience :-)
More information about the U-Boot
mailing list