[PATCH 1/4] ARM: imx: Add bmode support for iMX7

2020-08-18 Thread sbabic
> Add the basic differentiation between i.MX6 and i.MX7 into the bmode > command, the mechanism really works almost the same on both platforms. > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: NXP i.MX U-Boot Team > Cc: Peng Fan > Cc: Stefano Babic Applied to u-boot-imx, master, thanks

Re: [PATCH 1/4] ARM: imx: Add bmode support for iMX7

2020-08-05 Thread Marek Vasut
On 8/5/20 4:54 PM, Stefano Babic wrote: [...] #define is_imx8qxp() (is_cpu_type(MXC_CPU_IMX8QXP)) #ifdef CONFIG_MX6 -#define IMX6_SRC_GPR10_BMODE BIT(28) +#define IMX6_SRC_GPR10_BMODE BIT(28) #define IMX6_BMODE_MASK

Re: [PATCH 1/4] ARM: imx: Add bmode support for iMX7

2020-08-05 Thread Stefano Babic
On 05.08.20 16:40, Marek Vasut wrote: > On 8/5/20 3:59 PM, Stefano Babic wrote: >> Hi Marek, > > Hi, > >> On 05.08.20 15:34, Marek Vasut wrote: >>> Add the basic differentiation between i.MX6 and i.MX7 into the bmode >>> command, the mechanism really works almost the same on both platforms. >>>

Re: [PATCH 1/4] ARM: imx: Add bmode support for iMX7

2020-08-05 Thread Marek Vasut
On 8/5/20 3:59 PM, Stefano Babic wrote: > Hi Marek, Hi, > On 05.08.20 15:34, Marek Vasut wrote: >> Add the basic differentiation between i.MX6 and i.MX7 into the bmode >> command, the mechanism really works almost the same on both platforms. >> >> Signed-off-by: Marek Vasut >> Cc: Fabio Estevam

Re: [PATCH 1/4] ARM: imx: Add bmode support for iMX7

2020-08-05 Thread Stefano Babic
Hi Marek, On 05.08.20 15:34, Marek Vasut wrote: > Add the basic differentiation between i.MX6 and i.MX7 into the bmode > command, the mechanism really works almost the same on both platforms. > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: NXP i.MX U-Boot Team > Cc: Peng Fan > Cc:

[PATCH 1/4] ARM: imx: Add bmode support for iMX7

2020-08-05 Thread Marek Vasut
Add the basic differentiation between i.MX6 and i.MX7 into the bmode command, the mechanism really works almost the same on both platforms. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: NXP i.MX U-Boot Team Cc: Peng Fan Cc: Stefano Babic --- arch/arm/include/asm/mach-imx/sys_proto.h | 6