summaryrefslogtreecommitdiffstats
path: root/src/boot/efi/bcd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix typosJoerg Behrmann2023-09-191-1/+1
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-1/+1
* bcd: Clean up includesJan Janssen2022-07-121-13/+4
* bcd: Use std alignofJan Janssen2022-07-121-6/+6
* boot: Use charJan Janssen2022-06-271-30/+19
* boot: Use char16_tJan Janssen2022-06-271-11/+10
* boot: Use stdint typesJan Janssen2022-06-271-48/+44
* boot: Use strcmp8/16Jan Janssen2022-05-311-4/+3
* boot: Use strlen8/16Jan Janssen2022-05-311-6/+3
* boot: Introduce helper macros for offset checkingJan Janssen2021-12-291-8/+18
* boot: Reject unaligned dataJan Janssen2021-12-291-3/+6
* boot: Fix name length comparisonJan Janssen2021-12-271-2/+3
* boot: Fix off-by-one offset sanity checksJan Janssen2021-12-271-9/+9
* boot: Fix off-by-one NUL-terminationJan Janssen2021-12-271-1/+1
* test: Add BCD unit testJan Janssen2021-12-111-4/+23
* boot: Add BCD store parserJan Janssen2021-12-111-0/+302