BSP_samsung3.5

所属分类:处理器开发
开发工具:C/C++
文件大小:1802KB
下载次数:10
上传日期:2008-07-19 03:36:46
上 传 者转眼之间
说明:  友善之臂sbc2410x开发板wince系统下Samsung3.5寸屏用BSP源代码。
(Friendliness sbc2410x arm development board wince system Samsung3.5-inch screen with BSP source code.)

文件列表:
BSP_samsung3.5\SMDK2410\Build.dat (445543, 2007-01-16)
BSP_samsung3.5\SMDK2410\Build.log (146749, 2007-01-16)
BSP_samsung3.5\SMDK2410\Build.wrn (1742, 2007-01-16)
BSP_samsung3.5\SMDK2410\CESYSGEN\makefile (1075, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\Build.log (112829, 2005-10-18)
BSP_samsung3.5\SMDK2410\DRIVERS\Build.wrn (1385, 2005-10-18)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\Build.dat (93857, 2003-10-23)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\Build.log (850, 2007-01-16)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\Cs8900hw.h (8014, 2002-08-15)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\Cs8900sw.h (12412, 2004-06-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\INTERRUP.C (11651, 2004-06-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\KEYWORDS.H (1045, 1998-04-19)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\MAKEFILE (249, 1997-10-25)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\Miniport.c (39624, 2004-06-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\PRECOMP.H (159, 2005-02-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\SOURCES (1257, 2003-10-24)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\WINCE.C (1728, 2001-12-26)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\b.bat (696, 2003-10-24)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\c.bat (684, 2003-10-24)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\cirrus.sources (1182, 2003-09-08)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\cs8900.c (11166, 2005-01-25)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\cs8900.def (126, 2002-05-01)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\obj\ARMV4I\retail\_objects.mac (185, 2005-06-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\obj\ARMV4I\retail\cs8900.obj (25517, 2005-06-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\obj\ARMV4I\retail\interrup.obj (19822, 2005-06-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\obj\ARMV4I\retail\miniport.obj (31502, 2005-06-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\obj\ARMV4I\retail\wince.obj (14736, 2005-06-02)
BSP_samsung3.5\SMDK2410\DRIVERS\CS8900\sources.gen (1096, 2003-10-23)
BSP_samsung3.5\SMDK2410\DRIVERS\DISPLAY\S3C2410LCD\Build.log (472, 2007-01-16)
BSP_samsung3.5\SMDK2410\DRIVERS\DISPLAY\S3C2410LCD\makefile (664, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DISPLAY\S3C2410LCD\precomp.h (677, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DISPLAY\S3C2410LCD\s3c2410disp.cpp (26846, 2005-10-17)
BSP_samsung3.5\SMDK2410\DRIVERS\DISPLAY\S3C2410LCD\s3c2410disp.def (474, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DISPLAY\S3C2410LCD\s3c2410disp.h (2800, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DISPLAY\S3C2410LCD\sources (1798, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DISPLAY\dirs (115, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DRVLIB\ARM\drvsleep.c (1559, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DRVLIB\makefile (327, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DRVLIB\sources (412, 2003-03-03)
BSP_samsung3.5\SMDK2410\DRIVERS\DRVLIB\ucbreg.c (6078, 2003-03-03)
... ...

Notes on the Windows CE PCMCIA driver for CEPC: INIT.C: - The values for the IRQ and the I/O ports are read from the registry key HKEY_LOCAL_MACHINE\Drivers\PCMCIA. MEMORY.C: - The memory access functions are not exported for use by client drivers. The PCMCIA MDD is the only caller of these functions. On the CEPC platform, a client driver should use the port access functions of CEDDK.DLL for I/O. SOCKET.C: - The socket controller is programmed to use one IRQ for both sockets, both for status change interrupts and IREQ interrupts. The PCMCIA MDD performs the necessary multiplexing to route the interrupt event to the correct client drivers. WINDOW.C: - An Intel compatible socket controller has 5 memory windows and 2 I/O windows per socket. The Windows CE PCMCIA driver uses 4 of the memory windows and both of the I/O windows. The memory windows are mapped starting at 0xD0000 and each has a length of 8K. The memory windows can be programmed for either attribute or common memory access. - Since the I/O windows are mapped onto one ISA I/O port address space, the PCMCIA PDD must check for I/O range collisions among the other I/O windows. The collision detection is done in PDCardSetWindow. If a client driver gets a failure from CardMapWindow, it may be able to use a different I/O range without colliding with other I/O client drivers. The ATA driver has this capability. - Since each memory window has its own 8K range, the collision detection done by the PCMCIA MDD portion is sufficient to detect address range collisions.

近期下载者

相关文件


收藏者