changelog
来自「开放源码实时操作系统源码.」· 代码 · 共 547 行 · 第 1/2 页
TXT
547 行
* include/hal_platform_setup.h: Override CYG_HAL_ROM_RESET_USES_JUMP
to avoid addressing problems with ROM startup mode.
2001-04-17 Mark Salter <msalter@redhat.com>
* cdl/hal_arm_iq80310.cdl: Implement CYGINT_HAL_ARM_MEM_REAL_REGION_TOP
(CYGBLD_GLOBAL_CFLAGS): Add -ffunction-sections and -fdata-sections.
* src/iq80310_misc.c (hal_arm_mem_real_region_top): New function.
2001-04-16 Gary Thomas <gthomas@redhat.com>
* cdl/hal_arm_iq80310.cdl: Add CDL to describe CPU family.
2001-04-10 Mark Salter <msalter@redhat.com>
* include/hal_platform_setup.h: Turn on multi-bit RAM error reporting.
2001-04-03 Mark Salter <msalter@redhat.com>
* src/diag/flash.c: Don't compile unless CYGPKG_IO_FLASH defined.
* src/diag/xscale_test.c (testMenu): Only add flash_test if
CYGPKG_IO_FLASH is defined.
2001-03-31 Mark Salter <msalter@redhat.com>
* src/diag/xscale_test.c: Merge in latest changes from Cyclone.
* src/diag/iq80310.h: Ditto.
* src/diag/external_timer.c: Ditto.
2001-03-30 Mark Salter <msalter@redhat.com>
* misc/redboot_RAM.ecm: Disable CYGSEM_REDBOOT_FIS_CRC_CHECK
and CYGSEM_IO_FLASH_VERIFY_PROGRAM.
* misc/redboot_RAMA.ecm: Ditto.
* misc/redboot_ROM.ecm: Ditto.
* misc/redboot_ROMA.ecm: Ditto.
* include/pkgconf/mlt_arm_iq80310_rom.h: Fix heap1_SIZE.
* include/pkgconf/mlt_arm_iq80310_ram.h Ditto:
* include/pkgconf/mlt_arm_iq80310_ram.mlt: Remove PCI window.
* include/hal_platform_setup.h: Fix page table comment.
2001-03-12 Jonathan Larmour <jlarmour@redhat.com>
* src/iq80310_misc.c: Ensure case ranges have spaces around
identifiers to allow correct parsing by compiler.
2001-02-27 Jonathan Larmour <jlarmour@redhat.com>
* src/diag/pci_bios.h: Remove CVS-unfriendly keyword substitutions
2001-02-23 Jesper Skov <jskov@redhat.com>
* include/hal_cache.h (HAL_FLASH_CACHES_OLD_MACROS): This platform
uses deprecated cache handling macros.
2001-02-23 Gary Thomas <gthomas@redhat.com>
* misc/redboot_ROMA.ecm: Renamed from redboot_ROMA.cfg
* misc/redboot_RAMA.ecm: Renamed from redboot_RAMA.cfg
* misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg
* misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg
2001-02-13 Gary Thomas <gthomas@redhat.com>
* src/iq80310_misc.c (hal_IRQ_handler):
Return CYGNUM_HAL_INTERRUPT_NONE for spurious interrupts.
2001-02-08 Jesper Skov <jskov@redhat.com>
* src/hal_diag.c: Replace CYGSEM_HAL_DIAG_MANGLER_None with
CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
2001-02-07 Mark Salter <msalter@redhat.com>
* src/diag/external_timer.c (counter_test): Fix printf format
string to work with stripped down RedBoot printf.(counter_test):
2001-02-06 Mark Salter <msalter@redhat.com>
* src/diag/external_timer.c: Merged in Cyclone changes.
* src/diag/interrupts.c: Ditto.
* src/diag/memtest.c: Ditto.
* src/diag/xscale_test.c: Ditto.
2001-02-02 Mark Salter <msalter@redhat.com>
* src/diag/xscale_test.c (seven_segment_display): Use volatile for
delay loop variable to avoid optimizing it away.
* src/diag/flash.c (flash_buffer): Change huge array (.bss) to a
pointer to scratchpad RAM above RedBoot.
* src/iq80310_misc.c (hal_hardware_init): Don't enable FIQ (for now).
(cyg_hal_plf_is_stopped_by_hardware): Check for stopped by BKPT insn.
* misc/redboot_ROM.cfg (CYGNUM_IO_ETH_DRIVERS_NUM_PKT): Set value to 2.
* misc/redboot_ROMA.cfg: Ditto.
* misc/redboot_RAM.cfg: Ditto.
* misc/redboot_RAMA.cfg: Ditto.
2001-01-31 Mark Salter <msalter@redhat.com>
* src/iq80310_pci.c (__pci_abort_handler): Use naked attribute for
use as abort handler.
* src/iq80310_misc.c (_scrub_ecc): New function.
(hal_IRQ_handler): Fix switched sensing of FIQ/IRQ.
(hal_hardware_init): Install handlers for NMI FIQs. Fix switched
installation of FIQ/IRQ ISRs.
* include/hal_iq80310.h (RFR_INIT_VAL): Double refresh interval.
Add more register definitions.
* include/hal_platform_setup.h: Add support for baterry test.
Enable Yavapai single-bit error correction.
* src/diag/*: Integrate latest Cyclone code. Add RHEPL to contributed
files.
2001-01-31 Jesper Skov <jskov@redhat.com>
* src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
with CYGSEM_HAL_DIAG_MANGLER_None
* include/hal_diag.h: Fix hal_delay_us declaration.
2001-01-26 Jesper Skov <jskov@redhat.com>
* src/hal_diag.c: Removed CYGSEM_HAL_VIRTUAL_VECTOR_DIAG check.
* include/plf_stub.h: Moved reset macro to
* include/hal_platform_ints.h: this file.
2001-01-11 Mark Salter <msalter@redhat.com>
* include/hal_platform_setup.h: Remove hardcoded position dependencies
in page table setup.
* cdl/hal_arm_iq80310.cdl (CYGSEM_HAL_ARM_IQ80310_ARMBOOT): New
bool option. If true, modifies ROM startup so that we coexist with
ARM bootloader.
* include/pkgconf/mlt_arm_iq80310_roma.mlt: New file. ROM statrup
with modified start address to coexist with ARM bootloader.
* include/pkgconf/mlt_arm_iq80310_roma.h: Regenerated.
* include/pkgconf/mlt_arm_iq80310_roma.ldi: Regenerated.
* misc/redboot_ROMA.cfg: RedBoot configuration for ROM startup by
ARM booloader in FLASH boot sector.
* misc/redboot_RAMA.cfg: RedBoot configuration for RAM startup with
ARM booloader in FLASH boot sector.
2001-01-08 Mark Salter <msalter@redhat.com>
* src/diag/diag.c (do_hdwr_diag): Turn off debug channel interrupt
and reset PCI bus before calling Cyclone diag code.
* src/diag/xscale_test.c (hdwr_diag): Uncomment call to
sys_pci_device_init.
2001-01-05 Mark Salter <msalter@redhat.com>
* src/iq80310_misc.c (iq80310_program_new_stack): New function to
setup stack for programs called by RedBoot.
* cdl/hal_arm_iq80310.cdl: Add define for HAL_ARCH_PROGRAM_NEW_STACK.
(Merged from XScale branch).
* cdl/hal_arm_iq80310.cdl: Add compile of Cyclone diag code.
* src/diag: New directory with IQ80310 hw diag code from Cyclone.
2000-12-21 Mark Salter <msalter@redhat.com>
* src/iq80310_pci.c (cyg_hal_plf_pci_init): Play nice with PC BIOS.
(pci_config_cleanup): Don't use fixed bus numbers.
* include/plf_io.h (HAL_PCI_TRANSLATE_INTERRUPT): Don't use fixed
secondary bus number.
* include/hal_platform_setup.h: Increase reset delay to 60ms.
Remove dead code.
2000-11-22 Mark Salter <msalter@redhat.com>
* src/hal_diag.c: Support 57600 baud.
* cdl/hal_arm_iq80310.cdl: Accept 57600 as legal baudrate.
* misc/redboot_RAM.cfg: Set CYGBLD_REDBOOT_MIN_IMAGE_SIZE to 0x40000.
* misc/redboot_ROM.cfg: Ditto.
2000-11-19 Mark Salter <msalter@redhat.com>
* src/iq80310_misc.c (hal_clock_read): Fix timer bit juggling.
2000-11-19 Gary Thomas <gthomas@redhat.com>
* cdl/hal_arm_iq80310.cdl: Define CYGBLD_HAL_PLATFORM_IO_H.
2000-11-16 Mark Salter <msalter@redhat.com>
* src/iq80310_misc.c: Add support for external timer as RTC.
(nirq_ISR): Correct dispatch for X3 interrupts.
* include/hal_platform_ints.h (CYGNUM_HAL_INTERRUPT_RTC): Use ext timer.
(HAL_DELAY_US): Define.
* cdl/hal_arm_iq80310.cdl: Correct CYGNUM_HAL_RTC_PERIOD.
2000-11-06 Mark Salter <msalter@redhat.com>
* misc/redboot_RAM.cfg: Turn on CYGSEM_REDBOOT_BSP_SYSCALLS.
* misc/redboot_ROM.cfg: Ditto.
2000-11-04 Mark Salter <msalter@redhat.com>
* misc/redboot_RAM.cfg: Add in PCI and ethernet.
* misc/redboot_ROM.cfg: Ditto.
* include/plf_io.h: Fleshed out PCI support.
* cdl/hal_arm_iq80310.cdl: Add iq80310_pci.C for compile.
Change default baud to 115200.
* src/iq80310_pci.c: New file. HAL pci support.
* include/plf_stub.h: Reworked HW watchpoint/breakpoint support.
* src/iq80310_misc.c (hal_hardware_init): Remove DSU setup.
(cyg_hal_plf_hw_watchpoint): Support one range instead of two
single byte locations.
(cyg_hal_plf_is_stopped_by_hardware): Rework interface to return
reason for hardware stop and data address.
* include/hal_platform_setup.h (PLATFORM_SETUP1): Clear DSU state.
//===========================================================================
//####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 + =
减小字号Ctrl + -
显示快捷键?