1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-06-16 16:33:18 +03:00
f32xbase/f32x
Werner Almesberger 19e87df825 Add DFU to BOOKSHELF. Add MMC driver unloading instructions to f32x/README
- BOOKSHELF: added the DFU specification 1.1 as "dfu"
- f32x/README: the kernel's MMC driver has to be unloaded before using the
  uSD interface for bit-banging
2010-11-05 22:00:13 -03:00
..
boundary.c Switched from four-spaces to one-tab indentation. 2010-10-21 10:05:26 -03:00
boundary.h f32x/ - firmware uploader for the C2 protocol. From IDBG. 2010-08-13 08:46:38 -03:00
c2-ben.c Cleaned up command-line parsing. Added option -n to disable target power. 2010-10-22 14:50:13 -03:00
c2-bitbang.c Don't call gpio_init in c2_init, so that we can do additional setup work before 2010-10-21 19:28:00 -03:00
c2-drv.h Cleaned up command-line parsing. Added option -n to disable target power. 2010-10-22 14:50:13 -03:00
c2-om.c Cleaned up command-line parsing. Added option -n to disable target power. 2010-10-22 14:50:13 -03:00
c2.c Cleaned up command-line parsing. Added option -n to disable target power. 2010-10-22 14:50:13 -03:00
c2.h Cleaned up command-line parsing. Added option -n to disable target power. 2010-10-22 14:50:13 -03:00
f32x.c Cleaned up command-line parsing. Added option -n to disable target power. 2010-10-22 14:50:13 -03:00
flash.c Switched from four-spaces to one-tab indentation. 2010-10-21 10:05:26 -03:00
flash.h f32x/ - firmware uploader for the C2 protocol. From IDBG. 2010-08-13 08:46:38 -03:00
gpio-s3c24xx.c Include gpio-s3c24xx.h in gpio-s3c24xx.c 2010-10-21 20:25:17 -03:00
gpio-s3c24xx.h Renamed gpio.* to gpio-s3c24xx.* 2010-10-21 18:30:02 -03:00
gpio-xburst.c f32x: added support for the c2ben adapter 2010-10-21 20:15:07 -03:00
gpio-xburst.h f32x: added support for the c2ben adapter 2010-10-21 20:15:07 -03:00
Makefile Changed default target to "ben" and added Ben upload. 2010-10-22 14:50:13 -03:00
README Add DFU to BOOKSHELF. Add MMC driver unloading instructions to f32x/README 2010-11-05 22:00:13 -03:00
rt.c Switched from four-spaces to one-tab indentation. 2010-10-21 10:05:26 -03:00

Targets: C8051F326/C8051F327
Programmer: OpenMoko GTA01/GTA02 with a debug v2 board

To do:
- support C8051F320/1 as well
- port to Ben NanoNote

Signal	DbgV3	Net		GPIO	V0: C2	V1: C2
------	-----	-------		----	------	------
CLK	3	SPI_CLK0	E13	C2CK	C2D
MOSI	4	SPI_MOSI0	E12	C2D	-
MISO	5	SPI_MISO0	E11	-	C2CK
nSS	6	SS0		G2	-	-


On the Ben, the kernel driver has to release the MMC port before it
can be used by f32x:

echo jz4740-mmc.0 >/sys/bus/platform/drivers/jz4740-mmc/unbind