j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-05-29 20:47:52 +0200 (Tue, 29 May 2007) New Revision: 422
Modified: cpu/x86/pc/biosload/addrs.fth Log: Added ResetBase definition to fix biosload build.
Modified: cpu/x86/pc/biosload/addrs.fth =================================================================== --- cpu/x86/pc/biosload/addrs.fth 2007-05-24 02:27:49 UTC (rev 421) +++ cpu/x86/pc/biosload/addrs.fth 2007-05-29 18:47:52 UTC (rev 422) @@ -11,10 +11,12 @@ [ifdef] linuxbios-loaded h# fff8.0000 constant dropin-base \ Location of payload in FLASH h# 08.0000 constant dropin-size +dropin-base h# 80 + h# 20 + constant ResetBase \ Location of "reset" dropin in ROM [then]
\needs dropin-base h# 198.0000 constant dropin-base \needs dropin-size h# 8.0000 constant dropin-size +\needs ResetBase dropin-base h# 20 + constant ResetBase \ Location of "reset" dropin in ROM
\ This is considerably more memory than Open Firmware needs \ on platforms where you have a well bounded set of I/O devices.