📄 changelog
字号:
2004-03-02 Uwe Kindler <uwe_kindler@web.de>
* cdl/hal_h8s.cdl : Added new interface
CYGINT_HAL_H8S_PLATFORM_LINUX_BOOT_SUPPORT. This interface should
be implemented by a platform that support booting Linux via RedBoot.
The CDL somponent CYGSEM_REDBOOT_H8S_LINUX_BOOT now check if the
interface CYGINT_HAL_H8S_PLATFORM_LINUX_BOOT_SUPPORT is implemented.
Added new interface CYGINT_HAL_H8S_USE_COMMON_GDB_STUB. A platform
should implement this interface if it uses the generic debugging stub
in h8s_stub.c.
2004-02-22 Uwe Kindler <uwe_kindler@web.de>
* src/vectors.s: A small improvement in interrupt_entry saves one
state during interrupt processing.
2004-02-20 Uwe Kindler <uwe_kindler@web.de>
* src/h8s_stub.c : Fixed some small bugs which caused wrong calculation
of instruction length when doing single stepping
2004-02-17 Uwe Kindler <uwe_kindler@web.de>
* src/vectors.S : Changed shadow vector table. The table now contains
only jsr instruction and no orc instruction anymore. This reduces the
table size (512 Byte). Change of shadow vector table forces changes of
interrup_entry routine.
2004-02-12 Uwe Kindler <uwe_kindler@web.de>
* src/vectors.S : Removed __default_trap_vsr because it is not used.
Moved storing of interrupt vector number in _hal_saved_intvec from
interrupt_entry into __default_exception_vsr - this speeds up the
interrupt handling a little bit. Fixed a small bug in
__default_exception_vsr - the vector number wasn't passed to the
exception handler.
* src/redboot_linux_exec.c : Added this file from h8300 architecture
in order to support booting a uClinux kernel. This is not tested yet
and have to be checked later.
* cdl/h8s_cdl : Added configuration and build options for 'exec'
command in redboot_linuc_exec.c
2004-02-05 Uwe Kindler <uwe_kindler@web.de>
* include/hal_intr.h : added the macro HAL_VSR_SET_TO_ECOS_HANDLER.
2004-01-23 Uwe Kindler <uwe_kindler@web.de>
* include/hal_intr.h : Defined the macro HAL_INTR_ATTACH conditionally
in order to allow variants to overwrite this macro.
* src/h8s.ld : fixed bug in .bss section that caused the interrupt_stack
to be outside the .bss section
2004-01-03 Uwe Kindler <uwe_kindler@web.de>
* cdl/hal_h8s.cdl
* src/vectors.S : Position of shadow vector table is now a
configuration option (RAM or ROM position. The base address in ROM
or RAM is a platform task)
* src/h8s.ld : Moved linker script from variant HAL into architecture
HAL.
* src/hal_diag.c : Added common diagnostic code which can be used
from all variants or platforms with common SCI module
* cdl/hal_h8s.cdl : Building of common SCI driver and common diagnostic
code is now a configuration option. If a platform uses common SCI code
in h8s_sci.c or common diagnostic code in hal_diag.c it has to
implement the two new interfaces CYGINT_HAL_H8S_USE_COMMON_SCI_CODE and
CYGINT_HAL_H8S_USE_COMMON_DIAG_CODE.
2003-12-22 Uwe Kindler <uwe_kindler@web.de>
* include/hal_arch.h: Fixed SP alignment in HAL_THREAD_INIT_CONTEXT
* include/basetype.h: Defined alignment (for HAL_THREAD_INIT_CONTEXT)
2003-12-20 Uwe Kindler <uwe_kindler@web.de>
* src/h8s_stub.c: Fixed wrong CCR value when calling get_register.
This caused wrong handling of BCC instructions when single stepping.
2003-12-06 Uwe Kindler <uwe_kindler@web.de>
* cdl/hal_h8s.cdl
* include/arch.inc
* include/basetype.h
* include/h8s_sci.h
* include/h8s_stub.h
* include/hal_arch.h
* include/hal_cache.h
* include/hal_intr.h
* include/hal_io.h
* src/context.S
* src/h8s_sci.c
* src/h8s_stub.c
* src/hal_misc.c
* src/hal_syscall.c
* src/vectors.S: New package - support for Renesas H8S processor
architecture - based on Yoshinori Satos H8300 architecture port
//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 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 + -