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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-02-04  John Dallaway  
2
 
3
        * include/pkgconf/*.ldi: Add SECTION_eh_frame().
4
 
5
2009-01-31  Bart Veer 
6
 
7
        * cdl/hal_sh_sh7751_se7751.cdl: update compiler flags for gcc 4.x
8
 
9
2002-08-06  Gary Thomas  
10
2002-08-06  Motoya Kurotsu 
11
 
12
        * src/ser16c550c.c: I/O channel data can't be constant - contains
13
        timeout information which can be changed.
14
 
15
2002-05-08  Jesper Skov  
16
 
17
        * src/hal_diag.c: Serial register renaming.
18
 
19
2001-10-31  Jonathan Larmour  
20
 
21
        * cdl/hal_sh_sh7751_se7751.cdl: Indicate support of variable baud rates.
22
 
23
2001-09-25  Jesper Skov  
24
 
25
        * include/plf_intr.h: Removed dummy
26
        CYGPRI_HAL_INTERRUPT_ACKNOWLEDGE_PLF and
27
        CYGPRI_HAL_INTERRUPT_CONFIGURE_PLF definitions.
28
 
29
2001-07-24  Jesper Skov  
30
 
31
        * src/plf_misc.c: Clear interrupt controller registers on startup.
32
 
33
        * include/plf_io.h (HAL_PCI_TRANSLATE_INTERRUPT): Rotate interrupts.
34
 
35
        * include/plf_intr.h (CYGPRI_HAL_INTERRUPT_UPDATE_LEVEL_PLF):
36
        Added handling for IRL vectors. Name IRL vectors.
37
 
38
        * src/ser16c550c.c: Changed interrupt vector (still unclear if
39
        it's the right one).
40
 
41
2001-07-17  Jesper Skov  
42
 
43
        * cdl/hal_sh_sh7751_se7751.cdl: Create .eprom.srec version for
44
        broken Hitachi loader.
45
 
46
        * misc/redboot_ROM.ecm: Enable caching.
47
        * misc/redboot_RAM.ecm: Same.
48
 
49
        * src/plf_misc.c (hal_platform_init): Initialize
50
        interrupt controller.
51
        * include/plf_io.h (HAL_PCI_TRANSLATE_INTERRUPT): Use PCIA-D
52
        interrupts.
53
        * include/plf_intr.h: Put in a few guessed interrupts. Probably
54
        not right.
55
 
56
2001-07-16  Jesper Skov  
57
 
58
        * src/plf_misc.c: Remove unused variables.
59
 
60
        * src/m1543c.c (cyg_hal_init_superIO): Try to init PCI->ISA
61
        bridge. Not that it makes any sense - I don't see any device 2 in
62
        the config space, but that's what the Hitachi monitor is
63
        fiddling. Doesn't make a change though.
64
 
65
2001-07-13  Jesper Skov  
66
 
67
        * src/hal_diag.c (cyg_hal_plf_comms_init): Leave out superIO init
68
        until it's working.
69
 
70
        * src/ser16c550c.c: Adjust offsets.
71
 
72
        * src/m1543c.c (cyg_hal_init_superIO): More setup code.
73
 
74
        * misc/redboot_RAM.ecm: Added eth driver.
75
 
76
2001-07-11  Jesper Skov  
77
 
78
        * include/plf_io.h (HAL_PCI_ALLOC_BASE_IO): Moved to 0x2000.
79
        Scan all busses.
80
 
81
        * include/platform.inc: Fix warning.
82
 
83
2001-07-10  Jesper Skov  
84
 
85
        * include/pkgconf/mlt_sh_sh7751_se7751_ram.ldi: Hack in a PCI window.
86
        * include/pkgconf/mlt_sh_sh7751_se7751_ram.mlt: Hack in a PCI window.
87
        * include/pkgconf/mlt_sh_sh7751_se7751_ram.h: Hack in a PCI window.
88
 
89
        * include/plf_io.h (HAL_PCI_PHYSICAL_IO_BASE): zeroed since all IO
90
        happens via functions.
91
 
92
        * cdl/hal_sh_sh7751_se7751.cdl: Want LE configurations.
93
 
94
        * include/plf_io.h: Leave PCI IO space for super IO controller.
95
 
96
        * cdl/hal_sh_sh7751_se7751.cdl: Compile m1543c file.
97
        * src/m1543c.c: added.
98
 
99
        * src/ser16c550c.c: Changed addresses and setup code (still not
100
        working).
101
 
102
        * src/plf_misc.c (hal_platform_init): Init super IO
103
        controller. Init PCI.
104
 
105
        * src/hal_diag.c (cyg_hal_plf_comms_init): Also set up COM2.
106
 
107
        * src/plf_misc.c: Call PCI init during startup.
108
 
109
        * include/plf_io.h: Added PCI definitions.
110
 
111
2001-07-09  Jesper Skov  
112
 
113
        * cdl/hal_sh_sh7751_se7751.cdl: Removed superIO file, set default
114
        mode.
115
 
116
2001-07-09  Jesper Skov  
117
 
118
        * New platform HAL.
119
 
120
//===========================================================================
121
// ####GPLCOPYRIGHTBEGIN####
122
// -------------------------------------------
123
// This file is part of eCos, the Embedded Configurable Operating System.
124
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
125
//
126
// This program is free software; you can redistribute it and/or modify
127
// it under the terms of the GNU General Public License as published by
128
// the Free Software Foundation; either version 2 or (at your option) any
129
// later version.
130
//
131
// This program is distributed in the hope that it will be useful, but
132
// WITHOUT ANY WARRANTY; without even the implied warranty of
133
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
134
// General Public License for more details.
135
//
136
// You should have received a copy of the GNU General Public License
137
// along with this program; if not, write to the
138
// Free Software Foundation, Inc., 51 Franklin Street,
139
// Fifth Floor, Boston, MA  02110-1301, USA.
140
// -------------------------------------------
141
// ####GPLCOPYRIGHTEND####
142
//===========================================================================

powered by: WebSVN 2.1.0

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