Author: wmb Date: Tue Jul 13 09:26:12 2010 New Revision: 1866 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1866
Log: Moved a couple of generic file out of the CPU-specific directory.
Modified: cpu/x86/pc/olpc/fw.bth cpu/x86/pc/olpc/via/fw.bth
Modified: cpu/x86/pc/olpc/fw.bth ============================================================================== --- cpu/x86/pc/olpc/fw.bth Tue Jul 13 09:24:52 2010 (r1865) +++ cpu/x86/pc/olpc/fw.bth Tue Jul 13 09:26:12 2010 (r1866) @@ -175,8 +175,8 @@ [then]
\ Reboot and re-entry code -fload ${BP}/cpu/x86/pc/reboot.fth \ Restart the client program -fload ${BP}/cpu/x86/pc/reenter.fth \ Various entries into Forth +fload ${BP}/ofw/core/reboot.fth \ Restart the client program +fload ${BP}/ofw/core/reenter.fth \ Various entries into Forth
headerless [ifdef] virtual-mode
Modified: cpu/x86/pc/olpc/via/fw.bth ============================================================================== --- cpu/x86/pc/olpc/via/fw.bth Tue Jul 13 09:24:52 2010 (r1865) +++ cpu/x86/pc/olpc/via/fw.bth Tue Jul 13 09:26:12 2010 (r1866) @@ -188,8 +188,8 @@ [then]
\ Reboot and re-entry code -fload ${BP}/cpu/x86/pc/reboot.fth \ Restart the client program -fload ${BP}/cpu/x86/pc/reenter.fth \ Various entries into Forth +fload ${BP}/ofw/core/reboot.fth \ Restart the client program +fload ${BP}/ofw/core/reenter.fth \ Various entries into Forth
headerless [ifdef] virtual-mode