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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [mn10300/] [asb/] [current/] [ChangeLog] - Blame information for rev 838

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-01-31  Bart Veer 
2
 
3
        * cdl/hal_mn10300_am33_asb.cdl: update compiler flags for gcc 4.x
4
 
5
2002-12-13  Mark Salter  
6
 
7
        * include/platform.inc: Fix memory size test.
8
 
9
2002-12-06  Mark Salter  
10
 
11
        * cdl/hal_mn10300_am33_asb.cdl (CYG_HAL_FULL_RAM): New option to
12
        indicate if RAM startup should use all RAM. This allows a special
13
        RAM startup to be built which may be loaded onto a bare board by
14
        the MEI tools. This can be used to build an initial RedBoot which
15
        is used to program the flash with the ROM startup RedBoot image.
16
        Implements CYGINT_HAL_MN10300_MEM_REAL_REGION_TOP.
17
 
18
        * misc/redboot_FULLRAM.ecm:
19
        * include/pkgconf/mlt_mn10300_am33_asb_fullram.h:
20
        * include/pkgconf/mlt_mn10300_am33_asb_fullram.ldi:
21
        * include/pkgconf/mlt_mn10300_am33_asb_fullram.mlt: New files.
22
 
23
        * include/platform.inc: Add runtime determination of SDRAM config.
24
 
25
2002-11-19  Mark Salter  
26
 
27
        * cdl/hal_mn10300_am33_asb.cdl: Remove virtual vector comm support.
28
        Add options to select AM33 serial ports for comm channels.
29
        * src/ser_asb.c: Remove.
30
 
31
2002-11-15  Mark Salter  
32
 
33
        * cdl/hal_mn10300_am33_asb.cdl: Override default VSR placement.
34
        * include/pkgconf/mlt_mn10300_am33_asb_ram.ldi: Remove unneeded defines.
35
        * include/pkgconf/mlt_mn10300_am33_asb_flash.ldi: Ditto.
36
        * include/pkgconf/mlt_mn10300_am33_asb_rom.ldi: Ditto.
37
 
38
2002-11-14  Mark Salter  
39
 
40
        * src/plf_misc.c: Don't mess with TBR.
41
        * src/plf_stub.c: Tweak for RedBoot support.
42
        * src/ser_asb.c:  Calculate baudrate divisor based on IOCLK. Register
43
        getc_timeout_set handler.
44
        * include/pkgconf/mlt*: Updated for flash support and adjusted RAM
45
        addresses
46
        * include/platform.inc: Always place boot flash at 0x80000000 and
47
        system flash at 0x84000000.
48
 
49
2002-08-06  Gary Thomas  
50
2002-08-06  Motoya Kurotsu 
51
 
52
        * src/ser_asb.c: I/O channel data can't be constant - contains
53
        timeout information which can be changed.
54
 
55
2001-10-31  Jonathan Larmour  
56
 
57
        * cdl/hal_mn10300_am33_asb.cdl: Indicate support of variable baud rates.
58
 
59
2001-03-08  Jesper Skov  
60
 
61
        * cdl/hal_mn10300_am33_asb.cdl: Removed
62
        CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT_GUARANTEED which is now the
63
        default.
64
 
65
2001-01-26  Jesper Skov  
66
 
67
        * src/ser_asb.c: Removed CYGSEM_HAL_VIRTUAL_VECTOR_DIAG check.
68
        * include/plf_stub.h: Reset macros moved
69
        * include/plf_intr.h: to this file.
70
 
71
2000-10-20  Jesper Skov  
72
 
73
        * include/plf_io.h: Move volatile keyword before type.
74
 
75
2000-10-20  Jonathan Larmour  
76
 
77
        * include/pkgconf/mlt_mn10300_am33_asb_ram.h:
78
        * include/pkgconf/mlt_mn10300_am33_asb_rom.h:
79
        * include/pkgconf/mlt_mn10300_am33_asb_ram.ldi:
80
        * include/pkgconf/mlt_mn10300_am33_asb_rom.ldi:
81
        Regenerated with updated host tools
82
 
83
2000-10-19  Jesper Skov  
84
 
85
        * include/pkgconf/mlt_mn10300_am33_asb_ram.h: Added heap1 label.
86
        * include/pkgconf/mlt_mn10300_am33_asb_ram.mlt: Same.
87
        * include/pkgconf/mlt_mn10300_am33_asb_ram.ldi: Same.
88
        * include/pkgconf/mlt_mn10300_am33_asb_rom.h: Same.
89
        * include/pkgconf/mlt_mn10300_am33_asb_rom.mlt: Same.
90
        * include/pkgconf/mlt_mn10300_am33_asb_rom.ldi: Same.
91
 
92
2000-08-22  Jonathan Larmour  
93
 
94
        * cdl/hal_mn10300_am33_asb.cdl: Explicitly require
95
        CYGHWR_HAL_MN10300_AM33_REVISION == 2
96
 
97
2000-08-14  Drew Moseley  
98
 
99
        * src/plf_misc.c: Always include CYGHWR_MEMORY_LAYOUT_H.
100
        Only define __get_syscall_num() if CYGPKG_CYGMON is defined.
101
 
102
2000-08-11  Drew Moseley  
103
 
104
        * cdl/hal_mn10300_am33_asb.cdl: New file for the ASB2303 port.
105
        * include/hal_diag.h: Ditto.
106
        * include/platform.inc: Ditto.
107
        * include/plf_intr.h: Ditto.
108
        * include/plf_io.h: Ditto.
109
        * include/plf_stub.h: Ditto.
110
        * include/pkgconf/hal_mn10300_am33_asb.h: Ditto.
111
        * src/ser_asb.c: Ditto.
112
        * src/plf_stub.c: Ditto.
113
        * src/plf_misc.c: Ditto.
114
        * src/hal_diag.c: Ditto.
115
        * src/PKGconf.mak: Ditto.
116
        * include/pkgconf/mlt_mn10300_am33_asb_rom.mlt: Ditto.
117
        * include/pkgconf/mlt_mn10300_am33_asb_rom.ldi: Ditto.
118
        * include/pkgconf/mlt_mn10300_am33_asb_rom.h: Ditto.
119
        * include/pkgconf/mlt_mn10300_am33_asb_ram.mlt: Ditto.
120
        * include/pkgconf/mlt_mn10300_am33_asb_ram.ldi: Ditto.
121
        * include/pkgconf/mlt_mn10300_am33_asb_ram.h: Ditto.
122
 
123
//===========================================================================
124
// ####GPLCOPYRIGHTBEGIN####
125
// -------------------------------------------
126
// This file is part of eCos, the Embedded Configurable Operating System.
127
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
128
//
129
// This program is free software; you can redistribute it and/or modify
130
// it under the terms of the GNU General Public License as published by
131
// the Free Software Foundation; either version 2 or (at your option) any
132
// later version.
133
//
134
// This program is distributed in the hope that it will be useful, but
135
// WITHOUT ANY WARRANTY; without even the implied warranty of
136
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
137
// General Public License for more details.
138
//
139
// You should have received a copy of the GNU General Public License
140
// along with this program; if not, write to the
141
// Free Software Foundation, Inc., 51 Franklin Street,
142
// Fifth Floor, Boston, MA  02110-1301, USA.
143
// -------------------------------------------
144
// ####GPLCOPYRIGHTEND####
145
//===========================================================================

powered by: WebSVN 2.1.0

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