index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shim.h
Age
Commit message (
Expand
)
Author
2021-03-12
More va_* work
Peter Jones
2021-03-10
Add some test cases, and make "make test" actually work.
Peter Jones
2021-03-10
Fix stdarg to work the same everywhere.
Peter Jones
2021-03-10
Consolidate most of our standard lib functions to lib
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-03-06
Restore loaded image of shim at Exit()
Gary Lin
2021-02-25
make 'make test' able to run unit test harnesses
Peter Jones
2021-02-25
Fix our debuginfo paths hopefully
Peter Jones
2021-02-25
includes: include all gnu-efi includes at one place.
Peter Jones
2021-02-25
compiler.h: fix a typo and add some more function attribute macros
Peter Jones
2021-02-16
Make sure MIN() and MAX() are always defined.
Peter Jones
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2021-02-15
sbat: make the includes work like everything else.
Peter Jones
2021-02-13
Add some linked list primitives.
Peter Jones
2021-02-13
Add the beginning of .sbat parsing stuff
Peter Jones
2021-02-13
Refactor some PE handling code
Peter Jones
2021-02-13
Move a bunch of PE-related stuff out of shim.c
Peter Jones
2021-02-01
Fix pe.h -> peimage.h in /both/ places.
Peter Jones
2021-01-29
Work around some clang-format oddnesses
Peter Jones
2021-01-29
Always use lower case for our local include file names.
Peter Jones
2020-07-25
Improve debug output some
Peter Jones
2020-07-23
Add support for vendor_db built-in shim authorized list.
Peter Jones
2020-07-23
Make cert.S not impossible to read.
Peter Jones
2020-07-23
shim: Rework pause functions and add read_counter()
Peter Jones
2020-07-23
shim: only include shim_cert.h in shim.c
Gary Lin
2020-07-23
mok: consolidate mirroring code in a helper instead of using goto
Peter Jones
2020-07-23
Fix typo in debug path in shim.h
Gary Lin
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
shim: Make our variable validation and mirroring table driven.
Peter Jones
2018-03-12
shim: make everything use a common perror() call.
Peter Jones
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
Use gcc's offsetof() instead of hacking out our own.
Peter Jones
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2017-09-13
try to show errors more usefully.
Peter Jones
2017-09-13
Add some defaults and a syntastic file so vim helps more.
Peter Jones
2015-06-11
Ensure that apps launched by shim get correct BS->Exit() behavior
Peter Jones
2013-09-23
Make SHIM_LOCK_GUID a first-class object with a symbol.
Peter Jones
2012-10-12
Switch to using db format for MokList and MokNew
Matthew Garrett
2012-07-05
We're not MSABI, so don't advertise this as such
Matthew Garrett
2012-06-18
Fix typos.
Peter Jones
2012-06-05
Install a protocol for sharing code with grub
Matthew Garrett