commit | 35ce14617edb6ee7c3004c396f19d2c451255358 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:12 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | e371ab4f9a66b4806c9e60be57c5e5c8ff4f1b33 | |
parent | 43e89a306903117c8cb7105004f236acf1ec3d00 [diff] |
extension: Refactor to allow non-command usage The current extension code is designed to be used from commands. We want to add a boot driver which uses it. To help with this, split the code into the command processing and a function which actually does the scan. Really the extension code should be in common/ or use driver model, but this is a start. Signed-off-by: Simon Glass <sjg@chromium.org>