commit | e70be676ebc718b7d12caf56b24e8db383ccee62 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 24 18:30:20 2021 -0600 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 21 03:46:03 2021 +0200 |
tree | e538f5edfd9e5f4395766fa2325421c812f840e4 | |
parent | 8d76744e50115ee4fa94ace1f15103b0d1cfe3fb [diff] |
x86: Create a new header for EFI The setup routines are called from zimage but don't really belong in the zimage header. Add a new EFI header to house these. Add comments so it is clear what the functions do. Note that these functions are x86-specific. The zimage business is not used on other architectures. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>