1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 18:22:28 +02:00

add usb request value

This commit is contained in:
xiangfu 2009-04-26 18:17:38 +00:00
parent c84cd36cf8
commit ca44786d0f

View File

@ -29,6 +29,11 @@
#define VR_FLUSH_CACHES 0x03 #define VR_FLUSH_CACHES 0x03
#define VR_PROGRAM_START1 0x04 #define VR_PROGRAM_START1 0x04
#define VR_PROGRAM_START2 0x05 #define VR_PROGRAM_START2 0x05
#define VR_NOR_OPS 0x06
#define VR_NAND_OPS 0x07
#define VR_SDRAM_OPS 0x08
#define VR_CONFIGRATION 0x09
#define VR_GET_NUM 0x0a
#define STAGE1_ADDR_MSB 0x8000 #define STAGE1_ADDR_MSB 0x8000
#define STAGE1_ADDR_LSB 0x0000 #define STAGE1_ADDR_LSB 0x0000