7 Oct 23:56
r905 - in coreboot-v3/arch/x86: amd geodelx i586
From: <svn <at> coreboot.org>
Subject: r905 - in coreboot-v3/arch/x86: amd geodelx i586
Newsgroups: gmane.linux.bios
Date: 2008-10-07 21:59:21 GMT
Subject: r905 - in coreboot-v3/arch/x86: amd geodelx i586
Newsgroups: gmane.linux.bios
Date: 2008-10-07 21:59:21 GMT
Author: hailfinger Date: 2008-10-07 23:59:21 +0200 (Tue, 07 Oct 2008) New Revision: 905 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 GeodeLX, K8 and i586 is mostly identical everywhere except for the actual CAR code and inital #includes and #defines. Reduce the diff of the mostly identical parts to zero. That involves changing comments, whitespace and instruction order to the best variant present in the 3 files. 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 00:29:36 UTC (rev 904) +++ coreboot-v3/arch/x86/amd/stage0.S 2008-10-07 21:59:21 UTC (rev 905) @@ -43,6 +43,7 @@ /* Save the BIST result. */ movl %eax, %ebp;(Continue reading)
RSS Feed