Mercurial > ecos
comparison packages/hal/powerpc/fads/current/src/fads.S @ 2:443894e2e912 ecos-v1_2_1-release
Block commit of eCos version 1.2.1
| author | jlarmour |
|---|---|
| date | Tue, 11 May 1999 12:24:34 +0000 |
| parents | |
| children | c38311975d4f |
comparison
equal
deleted
inserted
replaced
| 1:72f549f0d891 | 2:443894e2e912 |
|---|---|
| 1 ##============================================================================= | |
| 2 ## | |
| 3 ## fads.S | |
| 4 ## | |
| 5 ## Fads board hardware setup | |
| 6 ## | |
| 7 ##============================================================================= | |
| 8 #============================================================================== | |
| 9 #####UNSUPPORTEDBEGIN#### | |
| 10 # | |
| 11 # ------------------------------------------- | |
| 12 # This source file has been contributed to eCos/Cygnus. It may have been | |
| 13 # changed slightly to provide an interface consistent with those of other | |
| 14 # files. | |
| 15 # | |
| 16 # The functionality and contents of this file is supplied "AS IS" | |
| 17 # without any form of support and will not necessarily be kept up | |
| 18 # to date by Cygnus. | |
| 19 # | |
| 20 # All inquiries about this file, or the functionality provided by it, | |
| 21 # should be directed to the 'ecos-discuss' mailing list (see | |
| 22 # http://sourceware.cygnus.com/ecos/intouch.html for details). | |
| 23 # | |
| 24 # Contributed by: Kevin Hester <khester@opticworks.com> | |
| 25 # Maintained by: <Unmaintained> | |
| 26 # ------------------------------------------- | |
| 27 # | |
| 28 #####UNSUPPORTEDEND#### | |
| 29 #============================================================================== | |
| 30 #####COPYRIGHTBEGIN#### | |
| 31 # | |
| 32 # ------------------------------------------- | |
| 33 # The contents of this file are subject to the Cygnus eCos Public License | |
| 34 # Version 1.0 (the "License"); you may not use this file except in | |
| 35 # compliance with the License. You may obtain a copy of the License at | |
| 36 # http://sourceware.cygnus.com/ecos | |
| 37 # | |
| 38 # Software distributed under the License is distributed on an "AS IS" | |
| 39 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 40 # License for the specific language governing rights and limitations under | |
| 41 # the License. | |
| 42 # | |
| 43 # The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 44 # September 30, 1998. | |
| 45 # | |
| 46 # The Initial Developer of the Original Code is Cygnus. Portions created | |
| 47 # by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 48 # ------------------------------------------- | |
| 49 # | |
| 50 #####COPYRIGHTEND#### | |
| 51 ##============================================================================= | |
| 52 #######DESCRIPTIONBEGIN#### | |
| 53 ## | |
| 54 ## Author(s): nickg | |
| 55 ## Contributors:nickg | |
| 56 ## Date: 1997-11-11 | |
| 57 ## Purpose: Fads board hardware setup | |
| 58 ## Description: This file contains any code needed to initialize the | |
| 59 ## hardware on a Fads PowerPC board. | |
| 60 ## | |
| 61 ######DESCRIPTIONEND#### | |
| 62 ## | |
| 63 ##============================================================================= | |
| 64 | |
| 65 #include <pkgconf/hal.h> | |
| 66 | |
| 67 #include <cyg/hal/ppc.inc> | |
| 68 | |
| 69 #------------------------------------------------------------------------------ | |
| 70 | |
| 71 .globl hal_hardware_init | |
| 72 hal_hardware_init: | |
| 73 | |
| 74 #if defined(CYGPKG_HAL_POWERPC_FADS) && defined(CYG_HAL_POWERPC_MP860) | |
| 75 | |
| 76 # kevinh disabled - we use the values which have already been setup | |
| 77 # by the mpc8bug | |
| 78 | |
| 79 #endif | |
| 80 blr | |
| 81 | |
| 82 #------------------------------------------------------------------------------ | |
| 83 # end of fads.S |
