ads860

所属分类:VxWorks
开发工具:C/C++
文件大小:805KB
下载次数:70
上传日期:2007-12-29 10:22:13
上 传 者zenghuan
说明:  powerpc 系列cpu mpc860ads vxworks BSP 得花钱买的
(powerpc series cpu mpc860ads vxworks BSP may buy the)

文件列表:
ads860\Makefile (2167, 2001-11-06)
ads860\ads860.h (11635, 2002-06-15)
ads860\bootrom (202213, 2002-10-02)
ads860\config.h (8560, 2002-06-15)
ads860\configNet.h (3785, 2002-06-15)
ads860\romInit.s (37584, 2002-05-14)
ads860\sysALib.s (5350, 2002-04-03)
ads860\sysLib.c (27000, 2002-05-23)
ads860\sysMotCpmEnd.c (4739, 2002-03-13)
ads860\sysSerial.c (11450, 2002-01-31)
ads860\sysTffs.c (27903, 2002-01-31)
ads860\target.nr (14110, 2002-07-11)
ads860\vxWorks (721838, 2002-10-02)
ads860\vxWorks.st (877933, 2002-10-02)
ads860\vxWorks.sym (136842, 2002-10-02)
ads860 (0, 2007-07-03)

README: Motorola MPC821/860ADS & MPC8xxFADS This file contains board-specific information for the Motorola MPC821/860ADS and MPC8xxFADS target boards. Specifically, this file contains information on any BSP interface changes from previous software or hardware versions, and contains caveats that the user must be aware of before using this BSP. Additionally, the target board's reference entry (i.e., man ads860 for UNIX or the HTML reference entry) provides board-specific information necessary to run VxWorks, and should be read before this BSP is used. ------------------------------------------------------------------------------- RELEASE 1.2/2 Release for Tornado 2.2 vxWorks5.5 Made bsp compatible with diab. if_cpm not used,ethernet driver is now an END driver.Inclusion of standard WRS macros. Removed dataCachePatch.obj as no longer needed. Fixed the following SPRs: SPR# 9254 on early revisions of the board, EDO_DRAM does not work with cache on. H/W considered defunct. SPR# 24971 system clock interrupt is not instrumented SPR# 10000 worst case interrupt response time depends on the system clock ISR execution time SPR# 65678 Boot lockup problem when backup battery used. Best s/w fix. SPR# 25446 860 Arch: Rom-resident images bootrom_res_high and vxWorks.res_rom_res_low do not work Added support for MPC860P FADS Rev D boards RELEASE 1.2/0 First release for Tornado 2.0. FCS RELEASE 1.1/4, Feb 19*** Tornado 1.0.1 Added support for the MPC860T daughter boards and the Fast Ethernet Controller (FEC). Turned off data cache when the MPC860T is used. See also the relevant documentation in target.nr in the bsp directory under "SPECIAL CONSIDERATIION" for more information on this release's support to the FEC. Also fixed the following SPRs: SPR# 20049 There may be interrupt nesting trouble in Ppc860Intr.c SPR# 9451 ppc860Siu.h contains errors that cause system crashes SPR# 24337 The ads860 does not support SDRAM SPR# 23387 config.h is missing the definition of NV_RAM_SIZE SPR# 22572 ROM_SIZE in config.h does not match that for Makefile SPR# 24296 Missing comment in ppc860Sio.h SPR# 22503 DPRAM defines for SMC and PIP are missing a parenthesis SPR# 24295 Qualifier volatile needed in if_cpm.h and ppc860Cpm.h SPR# 20337 In the ppc860Cpm.h file, some definitions are wrong SPR# 22321 problems in ppc860Intr.c SPR# 21252 The timestamp driver is not working SPR# 20751 target.txt no longer updated SPR# 10005 The second on-board serial port is not initialized. SPR# 9946 ldppc warning: cannot find entry symbol _usrInit SPR# 9351 spy is not supported SPR# 9220 vxWorks.st_rom does not boot, DEFAULT_BOOT_LINE is corrupted. SPR# 8746 This part of the target.nr file is no longer true SPR# 8614 ppc860Siu.h macros are missing parameters. SPR# 20104 PPC BSPs make incorrect use of HI and HIADJ macros List of known-problems about this BSP: SPR# 20915 if_cpm driver is not entirely disabled when flags are set to IFF_DOWN SPR# 9254 on early revisions of the board, EDO_DRAM does not work with cache on SPR# 24971 system clock interrupt is not instrumented SPR# 10000 worst case interrupt response time depends on the system clock ISR execution time RELEASE 1.1/3 Apr ***, re-release Added support for the MPC8xxFADS mother/daughter boards. Uses SCC2 for 823/850 daughterboards. RELEASE 1.1/2 Jan 97, Tornado 1.0.1 re-release Added a macro DEFAULT_POWER_MGT_MODE to select the default power mode. Turned off cache when EDO dram is selected. RELEASE 1.1/1 FCS, Nov 1996, (ADS860_1_1_1) This release is the first FCS release of the ads860 BSP against Tornado 1.0 PPC (FCS). The same BSP is used by the PowerPC 821 and PowerPC 860. The default BSP configuration is for a MPC821/860ADS REV A board with either a MPC821 REV A.1 or MPC860 REV A.2 and DRAM NO EDO. For the MPC821/860ADS REV A board with EDO DRAM the macro EDO_DRAM located in config.h should be changed from #undef to #define. The EDO DRAM hangs the CPU when the caches are turned on. Consequently the instruction and data cache are turned off when the EDO DRAM is selected. The EDO DRAM is not supported by the MPC821/860ADS REV PILOT or ENG boards. The MPC821/860ADS REV PILOT or ENG boards are detected dynamically and VxWorks performs the initialization according the board revision. With the MPC821/860 REV 0.2 or 0.3 CPUs, caches and MMUs should be disabled; otherwise, VxWorks hangs the board. The UPM (User Programmable Machine) is initialized according the SPLL frequency, the DRAM speed (60 or 70 ns), and whether EDO capability is supported or not. The UPM is initialized once by the romInit() function located in romInit.s. Two sets of UPM initialization tables are provided: one for a SPLL frequency of 25MHz and one for 50MHz. Select the 25MHz set only when the SPLL frequency is 25MHz. If the SPLL frequency is different from 25MHz (for example, 24 MHz), VxWorks is not reliable when cache is enabled. For all other frequencies, select the UPM table for 50MHz. Performance is optimized only for 50MHz, but VxWorks is reliable. RELEASE 1.1/0 Beta, Jun 1996, (ADS860_1_1_0) This release is the first release of the ads860 BSP against Tornado 1.0 PPC (Beta). The same BSP is used by the PowerPC 821 and PowerPC 860. CAVEATS: 1) Due to different silicon bugs the data and instruction cache is turned off.

近期下载者

相关文件


收藏者