1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub/stub
Amaury Pouly 287be81c16 hwstub: use a more reasonable hclk frequency
The old code would set CPU to 64MHz and HCLK to 9MHz but that's too low for
many things like usb and gpmi. So change HCLK to ~32MHZ.

Change-Id: I6459f25900e42603333cebccb7b0ed26c59640ad
2013-11-18 21:44:06 +00:00
..
stmp hwstub: use a more reasonable hclk frequency 2013-11-18 21:44:06 +00:00
config.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
crt0.S hwstub: don't touch mmu registers on non-STMP targets, they might not exist 2013-10-22 00:34:44 +02:00
format.c hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
format.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
hwstub.lds hwstub: allow the stub to relocate itself 2013-08-11 19:17:36 +02:00
hwstub.make hwstub: add delay functions, and plain binary/sb file generation 2013-09-10 23:19:34 +02:00
logf.c hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
logf.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
main.c hwstub: allow the stub to relocate itself 2013-08-11 19:17:36 +02:00
memcpy.S hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
memmove.S hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
memory.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
memset.S hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
protocol.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
SOURCES hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
stddef.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
stdint.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
string.c hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
string.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
system.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
target.h hwstub: add delay functions, and plain binary/sb file generation 2013-09-10 23:19:34 +02:00
usb_ch9.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
usb_drv.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +02:00
usb_drv_arc.c hwstub: add delay functions, and plain binary/sb file generation 2013-09-10 23:19:34 +02:00