11 Commits

Author SHA1 Message Date
Markus Fröschle
39f814cb72 disable XLB arbiter interrupt 2021-01-10 15:05:11 +01:00
Markus Fröschle
f3d4bba977 enable USB device scan 2021-01-10 12:48:21 +01:00
Markus Fröschle
02c0dac968 final fixes to copy BaS() to RAM again
This should now avoid crashes when flashing BaS_gcc using FLASH_CF.PRG
from EmuTOS
2020-06-23 16:01:28 +02:00
Markus Fröschle
a8dfbb1ba7 move remaining routines into BaS.c (after copy to RAM) 2020-06-23 09:58:06 +02:00
Markus Fröschle
3254a46278 rearrange to only run essential code from flash, everything else from
RAM

Move all code that is not essential before we copy code to RAM from
sysinit.c to BaS.c. Thus we only run basic initialization from flash and
everything else after RAM copy
2020-06-23 09:24:24 +02:00
Mark Duckworth
3446b32a45 Add support for the M5475EVB Board 2019-05-17 19:20:52 +02:00
David Gálvez
0982b91c87 Fix FireTOS booting
For some reason which I coudn't figure it out FireTOS
fails to boot randomly when we turn on the MMU before
the IDE ports are initialized (FireTOS doesn't detect
the IDE devices). This is fixed when we turn on the MMU
after the IDE initialization. CodeWarrior BaS does it
this way too.
2018-12-14 18:31:07 +01:00
David Gálvez
025e8c9a28 Correct delay time from 1us to 1ms 2018-12-14 18:31:07 +01:00
David Gálvez
4799ba56b0 Add blank lines to make source more readable 2018-11-20 20:47:59 +01:00
David Gálvez
152c06f333 Add support for latest IDE improvements in FPGA 2018-11-20 20:47:59 +01:00
Markus Fröschle
d6a9aa14e3 add missing files not taken with github import 2017-12-25 10:21:08 +01:00