commit | 4f379eaa36ecce8d2c6b6dba954ac7eaa27f13e1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 13:18:34 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 23 20:27:57 2019 -0700 |
tree | 81ba045929b780fe38ec141057a8d629986a49dd | |
parent | 231976a94bf3321bc35b4db7335f42fed1c0fe91 [diff] |
binman: Add a function to create a sample ELF file It is useful to create an ELF file for testing purposes, with just the right attributes used by the test. Add a function to handle this, along with a test that it works correctly. Signed-off-by: Simon Glass <sjg@chromium.org>