Dear Alex!

* AlexHuang <[EMAIL PROTECTED]> [070424 10:53]:
>    I would like to port a linuxbois on some platform. 

Welcome on board.

> Before the system into
> the POST, hardware will read data at address 0xffffd. Where and How can I do
> this data assignment?? 
> 
> Thanks for your help.

Check mainboards/tyan/s2895/Config.lb:

##
## ROMSTRAP table for CK804
##
if HAVE_FAILOVER_BOOT
    if USE_FAILOVER_IMAGE
        mainboardinit southbridge/nvidia/ck804/romstrap.inc
        ldscript /southbridge/nvidia/ck804/romstrap.lds
    end
else
    if USE_FALLBACK_IMAGE
        mainboardinit southbridge/nvidia/ck804/romstrap.inc
        ldscript /southbridge/nvidia/ck804/romstrap.lds
    end
end

It will place data at 0xfffe0, but this should be possible likewise for 
0xfd.

What platform ist this?

Stefan

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED]  • http://www.coresystems.de/

-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to