OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [arm/] [integrator/] [v2_0/] [ChangeLog] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2003-04-11  Bart Veer  
2
 
3
        * cdl/hal_arm_integrator.cdl: thumb is not supported so the
4
        reference to thumb-elf was spurious.
5
 
6
2002-05-27  Jesper Skov  
7
 
8
        * cdl/hal_arm_integrator.cdl: Don't run cache tests.
9
 
10
2002-05-07  Gary Thomas  
11
 
12
        * cdl/hal_arm_integrator.cdl:
13
        Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
14
 
15
2002-03-19  Nick Garnett  
16
 
17
        * include/plf_io.h: Added volatiles to PCI config accesses. These
18
        should have been noticed ages ago!
19
 
20
2002-03-14  Nick Garnett  
21
 
22
        * include/plf_stub.h: Added data access check macros
23
        CYG_HAL_STUB_PERMIT_DATA_READ() and
24
        CYG_HAL_STUB_PERMIT_DATA_WRITE() for use by GDB stubs.
25
 
26
        * cdl/hal_arm_integrator.cdl: Added -fno-schedule-insns to ARM7
27
        compile line option. There seem to be some issues in the ethernet
28
        driver when scheduling instructions.
29
 
30
2002-03-08  Nick Garnett  
31
 
32
        * src/integrator_misc.c (cyg_plf_pci_init): Only actually init PCI
33
        bridge for non-RAM configurations. Reinitializing during RAM
34
        startup kills any PCI devices. This is particularly a problem if
35
        we are debugging via the ethernet.
36
 
37
2002-03-07  Jesper Skov  
38
 
39
        * misc/redboot_ROMRAM.ecm: Added zlib.
40
 
41
        * cdl/hal_arm_integrator.cdl: Require more flash for the RedBoot
42
        image, but remove the backup image to compensate.
43
 
44
2002-03-06  Nick Garnett  
45
 
46
        * src/integrator_misc.c:
47
        Added hal_delay_us() and initialized clock in plf_hardware_init()
48
        to make it work in RedBoot.
49
        Moved PCI initialization from macro to cyg_plf_pci_init().
50
 
51
        * src/hal_diag.c: Fixed ISR to operate correctly. Removed legacy
52
        code.
53
 
54
        * misc/redboot_ROMRAM.ecm: Added this file to support ROMRAM
55
        startup redboot.
56
 
57
        * include/pkgconf/mlt_arm_integrator_ram.ldi:
58
        * include/pkgconf/mlt_arm_integrator_ram.h:
59
        * include/pkgconf/mlt_arm_integrator_rom.ldi:
60
        * include/pkgconf/mlt_arm_integrator_rom.h:
61
        * include/pkgconf/mlt_arm_integrator_romram.ldi:
62
        * include/pkgconf/mlt_arm_integrator_romram.h:
63
        Added ROMRAM startup files. Fixed up ROM and RAM files to reflect
64
        use of PCI window.
65
        Note: MLT files not updated!
66
 
67
        * include/plf_io.h: Moved contents of HAL_PCI_INIT() out to
68
        src/integrator_misc.c. Added CYGARC_PHYSICAL_ADDRESS(). Fixed 32
69
        bit PCI config accesses to use two 16 bit accesses - the stright
70
        32 bit accesses do not seem to work.
71
 
72
        * include/hal_platform_setup.h: Added support for ROMRAM startup.
73
        Tidied up a bit.
74
 
75
        * include/hal_platform_ints.h: Added HAL_DELAY_US() and
76
        implemented HAL_PLATFORM_RESET().
77
 
78
        * include/hal_integrator.h: Move HAL_FLASH_WRITE_ENABLE() and
79
        HAL_FLASH_WRITE_DISABLE() out to integrator FLASH device driver.
80
 
81
        * cdl/hal_arm_integrator.cdl:
82
        Added support for ARM7 and ARM9 variants. Generally tidied up.
83
 
84
2002-01-28  Jesper Skov  
85
 
86
        * cdl/hal_arm_integrator.cdl: Removed explicit declaration of
87
        plf_io.h
88
 
89
2001-10-30  Philippe Robin 
90
 
91
        * Initial version of integrator package.
92
 
93
//===========================================================================
94
//####ECOSGPLCOPYRIGHTBEGIN####
95
// -------------------------------------------
96
// This file is part of eCos, the Embedded Configurable Operating System.
97
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
98
//
99
// eCos is free software; you can redistribute it and/or modify it under
100
// the terms of the GNU General Public License as published by the Free
101
// Software Foundation; either version 2 or (at your option) any later version.
102
//
103
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
104
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
105
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
106
// for more details.
107
//
108
// You should have received a copy of the GNU General Public License along
109
// with eCos; if not, write to the Free Software Foundation, Inc.,
110
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
111
//
112
// As a special exception, if other files instantiate templates or use macros
113
// or inline functions from this file, or you compile this file and link it
114
// with other works to produce a work based on this file, this file does not
115
// by itself cause the resulting work to be covered by the GNU General Public
116
// License. However the source code for this file must still be made available
117
// in accordance with section (3) of the GNU General Public License.
118
//
119
// This exception does not invalidate any other reasons why a work based on
120
// this file might be covered by the GNU General Public License.
121
//
122
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
123
// at http://sources.redhat.com/ecos/ecos-license/
124
// -------------------------------------------
125
//####ECOSGPLCOPYRIGHTEND####
126
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.