Mercurial > ecos-v3_0-branch
view packages/hal/arm/cma230/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 | c5536bad4c24 |
line wrap: on
line source
1999-12-02 Mark Salter <msalter@cygnus.com> * include/hal_platform_setup.h: Add support for CMA222 (ARM710T). * include/hal_cache.h: Add support for unified CMA222 caches. * include/hal_platform_extras.h: New file with static MMU tables. 1999-11-25 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/hal_diag.c: Conditionalize def of diag_buffer for only when it's explicitly wanted and someone hacks the code (hal_diag_write_char): Likewise 1999-11-25 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/mlt_arm_cma230_stubs.h: New file. * include/pkgconf/mlt_arm_cma230_rom.h: * include/pkgconf/mlt_arm_cma230_ram.h: Update "do not edit" strings. 1999-11-09 Gary Thomas <gthomas@cygnus.co.uk> * include/pkgconf/mlt_arm_cma230_ram.h: * include/pkgconf/mlt_arm_cma230_rom.h: New files. * 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 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#### //===========================================================================
