Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    8f1da50c
    binman: Refactor much of the image code into 'section' · 8f1da50c
    Simon Glass authored
    
    We want to support multiple sections within a single image. To do this,
    move most of the Image class implementation into a new Section class. An
    Image contains only a single Section, but at some point we will support
    a new 'section' entry, thus allowing Sections within Sections.
    
    Use the name 'bsection' for the module so we can use 'section' for the
    etype module.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    8f1da50c
    History
    binman: Refactor much of the image code into 'section'
    Simon Glass authored
    
    We want to support multiple sections within a single image. To do this,
    move most of the Image class implementation into a new Section class. An
    Image contains only a single Section, but at some point we will support
    a new 'section' entry, thus allowing Sections within Sections.
    
    Use the name 'bsection' for the module so we can use 'section' for the
    etype module.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>