📄 changelog
字号:
* cdl/hal_arm_aeb.cdl:
Require that CYGHWR_THUMB is not defined.
1999-10-12 Jesper Skov <jskov@cygnus.co.uk>
* include/pkgconf/hal_arm_aeb.h: Add CT config of revision.
aebC instead of aebc.
1999-10-08 Jesper Skov <jskov@cygnus.co.uk>
* include/hal_platform_setup.h: Disable cache for now.
1999-10-07 Jesper Skov <jskov@cygnus.co.uk>
* cdl/hal_arm_aeb.cdl:
* include/pkgconf/hal_arm_aeb.h:
* include/hal_platform_setup.h:
Use CYGHWR_HAL_ARM_AEB_REVISION_C to select revision behavior.
1999-10-06 John Dallaway <jld@cygnus.co.uk>
* cdl/hal_arm_aeb.cdl:
Define CYGTST_TESTING_IDENTIFIER.
1999-10-05 Jesper Skov <jskov@cygnus.co.uk>
* include/hal_platform_setup.h: Added support for AEB rev C.
* src/aeb_misc.c (hal_hardware_init): Use UCACHE macros.
* include/hal_cache.h: Fixed cache macros.
1999-09-07 Jesper Skov <jskov@cygnus.co.uk>
* include/plf_stub.h:
* src/plf_stub.c (hal_aeb_reset):
Added reset on detach.
1999-08-12 John Dallaway <jld@cygnus.co.uk>
* cdl/hal_arm_aeb.cdl:
Define CYG_HAL_STARTUP and CYGHWR_MEMORY_LAYOUT.
1999-08-08 Gary Thomas <gthomas@cygnus.co.uk>
* misc/Notes:
* misc/STUBS_config: Update patch for new hal.h.
1999-05-25 Gary Thomas <gthomas@cygnus.co.uk>
* misc/gdb_module.c: Fix up symbols for new ABI.
1999-05-24 Gary Thomas <gthomas@cygnus.co.uk>
* src/hal_diag.c: Clean up direct access code.
1999-05-20 Gary Thomas <gthomas@cygnus.co.uk>
* include/pkgconf/hal_arm_aeb.h: Move RTC setup here.
1999-04-13 Gary Thomas <gthomas@cygnus.co.uk>
* src/aeb_misc.c: Add some testing code using a second timer.
* include/hal_platform_setup.h: New file
1999-04-08 John Dallaway <jld@cygnus.co.uk>
* include/pkgconf/mlt_arm_aeb_rom.ldi: Fix SECTION macro which
was missed during recent macro arguments change
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 Gary Thomas <gthomas@cygnus.co.uk>
* src/hal_diag.c (hal_diag_write_char): Make GDB 'O' transaction
run with interrupts disabled.
1999-03-23 John Dallaway <jld@cygnus.co.uk>
* include/pkgconf/hal_arm_aeb.h: Modify display string for
consistency.
1999-03-17 Gary Thomas <gthomas@cygnus.co.uk>
* src/hal_diag.c (hal_diag_write_char): Don't disable all
interrupts, just the serial port during output.
* src/aeb_misc.c: Add support for "abort" button. This works
like ^C if GDB break support is compiled in.
(hal_clock_read): Only return "reasonable" deltas - hardware
sometimes gives flakey/implausible counts.
* include/hal_platform_ints.h: Improve interrupt assignments.
1999-03-16 Gary Thomas <gthomas@cygnus.co.uk>
* src/hal_diag.c:
* include/plf_stub.h:
* src/plf_stub.c: Add GDB break support.
1999-03-12 Gary Thomas <gthomas@cygnus.co.uk>
* include/hal_cache.h (HAL_DCACHE_PURGE_ALL): Add macro.
* include/hal_platform_ints.h: Add additional interrupt sources
(UARTs and WATCHDOG).
1999-03-11 John Dallaway <jld@cygnus.co.uk>
* include/pkgconf/*.ldi: add copyright notices
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-26 Gary Thomas <gthomas@cygnus.co.uk>
* misc/Notes:
* misc/PKGconf.mak: Fix stubs build for new layout.
* misc/gdb_module.c: Update version. Build with new stubs.
1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk>
* include/hal_platform_ints.h:
Reorganise vector/interrupt/exception names according to purpose
QA improvements
* src/aeb_misc.c:
Change interrupt names due to above
QA improvements
1999-02-17 John Dallaway <jld@cygnus.co.uk>
* include/pkgconf/ram.mlt: Relocate the GDB stubs
* include/pkgconf/ram.ldi: Relocate the GDB stubs
* include/pkgconf/stubs.mlt: Relocate the GDB stubs
* include/pkgconf/stubs.ldi: Relocate the GDB stubs
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/plf_stub.c: [added]
* src/PKGconf.mak:
Changed hal_stub to plf_stub. Moved generic HAL stub code to
common/.../hal_stub.c.
1999-02-08 John Dallaway <jld@cygnus.co.uk>
* include/pkgconf/*.mlt: New memory layout save files
1999-02-08 Gary Thomas <gthomas@cygnus.co.uk>
* include/pkgconf/rom.ldi: Add segment for ROM
1999-02-05 John Dallaway <jld@cygnus.co.uk>
* include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition.
1999-02-02 John Dallaway <jld@cygnus.co.uk>
* include/pkgconf/hal_arm_aeb.h: Correct the specified platform.
1999-01-19 Gary Thomas <gthomas@cygnus.co.uk>
* include/pkgconf/rom.ldi: Modified for new layouts.
* include/pkgconf/stubs.ldi: New file.
* misc/gdb_module.c: Start of module changed name (due to rework
of exception handling in the GDB stubs).
* src/hal_stub.c: Reorg - move common routines to "arch" directory.
1999-01-18 Gary Thomas <gthomas@cygnus.co.uk>
* include/pkgconf/rom.ldi: Add configurations for GDB stubs/normal ROM.
1999-01-15 Gary Thomas <gthomas@cygnus.co.uk>
* misc/Notes: Update for new directory layout.
* include/hal_diag.h: Add prototype for 'hal_diag_read_char()'
* src/hal_stub.c: Take out memory trace buffer (debug only).
* src/hal_diag.c: Reduce buffer size.
* misc/PKGconf.mak (SRC): Fix path.
1999-01-14 Gary Thomas <gthomas@cygnus.co.uk>
* misc/PKGconf.mak: Rename 'TESTS' to 'PROGS' due to
changes in "makrules.prv".
* include/pkgconf/ram.ldi:
* include/pkgconf/rom.ldi: New files.
* src/PKGconf.mak: Change to MLT script linking.
1999-01-12 Gary Thomas <gthomas@cygnus.co.uk>
* tests/flash_cksum.tcl: Always swap to Little Endian format.
* src/aeb.ld: Change DATA address for ROM (GDB) configuration.
1999-01-08 Gary Thomas <gthomas@cygnus.co.uk>
* tests/gdb_module.c: Clean up to work in all configurations.
* tests/PKGconf.mak (TESTS): Clean up.
1999-01-06 Gary Thomas <gthomas@cygnus.co.uk>
* tests/PKGconf.mak: Update to use tcl checksum program.
* tests/Notes: Advise on required zeroes.
* tests/gdb_module.c: Update module name/info.
1998-12-22 Gary Thomas <gthomas@cygnus.co.uk>
* include/hal_cache.h: New [moved] file.
1998-12-21 Gary Thomas <gthomas@cygnus.co.uk>
* src/aeb_misc.c (hal_clock_initialize): Set timer0 scale.
1998-12-20 Gary Thomas <gthomas@cygnus.co.uk>
* tests/flash_cksum.c: Handle big/little endian hosts.
* src/hal_stub.c: Remove unused '__set_mem_fault'.
Blink LED1 with GDB I/O (semblance of life).
1998-12-18 Gary Thomas <gthomas@cygnus.co.uk>
* tests/gdb_module_ncs.c:
* tests/PKGconf.mak:
* tests/gdb_module.c: New file(s) used to build FLASH module
1998-12-17 Gary Thomas <gthomas@cygnus.co.uk>
* src/aeb.ld: Change log address to use all available RAM.
* include/pkgconf/hal_arm_aeb.h: New file
1998-12-16 Gary Thomas <gthomas@cygnus.co.uk>
* include/hal_platform_ints.h: New file for platform
interrupt specifics.
* src/hal_diag.c:
* src/aeb.ld:
* src/aeb_misc.c: Complete initial port.
1998-12-15 Gary Thomas <gthomas@cygnus.co.uk>
* src/hal_stub.c:
* src/hal_diag.c:
* src/PKGconf.mak:
* src/aeb.ld:
* include/hal_stub.h:
* include/hal_diag.h:
* include/pkgconf/hal_arm_aeb.h: New file.
//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
//
// eCos is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 or (at your option) any later version.
//
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
// for more details.
//
// You should have received a copy of the GNU General Public License along
// with eCos; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
//
// As a special exception, if other files instantiate templates or use macros
// or inline functions from this file, or you compile this file and link it
// with other works to produce a work based on this file, this file does not
// by itself cause the resulting work to be covered by the GNU General Public
// License. However the source code for this file must still be made available
// in accordance with section (3) of the GNU General Public License.
//
// This exception does not invalidate any other reasons why a work based on
// this file might be covered by the GNU General Public License.
//
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//===========================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -