mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
imx233:fuze+: major memory and usb rework
- now identity map dram uncached and have a cached and buffered virtual alias - rework dma to handle virtual to physical pointers conversion - fix lcd frame pointer - implement usb detection properly - implement bootloader usb properly - allow the bootloader to disable MMC windowing (useful for recovery) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30432 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
11e1f71612
commit
7d4fed53cc
17 changed files with 353 additions and 104 deletions
|
|
@ -227,3 +227,9 @@ bool sd_present(IF_MD(int drive))
|
|||
return imx233_ssp_sdmmc_detect(SD_SSP);
|
||||
}
|
||||
|
||||
bool sd_removable(IF_MD(int drive))
|
||||
{
|
||||
IF_MD((void) drive);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue