Mercurial > flash_v2
comparison packages/ecos.db @ 88:afdeb44241de ecos-sw-2000-05-12
Merge from eCos master repository on 2000-05-12-07:47:04-BST
| author | jlarmour |
|---|---|
| date | Fri, 12 May 2000 17:53:32 +0000 |
| parents | 489eb5632bc3 |
| children | 08ffab08d2ee |
comparison
equal
deleted
inserted
replaced
| 87:008177d90c43 | 88:afdeb44241de |
|---|---|
| 84 script io_serial.cdl | 84 script io_serial.cdl |
| 85 description " | 85 description " |
| 86 This package contains drivers for basic I/O services on | 86 This package contains drivers for basic I/O services on |
| 87 serial devices." | 87 serial devices." |
| 88 } | 88 } |
| 89 | |
| 90 package CYGPKG_IO_SERIAL_ARM_EBSA285 { | 89 package CYGPKG_IO_SERIAL_ARM_EBSA285 { |
| 91 alias { "Intel EBSA285 serial driver" | 90 alias { "Intel EBSA285 serial driver" |
| 92 devs_serial_arm_ebsa285 ebsa285_serial_driver } | 91 devs_serial_arm_ebsa285 ebsa285_serial_driver } |
| 93 hardware | 92 hardware |
| 94 directory devs/serial/arm/ebsa285 | 93 directory devs/serial/arm/ebsa285 |
| 291 eCos supports a uITRON Compatibility Layer, providing full Level S | 290 eCos supports a uITRON Compatibility Layer, providing full Level S |
| 292 (Standard) compliance with Version 3.02 of the uITRON Standard, plus | 291 (Standard) compliance with Version 3.02 of the uITRON Standard, plus |
| 293 many Level E (Extended) features. uITRON is the premier Japanese | 292 many Level E (Extended) features. uITRON is the premier Japanese |
| 294 embedded RTOS standard." | 293 embedded RTOS standard." |
| 295 } | 294 } |
| 296 | |
| 297 | |
| 298 package CYGPKG_LIBC { | 295 package CYGPKG_LIBC { |
| 299 alias { "C library" libc clib clibrary } | 296 alias { "C library" libc clib clibrary } |
| 300 directory language/c/libc | 297 directory language/c/libc |
| 301 script libc.cdl | 298 script libc.cdl |
| 302 description " | 299 description " |
| 326 conventions for error/status reporting. The error codes are modelled | 323 conventions for error/status reporting. The error codes are modelled |
| 327 on the POSIX style naming e.g. EINVAL etc. This package also provides | 324 on the POSIX style naming e.g. EINVAL etc. This package also provides |
| 328 the standard strerror() function to convert error codes to textual | 325 the standard strerror() function to convert error codes to textual |
| 329 representation." | 326 representation." |
| 330 } | 327 } |
| 331 | |
| 332 package CYGPKG_CYGMON { | 328 package CYGPKG_CYGMON { |
| 333 alias { "CygMon support via eCos" cygmon } | 329 alias { "CygMon support via eCos" cygmon } |
| 334 directory cygmon | 330 directory cygmon |
| 335 script cygmon.cdl | 331 script cygmon.cdl |
| 336 description " | 332 description " |
| 368 hardware | 364 hardware |
| 369 description " | 365 description " |
| 370 The aeb HAL package provides the support needed to run eCos on a ARM | 366 The aeb HAL package provides the support needed to run eCos on a ARM |
| 371 AEB-1 eval board." | 367 AEB-1 eval board." |
| 372 } | 368 } |
| 373 | |
| 374 package CYGPKG_HAL_ARM_EBSA285 { | 369 package CYGPKG_HAL_ARM_EBSA285 { |
| 375 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal } | 370 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal } |
| 376 directory hal/arm/ebsa285 | 371 directory hal/arm/ebsa285 |
| 377 script hal_arm_ebsa285.cdl | 372 script hal_arm_ebsa285.cdl |
| 378 hardware | 373 hardware |
| 422 description " | 417 description " |
| 423 The edk HAL package provides the support needed to run | 418 The edk HAL package provides the support needed to run |
| 424 eCos on a Hitachi SH3 EDK7708 board." | 419 eCos on a Hitachi SH3 EDK7708 board." |
| 425 } | 420 } |
| 426 | 421 |
| 427 | |
| 428 # -------------------------------------------------------------------------- | 422 # -------------------------------------------------------------------------- |
| 429 # i386 packages | 423 # i386 packages |
| 430 package CYGPKG_HAL_I386 { | 424 package CYGPKG_HAL_I386 { |
| 431 alias { "i386 common HAL" hal_i386 i386_hal i386_arch_hal } | 425 alias { "i386 common HAL" hal_i386 i386_hal i386_arch_hal } |
| 432 directory hal/i386/arch | 426 directory hal/i386/arch |
| 447 description " | 441 description " |
| 448 The Linux/i386 Synthetic Target HAL package provides the | 442 The Linux/i386 Synthetic Target HAL package provides the |
| 449 support needed to run eCos binaries on top of the i386 | 443 support needed to run eCos binaries on top of the i386 |
| 450 Linux kernel." | 444 Linux kernel." |
| 451 } | 445 } |
| 452 | |
| 453 package CYGPKG_HAL_I386_PC { | 446 package CYGPKG_HAL_I386_PC { |
| 454 alias { "i386 PC target" hal_i386_pc } | 447 alias { "i386 PC target" hal_i386_pc } |
| 455 directory hal/i386/pc | 448 directory hal/i386/pc |
| 456 script hal_i386_pc.cdl | 449 script hal_i386_pc.cdl |
| 457 hardware | 450 hardware |
| 527 description " | 520 description " |
| 528 The PowerPC 60x variant HAL package provides generic support | 521 The PowerPC 60x variant HAL package provides generic support |
| 529 for this processor variant. It is also necessary to | 522 for this processor variant. It is also necessary to |
| 530 select a specific target platform HAL package." | 523 select a specific target platform HAL package." |
| 531 } | 524 } |
| 532 | |
| 533 package CYGPKG_HAL_POWERPC_COGENT { | 525 package CYGPKG_HAL_POWERPC_COGENT { |
| 534 alias { "Cogent CMA286/287 board" hal_powerpc_cogent powerpc_cogent_hal } | 526 alias { "Cogent CMA286/287 board" hal_powerpc_cogent powerpc_cogent_hal } |
| 535 directory hal/powerpc/cogent | 527 directory hal/powerpc/cogent |
| 536 script hal_powerpc_cogent.cdl | 528 script hal_powerpc_cogent.cdl |
| 537 hardware | 529 hardware |
| 547 hardware | 539 hardware |
| 548 description " | 540 description " |
| 549 The FADS HAL package provides the support needed to run | 541 The FADS HAL package provides the support needed to run |
| 550 eCos on a Motorola FADS board equipped with a PowerPC processor." | 542 eCos on a Motorola FADS board equipped with a PowerPC processor." |
| 551 } | 543 } |
| 552 | |
| 553 package CYGPKG_HAL_POWERPC_MBX { | 544 package CYGPKG_HAL_POWERPC_MBX { |
| 554 alias { "Motorola MBX860/821 board" hal_powerpc_mbx powerpc_mbx_hal } | 545 alias { "Motorola MBX860/821 board" hal_powerpc_mbx powerpc_mbx_hal } |
| 555 directory hal/powerpc/mbx | 546 directory hal/powerpc/mbx |
| 556 script hal_powerpc_mbx.cdl | 547 script hal_powerpc_mbx.cdl |
| 557 hardware | 548 hardware |
| 649 description " | 640 description " |
| 650 The VR4300 variant HAL package provides generic support | 641 The VR4300 variant HAL package provides generic support |
| 651 for this processor architecture. It is also necessary to | 642 for this processor architecture. It is also necessary to |
| 652 select a specific target platform HAL package." | 643 select a specific target platform HAL package." |
| 653 } | 644 } |
| 654 | |
| 655 package CYGPKG_HAL_MIPS_VR4300_VRC4373 { | 645 package CYGPKG_HAL_MIPS_VR4300_VRC4373 { |
| 656 alias { "NEC VRC4373 board" hal_vrc4373 vrc4373_hal } | 646 alias { "NEC VRC4373 board" hal_vrc4373 vrc4373_hal } |
| 657 directory hal/mips/vrc4373 | 647 directory hal/mips/vrc4373 |
| 658 script hal_mips_vr4300_vrc4373.cdl | 648 script hal_mips_vr4300_vrc4373.cdl |
| 659 hardware | 649 hardware |
| 712 actual hardware. The same package can also be used when | 702 actual hardware. The same package can also be used when |
| 713 running on the full MN10300 simulator, since this provides | 703 running on the full MN10300 simulator, since this provides |
| 714 an accurate simulation of the full hardware including I/O | 704 an accurate simulation of the full hardware including I/O |
| 715 devices." | 705 devices." |
| 716 } | 706 } |
| 717 | |
| 718 package CYGPKG_HAL_MN10300_AM33 { | 707 package CYGPKG_HAL_MN10300_AM33 { |
| 719 alias { "MN10300 AM33 variant HAL" hal_mn10300_am33 mn10300_am33_hal } | 708 alias { "MN10300 AM33 variant HAL" hal_mn10300_am33 mn10300_am33_hal } |
| 720 directory hal/mn10300/am33 | 709 directory hal/mn10300/am33 |
| 721 script hal_mn10300_am33.cdl | 710 script hal_mn10300_am33.cdl |
| 722 hardware | 711 hardware |
| 736 The STB HAL package should be used when targetting the | 725 The STB HAL package should be used when targetting the |
| 737 actual hardware for the AM33 STB evaluation board." | 726 actual hardware for the AM33 STB evaluation board." |
| 738 } | 727 } |
| 739 | 728 |
| 740 # ========================================================================== | 729 # ========================================================================== |
| 741 | |
| 742 # -------------------------------------------------------------------------- | 730 # -------------------------------------------------------------------------- |
| 743 # ARM targets | 731 # ARM targets |
| 744 | 732 |
| 745 target pid { | 733 target pid { |
| 746 alias { "ARM development board (PID)" PID } | 734 alias { "ARM development board (PID)" PID } |
| 761 } | 749 } |
| 762 description " | 750 description " |
| 763 The aeb target provides the packages needed to run eCos on an ARM | 751 The aeb target provides the packages needed to run eCos on an ARM |
| 764 evaluation board (AEB-1)." | 752 evaluation board (AEB-1)." |
| 765 } | 753 } |
| 766 | |
| 767 target ebsa285 { | 754 target ebsa285 { |
| 768 alias { "Intel EBSA285 StrongARM board" ebsa } | 755 alias { "Intel EBSA285 StrongARM board" ebsa } |
| 769 packages { CYGPKG_HAL_ARM | 756 packages { CYGPKG_HAL_ARM |
| 770 CYGPKG_HAL_ARM_EBSA285 | 757 CYGPKG_HAL_ARM_EBSA285 |
| 771 CYGPKG_IO_PCI | 758 CYGPKG_IO_PCI |
| 796 } | 783 } |
| 797 description " | 784 description " |
| 798 The cma230 target provides the packages needed to run eCos on a Cogent | 785 The cma230 target provides the packages needed to run eCos on a Cogent |
| 799 CMA230 (ARM7TDMI) or CMA222 (ARM710T) board." | 786 CMA230 (ARM7TDMI) or CMA222 (ARM710T) board." |
| 800 } | 787 } |
| 801 | |
| 802 # -------------------------------------------------------------------------- | 788 # -------------------------------------------------------------------------- |
| 803 # SH targets | 789 # SH targets |
| 804 | 790 |
| 805 target sh7708 { | 791 target sh7708 { |
| 806 alias { "Hitachi EDK/SH7708 board" edk7708 } | 792 alias { "Hitachi EDK/SH7708 board" edk7708 } |
| 813 description " | 799 description " |
| 814 The sh7708 target provides the packages needed to run | 800 The sh7708 target provides the packages needed to run |
| 815 eCos on a Hitachi EDK/SH7708 board." | 801 eCos on a Hitachi EDK/SH7708 board." |
| 816 } | 802 } |
| 817 | 803 |
| 818 | |
| 819 | |
| 820 # -------------------------------------------------------------------------- | 804 # -------------------------------------------------------------------------- |
| 821 # i386 targets | 805 # i386 targets |
| 822 target linux { | 806 target linux { |
| 823 alias { "Linux synthetic target" } | 807 alias { "Linux synthetic target" } |
| 824 packages { CYGPKG_HAL_I386 | 808 packages { CYGPKG_HAL_I386 |
| 827 description " | 811 description " |
| 828 The linux target provides the | 812 The linux target provides the |
| 829 packages needed to run eCos binaries on top of the i386 | 813 packages needed to run eCos binaries on top of the i386 |
| 830 Linux kernel." | 814 Linux kernel." |
| 831 } | 815 } |
| 832 | |
| 833 target pc { | 816 target pc { |
| 834 alias { "i386 PC target" } | 817 alias { "i386 PC target" } |
| 835 packages { CYGPKG_HAL_I386 | 818 packages { CYGPKG_HAL_I386 |
| 836 CYGPKG_HAL_I386_PC | 819 CYGPKG_HAL_I386_PC |
| 837 CYGPKG_IO_SERIAL_I386_PC | 820 CYGPKG_IO_SERIAL_I386_PC |
| 866 on the SPARClite simulator." | 849 on the SPARClite simulator." |
| 867 } | 850 } |
| 868 | 851 |
| 869 # -------------------------------------------------------------------------- | 852 # -------------------------------------------------------------------------- |
| 870 # PowerPC targets | 853 # PowerPC targets |
| 871 | |
| 872 target cma28x { | 854 target cma28x { |
| 873 alias { "Cogent CMA286/287 board" cma286 cma287 } | 855 alias { "Cogent CMA286/287 board" cma286 cma287 } |
| 874 packages { CYGPKG_HAL_POWERPC | 856 packages { CYGPKG_HAL_POWERPC |
| 875 CYGPKG_HAL_POWERPC_MPC8xx | 857 CYGPKG_HAL_POWERPC_MPC8xx |
| 876 CYGPKG_HAL_POWERPC_COGENT | 858 CYGPKG_HAL_POWERPC_COGENT |
| 889 } | 871 } |
| 890 description " | 872 description " |
| 891 The fads target provides the packages needed to run | 873 The fads target provides the packages needed to run |
| 892 eCos on a Motorola MPC8xxFADS board." | 874 eCos on a Motorola MPC8xxFADS board." |
| 893 } | 875 } |
| 894 | |
| 895 target mbx { | 876 target mbx { |
| 896 alias { "Motorola MBX860/821 board" mbx860 mbx821 } | 877 alias { "Motorola MBX860/821 board" mbx860 mbx821 } |
| 897 packages { CYGPKG_HAL_POWERPC | 878 packages { CYGPKG_HAL_POWERPC |
| 898 CYGPKG_HAL_POWERPC_MPC8xx | 879 CYGPKG_HAL_POWERPC_MPC8xx |
| 899 CYGPKG_HAL_POWERPC_MBX | 880 CYGPKG_HAL_POWERPC_MBX |
| 990 The stdeval1 target provides the packages needed to run | 971 The stdeval1 target provides the packages needed to run |
| 991 eCos on a Matsushita stdeval1 board. This target can also | 972 eCos on a Matsushita stdeval1 board. This target can also |
| 992 be used when running in the full simulator, since the simulator provides an | 973 be used when running in the full simulator, since the simulator provides an |
| 993 accurate simulation of the hardware including I/O devices." | 974 accurate simulation of the hardware including I/O devices." |
| 994 } | 975 } |
| 995 | |
| 996 target stb { | 976 target stb { |
| 997 alias { "Matsushita STB board" } | 977 alias { "Matsushita STB board" } |
| 998 packages { CYGPKG_HAL_MN10300 | 978 packages { CYGPKG_HAL_MN10300 |
| 999 CYGPKG_HAL_MN10300_AM33_STB | 979 CYGPKG_HAL_MN10300_AM33_STB |
| 1000 CYGPKG_HAL_MN10300_AM33 | 980 CYGPKG_HAL_MN10300_AM33 |
