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

Subversion Repositories openrisc_me

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2002-12-13  Mark Salter  
2
 
3
        * include/platform.inc: Fix memory size test. Reduce wait counts
4
        for chip select 3 (16550 uart).
5
        * misc/redboot_FLASH.ecm: Turn off hw flow control on 16550.
6
        * misc/redboot_FULLRAM.ecm: Ditto.
7
        * misc/redboot_RAM.ecm: Ditto.
8
        * misc/redboot_ROM.ecm: Ditto.
9
 
10
        * cdl/hal_mn10300_am33_asb2305.cdl: Add support for CPU serial ports.
11
        * src/ser_asb.c: Support configurations no 16550 and with
12
        builtin AM33 serial ports.
13
 
14
2002-12-06  Mark Salter  
15
 
16
        * cdl/hal_mn10300_am33_asb2305.cdl (CYG_HAL_FULL_RAM): New option to
17
        indicate if RAM startup should use all RAM. This allows a special
18
        RAM startup to be built which may be loaded onto a bare board by
19
        the MEI tools. This can be used to build an initial RedBoot which
20
        is used to program the flash with the ROM startup RedBoot image.
21
        Implement CYGINT_HAL_MN10300_MEM_REAL_REGION_TOP.
22
 
23
        * misc/redboot_FULLRAM.ecm:
24
        * include/pkgconf/mlt_mn10300_am33_asb2305_fullram.h:
25
        * include/pkgconf/mlt_mn10300_am33_asb2305_fullram.ldi:
26
        * include/pkgconf/mlt_mn10300_am33_asb2305_fullram.mlt: New files.
27
        * include/pkgconf/mlt_mn10300_am33_asb2305_ram.h:
28
        * include/pkgconf/mlt_mn10300_am33_asb2305_ram.ldi:
29
        * include/pkgconf/mlt_mn10300_am33_asb2305_ram.mlt: Move ram base
30
        so that ROM based RedBoot can load it.
31
 
32
        * include/platform.inc: Add SDRAM runtime sizing.
33
 
34
2002-11-19  Mark Salter  
35
 
36
        * cdl/hal_mn10300_am33_asb2305.cdl: Remove virtual vector comm support.
37
        Add option to select platform serial port for comm channels. Add rules
38
        to build RedBoot srec amd img file.
39
 
40
2002-11-15  Mark Salter  
41
 
42
        * cdl/hal_mn10300_am33_asb2305.cdl: Override default VSR placement.
43
        Removed unused options. Set correct clock speed.
44
        * include/pkgconf/mlt_mn10300_am33_asb2305_ram.ldi: Remove unneeded
45
        defines.
46
        * include/pkgconf/mlt_mn10300_am33_asb2305_flash.ldi: Ditto.
47
        * include/pkgconf/mlt_mn10300_am33_asb2305_rom.ldi: Ditto.
48
 
49
2002-11-14  Mark Salter  
50
 
51
        * cdl/hal_mn10300_am33_asb2305.cdl: Remove RedBoot exec option. Now
52
        provided in generic AM33 code. Ditto for RTC support.
53
        * src/plf_misc.c: hal_delay_us now provided by AM33 package.
54
        * src/redboot_cmds.c: Remove.
55
 
56
2002-08-02  Andrew Lunn 
57
 
58
        * cdl/hal_mn10300_am33_asb2305.cdl: Redboot exec command can now
59
        be disabled by CDL
60
 
61
2001-10-18  David Howells  
62
 
63
        * cdl/hal_mn10300_am33_asb2305.cdl: change incorrect "BootFlash"
64
        to "BootPROM" where specified.
65
 
66
        * cdl/hal_mn10300_am33_asb2305.cdl: added support for booting
67
        directly from the system flash.
68
        * include/platform.inc: ditto.
69
        * include/pkgconf/mlt_mn10300_am33_asb2305_flash.mlt: ditto.
70
        * include/pkgconf/mlt_mn10300_am33_asb2305_flash.h: ditto.
71
        * include/pkgconf/mlt_mn10300_am33_asb2305_flash.ldi: ditto.
72
        * misc/redboot_FLASH.ecm: ditto.
73
 
74
2001-10-16  David Howells  
75
 
76
        * include/plf_io.h: made the CPU access PCI registers through the
77
        uncached memmap reflection.
78
        * cdl/hal_mn10300_am33_asb2305.cdl: moved the RTC configuration
79
        previously added to MN10300 arch to the ASB2305 platform.
80
        * include/platform.inc: display exception code on entry to NMI
81
        handler and clear it on exit.
82
 
83
2001-10-15  David Howells  
84
 
85
        * misc/redboot_RAM.ecm: forced ethernet to switch down to 10Mbps
86
        and switched syscall support on.
87
        * misc/redboot_ROM.ecm: ditto.
88
 
89
        * include/platform.inc: improved LED driving upon exception.
90
        * src/plf_misc.c: ditto.
91
 
92
        * include/pkgconf/mlt_mn10300_am33_asb2305_ram.mlt: PCI window moved.
93
        * include/pkgconf/mlt_mn10300_am33_asb2305_ram.h: ditto.
94
        * include/pkgconf/mlt_mn10300_am33_asb2305_ram.ldi: ditto.
95
        * include/pkgconf/mlt_mn10300_am33_asb2305_rom.mlt: ditto.
96
        * include/pkgconf/mlt_mn10300_am33_asb2305_rom.h: ditto.
97
        * include/pkgconf/mlt_mn10300_am33_asb2305_rom.ldi: ditto.
98
 
99
2001-08-22  Gary Thomas  
100
 
101
        * src/redboot_cmds.c:
102
        printf() is no longer a part of RedBoot.  Thus all programs
103
        must use diag_printf() and related functions instead.
104
 
105
2001-08-08  David Howells  
106
 
107
        * hal_mn10300_am33_asb2305.cdl: Generate binary RedBoot image
108
        files as well as ELF ones.
109
 
110
2001-07-27  David Howells  
111
 
112
        * New platform inaugurated.
113
 
114
//===========================================================================
115
//####ECOSGPLCOPYRIGHTBEGIN####
116
// -------------------------------------------
117
// This file is part of eCos, the Embedded Configurable Operating System.
118
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
119
//
120
// eCos is free software; you can redistribute it and/or modify it under
121
// the terms of the GNU General Public License as published by the Free
122
// Software Foundation; either version 2 or (at your option) any later version.
123
//
124
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
125
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
126
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
127
// for more details.
128
//
129
// You should have received a copy of the GNU General Public License along
130
// with eCos; if not, write to the Free Software Foundation, Inc.,
131
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
132
//
133
// As a special exception, if other files instantiate templates or use macros
134
// or inline functions from this file, or you compile this file and link it
135
// with other works to produce a work based on this file, this file does not
136
// by itself cause the resulting work to be covered by the GNU General Public
137
// License. However the source code for this file must still be made available
138
// in accordance with section (3) of the GNU General Public License.
139
//
140
// This exception does not invalidate any other reasons why a work based on
141
// this file might be covered by the GNU General Public License.
142
//
143
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
144
// at http://sources.redhat.com/ecos/ecos-license/
145
// -------------------------------------------
146
//####ECOSGPLCOPYRIGHTEND####
147
//===========================================================================

powered by: WebSVN 2.1.0

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