Hi Stefano,
On 1/31/22 10:46, Stefano Babic wrote:
Hi Ariel,
On 31.01.22 14:36, Ariel D'Alessandro wrote:
Hi Tom,
Any reason why this is still pending?
Main reason is that I was (as IMX maintainer) on holiday, and I am just
since today back - and of course, I have a lot of things from my job to
do before.
So checking / applying U-Boot's patches is of course on my list, but it
still requires some time until I can take care of it.
Ah, I see :-) Cool, thanks for the quick answer.
Regards,
Ariel
Best regards,
Stefano
Thanks,
Ariel
On 1/4/22 11:10, Ariel D'Alessandro wrote:
Hi Tom,
On 1/4/22 10:56, Tom Rini wrote:
On Mon, Jan 03, 2022 at 05:55:21PM -0300, Ariel D'Alessandro wrote:
Gentle ping. Can we get this merged?
Does this need to be in for the v2022.01 release or can it wait for
v2022.04? Thanks.
No, there's no real rush for this to be in v2022.01. Just wanted to
know if there was any pending changes and get it approved. Thanks.
On 11/23/21 13:33, Ariel D'Alessandro wrote:
Changes in v6:
* Fixed typo in documentation.
* Removed downstream config option IMX8M_BOARD_INIT_DRAM.
Changes in v5:
* Fixed documentation.
Changes in v4:
* Added board documentation.
* Cleaned up board config.
Changes in v3:
* Picked device tree from kernel.
* Properly added MAINTAINERS entry.
* Removed CONFIG_SPL_BUILD anti-pattern in board config.
Changes in v2:
* Reordered dt properties alphabetically.
* Removed downstream stuff in bootargs.
* Fixed binman configuration.
* Several code styling fixes.
Ariel D'Alessandro (1):
imx8mn_var_som: Add support for Variscite VAR-SOM-MX8M-NANO board
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 | 8 +
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/index.rst | 1 +
doc/board/variscite/imx8mn_var_som.rst | 56 ++
doc/board/variscite/index.rst | 9 +
include/configs/imx8mn_var_som.h | 90 +++
17 files changed, 2003 insertions(+)
create mode 100644
arch/arm/dts/imx8mn-var-som-symphony-u-boot.dtsi
create mode 100644 arch/arm/dts/imx8mn-var-som-symphony.dts
create mode 100644 arch/arm/dts/imx8mn-var-som.dtsi
create mode 100644 board/variscite/imx8mn_var_som/Kconfig
create mode 100644 board/variscite/imx8mn_var_som/MAINTAINERS
create mode 100644 board/variscite/imx8mn_var_som/Makefile
create mode 100644 board/variscite/imx8mn_var_som/ddr4_timing.c
create mode 100644 board/variscite/imx8mn_var_som/imx8mn_var_som.c
create mode 100644
board/variscite/imx8mn_var_som/imximage-8mn-ddr4.cfg
create mode 100644 board/variscite/imx8mn_var_som/spl.c
create mode 100644 configs/imx8mn_var_som_defconfig
create mode 100644 doc/board/variscite/imx8mn_var_som.rst
create mode 100644 doc/board/variscite/index.rst
create mode 100644 include/configs/imx8mn_var_som.h