Re: [U-Boot] [PATCH 3/4] imx: hab: Specify IVT padding size

2018-03-20 Thread Bryan O'Donoghue
On 20/03/18 01:53, Breno Matheus Lima wrote: Hi Bryan, 2018-03-17 8:06 GMT-03:00 Bryan O'Donoghue : On 15/03/18 16:54, Breno Matheus Lima wrote: Hi Bryan, 2018-03-09 14:35 GMT-03:00 Bryan O'Donoghue : This patch adds IVT_PAD_SIZE

Re: [U-Boot] [PATCH 3/4] imx: hab: Specify IVT padding size

2018-03-19 Thread Breno Matheus Lima
Hi Bryan, 2018-03-17 8:06 GMT-03:00 Bryan O'Donoghue : > > > On 15/03/18 16:54, Breno Matheus Lima wrote: >> >> Hi Bryan, >> >> 2018-03-09 14:35 GMT-03:00 Bryan O'Donoghue : >>> >>> This patch adds IVT_PAD_SIZE at 0xC00. The IVT header is

Re: [U-Boot] [PATCH 3/4] imx: hab: Specify IVT padding size

2018-03-17 Thread Bryan O'Donoghue
On 15/03/18 16:54, Breno Matheus Lima wrote: Hi Bryan, 2018-03-09 14:35 GMT-03:00 Bryan O'Donoghue : This patch adds IVT_PAD_SIZE at 0xC00. The IVT header is padded to this size. Defining the size explicitly makes it possible to use the define to locate the

Re: [U-Boot] [PATCH 3/4] imx: hab: Specify IVT padding size

2018-03-15 Thread Breno Matheus Lima
Hi Bryan, 2018-03-09 14:35 GMT-03:00 Bryan O'Donoghue : > This patch adds IVT_PAD_SIZE at 0xC00. The IVT header is padded to this > size. Defining the size explicitly makes it possible to use the define to > locate the start/end of an IVT header without using magic

[U-Boot] [PATCH 3/4] imx: hab: Specify IVT padding size

2018-03-09 Thread Bryan O'Donoghue
This patch adds IVT_PAD_SIZE at 0xC00. The IVT header is padded to this size. Defining the size explicitly makes it possible to use the define to locate the start/end of an IVT header without using magic numbers in code. Signed-off-by: Bryan O'Donoghue Cc: Utkarsh