Re: [PATCH v2 2/3] binman: Respect pad-before property of section subentries

2020-09-01 Thread Simon Glass
On Mon, 31 Aug 2020 at 03:59, Alper Nebi Yasak wrote: > > Other relevant properties (pad-after, offset, size, align, align-size, > align-end) already work since Pack() sets correct ranges for subentries' > data (.offset, .size variables), but some padding here is necessary to > align the data with

Re: [PATCH v2 2/3] binman: Respect pad-before property of section subentries

2020-08-31 Thread Simon Glass
On Mon, 31 Aug 2020 at 03:59, Alper Nebi Yasak wrote: > > Other relevant properties (pad-after, offset, size, align, align-size, > align-end) already work since Pack() sets correct ranges for subentries' > data (.offset, .size variables), but some padding here is necessary to > align the data with

[PATCH v2 2/3] binman: Respect pad-before property of section subentries

2020-08-31 Thread Alper Nebi Yasak
Other relevant properties (pad-after, offset, size, align, align-size, align-end) already work since Pack() sets correct ranges for subentries' data (.offset, .size variables), but some padding here is necessary to align the data within this range to match the pad-before property. Signed-off-by: A