Displaying 2 results from an estimated 2 matches for "2016feb".
Did you mean:
2014feb
2016 Apr 22
1
Confusion regarding cpu-arch values for EFI ByteCode and 64-bit
This document:
http://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml
Has the same (plus expanded) list of cpu arch values for parameter 0x93.
This list matches RFC 4578 except for values 7 and 9 which are EFI ByteCode
and x86-64.
Turns out RFC 4578 is wrong
https://www.rfc-editor.org/errata_search.php?rfc=4578
And 00:07 *is* the correct value for 64-bit x86 clients and the
2016 Oct 19
4
[PATCH] Fix for crash with certain EFIs
Hi Ady,
Would it work if we removed "ifdef EFI_BUILD" condition and just add
-mno-red-zone for all x86_64 builds? If not, do you have any ideas how
to pass this flag?
This could work, because the patch is adding the -mno-red-zone flag
only for x86_64 builds, which are only used in the form of the efi64
target. The efi32 and bios targets are both 32-bit.
BTW. I also tried 6.04-pre1 and