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
/
include
Age
Commit message (
Expand
)
Author
2021-12-10
Minor coverity fixes
15.5-rc2
Peter Jones
2021-12-10
stdarg: use sysv varargs when we build with coverity
Peter Jones
2021-10-12
console: add a clear_screen() primitive
Peter Jones
2021-09-10
pe: simplify generate_hash()
Heinrich Schuchardt
2021-09-10
tests: add "include-fixed" GCC directory to include directories
Jonas Witschel
2021-09-07
mok: Fix memory leak in mok mirroring
Peter Jones
2021-09-07
tests: Add a unit test for mok mirroring
Peter Jones
2021-09-07
tests: Add config table support
Peter Jones
2021-09-07
tests: model different behaviors for deleting variables
Peter Jones
2021-09-07
tests: add a mock implementation of {Get,Set}Variable and tests for it
Peter Jones
2021-09-07
tests: add some slightly better EFIAPI error mocks
Peter Jones
2021-09-07
tests: add an efi error decoder
Peter Jones
2021-09-07
tests: Add a 'test-coverage' make target for gcov
Peter Jones
2021-09-07
tests: link all tests against libefivar
Peter Jones
2021-09-07
tests: Disable some logging when SHIM_UNIT_TEST is enabled
Peter Jones
2021-09-07
mok: move the mok_state_variables definitions to their own header
Peter Jones
2021-09-07
tests: make the CompareGuid() comparison size be less stupid
Peter Jones
2021-09-07
tests: clean up temp data after running tests
Peter Jones
2021-09-07
More minor improvements to support for COMPILER=clang
Peter Jones
2021-09-03
str: remove duplicate parameter check
Heinrich Schuchardt
2021-07-20
Add a tester for parse_load_options()
Peter Jones
2021-07-20
shim: move the bulk of set_second_stage() to its own file
Peter Jones
2021-07-20
test: Add a basic traceback printer
Peter Jones
2021-07-20
test.h: add assert_not_equal_*()
Peter Jones
2021-07-20
test.c: add some simple mock functions for BS->{Allocate,Free}*
Peter Jones
2021-07-20
Make test cases link against libefi.a
Peter Jones
2021-07-20
test.h: add some decls for some of the stuff in efilib.h
Peter Jones
2021-07-20
test.h: make some of the asserts a little more friendly to pointer types.
Peter Jones
2021-07-20
shim: rename pause() to wait_for_debug()
Peter Jones
2021-07-20
shim: another attempt to fix load options handling
Chris Coulson
2021-03-27
Change SBAT variable name to SbatLevel
Jan Setje-Eilers
2021-03-27
Move the check for the SBAT variable properties to its own function.
Jan Setje-Eilers
2021-03-22
Make 'make test' work on gcc 4.8.5
Peter Jones
2021-03-18
Ensure that MOK variable mirroring creates well formed ESLs
Chris Coulson
2021-03-15
Fix up build of test code using gcc 8
Steve McIntyre
2021-03-12
'make test': try harder to make it build in the right order.
upstream/shim-15.3-rc1
shim-15.3-rc1
Peter Jones
2021-03-12
sbat variable: use UEFI_VAR_NV_BS_RT when we've got ENABLE_SHIM_DEVEL
Peter Jones
2021-03-12
Don't even try to use builtins, just make sure we have the same types.
Peter Jones
2021-03-12
More va_* work
Peter Jones
2021-03-12
Fix the compiler when invoking scan-build/fanalyzer/etc
Peter Jones
2021-03-11
If the SBAT UEFI variable is not set, initialize it as a bootservices variable.
Jan Setje-Eilers
2021-03-10
Fix compilation for older gcc
Alex Burmashev
2021-03-10
Add more string test cases.
Peter Jones
2021-03-10
Test our strncmp vs known failing ones as well
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-09
static analysis: make our build targets work better
Peter Jones
2021-03-09
Add get_variable_size()/set_variable()del_variable() wrappers.
Peter Jones
[next]