FreeCalypso > hg > tcs211-patches
diff patches/main-fchw.patch @ 9:73e647918297
main-fchw.patch implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 06 Jun 2015 05:57:32 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/main-fchw.patch Sat Jun 06 05:57:32 2015 +0000 @@ -0,0 +1,17 @@ +# This patch applies to the Init_Target() function in the init.obj module in +# main.lib; it is an example of how this code will need to be patched for +# running on our own future FreeCalypso hardware if we choose to use the same +# Spansion S71PL129NC0 flash+pSRAM MCP as used in the Pirelli DP-L10 and use +# the same memory timings as set by Pirelli's firmware. + +[init.obj] + +# value goes into nCS0, nCS1 and nCS3 config registers +.text 66 A4 +# value goes into nCS2 config reg +.text 6C A4 + +# nop out the write into 0x02700000 + +.text 128 C0 +.text 129 46