[OpenBIOS] [commit] r1078 - trunk/openbios-devel/arch/ppc/qemu

Programmingkid programmingkidx at gmail.com
Thu Jan 10 19:25:47 CET 2013


On Jan 9, 2013, at 7:27 PM, Mark Cave-Ayland wrote:

>  (this is what I get with the patch I just posted applied):
> 
> 0 > here 10 0 fill  ok
> 0 > here 4 44332211 filll  ok
> 0 > here 8 dump
> fff503c0  44 33 22 11 00 00 00 00  00 00 00 00 00 00 00 00 D3".............

Same as Open Firmware.


> 0 > here 5 44332211 filll  ok
> 0 > here 8 dump
> fff503c0  44 33 22 11 44 00 00 00  00 00 00 00 00 00 00 00 D3".D...........

This output in incorrect. This is what Open Firmware outputs: 
ff94d75c:  44 33 22 11 44 33 22 11


> 0 > here 6 44332211 filll  ok
> 0 > here 8 dump
> fff503c0  44 33 22 11 44 33 00 00  00 00 00 00 00 00 00 00 D3".D3..........

This output is also incorrect. This is what Open Firmware outputs:
ff94d75c:  44 33 22 11 44 33 22 11


> 0 > here 7 44332211 filll  ok
> 0 > here 8 dump
> fff503c0  44 33 22 11 44 33 22 00  00 00 00 00 00 00 00 00 D3".D3".........

This output is incorrect. This is what Open Firmware outputs:
ff94d75c: 44 33 22 11 44 33 22 11


> 0 > here 8 44332211 filll  ok
> 0 > here 8 dump
> fff503c0  44 33 22 11 44 33 22 11  00 00 00 00 00 00 00 00 D3".D3"........

This output is correct. 

Segher is wrong.



More information about the OpenBIOS mailing list