RE: [EXT] Re: [PATCH v1 1/2] imx8mp: configs: add support for distro boot commands

2020-12-18 Thread Alice Guo (OSS)
> -Original Message- > From: Fabio Estevam > Sent: 2020年12月18日 18:59 > To: Alice Guo (OSS) > Cc: Stefano Babic ; Peng Fan ; > dl-uboot-imx ; Ye Li ; U-Boot-Denx > ; Alice Guo > Subject: [EXT] Re: [PATCH v1 1/2] imx8mp: configs: add support for distro boot >

Re: [PATCH v1 1/2] imx8mp: configs: add support for distro boot commands

2020-12-18 Thread Fabio Estevam
Hi Alice, On Thu, Dec 17, 2020 at 7:28 AM Alice Guo (OSS) wrote: > diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig > index cd5724e811..7831a940a3 100644 > --- a/configs/imx8mp_evk_defconfig > +++ b/configs/imx8mp_evk_defconfig > @@ -51,6 +51,8 @@ CONFIG_CMD_EXT2=y > CON

RE: [EXT] RE: [PATCH v1 1/2] imx8mp: configs: add support for distro boot commands

2020-12-17 Thread Alice Guo (OSS)
l.com; peng@nxp.com > > Cc: uboot-...@nxp.com; ye...@nxp.com; u-boot@lists.denx.de; Alice Guo > > > > Subject: [PATCH v1 1/2] imx8mp: configs: add support for distro boot > > commands > > > > From: Alice Guo > > > > Supported boot device types

RE: [PATCH v1 1/2] imx8mp: configs: add support for distro boot commands

2020-12-17 Thread ZHIZHIKIN Andrey
ubject: [PATCH v1 1/2] imx8mp: configs: add support for distro boot commands > > From: Alice Guo > > Supported boot device types in iMX8MP: MMC. > > CONFIG_CMD_PART is added for command part and CONFIG_CMD_FS_GENERIC > is for command fstype. > > scriptaddr is the location in

[PATCH v1 1/2] imx8mp: configs: add support for distro boot commands

2020-12-17 Thread Alice Guo (OSS)
From: Alice Guo Supported boot device types in iMX8MP: MMC. CONFIG_CMD_PART is added for command part and CONFIG_CMD_FS_GENERIC is for command fstype. scriptaddr is the location in RAM where boot.scr.uimg/boot.scr will be loaded to prior to execution. kernel_addr_r is the location in RAM where