FreeCalypso > hg > tcs211-patches
annotate patches/main-pirelli.patch @ 18:94999935b791 default tip
main-rvtmodem.patch created
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 01 Nov 2015 06:40:12 +0000 |
parents | 1fffae285c85 |
children |
rev | line source |
---|---|
17
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 # This patch applies to the Init_Target() function in the init.obj module in |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 # main.lib; the present version is for making TCS211 run on the Pirelli. |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 # This patch sets the same memory and peripheral chip select timings and |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 # widths as Pirelli's fw. |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 [init.obj] |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
7 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
8 # value goes into nCS0, nCS1 and nCS3 config registers |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 .text 66 A4 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 # the nCS2 setting in our original blob is already correct for the Pirelli |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 # value goes into nCS4 config reg |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
13 .text 72 A7 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
14 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
15 # nop out the write into 0x02700000 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
16 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
17 .text 128 C0 |
1fffae285c85
main-pirelli.patch created
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
18 .text 129 46 |