• S
    binman: Add a new 'image-pos' property · dbf6be9f
    Simon Glass 提交于
    At present each entry has an offset within its parent section. This is
    useful for figuring out how entries relate to one another. However it
    is sometimes necessary to locate an entry within an image, regardless
    of which sections it is nested inside.
    
    Add a new 'image-pos' property to provide this information. Also add
    some documentation for the -u option binman provides, which updates the
    device tree with final entry information.
    
    Since the image position is a better symbol to use for the position of
    U-Boot as obtained by SPL, update the SPL symbols to use this instead of
    offset, which might be incorrect if hierarchical sections are used.
    Signed-off-by: NSimon Glass <sjg@chromium.org>
    dbf6be9f
README 26.9 KB