[coreboot] [PATCH] Fix geode lx VSA loading

Edwin Beasant edwin_beasant at virtensys.com
Mon Jun 7 10:30:27 CEST 2010


Agreed - ax should be 0, it is only 0 in this case due to the argument passed in!
Before the segment setup, but after the _registers section, an xorl %ax, %al would be appropriate.
Thanks!
Edwin

-----Original Message-----
From: coreboot-bounces+edwin_beasant=virtensys.com at coreboot.org [mailto:coreboot-bounces+edwin_beasant=virtensys.com at coreboot.org] On Behalf Of ron minnich
Sent: 06 June 2010 05:50
To: Myles Watson
Cc: Stefan Reinauer; coreboot at coreboot.org
Subject: Re: [coreboot] [PATCH] Fix geode lx VSA loading

On Fri, Jun 4, 2010 at 9:53 AM, Myles Watson <mylesgw at gmail.com> wrote:

> mov $0, %ax

use the classic:
xorl %ax, %ax

ron

--
coreboot mailing list: coreboot at coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot




More information about the coreboot mailing list