Mercurial > flash_v2
view packages/hal/powerpc/sim/current/ChangeLog @ 16:4f2df4ab82c8 ecos-sw-1999-06-18
Merge from eCos master repository on 1999-06-18-15:25:04-BST
| author | jlarmour |
|---|---|
| date | Fri, 18 Jun 1999 07:59:09 +0000 |
| parents | ece80412419a |
| children | e7ba79f6d3a8 |
line wrap: on
line source
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-05-20 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/hal_powerpc_sim.h: Move RTC setup here. 1999-04-28 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/mlt_powerpc_sim_ram.ldi: * include/pkgconf/mlt_powerpc_sim_ram.mlt: Increased memory size to 1MB. 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> * include/hal_diag.h (HAL_DIAG_WRITE_CHAR): Disable interrupts when doing diag output so that system "freezes" while this goes on 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/hal_powerpc_sim.h: Take out DEVICES dependencies. 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> * include/hal_stub.h: Removed. 1999-02-08 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/*.mlt: New memory layout save files 1999-02-05 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/ram.ldi: Rationalize memory layout. 1999-02-05 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> * include/pkgconf/ram.ldi: Add copyright notice. (Though these files will later be generated by a tool and so not copyright, these default setups are.) 1998-10-25 Jesper Skov <jskov@cygnus.co.uk> * include/hal_stub.h: Removed superfluous pkgconf/kernel.h include. 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/hal_powerpc_sim.h: Allow wallclock and watchdog devices to be configured. 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> * include/hal_stub.h: Include generic-stub.h from hal. 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> * src/PKGconf.mak (COMPILE): Removed empty hal_diag.c. 1998-10-22 Jesper Skov <jskov@cygnus.co.uk> PR 17898 * include/pkgconf/hal_powerpc_sim.h: Preclude devices. 1998-10-20 Jesper Skov <jskov@cygnus.co.uk> * runtime/tree: Added. 1998-10-19 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/hal_powerpc_sim.h: Undid 1998-10-16 change. 1998-10-16 Jesper Skov <jskov@cygnus.co.uk> * include/pkgconf/hal_powerpc_sim.h: Changed CYGPKG_HAL_POWERPC_SIM to CYG_HAL_POWERPC_SIM. 1998-10-13 Jesper Skov <jskov@lassi.cygnus.co.uk> * include/hal_stub.h: Added. 1998-10-13 Jesper Skov <jskov@cygnus.co.uk> * src/sim.ld: Glob expressions to match function/data-sections needed for selective linking. 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> * include/hal_diag.h * src/sim.ld Changed /**/ comments to //. 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> * src/makefile: Removed. 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> * include/hal_diag.h * include/pkgconf/hal_powerpc_sim.h * src/sim.S * src/sim.ld Expanded TABs. Thu Sep 17 17:40:31 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> * src/sim.ld: Fixed to work with simulator. Needs to be cleaned up though. 1998-09-12 Bart Veer <bartv@cygnus.co.uk> * include/pkgconf/hal_powerpc_sim.h: Added missing descriptions (PR 17184) 1998-09-02 Bart Veer <bartv@cygnus.co.uk> * include/pkgconf/hal_powerpc_sim.h: New header file for platform-specific configuration options * tests/PKGconf.mak: * src/PKGconf.mak: Sort out package naming conventions. 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> * src/sim.S: * include/hal_diag.h: Now uses hal.h rather than kernel.h. Tue Aug 18 11:47:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/sim.ld: Reorder GROUP line Mon Aug 17 22:18:15 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/sim.ld: Add GROUP(libgcc.a libtarget.a) to prevent need for explicit linking //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Cygnus eCos Public License // Version 1.0 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://sourceware.cygnus.com/ecos // // 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 Cygnus Operating System, released // September 30, 1998. // // The Initial Developer of the Original Code is Cygnus. Portions created // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
