Mercurial > ecos-v2_0-branch
annotate packages/hal/i386/linux/current/include/pkgconf/hal_i386_linux.h @ 8:ece80412419a ecos-sw-1999-05-21
Merge from eCos master repository on 1999-05-21-22:05:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 May 1999 15:09:30 +0000 |
| parents | 443894e2e912 |
| children | 641b639be825 |
| rev | line source |
|---|---|
| 2 | 1 #ifndef CYGONCE_PKGCONF_HAL_I386_LINUX_H |
| 2 #define CYGONCE_PKGCONF_HAL_I386_LINUX_H | |
| 3 // ==================================================================== | |
| 4 // | |
| 5 // pkgconf/hal_i386_linux.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,1999 Cygnus Solutions. All Rights Reserved. | |
| 28 // ------------------------------------------- | |
| 29 // | |
| 30 //####COPYRIGHTEND#### | |
| 31 // ==================================================================== | |
| 32 //#####DESCRIPTIONBEGIN#### | |
| 33 // | |
| 34 // Author(s): jskov | |
| 35 // Contributors: jskov | |
| 36 // Date: 1999-01-12 | |
| 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_I386_LINUX { | |
| 49 display "Linux i386 Synthetic Target" | |
| 50 type radio | |
| 51 parent CYGPKG_HAL_I386 | |
| 52 platform linux | |
| 53 description " | |
| 54 The Linux i386 Synthetic Target HAL package provides the | |
| 55 support needed to run eCos binaries on top of the i386 | |
| 56 Linux kernel." | |
| 57 } | |
| 58 | |
| 59 cdl_option CYGSEM_HAL_I386_LINUX_REAL_TIME { | |
| 60 display "Use Linux real-time timer" | |
| 61 parent CYGPKG_HAL_I386_LINUX | |
| 62 description " | |
| 63 By default the eCos timer will driven by a virtual timer, | |
| 64 meaning that it will only tick when the Linux task is | |
| 65 executing. This prevents (to some degree) time skew in | |
| 66 the eCos kernel due to heavy load on Linux. By checking | |
| 67 this option, the eCos timer can be driven by the Linux | |
| 68 real-time timer instead." | |
| 69 } | |
| 70 | |
| 71 }}CFG_DATA */ | |
| 72 | |
| 73 #define CYGHWR_HAL_I386_LINUX_STARTUP ram | |
| 74 #undef CYGSEM_HAL_I386_LINUX_REAL_TIME | |
| 75 | |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
76 // Real-time clock/counter specifics |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
77 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
78 #define CYGNUM_HAL_RTC_NUMERATOR 1000000000 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
79 #define CYGNUM_HAL_RTC_DENOMINATOR 100 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
80 #define CYGNUM_HAL_RTC_PERIOD 10000 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
81 |
| 2 | 82 /* -------------------------------------------------------------------*/ |
| 83 #endif /* CYGONCE_PKGCONF_HAL_I386_LINUX_H */ | |
| 84 /* EOF hal_i386_linux.h */ |
