Mercurial > ecos
comparison packages/ecos.db @ 159:511f4dc167f6
Merge from eCos master repository on 2001-05-18-01:30:05-BST
| author | jlarmour |
|---|---|
| date | Fri, 18 May 2001 06:32:28 +0000 |
| parents | f2545e5de153 |
| children | 0d0f03f76f6a |
comparison
equal
deleted
inserted
replaced
| 158:f2545e5de153 | 159:511f4dc167f6 |
|---|---|
| 279 description " | 279 description " |
| 280 This package contains hardware support for FLASH memory | 280 This package contains hardware support for FLASH memory |
| 281 on the Motorola PowerPC/860 MBX platform." | 281 on the Motorola PowerPC/860 MBX platform." |
| 282 } | 282 } |
| 283 | 283 |
| 284 package CYGPKG_DEVS_FLASH_VIPER { | |
| 285 alias { "FLASH memory support for A&M Viper PowerPC/8xx" flash_viper } | |
| 286 directory devs/flash/powerpc/viper | |
| 287 script flash_viper.cdl | |
| 288 hardware | |
| 289 description " | |
| 290 This package contains hardware support for FLASH memory | |
| 291 on the A&M PowerPC/8xx VIPER platform." | |
| 292 } | |
| 293 | |
| 284 package CYGPKG_DEVS_FLASH_ATLAS { | 294 package CYGPKG_DEVS_FLASH_ATLAS { |
| 285 alias { "FLASH memory support for MIPS Atlas" flash_atlas } | 295 alias { "FLASH memory support for MIPS Atlas" flash_atlas } |
| 286 directory devs/flash/mips/atlas | 296 directory devs/flash/mips/atlas |
| 287 script flash_atlas.cdl | 297 script flash_atlas.cdl |
| 288 hardware | 298 hardware |
| 606 directory net/snmp/agent | 616 directory net/snmp/agent |
| 607 script snmpagent.cdl | 617 script snmpagent.cdl |
| 608 description "UCD SNMP agent." | 618 description "UCD SNMP agent." |
| 609 } | 619 } |
| 610 | 620 |
| 621 package CYGPKG_NET_AUTOTEST { | |
| 622 alias { "Network Autotesting" autotest net_autotest } | |
| 623 directory net/autotest | |
| 624 script net_autotest.cdl | |
| 625 description " | |
| 626 Automated network testing support. | |
| 627 ***Red Hat internal use only***" | |
| 628 } | |
| 629 | |
| 611 package CYGPKG_DEVS_ETH_ARM_EDB7XXX { | 630 package CYGPKG_DEVS_ETH_ARM_EDB7XXX { |
| 612 alias { "Cirrus Logic ethernet driver" edb7xxx_eth_driver } | 631 alias { "Cirrus Logic ethernet driver" edb7xxx_eth_driver } |
| 613 hardware | 632 hardware |
| 614 directory devs/eth/arm/edb7xxx | 633 directory devs/eth/arm/edb7xxx |
| 615 script edb7xxx_eth_drivers.cdl | 634 script edb7xxx_eth_drivers.cdl |
| 629 alias { "QUICC ethernet driver" quicc_eth_driver } | 648 alias { "QUICC ethernet driver" quicc_eth_driver } |
| 630 hardware | 649 hardware |
| 631 directory devs/eth/powerpc/quicc | 650 directory devs/eth/powerpc/quicc |
| 632 script quicc_eth_drivers.cdl | 651 script quicc_eth_drivers.cdl |
| 633 description "Ethernet driver for PowerPC QUICC (MPC8xx) based boards." | 652 description "Ethernet driver for PowerPC QUICC (MPC8xx) based boards." |
| 653 } | |
| 654 | |
| 655 package CYGPKG_DEVS_ETH_POWERPC_FEC { | |
| 656 alias { "FEC ethernet driver" fec_eth_driver } | |
| 657 hardware | |
| 658 directory devs/eth/powerpc/fec | |
| 659 script fec_eth_drivers.cdl | |
| 660 description "Ethernet driver for PowerPC FEC (MPC8xxT) based boards." | |
| 634 } | 661 } |
| 635 | 662 |
| 636 package CYGPKG_DEVS_ETH_INTEL_I82559 { | 663 package CYGPKG_DEVS_ETH_INTEL_I82559 { |
| 637 alias { "Intel 82559 ethernet driver" | 664 alias { "Intel 82559 ethernet driver" |
| 638 devs_eth_intel_i82559 i82559_eth_driver } | 665 devs_eth_intel_i82559 i82559_eth_driver } |
| 1339 description " | 1366 description " |
| 1340 The MBX HAL package provides the support needed to run | 1367 The MBX HAL package provides the support needed to run |
| 1341 eCos on a Motorola MBX board equipped with a PowerPC processor." | 1368 eCos on a Motorola MBX board equipped with a PowerPC processor." |
| 1342 } | 1369 } |
| 1343 | 1370 |
| 1371 package CYGPKG_HAL_POWERPC_VIPER { | |
| 1372 alias { "A&M Viper PPC860 board" hal_powerpc_viper powerpc_viper_hal } | |
| 1373 directory hal/powerpc/viper | |
| 1374 script hal_powerpc_viper.cdl | |
| 1375 hardware | |
| 1376 description " | |
| 1377 The VIPER HAL package provides the support needed to run | |
| 1378 eCos on a A&M VIPER board equipped with a PowerPC processor." | |
| 1379 } | |
| 1380 | |
| 1344 package CYGPKG_HAL_QUICC { | 1381 package CYGPKG_HAL_QUICC { |
| 1345 alias { "Motorola MBX860/821 QUICC support" hal_quicc quicc_hal quicc } | 1382 alias { "Motorola MBX860/821 QUICC support" hal_quicc quicc_hal quicc } |
| 1346 directory hal/powerpc/quicc | 1383 directory hal/powerpc/quicc |
| 1347 script hal_powerpc_quicc.cdl | 1384 script hal_powerpc_quicc.cdl |
| 1348 hardware | 1385 hardware |
| 1682 packages { CYGPKG_HAL_ARM | 1719 packages { CYGPKG_HAL_ARM |
| 1683 CYGPKG_HAL_ARM_SA11X0 | 1720 CYGPKG_HAL_ARM_SA11X0 |
| 1684 CYGPKG_HAL_ARM_SA11X0_ASSABET | 1721 CYGPKG_HAL_ARM_SA11X0_ASSABET |
| 1685 CYGPKG_IO_SERIAL_ARM_SA11X0 | 1722 CYGPKG_IO_SERIAL_ARM_SA11X0 |
| 1686 CYGPKG_DEVS_PCMCIA_ASSABET | 1723 CYGPKG_DEVS_PCMCIA_ASSABET |
| 1724 CYGPKG_DEVS_FLASH_STRATA | |
| 1687 CYGPKG_DEVS_FLASH_ASSABET | 1725 CYGPKG_DEVS_FLASH_ASSABET |
| 1688 CYGPKG_IO_USB | 1726 CYGPKG_IO_USB |
| 1689 CYGPKG_IO_USB_SLAVE | 1727 CYGPKG_IO_USB_SLAVE |
| 1690 CYGPKG_DEVS_USB_SA11X0 | 1728 CYGPKG_DEVS_USB_SA11X0 |
| 1691 CYGPKG_DEVICES_WATCHDOG_ARM_SA11X0 | 1729 CYGPKG_DEVICES_WATCHDOG_ARM_SA11X0 |
| 1760 alias { "Intel IQ80310 XScale board" iq80310 } | 1798 alias { "Intel IQ80310 XScale board" iq80310 } |
| 1761 packages { CYGPKG_HAL_ARM | 1799 packages { CYGPKG_HAL_ARM |
| 1762 CYGPKG_HAL_ARM_IQ80310 | 1800 CYGPKG_HAL_ARM_IQ80310 |
| 1763 CYGPKG_IO_PCI | 1801 CYGPKG_IO_PCI |
| 1764 CYGPKG_DEVS_ETH_ARM_IQ80310 | 1802 CYGPKG_DEVS_ETH_ARM_IQ80310 |
| 1803 CYGPKG_IO_SERIAL_GENERIC_16X5X | |
| 1765 CYGPKG_IO_SERIAL_ARM_IQ80310 | 1804 CYGPKG_IO_SERIAL_ARM_IQ80310 |
| 1766 CYGPKG_DEVS_FLASH_IQ80310 | 1805 CYGPKG_DEVS_FLASH_IQ80310 |
| 1767 } | 1806 } |
| 1768 description " | 1807 description " |
| 1769 The iq80310 target provides the packages needed to run | 1808 The iq80310 target provides the packages needed to run |
| 1919 CYGPKG_DEVS_FLASH_AMD_AM29XXXXX | 1958 CYGPKG_DEVS_FLASH_AMD_AM29XXXXX |
| 1920 } | 1959 } |
| 1921 description " | 1960 description " |
| 1922 The mbx target provides the packages needed to run | 1961 The mbx target provides the packages needed to run |
| 1923 eCos on a Motorola MBX860 or MBX821 board." | 1962 eCos on a Motorola MBX860 or MBX821 board." |
| 1963 } | |
| 1964 | |
| 1965 target viper { | |
| 1966 alias { "A&M Viper PPC860 board" viper860 } | |
| 1967 packages { CYGPKG_HAL_POWERPC | |
| 1968 CYGPKG_HAL_POWERPC_MPC8xx | |
| 1969 CYGPKG_HAL_POWERPC_VIPER | |
| 1970 CYGPKG_HAL_QUICC | |
| 1971 CYGPKG_IO_SERIAL_POWERPC_QUICC_SMC | |
| 1972 CYGPKG_DEVS_ETH_POWERPC_FEC | |
| 1973 CYGPKG_DEVS_FLASH_VIPER | |
| 1974 } | |
| 1975 description " | |
| 1976 The viper target provides the packages needed to run | |
| 1977 eCos on a A&M Viper PPC860 board." | |
| 1924 } | 1978 } |
| 1925 | 1979 |
| 1926 target psim { | 1980 target psim { |
| 1927 alias { "PowerPC simulator" ppc_sim powerpc_sim } | 1981 alias { "PowerPC simulator" ppc_sim powerpc_sim } |
| 1928 packages { CYGPKG_HAL_POWERPC | 1982 packages { CYGPKG_HAL_POWERPC |
