Author: wmb
Date: Fri Dec 2 02:05:23 2011
New Revision: 2722
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2722
Log:
biosload - replaced config.fth with a null version that tells you to select a specific configuration.
Modified:
cpu/x86/pc/biosload/config.fth
Modified: cpu/x86/pc/biosload/config.fth
==============================================================================
--- cpu/x86/pc/biosload/config.fth Fri Dec 2 02:05:17 2011 (r2721)
+++ cpu/x86/pc/biosload/config.fth Fri Dec 2 02:05:23 2011 (r2722)
@@ -1,48 +1,2 @@
-\ See license at end of file
-purpose: Establish configuration definitions
-
-\ --- The environment that "boots" OFW ---
-\ - Image Format - Example Media - previous stage bootloader
-
-create debug-startup
-\ create serial-console
-create resident-packages
-create addresses-assigned \ Don't reassign PCI addresses
-\ create virtual-mode
-\ create use-root-isa
-create use-timestamp-counter
-create use-pci-isa
-create use-isa-ide
-create use-ega
-create use-elf
-\ create use-ne2000
-create use-watch-all
-create pseudo-nvram
-\ create use-null-nvram
-\ create no-floppy-node
-
-fload ${BP}/cpu/x86/pc/biosload/addrs.fth
-
-\ LICENSE_BEGIN
-\ Copyright (c) 2006 FirmWorks
-\
-\ Permission is hereby granted, free of charge, to any person obtaining
-\ a copy of this software and associated documentation files (the
-\ "Software"), to deal in the Software without restriction, including
-\ without limitation the rights to use, copy, modify, merge, publish,
-\ distribute, sublicense, and/or sell copies of the Software, and to
-\ permit persons to whom the Software is furnished to do so, subject to
-\ the following conditions:
-\
-\ The above copyright notice and this permission notice shall be
-\ included in all copies or substantial portions of the Software.
-\
-\ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-\ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-\ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-\ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-\ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-\ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-\ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-\
-\ LICENSE_END
+.( !!! Copy a specific configuration file over config.fth !!!) cr
+bye
Author: wmb
Date: Fri Dec 2 02:05:17 2011
New Revision: 2721
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2721
Log:
vesa.fth - commentary changes.
Modified:
dev/video/controlr/vesa.fth
Modified: dev/video/controlr/vesa.fth
==============================================================================
--- dev/video/controlr/vesa.fth Fri Dec 2 02:05:12 2011 (r2720)
+++ dev/video/controlr/vesa.fth Fri Dec 2 02:05:17 2011 (r2721)
@@ -11,8 +11,8 @@
\ Assume mode 117 - 1024x768x16 - for now
d# 16 value depth
-d# 1280 value width \ If scaled is false, will be replaced with hdisplay
-d# 1024 value height \ If scaled is false, will be replaced with vdisplay
+d# 1280 value width \ Mode 11a
+d# 1024 value height
: setmode ( -- ) ;