mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
[romprefix] Fix ROM image copy on PCI 3.0 BIOSes
Add the missing instructions to the code path that I never tested due to not having a PCI 3.0 system available. (D'oh)
This commit is contained in:
@@ -290,7 +290,9 @@ no_pmm:
|
|||||||
movzbw romheader_size, %cx
|
movzbw romheader_size, %cx
|
||||||
shlw $9, %cx
|
shlw $9, %cx
|
||||||
movw %ax, %es
|
movw %ax, %es
|
||||||
rep movsb
|
xorw %si, %si
|
||||||
|
xorw %di, %di
|
||||||
|
cs rep movsb
|
||||||
no_pci3:
|
no_pci3:
|
||||||
no_pci:
|
no_pci:
|
||||||
/* Prompt for POST-time shell */
|
/* Prompt for POST-time shell */
|
||||||
|
|||||||
Reference in New Issue
Block a user