Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / diag / assembly / arch / error / l2 / n2_err_dram_DmaWr_ue_L2_Off.s
CommitLineData
86530b38
AT
1/*
2* ========== Copyright Header Begin ==========================================
3*
4* OpenSPARC T2 Processor File: n2_err_dram_DmaWr_ue_L2_Off.s
5* Copyright (C) 1995-2007 Sun Microsystems, Inc. All Rights Reserved
6* 4150 Network Circle, Santa Clara, California 95054, U.S.A.
7*
8* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9*
10* This program is free software; you can redistribute it and/or modify
11* it under the terms of the GNU General Public License as published by
12* the Free Software Foundation; version 2 of the License.
13*
14* This program is distributed in the hope that it will be useful,
15* but WITHOUT ANY WARRANTY; without even the implied warranty of
16* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17* GNU General Public License for more details.
18*
19* You should have received a copy of the GNU General Public License
20* along with this program; if not, write to the Free Software
21* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22*
23* For the avoidance of doubt, and except that if any non-GPL license
24* choice is available it will apply instead, Sun elects to use only
25* the General Public License version 2 (GPLv2) at this time for any
26* software where a choice of GPL license versions is made
27* available with the language indicating that GPLv2 or any later version
28* may be used, or where a choice of which version of the GPL is applied is
29* otherwise unspecified.
30*
31* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
32* CA 95054 USA or visit www.sun.com if you need additional information or
33* have any questions.
34*
35*
36* ========== Copyright Header End ============================================
37*/
38#define H_HT0_Hw_Corrected_Error_0x63 My_Corrected_ECC_error_trap
39#define ENABLE_PCIE_LINK_TRAINING
40
41
42#define MAIN_PAGE_NUCLEUS_ALSO
43#define MAIN_PAGE_HV_ALSO
44
45#define L2_ERR_STAT_REG 0xAB00000000
46#define L2_ERR_ADDR_REG 0xAC00000000
47
48#define TEST_DATA0 0x1000100081c3e008
49#define TEST_DATA1 0x2000200081c3e008
50#define TEST_DATA2 0x3000300081c3e008
51#define L2_ES_W1C_VALUE 0xc03ffff800000000
52#define DRAM_ES_W1C_VALUE 0xfe00000000000000
53#define DMA_DATA_BYP_ADDR1 0xfffc00002200aa00
54
55#ifdef MCU0
56#define L2_BANK_ADDR 0x0
57#define MCU_BANK_ADDR 0x0
58#define DRAM_ERR_INJ_REG 0x8400000290
59#define DRAM_ERR_STAT_REG 0x8400000280
60#define ERROR_ADDR 0x20200000
61#endif
62
63#ifdef MCU1
64#define L2_BANK_ADDR 0x80
65#define MCU_BANK_ADDR 0x80
66#define DRAM_ERR_INJ_REG 0x8400001290
67#define DRAM_ERR_STAT_REG 0x8400001280
68
69
70#endif
71
72#ifdef MCU2
73#define L2_BANK_ADDR 0x100
74#define MCU_BANK_ADDR 0x100
75#define DRAM_ERR_INJ_REG 0x8400002290
76#define DRAM_ERR_STAT_REG 0x8400002280
77#define ERROR_ADDR 0x20200100
78
79#endif
80
81#ifdef MCU3
82#define L2_BANK_ADDR 0x180
83#define MCU_BANK_ADDR 0x180
84#define DRAM_ERR_INJ_REG 0x8400003290
85#define DRAM_ERR_STAT_REG 0x8400003280
86
87
88#endif
89
90
91#include "hboot.s"
92#include "asi_s.h"
93#include "err_defines.h"
94#include "peu_defines.h"
95
96
97
98.text
99.global main
100.global My_Corrected_ECC_error_trap
101
102
103
104main:
105 ta T_CHANGE_HPRIV
106disable_l1:
107 ldxa [%g0] ASI_LSU_CONTROL, %l0
108 ! Remove the lower 2 bits (I-Cache and D-Cache enables)
109 andn %l0, 0x3, %l0
110 stxa %l0, [%g0] ASI_LSU_CONTROL
111
112!Fill_MCU:
113! setx 0x2200aa00, %l0, %g2 ! bits [21:18] select way
114! add %g2, L2_BANK_ADDR, %g2
115! stx %g5, [%g2]
116! membar #Sync
117
118 ! Write 1 to clear L2 Error status registers
119clear_l2_ESR:
120 setx L2ES_PA0, %l3, %l4
121 add %l4, L2_BANK_ADDR, %l4
122 stx %l5, [%l4]
123 nop
124
125set_L2_Off_Mode:
126 setx L2CS_PA0, %l6, %g1
127 add %g1, L2_BANK_ADDR, %g1
128 mov 0x1, %l0
129 stx %l0, [%g1]
130
131clear_dram_esr_0:
132 ! Clear DRAM Error status register (Bit[63:57] write-1-clear)
133 setx DRAM_ES_W1C_VALUE, %l0, %l5
134 setx DRAM_ERR_STAT_REG, %l3, %g5
135! add %g5, MCU_BANK_ADDR, %g5
136 stx %l5, [%g5]
137
138
139set_DRAM_error_inject_ch0:
140 mov 0x202, %l1 ! ECC Mask (2-bit error)
141 mov 0x1, %l2
142 sllx %l2, DRAM_EI_SSHOT, %l3
143 Or %l1, %l3, %l1 ! Set single shot ;
144 mov 0x1, %l2
145 sllx %l2, DRAM_EI_ENB, %l3
146 or %l1, %l3, %l1 ! Enable error injection for the next write
147 setx DRAM_ERR_INJ_REG, %l3, %g6
148! add %g6, MCU_BANK_ADDR, %g6
149 stx %l1, [%g6]
150 membar 0x40
151
152enable_err_reporting:
153 setx L2EE_PA0, %l0, %l1
154 add %l1, L2_BANK_ADDR, %l1
155 ldx [%l1], %l2
156 mov 0x3, %l0
157 or %l2, %l0, %l2
158! stx %l2, [%l1]
159
160
161store_to_L2_way0:
162 setx TEST_DATA1, %l0, %g5
163 setx 0x2200aa00, %l0, %g2 ! bits [21:18] select way
164 add %g2, L2_BANK_ADDR, %g2
165 stx %g5, [%g2]
166 membar #Sync
167nop
168nop
169nop
170nop
171nop
172nop
173nop
174nop
175nop
176nop
177nop
178nop
179nop
180nop
181nop
182nop
183nop
184nop
185nop
186nop
187
188! ldx [%g2], %g2
189! membar #Sync
190Wr_Evnt: nop;
191 ! $EV trig_pc_d(1, @VA(.MAIN.Wr_Evnt) -> EnablePCIeIgCmd ("DMAWR",DMA_DATA_BYP_ADDR1, DMA_DATA_BYP_ADDR1, "64'h40", 1 )
192
193clr %i7
194set 0x20, %l7
195loop:
196inc %i7
197cmp %i7,%l7
198bne loop
199nop
200
201check_DRAM_ESR_0:
202 setx DRAM_ERR_STAT_REG, %l3, %g5
203 ldx [%g5], %l6
204
205compute_dram_ESR:
206 mov 0x1, %l1
207 sllx %l1, DRAM_ES_DAC, %l0
208 set 0x0002, %l3 ! 16-bit Syndrome - for SECC, it's the mask nibble-reversed
209 or %l0, %l3, %l0 ! %l0 has expected value
210
211verify_dram_ESR:
212 cmp %l0, %l6
213 !bne %xcc, test_fail
214 nop
215
216check_L2_ESR_0:
217 setx L2_ERR_STAT_REG, %l3, %g5
218 add %g5, L2_BANK_ADDR, %g5
219 ldx [%g5], %l6
220
221compute_L2_ESR:
222 setx 0xfffffffff0000000, %l3, %l0
223 andcc %l0, %l6, %l0 ! Donot check L2ESR SYND bits
224 mov 0x1, %l1
225 sllx %l1, L2ES_DAC, %l0
226 mov 0x1, %l1
227 sllx %l1, L2ES_VEC, %l2
228 or %l0, %l2, %l3
229
230verify_L2_ESR:
231 cmp %l6, %l3
232 !bne %xcc, test_fail
233
234 nop
235
236
237 setx L2EA_PA0, %l2, %l3
238 add %l3, L2_BANK_ADDR, %l3
239check_l2_EAR:
240 ldx [%l3], %l4
241 ! Error address is the physical address of the cache line (PA[5:0] 0)
242 setx 0x2200aa00, %l0, %g2 ! bits [21:18] select way
243 add %g2, L2_BANK_ADDR, %g2
244
245 setx 0xffffffffc0, %l0,%o2
246 and %l4, %o2, %l4
247 cmp %l4, %g2
248 !bne %xcc, test_fail
249 nop
250
251check_Corr_err_trap:
252 ! Check if a Corrected ECC Error Trap happened
253 set EXECUTED, %l0
254 cmp %o0, %l0
255 !bne test_fail
256 nop
257 ! mov TT_Corrected_ECC, %l0
258 cmp %o1, %l0
259 !bne test_fail
260 nop
261
262
263 ba test_pass
264 nop
265
266My_Corrected_ECC_error_trap:
267
268!My_Recoverable_Sw_error_trap:
269 ! Signal trap taken
270 setx EXECUTED, %l0, %o0
271 ! save trap type value
272 rdpr %tt, %o1
273 retry
274 nop
275
276
277/*******************************************************
278 * Exit code
279 *******************************************************/
280
281test_pass:
282ta T_GOOD_TRAP
283
284
285test_fail:
286ta T_BAD_TRAP
287
288
289