Date: Wed, 3 Sep 2008 16:38:27 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/powerpc/uboot start.S Message-ID: <200809031638.m83GcdGc002323@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
raj 2008-09-03 16:38:27 UTC FreeBSD src repository Modified files: sys/boot/powerpc/uboot start.S Log: SVN rev 182726 on 2008-09-03 16:38:27Z by raj Use current SP instead of global data ptr for the U-Boot API signature search hint. Global data (pointed by R2 on PowerPC) in principle is not guaranteed to be in proximity of U-Boot heap (where the API signature is placed) accross different architectures and platforms. Instead, use U-Boot stack pointer as a hint for the search instead of the global data; this method tends to be more uniform accross different platforms. Obtained from: Semihalf Revision Changes Path 1.4 +1 -1 src/sys/boot/powerpc/uboot/start.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809031638.m83GcdGc002323>