commit | 1cd06009d64fb4b3adcf117c12c4e7bc13afd7f4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 05 16:32:45 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:34 2021 -0600 |
tree | c36bf045cdad0eb02691bb999ba6f734e330c220 | |
parent | f7005046ea00cf8169cfa23f939a84c7e6b8468a [diff] |
sandbox: Support executables for more phases The SPL header has a function for obtaining the phase in capital letters, e.g. 'SPL'. Add one for lower-case also, as used by sandbox. Use this to generalise the sandbox logic for determining the filename of the next sandbox executable. This can provide support for VPL. Signed-off-by: Simon Glass <sjg@chromium.org>