Sansav2 Bootloader

Adds read-only SD driver, largely copied from ata-sd-pp.c
Only tested on the embedded SD, on the Clip
First steps to build a Normal firmware

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2008-11-09 06:17:21 +00:00
parent 308f21dc68
commit aef27e1f0c
9 changed files with 661 additions and 179 deletions

View file

@ -23,6 +23,8 @@
#include "system-arm.h"
#define CPUFREQ_MAX 250000000
#define CPUFREQ_MAX 250000000
#define CPUFREQ_DEFAULT 250000000
#define CPUFREQ_NORMAL 250000000
#endif /* SYSTEM_TARGET_H */