This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-07 13:44:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
df35df3e8d
u-boot
/
lib
/
efi_selftest
/
.gitignore
4 lines
27 B
Text
Raw
Normal View
History
Unescape
Escape
efi_selftest: Update .gitignore Add the following file to .gitignore efi_miniapp_file_image_exception.h Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Use efi_miniapp_*.h instead of file enumeration. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2019-12-16 06:31:32 +00:00
efi_miniapp_*.h
efi_selftest: test start image This pair of tests checks the StartImage boot service. Each test loads an EFI application into memory and starts it. One returns by calling the Exit boot service. The other returns directly. The tests are not built on x86_64 because the relocation code for the efi binary cannot be created. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
2018-01-19 18:01:05 +00:00
*.efi
efi_selftest: update .gitignore The following generated files should be ignored by git: efi_miniapp_file_image_exit.h efi_miniapp_file_image_return.h *.so files are normally deleted during the build but should be ignored too. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
2018-06-15 04:02:18 +00:00
*.so
Reference in a new issue
Copy permalink