#
039ca9d9 |
| 31-May-2023 |
Callum Farmer <gmbr3@opensuse.org> |
Add full Data Directories table
Microsoft dumpbin doesn't like the binary if the full table doesn't exist
Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
|
#
a1ffc0d4 |
| 22-May-2023 |
b'Nigel Croxon <allura@localhost> |
Merge /u/gmbr3/gnu-efi/ branch ia32 into master
https://sourceforge.net/p/gnu-efi/code/merge-requests/53/
|
#
9e6cb215 |
| 20-May-2023 |
Callum Farmer <gmbr3@opensuse.org> |
Avoid processor dependent sizes in assembly
.word -> .2byte .short -> .2byte .long -> .4byte .quad -> .8byte
Reference: https://github.com/rhboot/gnu-efi/commit/b83f0845b556506265d25d6a839a23c77b03
Avoid processor dependent sizes in assembly
.word -> .2byte .short -> .2byte .long -> .4byte .quad -> .8byte
Reference: https://github.com/rhboot/gnu-efi/commit/b83f0845b556506265d25d6a839a23c77b037ae4 Fixes: https://sourceforge.net/p/gnu-efi/bugs/37/
Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
show more ...
|
#
c2102ae0 |
| 16-Nov-2022 |
b'Nigel Croxon <allura@localhost> |
Merge /u/mingtaoxt/gnu-efi/ branch master into master
https://sourceforge.net/p/gnu-efi/code/merge-requests/29/
|
#
5849eacd |
| 07-Jul-2022 |
zhoumingtao <zhoumingtao@loongson.cn> |
use jr instead of jirl
jirl -> jr
|
#
e7db4418 |
| 30-Dec-2021 |
zhoumingtao <zhoumingtao@loongson.cn> |
Add support for LoongArch64 architecture
|