Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check

2017-05-18 Thread Stefano Babic
On 18/05/2017 10:51, Peng Fan wrote: >> Patches 1..11 are free of comments. I am merging them and I will send PR to >> Tom for inclusion after my build test. I will just let this last one out. > > It is ok for me to let this out. Thanks. ok - just check with patch I send today to fix the "secure"

Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check

2017-05-18 Thread Peng Fan
> -Original Message- > From: Stefano Babic [mailto:sba...@denx.de] > Sent: Thursday, May 18, 2017 4:20 PM > To: Peng Fan ; Fabio Estevam > Cc: Stefano Babic ; U-Boot-Denx > Subject: Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision > check >

Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check

2017-05-18 Thread Stefano Babic
Hi Peng, On 18/04/2017 02:54, Peng Fan wrote: > Hi Fabio, > >> -Original Message- >> From: Fabio Estevam [mailto:feste...@gmail.com] >> Sent: Monday, April 17, 2017 11:00 PM >> To: Peng Fan >> Cc: Stefano Babic ; U-Boot-Denx >> Subject: Re:

Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check

2017-05-11 Thread Peng Fan
Hi Stefano, > -Original Message- > From: Stefano Babic [mailto:sba...@denx.de] > Sent: Thursday, May 11, 2017 7:33 PM > To: Peng Fan ; Fabio Estevam > Cc: Stefano Babic ; U-Boot-Denx > Subject: Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision &g

Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check

2017-05-11 Thread Stefano Babic
Hi Peng, On 18/04/2017 02:54, Peng Fan wrote: > Hi Fabio, > >> -Original Message- >> From: Fabio Estevam [mailto:feste...@gmail.com] >> Sent: Monday, April 17, 2017 11:00 PM >> To: Peng Fan >> Cc: Stefano Babic ; U-Boot-Denx >> Subject: Re:

Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check

2017-04-17 Thread Peng Fan
Hi Fabio, > -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Monday, April 17, 2017 11:00 PM > To: Peng Fan > Cc: Stefano Babic ; U-Boot-Denx > Subject: Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision > check > >

Re: [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check

2017-04-17 Thread Fabio Estevam
On Thu, Apr 13, 2017 at 3:10 AM, Peng Fan wrote: > +#define BOARD_REV_C 0x300 > +#define BOARD_REV_B 0x200 > +#define BOARD_REV_A 0x100 > + > +static int mx7sabre_rev(void) > +{ > + /* > +* Get Board ID information from OCOTP_GP1[15:8] > +* i.MX7D SDB RevA: 0x41 > +

[U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check

2017-04-12 Thread Peng Fan
Add board revision check Signed-off-by: Peng Fan --- board/freescale/mx7dsabresd/mx7dsabresd.c | 59 ++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c index ecea5a5.