PR/59151 CVS commit: [netbsd-10] src/sys/arch/i386/stand/efiboot
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR misc/59151; it has been noted by GNATS. From: "Martin Husemann" <[email protected]> To: [email protected] Cc: Subject: PR/59151 CVS commit: [netbsd-10] src/sys/arch/i386/stand/efiboot Date: Tue, 30 Jun 2026 10:27:32 +0000 Module Name: src Committed By: martin Date: Tue Jun 30 10:27:32 UTC 2026 Modified Files: src/sys/arch/i386/stand/efiboot/bootia32 [netbsd-10]: efibootia32.c multiboot32.S startprog32.S src/sys/arch/i386/stand/efiboot/bootx64 [netbsd-10]: efibootx64.c multiboot64.S startprog64.S Log Message: Pull up following revision(s) (requested by riastradh in ticket #1299): sys/arch/i386/stand/efiboot/bootia32/multiboot32.S: revision 1.3 sys/arch/i386/stand/efiboot/bootx64/efibootx64.c: revision 1.7 sys/arch/i386/stand/efiboot/bootia32/efibootia32.c: revision 1.9 sys/arch/i386/stand/efiboot/bootia32/startprog32.S: revision 1.4 sys/arch/i386/stand/efiboot/bootx64/multiboot64.S: revision 1.2 sys/arch/i386/stand/efiboot/bootx64/startprog64.S: revision 1.6 x86/efiboot: Put writable variables in .data, not .text. And define them in the .c file where they're used; no need to have extra unnecessary .S stuff just to define a global variable. Based on patch by Paul Ripke to bootx64.efi, adapted for bootia32.efi too. PR kern/59151: efiboot hangs on new motherboard To generate a diff of this commit: cvs rdiff -u -r1.5.26.2 -r1.5.26.3 \ src/sys/arch/i386/stand/efiboot/bootia32/efibootia32.c cvs rdiff -u -r1.2 -r1.2.28.1 \ src/sys/arch/i386/stand/efiboot/bootia32/multiboot32.S cvs rdiff -u -r1.2.52.1 -r1.2.52.2 \ src/sys/arch/i386/stand/efiboot/bootia32/startprog32.S cvs rdiff -u -r1.5.26.1 -r1.5.26.2 \ src/sys/arch/i386/stand/efiboot/bootx64/efibootx64.c cvs rdiff -u -r1.1 -r1.1.32.1 \ src/sys/arch/i386/stand/efiboot/bootx64/multiboot64.S cvs rdiff -u -r1.3.50.1 -r1.3.50.2 \ src/sys/arch/i386/stand/efiboot/bootx64/startprog64.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.