This commit is contained in:
Markus Fröschle
2012-11-01 20:36:52 +00:00
parent 2a81adbcfa
commit 2980337a93
3 changed files with 9 additions and 3 deletions

View File

@@ -45,11 +45,16 @@ set *((long *) 0xFF000100) = 0x008D0000
set *((long *) 0xFF000104) = 0x710D0F00 set *((long *) 0xFF000104) = 0x710D0F00
end end
define cu
!killall m68k-bdm-gdbserver
end
# #
# Wake up the board # Wake up the board
# #
define initBoard define ib
addresses addresses
setup-dram setup-dram
end end
ib

View File

@@ -111,7 +111,7 @@ void BaS(void)
MCF_INTC_IMRL = 0xffffff00; /* int 1-7 on */ MCF_INTC_IMRL = 0xffffff00; /* int 1-7 on */
MCF_INTC_IMRH = 0xbffffffe; /* psc3 and timer 0 int on */ MCF_INTC_IMRH = 0xbffffffe; /* psc3 and timer 0 int on */
MCF_MMU_MMUCR = MCF_MMU_MMUCR_EN; /* MMU on */ //MCF_MMU_MMUCR = MCF_MMU_MMUCR_EN; /* MMU on */
xprintf("finished\r\n"); xprintf("finished\r\n");
xprintf("IDE reset: "); xprintf("IDE reset: ");

View File

@@ -3,6 +3,7 @@
*/ */
#include "startcf.h" #include "startcf.h"
#define cf_stack
.extern _rt_cacr; .extern _rt_cacr;
.extern _rt_mod; .extern _rt_mod;