8 Oct 01:51
r907 - in coreboot-v3/arch/x86: amd geodelx i586
From: <svn <at> coreboot.org>
Subject: r907 - in coreboot-v3/arch/x86: amd geodelx i586
Newsgroups: gmane.linux.bios
Date: 2008-10-07 23:53:03 GMT
Subject: r907 - in coreboot-v3/arch/x86: amd geodelx i586
Newsgroups: gmane.linux.bios
Date: 2008-10-07 23:53:03 GMT
Author: hailfinger Date: 2008-10-08 01:53:02 +0200 (Wed, 08 Oct 2008) New Revision: 907 Modified: coreboot-v3/arch/x86/amd/stage0.S coreboot-v3/arch/x86/geodelx/stage0.S coreboot-v3/arch/x86/i586/stage0.S Log: stage0 code for K8 and i586 has lots of mostly identical parts even in CAR code. Reduce the diff of the mostly identical parts to zero. That involves changing comments, whitespace and instruction order. Now we can split out the common parts more easily and concentrate on the differences. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 <at> gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 <at> gmx.net> Modified: coreboot-v3/arch/x86/amd/stage0.S =================================================================== --- coreboot-v3/arch/x86/amd/stage0.S 2008-10-07 23:13:49 UTC (rev 906) +++ coreboot-v3/arch/x86/amd/stage0.S 2008-10-07 23:53:02 UTC (rev 907) @@ -17,8 +17,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +(Continue reading)
RSS Feed