File tree
8 files changed
+15
-12
lines changed- .github/workflows
 - .vs
 
8 files changed
+15
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
22 | 22 |  | |
23 | 23 |  | |
24 | 24 |  | |
25 |  | - | |
 | 25 | + | |
26 | 26 |  | |
27 | 27 |  | |
28 | 28 |  | |
29 | 29 |  | |
30 | 30 |  | |
31 |  | - | |
 | 31 | + | |
32 | 32 |  | |
33 | 33 |  | |
34 | 34 |  | |
 | |||
39 | 39 |  | |
40 | 40 |  | |
41 | 41 |  | |
42 |  | - | |
 | 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
18 | 18 |  | |
19 | 19 |  | |
20 | 20 |  | |
21 |  | - | |
 | 21 | + | |
22 | 22 |  | |
23 | 23 |  | |
24 | 24 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
16 | 16 |  | |
17 | 17 |  | |
18 | 18 |  | |
19 |  | - | |
20 |  | - | |
 | 19 | + | |
 | 20 | + | |
 | 21 | + | |
21 | 22 |  | |
22 | 23 |  | |
23 | 24 |  | |
 | |||
48 | 49 |  | |
49 | 50 |  | |
50 | 51 |  | |
51 |  | - | |
 | 52 | + | |
52 | 53 |  | |
53 | 54 |  | |
54 | 55 |  | |
 | |||
73 | 74 |  | |
74 | 75 |  | |
75 | 76 |  | |
76 |  | - | |
 | 77 | + | |
77 | 78 |  | |
78 | 79 |  | |
79 | 80 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
22 | 22 |  | |
23 | 23 |  | |
24 | 24 |  | |
25 |  | - | |
 | 25 | + | |
26 | 26 |  | |
27 | 27 |  | |
28 | 28 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
401 | 401 |  | |
402 | 402 |  | |
403 | 403 |  | |
 | 404 | + | |
404 | 405 |  | |
405 | 406 |  | |
406 | 407 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
119 | 119 |  | |
120 | 120 |  | |
121 | 121 |  | |
 | 122 | + | |
 | 123 | + | |
 | 124 | + | |
122 | 125 |  | |
123 | 126 |  | |
124 | 127 |  | |
 | |||
- .github/workflows/linux-gcc-musl.yml+5-7
 - .github/workflows/linux-gcc.yml+36-24
 - .github/workflows/linux-llvm.yml+5-7
 - .github/workflows/linux-mingw.yml+5-7
 - .github/workflows/macos-gcc.yml+5-7
 - .github/workflows/windows-mingw.yml+5-7
 - .github/workflows/windows-vs2022.yml+7-14
 - .vs/efilib.vcxproj+1
 - .vs/efilib.vcxproj.filters+3
 - LICENSE+18-332
 - Make.defaults+51-34
 - Make.rules+7-7
 - Makefile+6-7
 - apps/Makefile+15-10
 - apps/bltgrid.c+1-1
 - apps/printenv.c+1-1
 - apps/setjmp.c-1
 - gnuefi/Makefile+3-5
 - inc/Makefile+5-3
 - inc/aarch64/efibind.h+1-1
 - inc/arm/efibind.h+1-1
 - inc/efi.h+3-10
 - inc/efiapi.h+71-1
 - inc/eficompiler.h+3
 - inc/efilib.h+94-2
 - inc/efiprot.h+63
 - inc/efirtlib.h+7
 - inc/efisetjmp.h+10-2
 - inc/efistdarg.h+42-7
 - inc/ia32/efibind.h+1-1
 - inc/ia64/efibind.h+1-1
 - inc/internal/print.h+105
 - inc/internal/va_print.h+546
 - inc/legacy/efilib.h+10-12
 - inc/loongarch64/efibind.h+1-1
 - inc/mips64el/efibind.h+1-1
 - inc/riscv64/efibind.h+1-1
 - inc/x86_64/efibind.h+1-1
 - lib/Makefile+17-7
 - lib/aarch64/setjmp.S+6-6
 - lib/arm/setjmp.S+6-6
 - lib/data.c+4-1
 - lib/guid.c+10-1
 - lib/ia32/setjmp.S+8-8
 - lib/ia64/setjmp.S+6-6
 - lib/loongarch64/setjmp.S+7-12
 - lib/mips64el/setjmp.S+6-6
 - lib/print.c+8-798
 - lib/riscv64/setjmp.S+6-6
 - lib/runtime/efirtlib.c+35-13
 - lib/va_print.c+227
 - lib/x86_64/setjmp.S+8-8
 - licenses/LICENSE.BSD-3-Clause+9
 - licenses/LICENSE.GPL-2.0-or-later+339
 - licenses/LICENSE.GPL-3.0-or-later+201
 - licenses/LICENSE.LGPL-3.0-or-later+52
 - licenses/LICENSE.efilib+1
 
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
53 | 53 |  | |
54 | 54 |  | |
55 | 55 |  | |
56 |  | - | |
57 |  | - | |
58 | 56 |  | |
59 | 57 |  | |
60 | 58 |  | |
 | |||
0 commit comments