Mercurial > ecos
view packages/hal/arm/cma230/current/ChangeLog @ 54:f10165814f1e ecos-sw-1999-11-19
Merge from eCos master repository on 1999-11-19-22:24:39-GMT
| author | jlarmour |
|---|---|
| date | Fri, 19 Nov 1999 23:37:56 +0000 |
| parents | a0774359f013 |
| children | 755351606154 |
line wrap: on
line source
1999-11-09 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/mlt_arm_cma230T_ram.h: * include/pkgconf/mlt_arm_cma230T_rom.h: * include/pkgconf/mlt_arm_cma230_ram.h: * include/pkgconf/mlt_arm_cma230_rom.h: New files. * include/pkgconf/mlt_arm_cma230T_ram.ldi: * include/pkgconf/mlt_arm_cma230T_ram.ldi: * include/pkgconf/mlt_arm_cma230_rom.ldi: * include/pkgconf/mlt_arm_cma230_rom.mlt: Update with correct memory layout. 1999-11-09 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/hal_arm_cma230.h: Add platform attribute to CYGPKG_HAL_ARM_CMA230. 1999-11-09 Gary Thomas <gthomas@cygnus.co.uk> * src/hal_diag.c: Honor GDB_DISABLE option. 1999-10-28 Jesper Skov <jskov@cygnus.co.uk> * misc/PKGconf.mak: Don't strip symbols when making .img. 1999-10-27 Jesper Skov <jskov@cygnus.co.uk> * src/hal_diag.c: Fixed conditional include. 1999-10-26 Hugo Tyson <hmt@cygnus.co.uk> * src/hal_diag.c (hal_diag_write_char): Use new macro CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION and its mate to control stepping through gdb $O packet output. 1999-10-19 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/hal_cma230.h: Fix ifdefs and comments to be for the cma230, not any other board * misc/gdb_module.c: Likewise * src/PKGconf.mak: Likewise 1999-10-14 Jesper Skov <jskov@cygnus.co.uk> * misc/STUBS_config: Updated. 1999-08-16 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/hal_arm_cma230.h: Proper case various display strings. 1999-06-09 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/hal_arm_cma320.h: Remove the platform attribute from cdl_package CYGPKG_HAL_ARM_CMA230 since the platform is now specified by cdl_option CYGHWR_HAL_ARM_CMA230_*. 1999-06-07 Gary Thomas <gthomas@cygnus.co.uk> * images/: * images/gdb_module.rom: New files - prebuilt ROM image. * misc/STUBS_config: Was using wrong platform. 1999-06-04 Gary Thomas <gthomas@cygnus.co.uk> * src/cma230_misc.c: Fix problems with interrupts. First the interrupt source register (ISR) contains all pending interrupts and thus needs to be manually masked against those that are enabled. Second, the interrupt mask register does not read back properly, so a memory shadow is necessary. //=========================================================================== //####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#### //===========================================================================
