mirror of https://github.com/ipxe/ipxe.git
[efi] Discard .pci_devlist.* sections for EFI images
As per https://github.com/ipxe/ipxe/pull/313#issuecomment-816018398, these sections are not required for EFI execution. Discard them to avoid implementation-defined alignment malforming binaries. Signed-off-by: Marvin Häuser <mhaeuser@posteo.de>pull/329/head
parent
1192edf394
commit
1cc8756511
|
@ -106,5 +106,6 @@ SECTIONS {
|
|||
*(.einfo.*)
|
||||
*(.discard)
|
||||
*(.discard.*)
|
||||
*(.pci_devlist.*)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue