/openbmc/u-boot/tools/binman/test/files/ |
H A D | 1.dat | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | 2.dat | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | not-this-one | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | files.py | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/tools/binman/test/files/ignored_dir.dat/ |
H A D | ignore | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/tools/binman/ |
H A D | state.py | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | README.entries | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | bsection.py | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | entry.py | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | image.py | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | control.py | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | ftest.py | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/tools/patman/ |
H A D | tools.py | 0a98b28b Fri Sep 14 05:57:28 CDT 2018 Simon Glass <sjg@chromium.org> binman: Support adding files In some cases it is useful to add a group of files to the image and be able to access them at run-time. Of course it is possible to generate the binman config file with a set of blobs each with a filename. But for convenience, add an entry type which can do this. Add required support (for adding nodes and string properties) into the state module. Signed-off-by: Simon Glass <sjg@chromium.org>
|