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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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