Skip to content
Snippets Groups Projects
Select Git revision
4 results

bsection.py

Blame
  • Forked from Reform / reform-boundary-uboot
    Loading
    • 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>