From owner-cvs-all Sat Mar 30 15: 0:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3651837B404; Sat, 30 Mar 2002 15:00:06 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2UN06679126; Sat, 30 Mar 2002 15:00:06 -0800 (PST) (envelope-from marcel) Message-Id: <200203302300.g2UN06679126@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 30 Mar 2002 15:00:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi elf_freebsd.c src/sys/boot/efi/loader version X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/03/30 15:00:05 PST Modified files: sys/boot/efi/libefi elf_freebsd.c sys/boot/efi/loader version Log: Pass the physical address of the bootinfo block to the kernel in register r8. We continue to write the bootinfo block at the same hardwired address, because the kernel still expects it there. It is expected that future kernels use register r8 to get to the bootinfo block and don't depend on the hardwired address anymore. Bump the loader version once again due to the interface change. Revision Changes Path 1.6 +1 -1 src/sys/boot/efi/libefi/elf_freebsd.c 1.3 +2 -0 src/sys/boot/efi/loader/version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message