Re: [PATCH] board: phytec: imx8mp: Add PHYTEC phyCORE-i.MX8MP support

2021-01-08 Thread Teresa Remmet
> > > +} > > > + > > > +#if CONFIG_SPL_LOAD_FIT > > > +int board_fit_config_name_match(const char *name) > > > +{ > > > + /* Just empty function now - can't decide what to choose */ > > > + debug("%s: %s\n", __func__, name); > > > + > > > + return 0; > > > +} > > > > This is also a dummy copied

Re: [PATCH] board: phytec: imx8mp: Add PHYTEC phyCORE-i.MX8MP support

2021-01-08 Thread Teresa Remmet
Hello Stefano, Am Donnerstag, den 07.01.2021, 16:13 +0100 schrieb Stefano Babic: > Hi Theresa, > > On 16.12.20 10:51, Teresa Remmet wrote: > > Add initial support PHYTEC phyCORE-i.MX8MP SOM. > > > > Supported features: > > - 2GB LPDDR4 RAM > > - eMMC > > - external SD > >

Re: [PATCH] board: phytec: imx8mp: Add PHYTEC phyCORE-i.MX8MP support

2021-01-07 Thread Stefano Babic
Hi Theresa, On 16.12.20 10:51, Teresa Remmet wrote: > Add initial support PHYTEC phyCORE-i.MX8MP SOM. > > Supported features: > - 2GB LPDDR4 RAM > - eMMC > - external SD > - debug UART2 > - watchdog > > Signed-off-by: Teresa Remmet > --- > arch/arm/dts/Makefile

[PATCH] board: phytec: imx8mp: Add PHYTEC phyCORE-i.MX8MP support

2020-12-16 Thread Teresa Remmet
Add initial support PHYTEC phyCORE-i.MX8MP SOM. Supported features: - 2GB LPDDR4 RAM - eMMC - external SD - debug UART2 - watchdog Signed-off-by: Teresa Remmet --- arch/arm/dts/Makefile|1 + arch/arm/dts/phycore-imx8mp-u-boot.dtsi |