
22 Feb
2019
22 Feb
'19
8:18 a.m.
Hi Simon,
On Wed, Jan 30, 2019 at 12:00 PM Simon Glass sjg@chromium.org wrote:
At present sections are always placed automatically. Even if an 'offset' property is provided it is ignored. Update the logic to support an offset for sections.
Note: Needs a test updates
Signed-off-by: Simon Glass sjg@chromium.org
tools/binman/bsection.py | 5 +++-- tools/binman/etype/section.py | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
x86 is not using 'offset' in section so it should be fine. I think we will need update tools/binman/README to document 'offset' too.
Regards, Bin