Mercurial > flash_v2
comparison packages/hal/powerpc/fads/current/ChangeLog @ 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 | ece80412419a |
comparison
equal
deleted
inserted
replaced
| 1:72f549f0d891 | 2:443894e2e912 |
|---|---|
| 1 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 2 | |
| 3 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to | |
| 4 avoid padded output sections (PR 19787) | |
| 5 | |
| 6 1999-03-23 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 7 | |
| 8 * src/hal_diag.c: Disable interrupts when doing diag output so that | |
| 9 system "freezes" while this goes on | |
| 10 | |
| 11 1999-03-04 John Dallaway <jld@cygnus.co.uk> | |
| 12 | |
| 13 * include/pkgconf/*.ldi: give all LDI files unique names so | |
| 14 that they can co-exist in an eCos build tree (PR 19184) | |
| 15 * include/pkgconf/*.mlt: give all MLT files unique names so | |
| 16 that they can co-exist in an eCos build tree (PR 19184) | |
| 17 | |
| 18 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 19 | |
| 20 * src/hal_diag.c (hal_diag_write_char): Changed | |
| 21 __output_gdb_string to hal_output_gdb_string. | |
| 22 | |
| 23 * include/hal_stub.h: [removed] | |
| 24 * include/plf_stub.h: [added] | |
| 25 * src/hal_stub.c: [removed] | |
| 26 * src/PKGconf.mak: | |
| 27 Changed hal_stub to plf_stub. Moved generic HAL stub code to | |
| 28 common/.../hal_stub.c. | |
| 29 | |
| 30 1999-02-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 31 | |
| 32 * include/pkgconf/hal_powerpc_fads.h: Put back in the startup | |
| 33 CDL. Fixed inconsistency with usage notes. | |
| 34 | |
| 35 * README: Added Kevin's usage notes. | |
| 36 | |
| 37 1999-02-08 John Dallaway <jld@cygnus.co.uk> | |
| 38 | |
| 39 * include/pkgconf/*.mlt: New memory layout save files | |
| 40 | |
| 41 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 42 | |
| 43 * src/PKGconf.mak: Fix comment. | |
| 44 | |
| 45 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 46 | |
| 47 * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. | |
| 48 | |
| 49 1999-01-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 50 | |
| 51 * README: Added copyright header. | |
| 52 | |
| 53 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> | |
| 54 | |
| 55 * include/pkgconf/ram.ldi: | |
| 56 * include/pkgconf/rom.ldi: | |
| 57 Add copyright notice. (Though these files will later be generated | |
| 58 by a tool and so not copyright, these default setups are.) | |
| 59 | |
| 60 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 61 | |
| 62 * include/hal_diag.h: | |
| 63 * include/hal_stub.h: | |
| 64 * include/ppc_fads.h: | |
| 65 * include/pkgconf/hal_powerpc_fads.h: | |
| 66 * src/PKGconf.mak: | |
| 67 * src/fads.S: | |
| 68 * src/hal_diag.c: | |
| 69 * src/hal_stub.c: | |
| 70 Added UNSUPPORTED headers. | |
| 71 | |
| 72 * README: Added a few comments from Kevin. | |
| 73 | |
| 74 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 75 | |
| 76 * include/pkgconf/hal_powerpc_fads.h: Removed startup type CDL. | |
| 77 | |
| 78 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 79 | |
| 80 * src/fads.S (hal_hardware_init): Renamed CYG_HAL_POWERPC_FADS to | |
| 81 CYGPKG_HAL_POWERPC_FADS. | |
| 82 | |
| 83 1999-01-21 Jesper Skov <jskov@cygnus.co.uk> | |
| 84 | |
| 85 * src/fads.ld: [removed] | |
| 86 * include/pkgconf/ram.ldi: [added] | |
| 87 * include/pkgconf/rom.ldi: [added] | |
| 88 * src/PKGconf.mak: | |
| 89 Changed to MLT linker scheme. | |
| 90 | |
| 91 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 92 | |
| 93 * src/hal_stub.c: Call cyg_ prefixed function names. Put in EMXIFs | |
| 94 where functionality has been left out. Removed Cogent spefic | |
| 95 code. | |
| 96 | |
| 97 * src/hal_diag.c: Rely on smc code to do full hw | |
| 98 initialization. Call cyg_ prefixed function names. | |
| 99 | |
| 100 * src/fads.ld: Added Kevin to contributers. | |
| 101 | |
| 102 * src/fads.S (hal_hardware_init): Removed all #if0 marked code. | |
| 103 | |
| 104 1998-10-28 Kevin Hester <khester@opticworks.com> | |
| 105 | |
| 106 * Created based on the cogent implementation | |
| 107 | |
| 108 //=========================================================================== | |
| 109 //####COPYRIGHTBEGIN#### | |
| 110 // | |
| 111 // ------------------------------------------- | |
| 112 // The contents of this file are subject to the Cygnus eCos Public License | |
| 113 // Version 1.0 (the "License"); you may not use this file except in | |
| 114 // compliance with the License. You may obtain a copy of the License at | |
| 115 // http://sourceware.cygnus.com/ecos | |
| 116 // | |
| 117 // Software distributed under the License is distributed on an "AS IS" | |
| 118 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 119 // License for the specific language governing rights and limitations under | |
| 120 // the License. | |
| 121 // | |
| 122 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 123 // September 30, 1998. | |
| 124 // | |
| 125 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 126 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 127 // ------------------------------------------- | |
| 128 // | |
| 129 //####COPYRIGHTEND#### | |
| 130 //=========================================================================== |
