changeset 0cb9668708ce in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=0cb9668708ce
description:
        removed tlaserreg.h, rewrote necessary parts
        deleted simos.h
        deleted tlaserreg.h

        palcode/platform_m5.S:
        palcode/platform_tlaser.S:
            removed tlaserreg.h, rewrote necessary parts

diffstat:

 system/alpha/h/simos.h                 |  16 ----------------
 system/alpha/palcode/platform_m5.S     |   4 +---
 system/alpha/palcode/platform_tlaser.S |   8 +++-----
 3 files changed, 4 insertions(+), 24 deletions(-)

diffs (66 lines):

diff -r 71d56cc8c657 -r 0cb9668708ce system/alpha/h/simos.h
--- a/system/alpha/h/simos.h    Mon Dec 06 11:44:22 2004 -0500
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-
-
-/*
- * this contains the random stuff that is not defined
- * elsewhere
- * probably hacked up
- */
-
-
-#include "tlaser.h"  /* from the simulation tree */
-
-/*
- * wierd. different ways of referencing ips
- */
-
-#define ps ips
diff -r 71d56cc8c657 -r 0cb9668708ce system/alpha/palcode/platform_m5.S
--- a/system/alpha/palcode/platform_m5.S        Mon Dec 06 11:44:22 2004 -0500
+++ b/system/alpha/palcode/platform_m5.S        Sun Jan 30 16:50:55 2005 -0500
@@ -32,9 +32,7 @@
 #include "fromHudsonOsf.h"
 #include "dc21164FromGasSources.h"
 #include "cserve.h"
-#include "tlaserreg.h"
-//#include "simos.h"
-
+#include "tlaser.h"
 
 #define ldlp ldl_p
 #define ldqp ldq_p
diff -r 71d56cc8c657 -r 0cb9668708ce system/alpha/palcode/platform_tlaser.S
--- a/system/alpha/palcode/platform_tlaser.S    Mon Dec 06 11:44:22 2004 -0500
+++ b/system/alpha/palcode/platform_tlaser.S    Sun Jan 30 16:50:55 2005 -0500
@@ -32,9 +32,7 @@
 #include "fromHudsonOsf.h"
 #include "dc21164FromGasSources.h"
 #include "cserve.h"
-#include "tlaserreg.h"
-//#include "simos.h"
-
+#include "tlaser.h"
 
 #define ldlp ldl_p
 #define ldqp ldq_p
@@ -829,7 +827,7 @@
         beq    r14, tlep_ecc                   // Branch if not IPL14
         Get_TLSB_Node_Address(r14,r10)
 
-        lda    r10, tlsb_tlilid0_offset(r10)   // Get base TLILID address
+        lda    r10, 0xa00(r10)                 // Get base TLILID0 address
         ldlp   r13, 0(r10)                     // Read the TLILID register
 
 #if turbo_pcia_intr_fix == 0
@@ -853,7 +851,7 @@
         lda    r13, 0xffb(r31)                 // get upper GBUS address bits
         sll    r13, 28, r13                    // shift up to top
 
-        lda    r13, (tlep_watch_csrc_offset)(r13)      // full CSRC address
+        lda    r13, (0x300)(r13)  // full CSRC address (tlep watch csrc offset)
         ldqp   r13, 0(r13)                     // read CSRC
 
         lda    r13, 0x40(r31)                  // load Intim bit
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to