1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub/stub
Amaury Pouly 238be18d03 hwstub: add proper PP support
- drop support for PP500x: it's very different from other PP and although
  it would be possible to support them, I don't have one to test the code
- make sure only the CPU is started
- add PP descriptor to report chip ID and revision
- add code in shell and lua to support pp (no register description yet)
- compile for ARMv4 because PP502x is an ARM7TDMI

Change-Id: I36c4e465dfc2cfdfe7433b2f65cc8f6f0720fe62
2014-04-12 00:11:13 +02:00
..
asm/arm hwstub: Prepare for multi arch support 2013-12-06 11:46:01 +01:00
pp hwstub: add proper PP support 2014-04-12 00:11:13 +02:00
rk27xx hwstub: fix error in config descriptor, cleanup some code 2014-04-12 00:11:13 +02:00
stmp hwstub: fix error in config descriptor, cleanup some code 2014-04-12 00:11:13 +02:00
config.h hwstub: split target specific code from the common part 2013-07-13 17:47:01 +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.make hwstub rk27xx port 2013-11-24 00:10:36 +01: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: fix error in config descriptor, cleanup some code 2014-04-12 00:11:13 +02:00
memory.h 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 Add hwstub support for portal player (manufacturer mode) 2014-04-07 22:26:50 +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 utils/hwstub: completely rework the protocol, drop unused features 2014-02-10 23:14:24 +01: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