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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [arm/] [integrator/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-01-31  Bart Veer 
2
 
3
        * cdl/hal_arm_integrator.cdl: update compiler flags for gcc 4.x
4
 
5
2009-01-24  Bart Veer 
6
 
7
        * cdl/hal_arm_integrator.cdl: switch from arm-elf-gcc to
8
        arm-eabi-gcc.
9
 
10
2004-04-22  Jani Monoses 
11
 
12
         * cdl/hal_arm_integrator.cdl :
13
         Invoke tail with stricter syntax that works in latest coreutils.
14
 
15
2003-12-05  Andrew Lunn  
16
 
17
        * include/hal_platform_ints.h: hal_delay_us() is a C function.
18
 
19
2003-09-21  Gary Thomas  
20
 
21
        * misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
22
        template - DNS now must be enabled manually.
23
 
24
2003-07-18  Nick Garnett  
25
 
26
        * cdl/hal_arm_integrator.cdl:
27
        Changed values for CYGNUM_HAL_RTC_NUMERATOR,
28
        CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
29
        "default_value" from "calculated". This makes it easier
30
        to change these values globally.
31
 
32
2003-04-11  Bart Veer  
33
 
34
        * cdl/hal_arm_integrator.cdl: thumb is not supported so the
35
        reference to thumb-elf was spurious.
36
 
37
2002-05-27  Jesper Skov  
38
 
39
        * cdl/hal_arm_integrator.cdl: Don't run cache tests.
40
 
41
2002-05-07  Gary Thomas  
42
 
43
        * cdl/hal_arm_integrator.cdl:
44
        Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
45
 
46
2002-03-19  Nick Garnett  
47
 
48
        * include/plf_io.h: Added volatiles to PCI config accesses. These
49
        should have been noticed ages ago!
50
 
51
2002-03-14  Nick Garnett  
52
 
53
        * include/plf_stub.h: Added data access check macros
54
        CYG_HAL_STUB_PERMIT_DATA_READ() and
55
        CYG_HAL_STUB_PERMIT_DATA_WRITE() for use by GDB stubs.
56
 
57
        * cdl/hal_arm_integrator.cdl: Added -fno-schedule-insns to ARM7
58
        compile line option. There seem to be some issues in the ethernet
59
        driver when scheduling instructions.
60
 
61
2002-03-08  Nick Garnett  
62
 
63
        * src/integrator_misc.c (cyg_plf_pci_init): Only actually init PCI
64
        bridge for non-RAM configurations. Reinitializing during RAM
65
        startup kills any PCI devices. This is particularly a problem if
66
        we are debugging via the ethernet.
67
 
68
2002-03-07  Jesper Skov  
69
 
70
        * misc/redboot_ROMRAM.ecm: Added zlib.
71
 
72
        * cdl/hal_arm_integrator.cdl: Require more flash for the RedBoot
73
        image, but remove the backup image to compensate.
74
 
75
2002-03-06  Nick Garnett  
76
 
77
        * src/integrator_misc.c:
78
        Added hal_delay_us() and initialized clock in plf_hardware_init()
79
        to make it work in RedBoot.
80
        Moved PCI initialization from macro to cyg_plf_pci_init().
81
 
82
        * src/hal_diag.c: Fixed ISR to operate correctly. Removed legacy
83
        code.
84
 
85
        * misc/redboot_ROMRAM.ecm: Added this file to support ROMRAM
86
        startup redboot.
87
 
88
        * include/pkgconf/mlt_arm_integrator_ram.ldi:
89
        * include/pkgconf/mlt_arm_integrator_ram.h:
90
        * include/pkgconf/mlt_arm_integrator_rom.ldi:
91
        * include/pkgconf/mlt_arm_integrator_rom.h:
92
        * include/pkgconf/mlt_arm_integrator_romram.ldi:
93
        * include/pkgconf/mlt_arm_integrator_romram.h:
94
        Added ROMRAM startup files. Fixed up ROM and RAM files to reflect
95
        use of PCI window.
96
        Note: MLT files not updated!
97
 
98
        * include/plf_io.h: Moved contents of HAL_PCI_INIT() out to
99
        src/integrator_misc.c. Added CYGARC_PHYSICAL_ADDRESS(). Fixed 32
100
        bit PCI config accesses to use two 16 bit accesses - the stright
101
        32 bit accesses do not seem to work.
102
 
103
        * include/hal_platform_setup.h: Added support for ROMRAM startup.
104
        Tidied up a bit.
105
 
106
        * include/hal_platform_ints.h: Added HAL_DELAY_US() and
107
        implemented HAL_PLATFORM_RESET().
108
 
109
        * include/hal_integrator.h: Move HAL_FLASH_WRITE_ENABLE() and
110
        HAL_FLASH_WRITE_DISABLE() out to integrator FLASH device driver.
111
 
112
        * cdl/hal_arm_integrator.cdl:
113
        Added support for ARM7 and ARM9 variants. Generally tidied up.
114
 
115
2002-01-28  Jesper Skov  
116
 
117
        * cdl/hal_arm_integrator.cdl: Removed explicit declaration of
118
        plf_io.h
119
 
120
2001-10-30  Philippe Robin 
121
 
122
        * Initial version of integrator package.
123
 
124
//===========================================================================
125
// ####GPLCOPYRIGHTBEGIN####
126
// -------------------------------------------
127
// This file is part of eCos, the Embedded Configurable Operating System.
128
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
129
//
130
// This program is free software; you can redistribute it and/or modify
131
// it under the terms of the GNU General Public License as published by
132
// the Free Software Foundation; either version 2 or (at your option) any
133
// later version.
134
//
135
// This program is distributed in the hope that it will be useful, but
136
// WITHOUT ANY WARRANTY; without even the implied warranty of
137
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
138
// General Public License for more details.
139
//
140
// You should have received a copy of the GNU General Public License
141
// along with this program; if not, write to the
142
// Free Software Foundation, Inc., 51 Franklin Street,
143
// Fifth Floor, Boston, MA  02110-1301, USA.
144
// -------------------------------------------
145
// ####GPLCOPYRIGHTEND####
146
//===========================================================================

powered by: WebSVN 2.1.0

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