commit | b73d48fdb152eeb636cb2df83e21a46123572fab | [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 | 408cf26935a7918be47780043fd50aa347e7f134 [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>