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

View File

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

View File

@@ -111,7 +111,7 @@ void BaS(void)
MCF_INTC_IMRL = 0xffffff00; /* int 1-7 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("IDE reset: ");

View File

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