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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [powerpc/] [csb281/] [current/] [ChangeLog] - Blame information for rev 851

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_powerpc_csb281.cdl: update compiler flags for gcc 4.x
4
 
5
2008-11-07  Jonathan Larmour  
6
 
7
        * include/pkgconf/mlt_powerpc_csb281_ram.ldi:
8
        * include/pkgconf/mlt_powerpc_csb281_rom.ldi:
9
        * include/pkgconf/mlt_powerpc_csb281_romram.ldi:
10
        Add SECTION_eh_frame and SECTION_RELOCS.
11
 
12
2003-09-21  Gary Thomas  
13
 
14
        * misc/redboot_RAM.ecm:
15
        * misc/redboot_ROM.ecm:
16
        * misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
17
        template - DNS now must be enabled manually.
18
 
19
2003-08-28  Gary Thomas  
20
 
21
        * src/redboot_linux_exec.c: Obsolete file - removed.
22
 
23
        * src/plf_redboot_linux_exec.c: New file - platform specifics
24
        for booting Linux kernel from RedBoot.
25
 
26
        * cdl/hal_powerpc_csb281.cdl: Linux booting from RedBoot is
27
        now supported at the architecture level.  Changes to support
28
        architecture/platform layering.
29
 
30
2003-07-18  Nick Garnett  
31
 
32
        * cdl/hal_powerpc_csb281.cdl:
33
        Changed values for CYGNUM_HAL_RTC_NUMERATOR,
34
        CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
35
        "default_value" from "calculated". This makes it easier
36
        to change these values globally.
37
 
38
2003-06-23  Gary Thomas  
39
 
40
        * src/csb281.S (HW_init): Initialize SDRAM drivers to 40 Ohm (less
41
        current/noise, more reliable).
42
 
43
2003-03-18  Gary Thomas  
44
 
45
        * src/hal_aux.c (_csb281_pci_init): Display PCI bus - disabled.
46
 
47
2003-03-11  Mark Salter  
48
 
49
        * src/redboot_linux_exec.c (do_exec): Call eth_drv_stop as necessary.
50
 
51
2003-02-26  Gary Thomas  
52
 
53
        * src/lcd_support.c (lcd_on): Enable/disable is still not stable.
54
 
55
2003-02-25  Gary Thomas  
56
 
57
        * src/lcd_support.c (lcd_on): Fix enable/disable code.
58
 
59
2003-02-01  Gary Thomas  
60
 
61
        * src/sed135x_16bit.c:
62
        * src/sed1356_16bit.h:
63
        * src/lcd_support.c
64
        * src/font.h:
65
        * src/banner.xpm:
66
        * include/lcd_support.h: New file(s).
67
 
68
        * src/hal_aux.c:
69
        * cdl/hal_powerpc_csb281.cdl: Add support for LCD/CRT+PS/2 keyboard
70
        as console device.  Hardware support contributed by Mike Kelly of
71
        Cogent.
72
 
73
2003-01-22  Jonathan Larmour  
74
 
75
        * include/pkgconf/mlt_powerpc_csb281_ram.h (CYGMEM_SECTION_heap1_SIZE):
76
        Make this match the .mlt and .ldi definition.
77
 
78
2003-01-20  Gary Thomas  
79
 
80
        * misc/redboot_ROMRAM.ecm:
81
        * misc/redboot_ROM.ecm:
82
        * misc/redboot_RAM.ecm: New config - with ESA in RedBoot/fconfig.
83
 
84
        * cdl/hal_powerpc_csb281.cdl: Deprecate "tests" since there are none
85
        at the moment, but leave the code as comments in case they return.
86
 
87
2003-01-03  Gary Thomas  
88
 
89
        * src/hal_diag.c (cyg_hal_plf_serial_error): New function - fixed
90
        some random [timing?] problems with getc().
91
 
92
        * src/csb281.S: Fix ROMRAM startup.  Minor cleanups.
93
 
94
        * misc/redboot_ROM.ecm:
95
        * misc/redboot_RAM.ecm: Update.
96
 
97
        * include/pkgconf/mlt_powerpc_csb281_romram.mlt:
98
        * include/pkgconf/mlt_powerpc_csb281_romram.ldi:
99
        * include/pkgconf/mlt_powerpc_csb281_romram.h: Fix RAM size.
100
 
101
        * src/hal_aux.c:
102
        * include/plf_io.h: Define uncached, separately mapped, PCI space.
103
 
104
2003-01-02  Gary Thomas  
105
 
106
        * src/hal_aux.c (hal_platform_init): Need to clear all interrupt
107
        sources - very manually - reset doesn't do this.
108
 
109
        * include/platform.inc: Don't run EOI cycle for spurious interrupts.
110
 
111
2002-12-24  Gary Thomas  
112
 
113
        * src/redboot_linux_exec.c:
114
        * src/hal_diag.c:
115
        * src/hal_aux.c:
116
        * src/csb281.S:
117
        * misc/redboot_ROM.ecm:
118
        * misc/redboot_RAM.ecm:
119
        * include/pkgconf/mlt_powerpc_csb281_romram.mlt:
120
        * include/pkgconf/mlt_powerpc_csb281_romram.ldi:
121
        * include/pkgconf/mlt_powerpc_csb281_romram.h:
122
        * include/pkgconf/mlt_powerpc_csb281_rom.mlt:
123
        * include/pkgconf/mlt_powerpc_csb281_rom.ldi:
124
        * include/pkgconf/mlt_powerpc_csb281_rom.h:
125
        * include/pkgconf/mlt_powerpc_csb281_ram.mlt:
126
        * include/pkgconf/mlt_powerpc_csb281_ram.ldi:
127
        * include/pkgconf/mlt_powerpc_csb281_ram.h:
128
        * include/plf_stub.h:
129
        * include/plf_regs.h:
130
        * include/plf_io.h:
131
        * include/plf_intr.h:
132
        * include/plf_cache.h:
133
        * include/platform.inc:
134
        * include/hal_diag.h:
135
        * cdl/hal_powerpc_csb281.cdl: New package - HAL support
136
        for Cogent CSB281 (PowerPC 8245) board.
137
 
138
//===========================================================================
139
// ####GPLCOPYRIGHTBEGIN####
140
// -------------------------------------------
141
// This file is part of eCos, the Embedded Configurable Operating System.
142
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
143
//
144
// This program is free software; you can redistribute it and/or modify
145
// it under the terms of the GNU General Public License as published by
146
// the Free Software Foundation; either version 2 or (at your option) any
147
// later version.
148
//
149
// This program is distributed in the hope that it will be useful, but
150
// WITHOUT ANY WARRANTY; without even the implied warranty of
151
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
152
// General Public License for more details.
153
//
154
// You should have received a copy of the GNU General Public License
155
// along with this program; if not, write to the
156
// Free Software Foundation, Inc., 51 Franklin Street,
157
// Fifth Floor, Boston, MA  02110-1301, USA.
158
// -------------------------------------------
159
// ####GPLCOPYRIGHTEND####
160
//===========================================================================

powered by: WebSVN 2.1.0

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