[openfirmware] r1135 - cpu/x86/pc

svn at openfirmware.info svn at openfirmware.info
Thu Apr 2 20:43:46 CEST 2009


Author: wmb
Date: 2009-04-02 20:43:45 +0200 (Thu, 02 Apr 2009)
New Revision: 1135

Modified:
   cpu/x86/pc/resetend.fth
Log:
Minor change to position of serial reports in resetend.h,
affects only the unusual case where the FW dropin is not compressed.


Modified: cpu/x86/pc/resetend.fth
===================================================================
--- cpu/x86/pc/resetend.fth	2009-04-02 18:27:04 UTC (rev 1134)
+++ cpu/x86/pc/resetend.fth	2009-04-02 18:43:45 UTC (rev 1135)
@@ -111,6 +111,8 @@
       ax call			\ Inflate the firmware
    else
       h# 26 # al mov  al h# 80 # out
+      ascii h report
+
       \ The firmware dropin isn't compressed, so we just copy it to RAM
       4 [ax]          cx  mov	\ Length of firmware (byte-swapped)
       cx                  bswap	\ cx: Length of firmware
@@ -119,7 +121,6 @@
       fw-virt-base #  di  mov	\ Firmware RAM address (destination)
       cld  rep byte movs	\ Copy the firmware
 
-      ascii h report
       ascii m report
    then
    long-offsets off




More information about the openfirmware mailing list