forked from len0rd/rockbox
Gigabeat S mixer: Make some progress. Get the tick and core sleep working using the AVIC. Redo the startup code to remap from IRAM and not include the lcd driver frambuffer in the remapping (until it can be moved). Clean up LCD driver. For other misc. changes, see the diffs. Now it progresses to ATA init and fails with -11 but without crashing or hanging. Replace all bootloaders.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16216 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f85a4bc97
commit
1f021af60c
17 changed files with 898 additions and 1216 deletions
|
|
@ -13,27 +13,15 @@ int system_memory_guard(int newmode)
|
|||
return 0;
|
||||
}
|
||||
|
||||
extern void timer4(void);
|
||||
extern void dma0(void); /* free */
|
||||
extern void dma1(void);
|
||||
extern void dma3(void);
|
||||
|
||||
void irq_handler(void)
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef BOOTLOADER
|
||||
void fiq_handler(void)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
void system_reboot(void)
|
||||
{
|
||||
}
|
||||
|
||||
void system_init(void)
|
||||
{
|
||||
#ifndef BOOTLOADER
|
||||
avic_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
inline void dumpregs(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue