comparison packages/hal/powerpc/ppc60x/current/include/pkgconf/hal_powerpc_ppc60x.h @ 70:c5536bad4c24 ecos-sw-2000-02-11

Merge from eCos master repository on 2000-02-11-15:46:40-GMT
author jlarmour
date Fri, 11 Feb 2000 16:47:32 +0000
parents
children
comparison
equal deleted inserted replaced
69:9a9babddf7e7 70:c5536bad4c24
1 #ifndef CYGONCE_PKGCONF_HAL_POWERPC_PPC60X_H
2 #define CYGONCE_PKGCONF_HAL_POWERPC_PPC60X_H
3 // ====================================================================
4 //
5 // pkgconf/hal_powerpc_ppc60x.h
6 //
7 // HAL configuration file
8 //
9 // ====================================================================
10 //####COPYRIGHTBEGIN####
11 //
12 // -------------------------------------------
13 // The contents of this file are subject to the Red Hat eCos Public License
14 // Version 1.1 (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://www.redhat.com/
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 Configurable Operating System,
24 // released September 30, 1998.
25 //
26 // The Initial Developer of the Original Code is Red Hat.
27 // Portions created by Red Hat are
28 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
29 // All Rights Reserved.
30 // -------------------------------------------
31 //
32 //####COPYRIGHTEND####
33 // ====================================================================
34 //#####DESCRIPTIONBEGIN####
35 //
36 // Author(s): jskov
37 // Contributors: jskov
38 // Date: 2000-02-04
39 // Purpose: To allow the user to edit HAL configuration options.
40 // Description:
41 //
42 //####DESCRIPTIONEND####
43 //
44 // ====================================================================
45
46 #include <pkgconf/hal_powerpc.h>
47 #include CYGBLD_HAL_PLATFORM_H
48
49 /* -------------------------------------------------------------------
50 * Decide which variant of the PowerPC family we have.
51
52 {{CFG_DATA
53
54 cdl_package CYGPKG_HAL_POWERPC_PPC60X {
55 display "PowerPC variant"
56 type radio
57 parent CYGFUN_HAL_POWERPC_VARIANTS
58 target powerpc_ppc60x
59 description "
60 The PPC60x architecture HAL package provides generic support
61 for this processor architecture. It is also necessary to
62 select a specific target platform HAL package."
63 }
64
65 cdl_option CYGPKG_HAL_POWERPC_PPC603 {
66 display "PPC603 microprocessor"
67 parent CYGPKG_HAL_POWERPC_PPC60X
68 type radio
69 description "
70 The PPC603 microprocessor. "
71 }
72
73 }}CFG_DATA */
74
75 #define CYGPKG_HAL_POWERPC_PPC603
76
77 // -------------------------------------------------------------------
78 // Characterize the CPU so that the generic architecture part can
79 // configure itself.
80
81 #undef CYGHWR_HAL_POWERPC_FPU // We have no FPU
82 #define CYGPKG_HAL_POWERPC_MSBFIRST // Big-endian CPU
83 #undef CYGSEM_HAL_USE_ROM_MONITOR
84
85 //----------------------------------------------------------------------
86 #endif // CYGONCE_PKGCONF_HAL_POWERPC_PPC60X_H
87 // EOF hal_powerpc_ppc60x.h