Mercurial > ecos
view packages/hal/powerpc/fads/current/ChangeLog @ 66:bf00f99aec69 ecos-sw-2000-02-02
Merge from eCos master repository on 2000-02-02-19:16:44-GMT
| author | jlarmour |
|---|---|
| date | Wed, 02 Feb 2000 19:57:02 +0000 |
| parents | c38311975d4f |
| children | f74b2666b30d |
line wrap: on
line source
2000-01-26 Jesper Skov <jskov@redhat.com> * include/plf_cache.h: Added. 1999-11-25 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/mlt_powerpc_fads_rom.h: * include/pkgconf/mlt_powerpc_fads_ram.h: New file(s). 1999-09-02 Hugo Tyson <hmt@cygnus.co.uk> * src/hal_aux.c (CYGARC_MEMDESC_TABLE): Define a non-empty table for the FADS board so that MM can be enabled. I don't know why the ROM area is marked non-cachable, but that's as the reporter requested. As requested in PR 20270 by not-a-customer. This is really a merge of that fix. * src/quicc_smc2.c (cyg_smc2_init): Re-order initialization so that RxTxBD *is* initialized before use. Move setup of rx/tx params to the end of the function ie. after the data is set up. All as requested in PR 20271 by not-a-customer. This is really a merge of that fix. 1999-06-11 Hugo Tyson <hmt@cygnus.co.uk> * src/PKGconf.mak: Build the new file. * src/hal_aux.c (CYGARC_MEMDESC_TABLE): New file, to define this object for per-platform table-driven memory map initialization. The table used to be in hal_misc.c in the architectural HAL; this is platform dependent so better and cleaner here. 1999-06-10 Hugo Tyson <hmt@cygnus.co.uk> * src/PKGconf.mak: Add quicc_smc2.c, which now lives in here; moved from the architectural HAL. * src/hal_diag.c: use local quicc_smc2.c module for IO. * include/plf_stub.h: use local quicc_smc2.c module for IO. * include/quicc_smc2.h, src/quicc_smc2.c, src/ppc_860.h: new files; renamed and reorganized from the architectural HAL. 1999-05-20 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/hal_powerpc_fads.h: Move RTC setup here. 1999-04-08 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to avoid padded output sections (PR 19787) 1999-03-23 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/hal_diag.c: Disable interrupts when doing diag output so that system "freezes" while this goes on 1999-03-04 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/*.ldi: give all LDI files unique names so that they can co-exist in an eCos build tree (PR 19184) * include/pkgconf/*.mlt: give all MLT files unique names so that they can co-exist in an eCos build tree (PR 19184) 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> * src/hal_diag.c (hal_diag_write_char): Changed __output_gdb_string to hal_output_gdb_string. * include/hal_stub.h: [removed] * include/plf_stub.h: [added] * src/hal_stub.c: [removed] * src/PKGconf.mak: Changed hal_stub to plf_stub. Moved generic HAL stub code to common/.../hal_stub.c. 1999-02-08 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/hal_powerpc_fads.h: Put back in the startup CDL. Fixed inconsistency with usage notes. * README: Added Kevin's usage notes. 1999-02-08 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/*.mlt: New memory layout save files 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> * src/PKGconf.mak: Fix comment. 1999-02-05 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. 1999-01-27 Jesper Skov <jskov@cygnus.co.uk> * README: Added copyright header. 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> * include/pkgconf/ram.ldi: * include/pkgconf/rom.ldi: Add copyright notice. (Though these files will later be generated by a tool and so not copyright, these default setups are.) 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> * include/hal_diag.h: * include/hal_stub.h: * include/ppc_fads.h: * include/pkgconf/hal_powerpc_fads.h: * src/PKGconf.mak: * src/fads.S: * src/hal_diag.c: * src/hal_stub.c: Added UNSUPPORTED headers. * README: Added a few comments from Kevin. 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/hal_powerpc_fads.h: Removed startup type CDL. 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> * src/fads.S (hal_hardware_init): Renamed CYG_HAL_POWERPC_FADS to CYGPKG_HAL_POWERPC_FADS. 1999-01-21 Jesper Skov <jskov@cygnus.co.uk> * src/fads.ld: [removed] * include/pkgconf/ram.ldi: [added] * include/pkgconf/rom.ldi: [added] * src/PKGconf.mak: Changed to MLT linker scheme. 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> * src/hal_stub.c: Call cyg_ prefixed function names. Put in EMXIFs where functionality has been left out. Removed Cogent spefic code. * src/hal_diag.c: Rely on smc code to do full hw initialization. Call cyg_ prefixed function names. * src/fads.ld: Added Kevin to contributers. * src/fads.S (hal_hardware_init): Removed all #if0 marked code. 1998-10-28 Kevin Hester <khester@opticworks.com> * Created based on the cogent implementation //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
