[commit] r3459 - cpu/x86/pc/emu

Author: wmb Date: Sat Nov 24 01:36:49 2012 New Revision: 3459 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3459 Log: QEMU version - fixed build problems resulting from some rearrangements that I did on other versions some time ago. Modified: cpu/x86/pc/emu/devices.fth cpu/x86/pc/emu/fw.bth Modified: cpu/x86/pc/emu/devices.fth ============================================================================== --- cpu/x86/pc/emu/devices.fth Sat Nov 24 01:36:00 2012 (r3458) +++ cpu/x86/pc/emu/devices.fth Sat Nov 24 01:36:49 2012 (r3459) @@ -172,9 +172,6 @@ [then] fload ${BP}/ofw/core/countdwn.fth \ Startup countdown -fload ${BP}/forth/lib/pattern.fth \ Text string pattern matching -\ XXX remove the OS file commands from tools.dic -fload ${BP}/ofw/core/filecmds.fth \ File commands: dir, del, ren, etc. [ifdef] pseudo-nvram fload ${BP}/cpu/x86/pc/biosload/filenv.fth Modified: cpu/x86/pc/emu/fw.bth ============================================================================== --- cpu/x86/pc/emu/fw.bth Sat Nov 24 01:36:00 2012 (r3458) +++ cpu/x86/pc/emu/fw.bth Sat Nov 24 01:36:49 2012 (r3459) @@ -6,6 +6,8 @@ in: builton.fth build-now +" fw.tag" r/w create-file drop tag-file ! + hex \ ' $report-name is include-hook @@ -115,6 +117,8 @@ [ifdef] linux-support \needs unix-seconds> fload ${BP}/ofw/fs/unixtime.fth \ Unix time calculation support-package: ext2-file-system +\needs unix-seconds> fload ${BP}/ofw/fs/unixtime.fth \ Unix time calculation +\needs ($crc16) fload ${BP}/forth/lib/crc16.fth fload ${BP}/ofw/fs/ext2fs/ext2fs.fth \ Linux file system end-support-package [then] @@ -330,6 +334,8 @@ " dhcp" ' ip-address set-config-string-default +tag-file @ fclose tag-file off + .( SAVING FW.dic ...) " fw.dic" $save-forth cr
participants (1)
-
repository service