[U-Boot] [PATCH RESEND 01/14] imx: i.MX7ULP: add get_boot_device

2019-08-05 Thread sbabic
> Add get_boot_device for i.MX7ULP > Signed-off-by: Peng Fan > Tested-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang

Re: [U-Boot] [PATCH RESEND 01/14] imx: i.MX7ULP: add get_boot_device

2019-08-05 Thread Stefano Babic
On 02/08/19 19:46, Fabio Estevam wrote: > Hi Stefano, > > On Sun, Jul 21, 2019 at 10:43 PM Fabio Estevam wrote: >> >> On Sun, Jul 21, 2019 at 10:24 PM Peng Fan wrote: >>> >>> Add get_boot_device for i.MX7ULP >>> >>> Signed-off-by: Peng Fan >> >> For the entire series: >> >> Tested-by: Fabio Est

Re: [U-Boot] [PATCH RESEND 01/14] imx: i.MX7ULP: add get_boot_device

2019-08-02 Thread Fabio Estevam
Hi Stefano, On Sun, Jul 21, 2019 at 10:43 PM Fabio Estevam wrote: > > On Sun, Jul 21, 2019 at 10:24 PM Peng Fan wrote: > > > > Add get_boot_device for i.MX7ULP > > > > Signed-off-by: Peng Fan > > For the entire series: > > Tested-by: Fabio Estevam > > Without this series I cannot boot Linux on

Re: [U-Boot] [PATCH RESEND 01/14] imx: i.MX7ULP: add get_boot_device

2019-07-21 Thread Fabio Estevam
On Sun, Jul 21, 2019 at 10:24 PM Peng Fan wrote: > > Add get_boot_device for i.MX7ULP > > Signed-off-by: Peng Fan For the entire series: Tested-by: Fabio Estevam Without this series I cannot boot Linux on imx7ulp-evk. With this series applied I can. Thanks ___

[U-Boot] [PATCH RESEND 01/14] imx: i.MX7ULP: add get_boot_device

2019-07-21 Thread Peng Fan
Add get_boot_device for i.MX7ULP Signed-off-by: Peng Fan --- arch/arm/include/asm/arch-mx7ulp/imx-regs.h | 13 + arch/arm/include/asm/arch-mx7ulp/sys_proto.h | 1 + arch/arm/mach-imx/mx7ulp/soc.c | 27 +++ 3 files changed, 41 insertions(+) dif