summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-16SPDX: Clarify the attribution for crypt_blowfishPeter Jones
2021-02-16Fix up a bunch of our license statements and add SPDX most placesPeter Jones
2021-02-16Fix typo in a commentLisa White
2021-02-15Convert README -> README.mdColin Walters
2021-02-15.gitignore: ignore .gdbinitPeter Jones
2021-02-15.gitignore: add build dirs and shim_cert.hPeter Jones
2021-02-15Re-alphabetize .gitignore.Peter Jones
2021-02-15BUILDING: Fix a typoNicholas Bishop
2021-02-15BUILDING: fix missing DISABLE_EBS_PROTECTION sectionPeter Jones
2021-02-15README: Remove superfluous *and*Paul Menzel
2021-02-15Add .cer/.crt/.esl to .gitignorePeter Jones
2021-02-15Add screen logs to .gitignorePeter Jones
2021-02-15Also ignore .sw?Peter Jones
2021-02-15Ignore *.hashJia Zhang
2021-02-15Add mm/fb hashing to TODO, put that and related things under 'Reproducible bu...Mathieu Trudel-Lapierre
2021-02-15Add fallback boot loop detection to TODOPeter Jones
2021-02-15Add some *more* TODO tasks.Peter Jones
2021-02-15Add another unfortunate TODO entry.Peter Jones
2021-02-15Add some more TODOs for shim 16Peter Jones
2021-02-15Try to make scan-build.mk work without scan-build installed.Peter Jones
2021-02-15Try to make coverity.mk work without cov-build installed.Peter Jones
2021-02-15We're not using travis-build.sh any more.Peter Jones
2021-02-15sbat: make the includes work like everything else.Peter Jones
2021-02-13add an ascii strndup() implementation.Peter Jones
2021-02-13get_variable: always allocate a NUL character at the end.Peter Jones
2021-02-13Add some linked list primitives.Peter Jones
2021-02-13Add an example SBAT workflow documentPeter Jones
2021-02-13Add Secure Boot Advanced Targeting (SBAT) specification documentJan Setje-Eilers
2021-02-13SBAT: parse a copy of the table that's got a NUL at the endPeter Jones
2021-02-13Add a function to parse the SBAT metadata from the .sbat sectionJavier Martinez Canillas
2021-02-13Add the beginning of .sbat parsing stuffPeter Jones
2021-02-13Add some more PE helpers we need for SBATPeter Jones
2021-02-13Refactor some PE handling codePeter Jones
2021-02-13Move a bunch of PE-related stuff out of shim.cPeter Jones
2021-02-13includes: add strchra() and strchrnula() implsPeter Jones
2021-02-12Remove my .syntastic_c_config, it doesn't belong in the repo.Peter Jones
2021-02-12efi bins: add an easy way for vendors to add .sbat dataPeter Jones
2021-02-12Add a .sbat section to EFI binariesJavier Martinez Canillas
2021-02-05github workflows: add the sbat branch to one PR builds run forPeter Jones
2021-02-05github workflows: Unify the x86 pull request build rules stepsPeter Jones
2021-02-01Fix pe.h -> peimage.h in /both/ places.Peter Jones
2021-01-29Renaming PeImage.h to pe.h wasn't actually a good idea.Peter Jones
2021-01-29Work around some clang-format oddnessesPeter Jones
2021-01-29Always use lower case for our local include file names.Peter Jones
2021-01-29Add a .clang-format file.Peter Jones
2021-01-29shim: compile time option to bypass the ExitBootServices() checkPaul Moore
2020-12-11Try to kick the github PR workflow...Peter Jones
2020-12-10Split up push and PR CI/CD and build all patches in series on PRsPeter Jones
2020-12-07Use github actions for CI buildsPeter Jones
2020-10-15Fix incorrect allocation size for EV_EFI_BOOT_SERVICES_APPLICATION events15.2James Bottomley