NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51953 CVS commit: src/sys/arch/i386/stand



The following reply was made to PR port-amd64/51953; it has been noted by GNATS.

From: "NONAKA Kimihiro" <nonaka%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51953 CVS commit: src/sys/arch/i386/stand
Date: Sat, 11 Feb 2017 10:23:39 +0000

 Module Name:	src
 Committed By:	nonaka
 Date:		Sat Feb 11 10:23:39 UTC 2017
 
 Modified Files:
 	src/sys/arch/i386/stand/efiboot: efiboot.c efiboot.h
 	src/sys/arch/i386/stand/efiboot/bootx64: efibootx64.c startprog64.S
 	src/sys/arch/i386/stand/lib: exec.c
 
 Log Message:
 PR/51953: fix unable to boot on some AMD machine.
 
 Delayed the timing to copy the kernel to actual address.
 copy routine from common/lib/libc/arch/x86_64/string/bcopy.S
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/stand/efiboot/efiboot.c \
     src/sys/arch/i386/stand/efiboot/efiboot.h
 cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/stand/efiboot/bootx64/efibootx64.c
 cvs rdiff -u -r1.2 -r1.3 \
     src/sys/arch/i386/stand/efiboot/bootx64/startprog64.S
 cvs rdiff -u -r1.64 -r1.65 src/sys/arch/i386/stand/lib/exec.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index