From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Fri, 30 Aug 2019 08:10:33 +0000 Subject: [U-Boot] [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board In-Reply-To: References: <20190828124655.18023-1-oliver.graute@kococonnector.com> <20190828124655.18023-2-oliver.graute@kococonnector.com> <20190830074722.GA23537@optiplex> Message-ID: <20190830081032.GB23537@optiplex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30/08/19, Peng Fan wrote: > > Subject: Re: [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board > > > > On 30/08/19, Peng Fan wrote: > > > > Subject: [PATCH v2] imx: support i.MX8QM ROM 7720 a1 board > > > > > > > > Add i.MX8QM ROM 7720a1 board support > > > > > > > > Boot log as below: > > > > U-Boot 2019.07-00001-g6c912ea4d4 (Aug 28 2019 - 13:01:45 +0200) > > > > > > > > CPU: NXP i.MX8QM RevB A53 at 1200 MHz > > > > > > > > Model: Advantech iMX8QM Qseven series > > > > Board: ROM-7720-A1 4GB > > > > Build: SCFW 65afe5f6 > > > > Boot: SD2 > > > > DRAM: 3.9 GiB > > > > MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 > > > > Loading Environment from MMC... OK > > > > In: serial at 5a060000 > > > > Out: serial at 5a060000 > > > > Err: serial at 5a060000 > > > > Net: eth0: ethernet at 5b040000Could not get PHY for FEC1: addr 1 > > > > , eth-1: ethernet at 5b050000 > > > > Hit any key to stop autoboot: 0 > > > > > > > > Signed-off-by: Oliver Graute > > > > Cc: Stefano Babic > > > > Cc: Fabio Estevam > > > > Cc: Peng Fan > > > > Cc: Simon Glass > > > > Cc: Ye Li > > > > Cc: uboot-imx > > > > --- > > > > > > > > These changes are based on this vendor tree: > > > > > > Please use imx/master or upstream master branch for your development. > > > > ok I can apply the Patch on imx custodian tree. But I run into some wired > > linking errors. For the first there exist already a patch from Igor which is not > > applied in tree yet. > > > > > > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.d > > enx.de%2Fpipermail%2Fu-boot%2F2019-August%2F380468.html&data= > > 02%7C01%7Cpeng.fan%40nxp.com%7Cdb77a2fa070947d5750f08d72d1f91c8 > > %7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C1%7C637027485924189 > > 364&sdata=5C0gakvz584z8HUpPfp1NZ4YhW9etYixErARrEQwr8s%3D&a > > mp;reserved=0 > > > > The next errors are multiple defintions of some functions: > > > > drivers/mmc/fsl_esdhc_imx.o: In function `fdt_fixup_esdhc': > > /home/graute/test/u-boot-imx/drivers/mmc/fsl_esdhc_imx.c:1382: multiple > > definition of `fdt_fixup_esdhc' > > Please not enable FSL_ESDHC and FSL_ESDHC_IMX both. Only FSL_ESDHC_IMX is > ok. thx for the fast reply. That hint worked. Best regards, Oliver