comparison packages/hal/mips/jmr3904/current/include/pkgconf/hal_tx39_jmr3904.h @ 0:3111d98ba7b3 ecos-v1_1-release

Initial commit of eCos version 1.1
author jlarmour
date Tue, 11 May 1999 11:16:07 +0000
parents
children 443894e2e912
comparison
equal deleted inserted replaced
-1:000000000000 0:3111d98ba7b3
1 #ifndef CYGONCE_PKGCONF_HAL_TX39_JMR3904_H
2 #define CYGONCE_PKGCONF_HAL_TX39_JMR3904_H
3 // ====================================================================
4 //
5 // pkgconf/hal_tx39_jmr3904.h
6 //
7 // HAL configuration file
8 //
9 // ====================================================================
10 //####COPYRIGHTBEGIN####
11 //
12 // -------------------------------------------
13 // The contents of this file are subject to the Cygnus eCos Public License
14 // Version 1.0 (the "License"); you may not use this file except in
15 // compliance with the License. You may obtain a copy of the License at
16 // http://sourceware.cygnus.com/ecos
17 //
18 // Software distributed under the License is distributed on an "AS IS"
19 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
20 // License for the specific language governing rights and limitations under
21 // the License.
22 //
23 // The Original Code is eCos - Embedded Cygnus Operating System, released
24 // September 30, 1998.
25 //
26 // The Initial Developer of the Original Code is Cygnus. Portions created
27 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved.
28 // -------------------------------------------
29 //
30 //####COPYRIGHTEND####
31 // ====================================================================
32 //#####DESCRIPTIONBEGIN####
33 //
34 // Author(s): bartv
35 // Contributors: bartv
36 // Date: 1998-09-02
37 // Purpose: To allow the user to edit HAL configuration options.
38 // Description:
39 //
40 //####DESCRIPTIONEND####
41 //
42 // ====================================================================
43
44
45 /* ---------------------------------------------------------------------
46 {{CFG_DATA
47
48 cdl_package CYGPKG_HAL_TX39_JMR3904 {
49 display "JMR3904 evaluation board"
50 type radio
51 parent CYGPKG_HAL_TX39
52 platform jmr3904
53 description "
54 The JMR3904 HAL package should be used when targetting the
55 actual hardware. The same package can also be used when
56 running on the full simulator, since this provides an
57 accurate simulation of the hardware including I/O devices.
58 To use the simulator in this mode the command
59 `target sim --board=jmr3904' should be used from inside gdb."
60 }
61
62 cdl_option CYGHWR_HAL_TX39_JMR3904_STARTUP {
63 display "Startup type"
64 parent CYGPKG_HAL_TX39_JMR3904
65 #type count
66 type enum
67 legal_values ram rom
68 startup
69 description "
70 When targetting the JMR3904 board it is possible to build
71 the system for either RAM bootstrap or ROM bootstrap. The
72 former generally requires that the board is equipped with
73 ROMs containing the Cygmon ROM monitor or equivalent
74 software that allows gdb to download the eCos application
75 on to the board. The latter typically requires that the
76 eCos application be blown into EPROMs or equivalent
77 technology."
78 }
79
80 }}CFG_DATA */
81 #define CYGHWR_HAL_TX39_JMR3904_STARTUP ram
82
83 /* -------------------------------------------------------------------*/
84 #endif /* CYGONCE_PKGCONF_HAL_TX39_JMR3904_H */
85 /* EOF hal_tx39_jmr3904.h */