Author: wmb Date: Wed Jun 16 13:38:27 2010 New Revision: 1822 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1822 Log: ARM basefw - moved file access stuff into basefw. Modified: cpu/arm/basefw.bth Modified: cpu/arm/basefw.bth ============================================================================== --- cpu/arm/basefw.bth Wed Jun 16 13:37:51 2010 (r1821) +++ cpu/arm/basefw.bth Wed Jun 16 13:38:27 2010 (r1822) @@ -7,7 +7,7 @@ " basefw.tag" r/w create-file drop tag-file ! -\ ' $report-name is include-hook +' $report-name is include-hook create include-help \ Include help facility @@ -80,6 +80,11 @@ defines: $partition [then] +fload ${BP}/forth/lib/pattern.fth \ Text string pattern matching +fload ${BP}/forth/lib/tofile.fth \ to-file and append-to-file +\ XXX remove the OS file commands from tools.dic +fload ${BP}/ofw/core/filecmds.fth \ File commands: dir, del, ren, etc. + [ifndef] no-heads resident dispose 0 0 set-transize \ true is suppress-transient
participants (1)
-
repository service