GM8126_package

所属分类:视频捕捉采集剪辑
开发工具:Unix_Linux
文件大小:1791KB
下载次数:39
上传日期:2013-08-12 09:21:40
上 传 者hawktan
说明:  GM8126 最新的补丁。可以修改GM8126这个IC原有的几个BUG,内部资料.大大提搞GM8126稳定性.GM8126是应用网络摄像机中最广泛的一个IC,
(GM8126 PACKAGE )

文件列表:
Item02_20111213\module\vcap200_v3\vg_debug.h (359, 2010-09-02)
Item02_20111213\module\vcap200_v3\macro.h (131, 2010-09-02)
Item02_20111213\module\vcap200_v3\drv_common.h (1759, 2011-07-07)
Item02_20111213\module\vcap200_v3\DebugLog.txt (395, 2010-09-02)
Item02_20111213\module\vcap200_v3\bits.h (2634, 2010-09-02)
Item02_20111213\module\vcap200_v3\cn_debug.h (1508, 2010-09-02)
Item02_20111213\module\vcap200_v3\Makefile.rules (2305, 2010-11-15)
Item02_20111213\module\vcap200_v3\log (93967, 2011-11-28)
Item02_20111213\module\vcap200_v3\proc.h (614, 2010-09-02)
Item02_20111213\module\vcap200_v3\vcap_input_api.h (1045, 2011-07-21)
Item02_20111213\module\vcap200_v3\config (594, 2010-09-02)
Item02_20111213\module\vcap200_v3\dev_api.h (1341, 2011-05-19)
Item02_20111213\module\vcap200_v3\Makefile (1675, 2011-01-14)
Item02_20111213\module\vcap200_v3\input_module\tw9910.c (18558, 2011-07-08)
Item02_20111213\module\vcap200_v3\input_module\CVS\Root (54, 2011-10-19)
Item02_20111213\module\vcap200_v3\input_module\CVS\Entries (718, 2011-10-19)
Item02_20111213\module\vcap200_v3\input_module\CVS\Repository (48, 2011-10-19)
Item02_20111213\module\vcap200_v3\input_module\CVS (0, 2011-12-15)
Item02_20111213\module\vcap200_v3\input_module\isp_input.c (12319, 2011-07-21)
Item02_20111213\module\vcap200_v3\input_module\ov10630.c (47465, 2011-07-21)
Item02_20111213\module\vcap200_v3\input_module\geninput.c (10657, 2011-07-08)
Item02_20111213\module\vcap200_v3\input_module\poa030d.c (13720, 2011-04-13)
Item02_20111213\module\vcap200_v3\input_module\modules.order (1363, 2011-11-28)
Item02_20111213\module\vcap200_v3\input_module\hm2055.c (50866, 2011-07-21)
Item02_20111213\module\vcap200_v3\input_module\ov7720.c (13124, 2011-10-13)
Item02_20111213\module\vcap200_v3\input_module\fcap_misc.h (394, 2011-04-12)
Item02_20111213\module\vcap200_v3\input_module\mt9d131.c (36117, 2011-07-21)
Item02_20111213\module\vcap200_v3\input_module\Makefile (1933, 2011-08-11)
Item02_20111213\module\vcap200_v3\input_module\tw2865.c (20790, 2011-04-12)
Item02_20111213\module\vcap200_v3\input_module\fcap_misc.c (5745, 2011-04-12)
Item02_20111213\module\vcap200_v3\input_module\ov7740.c (10336, 2011-07-08)
Item02_20111213\module\vcap200_v3\input_module\nvp1104.c (25121, 2011-04-12)
Item02_20111213\module\vcap200_v3\input_module\mt9v136.c (43021, 2011-07-08)
Item02_20111213\module\vcap200_v3\input_module\sim130a.c (29559, 2011-08-11)
Item02_20111213\module\vcap200_v3\input_module\tw2864.c (22080, 2011-04-12)
Item02_20111213\module\vcap200_v3\input_module (0, 2011-12-15)
Item02_20111213\module\vcap200_v3\config_8126 (1146, 2011-06-09)
Item02_20111213\module\vcap200_v3\debug.h (990, 2010-09-02)
Item02_20111213\module\vcap200_v3\input_type.h (5537, 2011-08-11)
... ...

version v1.1 patch Date: 20111014 [Description] -------------------------------------------------------------------------------------------------- This release add/fixed some features issues. -------------------------------------------------------------------------------------------------- Non-OS #GM8126_NonOS/burnin/code/00_main/00_main.c 1.Fix burn SPI image header error issue if we use SD card to burn it. ======================================================= #GM8126_NonOS/burnin/code/nand/nand023.h 1.for large image size type overflow issue --------------------------------------------------------------------------------------------------------------- u-boot #u-boot-2008.10/drivers/mtd/spi/Makefile 1.Add spansion spi flash ======================================================= #u-boot-2008.10/drivers/mtd/spi/spi_flash.c 1.Add EN25QH256 flash ======================================================= #u-boot-2008.10/drivers/mtd/spi/winbond.c 1.Modify 4 byte mode setting 2.Add EN25QH256 flash 3.Fix SPI multi-probe command abort issue 4.Fix SPI command buf_addr not initial and data abort issue 5.Add MX25L256 spi flash ======================================================= #u-boot-2008.10/include/configs/gm8126.h 1.Add spansion spi flash 2.Add MX25L256 spi flash ======================================================= #u-boot-2008.10/drivers/mtd/spi/spansion.c 1.Add spansion spi flash --------------------------------------------------------------------------------------------------------------- module #module/MAC/ftmac100.c 1.Add tune tx currect function 2.Add power save function 3.Add tune tx currect function --------------------------------------------------------------------------------------------------------------- Linux kernel #linux-2.6.28-fa/drivers/mtd/devices/winbond.c 1.Fix 4 byte mode reboot issue and modify CFG MTD partation address 2.Fix spansion mount MTD fail issue 3.Add spansion flash 4.Add EN25QH256 flash 5.Fix wait ready issue and add MX25L256 spi flash function ======================================================= #linux-2.6.28-fa/drivers/mtd/nand/platform.c 1.modify pinmux protection by ftpmu010 with SD, please use new ftpmu010 driver ture: 1. clock output parameter: example: /sbin/insmod /lib/modules/fcap200_mt9d131.ko bh_polarity=1 bv_polarity=1 cap_clkout=27000000 clkout_driving=0 cap_clkout : X_CAP_CLKOUT output frequency, default is 0 means not setup clkout_driving : X_CAP_CLKOUT driving capability, 0:4mA(default), 1:8mA, 2:12mA, 3:16mA 2. re-fine procedure of sensor dynamic switch resolution. 3. fix device busy problem if device from stop to start without change resolution ======================================================= #linux-2.6.28-fa/drivers/usb/host/fotg2xx-ehci.h fotg2xx-ehci-hcd.c fotg2xx-ehci-q.c 1.Improve wifi device Rx performance ======================================================= UART: 1. Fix the pinmux mode issue of UART2 and NAND controller. 2. Because UART2 is pinmuxed with NAND controller, if NAND controller is enabled, UART2 must be disabled. 3. If you want to use UART2, please disable NAND controller in Linux Kernel Configuration. The listing of patched files: 1. linux-2.6.28-fa/arch/arm/mach-GM/include/mach/platform-GM8126/serial.h 2. linux-2.6.28-fa/drivers/serial/8250.c #0. module/RTC -- fixed power saving mode setting flow. MUST patch!! Or system might reboot after inserting RTC module!! #1. module/SSP_ALSA -- fixed some setting flow #2. linux-2.6.28-fa/kernel/time/tick-sched.c -- add abnormal jiffies detection messages Note: spi driver has been modified a lot. #linux-2.6.28-fa/drivers/spi/ftssp010_spi.c MPEG4/JPEG:(dvr_isp_enc.ko/dvr_enc.ko) 1.Change to JPEG encoder v3.2.4 a.Fix bug of packing header error. b.Support height cropping. 2.Change to JPEG decoder v3.1.4 a.Support planar 422 to packed 422 for SEQ mode. 3.Change to MPEG encoder v3.2.5 a.Support whether to output mbinfo or not. 4.Change to MPEG encoder v3.2.6 a.Support height cropping. 5.Change to MPEG decoder v3.2.2 a.Change remain bit-stream threshold from 1 to 4 because AVI need 4-byte align. H2***_CODEC:(dvr_isp_enc.ko/dvr_enc.ko) 1.Change of H2*** encoder v4.1.10 a.Change parameter type of deblocking alpha/beta and chroma qp offset b.Add a switch to turn on/off coefficient thresholding. 2.Change of H2*** encoder v4.1.11 a.Fix bug: return wrong slice offset when encode 1080p. b.Fix bug: skip MB counter larger than 4095. Capture:(fcap_common.ko/fcap0.ko/fcap1.ko/fcap200_mt9d131.ko/fcap200_isp.ko/fcap200_ov10630.ko/fcap200_ov7740.ko/fcap200_poa030d.ko/fcap200_tw9910.ko) 1. fix OSD sync register not update problem. 2. add X_CAP_CLKOUT setup parameter to each input_module. 3. support isp switch resolution. 4. re-fine procedure of sensor dynamic switch resolution. 5. add SETI sim130a sensor support. 6. add X_CAP1_DATA pin mux check for GPIO usage. ===> new update item. Dvr:(dvr_common.ko/dvr_dec.ko/dvr_disp.ko/dvr_enc.ko/dvr_isp_enc.ko) 1. Fix delete graph link bug. 2. Add capture postprocess function

近期下载者

相关文件


收藏者