commit | 0841287555e4d8f630e1979d3d6c997263918fb3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:11 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | 1d1876d8b94c9e20772d5dabd361e0f12556e431 | |
parent | b890c08f449183bfc535b5b4d369c4a13bc474cb [diff] |
sandbox: bootm: Enable more bootm OS methods It is useful for sandbox to build as much code as possible. Enable support for booting various other operating systems. Add the missing cache functions. These operating systems do not actually boot on sandbox, of course. Signed-off-by: Simon Glass <sjg@chromium.org>