main.c
22.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Ported from Nintendo ZARU GNG Test
:set tabstop=4
Changed: Delete all rdram diag (because of no zaru code anymore)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/**************************************************************************
* *
* Copyright (C) 1995, 1996 Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
*************************************************************************/
/**************************************************************************
$B2~D{MzNr(B
$B#9#6(B/$B#1#0(B
$B#V#i%^%M!<%8%c:n@.8e$K(BosViBlack$B$r$+$1(B,osViSwapBuffer$BA0$K2r=|$9$k(B
$BJ}K!$KJQ99!#$3$l$G2hLL$N$4$_$,8:$k!#(B
*************************************************************************/
/*
* File: main.c
*
* This application is a test-bed of single frame tests for RDP
* test vector generation. The idea is that each frame possibly uses a
* different dataset (see static.c) to render a particular test.
*
* Under argc, argv control, you can choose to run a single frame test, or
* (by default) run all the "frames" of vector generation at once. When
* sending multiple "frames" down, we always wait for vertical retrace before
* drawing the next frame (frames are always drawn in the first cfb, so that we
* know how to extract the image data when running simulations/test vectors).
*
* At the user's option, they may specify that RDRAM (e.g. the frame buffer)
* has been preinitialized, thus eliminating the need for a screen/zbuffer
* clear. Use the -m flag when this is the case.
*
* A similar strategy was used in RDP verification, so we are leveraging
* heavily from the old rdpverif program.
*
* The "-c <number>" flag performs checksum screen compares.
*
* Use in conjunction with the -p to obtain a checksum dump ("printOnly").
*
* Use gload's -a flag to pass arguments through to this app.
*
* NOTE:
*
* This test-bed is composed of some shared code, and test-specific
* code. To add or modify a test case, you should only touch the
* test-specific code. Modifying shared code might break other tests, should
* we ever create other directories of test vector generators based upon this
* program.
*
* FILES THAT MAY BE SHARED WITH OTHER TESTS: (don't modify)
*
* main.c
* init.c
* dynamic.c
* zbuffer.c
* spec
*
* FILES THAT ARE TEST-SPECIFIC: (may modify)
*
* <module_name>_static.c (holds static display list data for tests)
* <module_name>.h (exports info to main.c, etc.)
* <module_name.c (holds test frame procedures, etc.)
* <any related include files> (textures, etc.)
* Makefile (make test rules)
*
* A separate set of files should be modified when producing display lists for
* per module testing (e.g. cs.h, cs.c, cs_static.c). A template display list
* test has been provided; some real gfx dl's are provided as samples in the ms
* test series.
*
* TO ADD A TEST CASE:
*
* decide which module your test will focus on, then tweak:
*
* <module_name>.h - extern the static display list, so that it is
* visible from <module_name>_static.c
*
* <module_name>_static.c - add the static display list for the test.
*
* <module_name>.c - add the procedure to be called to
* perform the test case. (also put it
* in the testCaseProc table appropriate for
* this module)
*
* - put the static display list pointer
* in the testList table (appropriately named
* for your module under test) as a Gfx pointer
* in the GfxTest_t struct; also provide a name
* for your test so that the rdpascii2rdp tool
* can provide a filename for the resulting
* binary .rdp file.
*
* ... plus add any new textures, include files, etc.
*
* All locations are marked with comments that say "ADD TEST CASE"
* and give some hints what you need to do there.
*
* ADVANCED USAGE:
* You could re-use test case procedures or data, as long as you
* coordinate with all the tests that share it. It is a bad idea
* to share data or procedures with a test that someone else may
* go in and modify.
*
* If your test case needs a command line argument, that isn't handled
* too cleanly. You would have to add it to main.c, and export the
* global variables, etc. (messy)
*
* This test suite favors single-frame tests. Animation support is clumsy.
*
* Fri Sep 22 11:39:18 PDT 1995
*/
#include <ultra64.h>
#include <ramrom.h>
#include <assert.h>
#include "controller.h"
#include "dldriver.h"
#include "gng.h"
extern void InitAudio(void);
/*
* Symbol genererated by "makerom" to indicate the end of the code segment
* in virtual (and physical) memory
*/
extern char _codeSegmentEnd[];
/* these are fixed sizes: */
#define SP_UCODE_SIZE 4096
#define SP_UCODE_DATA_SIZE 2048
/*
* Symbols generated by "makerom" to tell us where the static segment is
* in ROM.
*/
extern char _staticSegmentRomStart[], _staticSegmentRomEnd[];
extern char _static1SegmentRomStart[], _static1SegmentRomEnd[];
extern char _static2SegmentRomStart[], _static2SegmentRomEnd[];
/*
* Stacks for the threads as well as message queues for synchronization
*/
u64 bootStack[STACKSIZE/sizeof(u64)];
int uselines = 0;
static int useblack = 0;
static int skipZclear = 0;
static void idle(void *);
static void mainproc(void *);
static OSThread idleThread;
static u64 idleThreadStack[STACKSIZE/sizeof(u64)];
static OSThread mainThread;
static u64 mainThreadStack[STACKSIZE/sizeof(u64)];
#ifndef _FINALROM
static OSThread rmonThread;
static u64 rmonStack[RMON_STACKSIZE/sizeof(u64)];
#endif
/* this number (the depth of the message queue) needs to be equal
* to the maximum number of possible overlapping PI requests.
* For this app, 1 or 2 is probably plenty, other apps might
* require a lot more.
*/
#define NUM_PI_MSGS 8
static OSMesg PiMessages[NUM_PI_MSGS];
static OSMesgQueue PiMessageQ;
OSMesgQueue dmaMessageQ, rspMessageQ, rdpMessageQ, retraceMessageQ;
OSMesg dmaMessageBuf, rspMessageBuf, rdpMessageBuf, retraceMessageBuf;
OSMesg dummyMessage;
OSIoMesg dmaIOMessageBuf;
OSMesgQueue siMessageQ;
OSMesg siMessageBuf;
/*
* Dynamic segment in code space. Needs OS_K0_TO_PHYSICAL()...
*/
Dynamic dynamic;
/*
* necessary for RSP tasks:
*/
#ifdef __GNUC__
u64 dram_stack[SP_DRAM_STACK_SIZE64] __attribute__((aligned (16)));
u64 dram_yield[OS_YIELD_DATA_SIZE];
u64 rdp_output_len __attribute__((aligned (16))) = 0;
u64 rdp_output[4096*16] __attribute__((aligned (16)));
#else
u64 dram_stack[SP_DRAM_STACK_SIZE64];
u64 dram_yield[OS_YIELD_DATA_SIZE];
u64 rdp_output_len;
u64 rdp_output[4096*16];
#endif
/*
* must be in BSS, not on the stack for this to work:
*/
OSTask tlist =
{
M_GFXTASK, /* task type */
OS_TASK_DP_WAIT, /* task flags */
NULL, /* boot ucode pointer (fill in later) */
0, /* boot ucode size (fill in later) */
NULL, /* task ucode pointer (fill in later) */
SP_UCODE_SIZE, /* task ucode size */
NULL, /* task ucode data pointer (fill in later) */
SP_UCODE_DATA_SIZE, /* task ucode data size */
&(dram_stack[0]), /* task dram stack pointer */
SP_DRAM_STACK_SIZE8, /* task dram stack size */
&(rdp_output[0]), /* task output buffer ptr (not always used) */
&rdp_output_len, /* task output buffer size ptr */
NULL, /* task data pointer (fill in later) */
0, /* task data size (fill in later) */
NULL, /* task yield buffer ptr (not used here) */
0 /* task yield buffer size (not used here) */
};
char *staticSegment;
char *static1Segment;
char *static2Segment;
char *rspcodeSegment;
Gfx *glistp; /* global for test case procs */
/*
* global variables for arguments, to control test cases
*/
int frame_count = -1;
int module_num = -1;
int rdp_DRAM_io = 0;
int doChecksum = 1; /* checksum */
int printOnly = 0; /* printing checksum values only */
int noprintf = 1; /* supress PRINTFs */
int rdp_regressionFlag = 0;
int rdp_mspanFlushFlag = 0;
int debugflag = 0;
int dumpImage = 0;
int draw_buffer = 0;
void *cfb_ptrs[2];
int cfb_size = G_IM_SIZ_16b;
u64 ramrombuf[RAMROM_MSG_SIZE/8];
int controlFrame = 0;
int lastFrameNum = -2;
int controllerSlot;
int zaruexists;
/*
* When TRUE, toplevel.c routines will issue a full sync after
* the frame's DL has been rendered. When dumping DL's, we
* will want to inhibit the full sync's for every frame of a
* particular module until the last frame, so that we can
* accumulate all the frame's test vectors together in one
* monster DL.
*/
int generateFullSync = 1;
typedef union {
u32 word[2];
u64 force_alignment;
} scratch_t;
scratch_t scratch_buff[1024], *scrp;
#define PI_BASE ((u32)(0xb0700000))
/*
* Declare an array of ModuleTest_t structs, so that we can cycle through all
* the tests designed for each of the rdp's major functional blocks.
*/
ModuleTest_t moduleTestSet[MODULE_COUNT];
u32 argbuf[16];
extern int dlDriver(void);
extern void audMain(void);
extern void uji_diags(void);
extern int piAllTest(void);
extern int nmitest_phase1(void);
extern int nmitest_phase2(void);
extern int clocktest(void);
extern int intr1test(void);
extern int rsp(void);
/*
* The boot() function MUST be the first function in this module, otherwise
* the original boot thread (loaded at 2MB in rdram) will be unable to invoke
* this secondary boot procedure, which loads the program low in rdram.
*/
boot(void *arg)
{
int i, *pr;
char *ap;
u32 *argp;
osInitialize();
osCreateThread(&idleThread, 1, idle, arg, idleThreadStack+STACKSIZE/sizeof(u64), 10);
osStartThread(&idleThread);
/* never reached */
}
/*
* private routine used to parse args.
*/
static int
myatoi(char *str)
{
int log10[5], logn = 0, val = 0, i, pow10 = 1;
if (str == NULL || *str == '\0')
return(-1);
while (*str != '\0') {
if (!(*str == '0' ||
*str == '1' ||
*str == '2' ||
*str == '3' ||
*str == '4' ||
*str == '5' ||
*str == '6' ||
*str == '7' ||
*str == '8' ||
*str == '9')) {
logn = 0;
break;
}
log10[logn++] = *str - '0';
str++;
}
if (logn == 0)
return(-1);
for (i=logn-1; i>= 0; i--) {
val += log10[i] * pow10;
pow10 *= 10;
}
return (val);
}
/*
* private routine used to parse args.
*/
static void
parse_args(char *argstring)
{
int argc = 1, i;
char *arglist[32], **argv = arglist; /* max 32 args */
char *c, *ptr;
if (argstring == NULL || argstring[0] == '\0')
return;
/* re-organize argstring to be like main(argv,argc) */
ptr = argstring;
while (*ptr != '\0') {
while (*ptr != '\0' && (*ptr == ' ')) {
*ptr = '\0';
ptr++;
}
if (*ptr != '\0')
arglist[argc++] = ptr;
while (*ptr != '\0' && (*ptr != ' ')) {
ptr++;
}
}
/* ADD TEST CASE:
* might want to pick off special arguments here.
*/
/* process the arguments: */
while ((argc > 1) && (argv[1][0] == '-')) {
switch(argv[1][1]) {
case 'c':
doChecksum = 0;
break;
case 'd':
rdp_DRAM_io = 1; /* route RSP output for RDP back to DRAM */
break;
case 'f':
frame_count = myatoi(argv[2]); /* start frame */
if (frame_count < 0) {
frame_count = -1;
}
controlFrame = frame_count;
argc--;
argv++;
break;
case 'g':
debugflag = 1;
break;
case 'i':
dumpImage = 1;
break;
case 'F':
rdp_mspanFlushFlag = 1; /* flush mspan cache by enabling 1PRIM */
break;
case 'r':
rdp_regressionFlag = 1; /* when set, shrink viewport for brevity */
break;
case 'l':
uselines = 1;
break;
case 's':
noprintf = 1;
break;
/*
* -m specifies that we run a single module's set of tests.
*/
case 'm':
module_num = myatoi(argv[2]);
if (module_num < 0) {
module_num = -1;
}
argc--;
argv++;
break;
case 'p':
printOnly = 1;
break;
case 'b':
useblack = 1;
break;
case 'z':
skipZclear = 1;
break;
default:
break;
}
argc--;
argv++;
}
}
static void
idle(void *arg)
{
/* Initialize video */
osCreateViManager(OS_PRIORITY_VIMGR);
osViSetMode( &osViModeTable[ AutoVideo( OS_VI_NTSC_LAN1 ) ] );
osViBlack( TRUE );
/*
* Parse option arguments before we start the main thread, so that if we
* set the debugflag, we won't start the main thread (debugger will have to
* do that for us). Unfortunately this means we can't PRINTF any
* errors in argument parsing...
*/
#ifndef _FINALROM
parse_args((char *)argbuf);
#else
parse_args(NULL);
#endif
/*
* Start PI Mgr for access to cartridge
*/
osCreatePiManager((OSPri)OS_PRIORITY_PIMGR, &PiMessageQ, PiMessages,
NUM_PI_MSGS);
#ifndef _FINALROM
/*
* Start RMON for debugging & data xfer (make sure to start
* PI Mgr first)
*/
osCreateThread(&rmonThread, 0, rmonMain, (void *)0,
rmonStack+RMON_STACKSIZE/sizeof(u64), OS_PRIORITY_RMON);
osStartThread(&rmonThread);
#endif
/*
* Create main thread
*/
osCreateThread(&mainThread, 3, mainproc, arg,
mainThreadStack+STACKSIZE/sizeof(u64), 10);
if (debugflag != 1) {
osStartThread(&mainThread);
}
/*
* Become the idle thread
*/
osSetThreadPri( 0, 0 );
for(;;);
}
/*
* Build up an RDP task to clear the frame buffer, in whatever video mode the
* current test requires.
*/
void
clear_framebuffers(int cfb_pixSize, int cfb_clearColor)
{
OSTask *tlistp;
Dynamic *dynamicp;
/*
* set up pointers to build the display list.
*/
tlistp = &tlist;
dynamicp = &dynamic;
glistp = &(dynamicp->glist[0]);
/*
* Tell RCP where each segment is
*/
gSPSegment(glistp++, 0, 0x0); /* K0 (physical) address segment */
gSPSegment(glistp++, STATIC_SEGMENT,
osVirtualToPhysical(staticSegment));
gSPSegment(glistp++, STATIC_SEGMENT1,
osVirtualToPhysical(static1Segment));
gSPSegment(glistp++, STATIC_SEGMENT2,
osVirtualToPhysical(static2Segment));
/*
* XXX Probably not necessary to do this each time, but too hard to figure
* out what's needed and what's not, so we do it every time & wonder...
*/
gSPDisplayList(glistp++, rdpinit_dl);
gSPDisplayList(glistp++, rspinit_dl);
if ((cfb_pixSize == G_IM_SIZ_16b) || (cfb_pixSize == G_IM_SIZ_8b)) {
if (skipZclear == 0) {
gSPDisplayList(glistp++, clear_16fb_z);
}
if (cfb_clearColor == CLEAR_AQUA)
gSPDisplayList(glistp++, clear_16fb_aqua)
else
gSPDisplayList(glistp++, clear_16fb_black);
} else if (cfb_pixSize == G_IM_SIZ_32b){
if (skipZclear == 0) {
gSPDisplayList(glistp++, clear_32fb_z);
}
if (cfb_clearColor == CLEAR_AQUA)
gSPDisplayList(glistp++, clear_32fb_aqua)
else
gSPDisplayList(glistp++, clear_32fb_black);
} else if (cfb_pixSize == 1024){
if (skipZclear == 0) {
gSPDisplayList(glistp++, clear_16fb_z);
}
if (cfb_clearColor == CLEAR_AQUA)
gSPDisplayList(glistp++, clear_1024fb_aqua)
else
gSPDisplayList(glistp++, clear_1024fb_black);
} else if (cfb_pixSize == 640){
if (skipZclear == 0) {
gSPDisplayList(glistp++, clear_16fb_z);
}
if (cfb_clearColor == CLEAR_AQUA)
gSPDisplayList(glistp++, clear_640fb_aqua)
else
gSPDisplayList(glistp++, clear_640fb_black);
}
gDPFullSync(glistp++);
gSPEndDisplayList(glistp++);
assert((glistp - dynamicp->glist) < MAX_GRAPHICS_SIZE);
/*
* Build a graphics task to execute the frame buffer clears, fire it off,
* then wait for RDP completion.
*/
tlistp->t.type = M_GFXTASK;
tlistp->t.flags = OS_TASK_DP_WAIT;
tlistp->t.ucode_boot = (u64 *) rspbootTextStart;
tlistp->t.ucode_boot_size = ((int)rspbootTextEnd -
(int)rspbootTextStart);
/*
* RSP output over XBUS to RDP.
*/
tlistp->t.ucode = (u64 *) gspFast3DTextStart;
tlistp->t.ucode_data = (u64 *) gspFast3DDataStart;
tlistp->t.ucode_size = SP_UCODE_SIZE;
tlistp->t.ucode_data_size = SP_UCODE_DATA_SIZE;
tlistp->t.dram_stack = (u64 *) &(dram_stack[0]);
tlistp->t.dram_stack_size = SP_DRAM_STACK_SIZE8;
tlistp->t.output_buff = (u64 *) 0x0;
tlistp->t.output_buff_size = (u64 *) 0x0;
/* initial display list: */
tlistp->t.data_ptr = (u64 *) dynamicp->glist;
tlistp->t.data_size = ((int)(glistp - dynamicp->glist) *
sizeof (Gfx));
tlistp->t.yield_data_ptr = (u64 *) NULL;
tlistp->t.yield_data_size = 0xDA0;
/*
* Can just flush 16KB and forget about each individual pieces
* of data to flush. We flush the cache so that when the RSP
* updates rdram (as a consequence of executing the task), the
* R4300 cpu won't ignore the newly updated data in favor of its
* privately held data cache contents.
*/
osWritebackDCacheAll();
/* unwrap this macro for debugging:
*
* osSpTaskStart(tlistp);
*
*/
osSpTaskLoad(tlistp);
osSpTaskStartGo(tlistp);
/*
* ignore SP completion, wait for DP completion.
*/
(void)osRecvMesg(&rdpMessageQ, &dummyMessage, OS_MESG_BLOCK);
/*
* Now wait for a vertical retrace to go by.
*
* Make sure there isn't an old retrace in queue
* (assumes queue has a depth of 1) by checking to see if the MQ is full.
*/
if (MQ_IS_FULL(&retraceMessageQ))
(void)osRecvMesg(&retraceMessageQ, &dummyMessage, OS_MESG_BLOCK);
/*
* Now really wait for vertical retrace to finish.
*/
(void)osRecvMesg(&retraceMessageQ, &dummyMessage, OS_MESG_BLOCK);
}
extern int pifCheck(void);
extern void RunViTests(int);
#include "../uji/uji_audio.h"
static void
mainproc(void *arg)
{
OSTask *tlistp;
Dynamic *dynamicp;
int testListCount;
int frameNum, endFrame;
int moduleNum, startModule, endModule;
int keep_going = 1;
int pixSize;
gngstatus *pstatus;
int errCount = 0;
/* Both low res framebuffers share the same highres
array, so offset the second pointer from the base
of the array */
cfb_ptrs[0] = cfb_16_a;
cfb_ptrs[1] = (unsigned int *) ((unsigned int *) cfb_16_a + 320*240);
/*
* Setup the message queues
*/
osCreateMesgQueue(&dmaMessageQ, &dmaMessageBuf, 1);
osCreateMesgQueue(&rspMessageQ, &rspMessageBuf, 1);
osSetEventMesg(OS_EVENT_SP, &rspMessageQ, dummyMessage);
osCreateMesgQueue(&rdpMessageQ, &rdpMessageBuf, 1);
osSetEventMesg(OS_EVENT_DP, &rdpMessageQ, dummyMessage);
osCreateMesgQueue(&retraceMessageQ, &retraceMessageBuf, 1);
osViSetEvent(&retraceMessageQ, dummyMessage, 1);
osCreateMesgQueue(&siMessageQ, &siMessageBuf, 1);
osSetEventMesg(OS_EVENT_SI, &siMessageQ, dummyMessage);
/*
* Can just flush 16KB and forget about each individual pieces
* of data to flush. We flush the cache so that when the PI
* updates rdram (as a consequence of executing the dma task), the
* R4300 cpu won't ignore the newly updated data in favor of its
* privately held data cache contents.
*/
osWritebackDCacheAll();
/*
* Stick the static segment right after the code/data segment
*/
staticSegment = _codeSegmentEnd;
osPiStartDma(&dmaIOMessageBuf, OS_MESG_PRI_NORMAL, OS_READ,
(u32)_staticSegmentRomStart, staticSegment,
_staticSegmentRomEnd - _staticSegmentRomStart, &dmaMessageQ);
/*
* Wait for DMA to finish
*/
(void)osRecvMesg(&dmaMessageQ, &dummyMessage, OS_MESG_BLOCK);
/*
* Dma in static segment1 at base of expansion memory
*
*/
if ((osMemSize == 0x600000) || (osMemSize == 0x800000)) {
static1Segment = (char *)STATIC_SEGMENT1_DRAM_6M;
osPiStartDma(&dmaIOMessageBuf, OS_MESG_PRI_NORMAL, OS_READ,
(u32)_static1SegmentRomStart, static1Segment,
_static1SegmentRomEnd - _static1SegmentRomStart, &dmaMessageQ);
/*
* Wait for DMA to finish
*/
(void)osRecvMesg(&dmaMessageQ, &dummyMessage, OS_MESG_BLOCK);
}
/*
* Dma in static segment2 3M into the expansion memory (7M)
*
*/
if (osMemSize == 0x800000) {
static2Segment = (char *)STATIC_SEGMENT2_DRAM_8M;
osPiStartDma(&dmaIOMessageBuf, OS_MESG_PRI_NORMAL, OS_READ,
(u32)_static2SegmentRomStart, static2Segment,
_static2SegmentRomEnd - _static2SegmentRomStart, &dmaMessageQ);
/*
* Wait for DMA to finish
*/
(void)osRecvMesg(&dmaMessageQ, &dummyMessage, OS_MESG_BLOCK);
}
/*
* Stick the rspcode segment right after the static segment.
*
* We can't use the "_staticSegmentEnd" variable because makerom has
* assigned an rsp address to it.
*/
rspcodeSegment = ( _codeSegmentEnd +
( _staticSegmentRomEnd - _staticSegmentRomStart ) );
/*
* Tell the VI to display the first frame buffer.
*/
osViBlack( FALSE );
osViSwapBuffer(cfb_16_a);
controllerSlot = initControllers();
/*
* osAppNMIBuffer == 0x8000031c in locore rdram
*/
pstatus = (gngstatus *)osAppNMIBuffer;
/*
* Initialize audio (audio services are used by the audio test and
* the gng_report() error reporting function).
*/
InitAudio();
chkAppendSoundPlayer();
testDriver();
#ifndef _FINALROM
osExit();
#endif
}