FreeCalypso > hg > fc-magnetite
annotate LICENSE @ 605:07d0dc4431f4
bootloader.s: same MEMIF fix as in int.s plus DPLL BYPASS fix
Both MEMIF and DPLL settings are now the same between int.s and bootloader.s
assembly code paths. Previously bootloader.s was setting DPLL BYPASS /2 mode,
which persisted until _INT_Initialize code with the bootloader body omitted,
or was changed to /1 in the hardware init function in the
bootloader.lib:start.obj module.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 17 Jun 2019 18:40:32 +0000 |
parents | 3e5689c0ca4e |
children | 6f0874b00973 |
rev | line source |
---|---|
601
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
1 FreeCalypso original work |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
2 ========================= |
229
27b356aa0e5d
LICENSE explanatory file added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 |
601
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
4 The present FreeCalypso firmware is a derived work based on TI's TCS211 and |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
5 TCS3.2 firmwares. However, even though it is based on these two starting points |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
6 from TI, our FreeCalypso fw is a software product in its own right, and is NOT |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
7 merely a "hacked" copy of some TI firmware. The particular way in which we have |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
8 combined and integrated pieces from TCS211 and from TCS3.2 to produce our |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
9 TCS2/TCS3 hybrid, our meticulous source reconstruction of TCS211 L1 that |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
10 originally came in binary object form, our completely new and original firmware |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
11 configuration and build system, all of our new code that supports new board- |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
12 level hardware targets that use TI chips but aren't TI development boards, and |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
13 all other significant new developments made in FreeCalypso constitute our own |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
14 original work. |
229
27b356aa0e5d
LICENSE explanatory file added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 |
601
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
16 All original work in FreeCalypso that is not directly traceable to some |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
17 historical TI code component has been written by Mother Mychaela Nadezhda |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
18 Falconia, and I refuse to claim copyright on this software work. I hereby |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
19 immediately place this work in the public domain; it may be used, copied, |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
20 distorted or destroyed in any manner whatsoever without further attribution |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
21 or notice to the creator. |
229
27b356aa0e5d
LICENSE explanatory file added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
22 |
601
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
23 Code pieces from TI |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
24 =================== |
229
27b356aa0e5d
LICENSE explanatory file added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
25 |
601
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
26 In the case of those code components which originate from TI, we did not get |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
27 them *from* TI per se, instead we have found them freely on the Internet. These |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
28 Internet finds were not accompanied by any kind of license information, hence |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
29 the licensing status of these historical code fragments is currently uncertain. |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
30 We are trying to get some clarification from TI, but currently having a very |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
31 difficult time finding anyone who even knows what we are talking about - the |
3e5689c0ca4e
LICENSE: current status
Mychaela Falconia <falcon@freecalypso.org>
parents:
229
diff
changeset
|
32 very existence of this stuff appears to have been erased from history. |