[coreboot] [commit] r5254 - in trunk/src: cpu/amd/model_lx northbridge/amd/lx southbridge/amd/cs5536 southbridge/amd/sb600 southbridge/amd/sb700

Stefan Reinauer stepan at coresystems.de
Thu Mar 18 10:36:29 CET 2010


On 3/18/10 3:42 AM, Peter Stuge wrote:
> repository service wrote:
>   
>>  	printk_debug("biosint:  ip 0x%x   cs 0x%x  flags 0x%x\n",
>> -		     ip, cs, flags);
>> +		     (u32)ip, (u32)cs, (u32)flags);
>>     
> Aren't ip and cs just 16? flags is 32 though.
>   

They're all unsigned long in vsmsetup.c, so that's what theoretically
can be passed to the function. I think the right way would be to fix the
function. The even better way would be to use devices/oprom/x86.c instead.
Patches welcome


-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866





More information about the coreboot mailing list