commit | eca32212b8509523fd46e89761db639fb26725ff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jun 01 09:38:12 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 07 11:25:07 2018 -0800 |
tree | 240e4098ca628aa9806bf6962862376a76830baf | |
parent | e76a3e65a2dcfe8022cee5eb85cf493a36350e3b [diff] |
binman: Refactor much of the image code into 'section' 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: Simon Glass <sjg@chromium.org>