added scripts for flashing various parts of the firmware with bdmctrl

Fixed hang in DVI initialization (wait...() routines not inlined as supposed to)
This commit is contained in:
Markus Fröschle
2012-12-11 07:05:20 +00:00
parent 70b400c4ce
commit 6a84908002
6 changed files with 75 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ SECTIONS
objs/init_fpga.o(.text)
objs/sd_card.o(.text)
objs/ff.o(.text)
objs/wait.o(.text)
objs/mmcbb.o(.text)
#if (FORMAT == elf32-m68k)
@@ -31,7 +32,6 @@ SECTIONS
AT (ALIGN(ADDR(.text) + SIZEOF(.text), 4))
{
objs/BaS.o(.text)
objs/wait.o(.text)
/* put other routines into the same segment (RAM) as BaS.o */
objs/sd_card_asm.o(.text)
objs/bas_printf.o(.text)