On Fri, Apr 26, 2019 at 11:59 AM Simon Glass <s...@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.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
> Changes in v2:
> - Fix map output when section offset is not set (make it 0)
> - Add a test for sections with offsets
>
>  tools/binman/README                       |  7 +++++
>  tools/binman/bsection.py                  |  9 +++---
>  tools/binman/etype/section.py             |  3 +-
>  tools/binman/ftest.py                     | 18 ++++++++++++
>  tools/binman/test/101_sections_offset.dts | 35 +++++++++++++++++++++++
>  5 files changed, 67 insertions(+), 5 deletions(-)
>  create mode 100644 tools/binman/test/101_sections_offset.dts
>

Reviewed-by: Bin Meng <bmeng...@gmail.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to