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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [arm/] [xscale/] [uE250/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-10-16  John Dallaway  
2
 
3
        * cdl/hal_arm_xscale_uE250.cdl: Parent under
4
        CYGPKG_HAL_ARM_XSCALE_PXA2X0.
5
 
6
2009-01-31  Bart Veer 
7
 
8
        * cdl/hal_arm_xscale_uE250.cdl: update compiler flags for gcc 4.x
9
 
10
2009-01-24  Bart Veer 
11
 
12
        * cdl/hal_arm_xscale_uE250.cdl: switch from arm-elf-gcc to
13
        arm-eabi-gcc.
14
 
15
2009-01-24  Bart Veer  
16
 
17
        * src/vga_support.c: fix build problem with latest toolchains.
18
 
19
2003-09-21  Gary Thomas  
20
 
21
        * misc/redboot_RAM.ecm:
22
        * misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
23
        template - DNS now must be enabled manually.
24
 
25
2003-09-20  Gary Thomas  
26
 
27
        * src/uE250_ide.c: IDE init needs to return number of controllers found.
28
 
29
2003-08-08  Gary Thomas  
30
 
31
        * src/uE250_pci.c:
32
        * src/uE250_misc.c: Improve PCI initialization, including support
33
        for external bus masters.
34
 
35
        * include/plf_io.h: Define CYGARC_PCI_DMA_ADDRESS()
36
 
37
2003-05-28  Gary Thomas  
38
 
39
        * src/xilinx-load.c: Improve feedback during FPGA downloads.
40
 
41
2003-03-08  Gary Thomas  
42
 
43
        * include/pkgconf/mlt_arm_xscale_uE250_ram.mlt:
44
        * include/pkgconf/mlt_arm_xscale_uE250_ram.ldi:
45
        * include/pkgconf/mlt_arm_xscale_uE250_ram.h: RAM limits were wrong.
46
 
47
2003-02-28  Gary Thomas  
48
 
49
        * cdl/hal_arm_xscale_uE250.cdl: Fix machine type - used by Linux.
50
 
51
2003-02-26  Gary Thomas  
52
 
53
        * misc/redboot_ROM.ecm:
54
        * misc/redboot_RAM.ecm: Update - larger RedBoot image now required.
55
 
56
2003-02-25  Gary Thomas  
57
 
58
        * src/vga_support.c (vga_on): Fix screen enable/disable code.
59
 
60
        * src/uE250_pci.c: Initialize super I/O chip - used for legacy devices.
61
 
62
        * src/font.h:
63
        * src/banner.xpm:
64
        * src/vga_support.c:
65
        * include/vga_support.h: New file(s) for VGA console support.
66
 
67
        * src/uE250_plx.c:
68
        * cdl/hal_arm_xscale_uE250.cdl: Add support for console using VGA+PS/2.
69
 
70
2003-02-24  Gary Thomas  
71
 
72
        * include/plx.h: Clean up unused code.
73
 
74
        * src/uE250_pci.c:
75
        * src/uE250_misc.c:
76
        * include/plf_io.h:
77
        * include/hal_plf_ints.h: Support interrupts via PCI bus.
78
 
79
2003-02-04  Gary Thomas  
80
 
81
        * src/xilinx-load.c:
82
        * src/uE250_plx.c:
83
        * src/uE250_pci.c:
84
        * src/uE250_misc.c:
85
        * src/uE250_ide.c:
86
        * src/uE250_plx_bitstream.h:
87
        * src/uE250_pci_bitstream.h:
88
        * misc/redboot_ROM.ecm:
89
        * misc/redboot_RAM.ecm:
90
        * include/pkgconf/mlt_arm_xscale_uE250_romram.mlt:
91
        * include/pkgconf/mlt_arm_xscale_uE250_romram.ldi:
92
        * include/pkgconf/mlt_arm_xscale_uE250_romram.h:
93
        * include/pkgconf/mlt_arm_xscale_uE250_rom.mlt:
94
        * include/pkgconf/mlt_arm_xscale_uE250_rom.ldi:
95
        * include/pkgconf/mlt_arm_xscale_uE250_rom.h:
96
        * include/pkgconf/mlt_arm_xscale_uE250_ram.mlt:
97
        * include/pkgconf/mlt_arm_xscale_uE250_ram.ldi:
98
        * include/pkgconf/mlt_arm_xscale_uE250_ram.h:
99
        * include/uE250.h:
100
        * include/plx.h:
101
        * include/plf_mmap.h:
102
        * include/hal_plf_ints.h:
103
        * include/plf_io.h:
104
        * include/hal_platform_setup.h:
105
        * cdl/hal_arm_xscale_uE250.cdl:
106
        New package - support for NMI uE250 (Xscale PXA250) platform.
107
 
108
//===========================================================================
109
// ####GPLCOPYRIGHTBEGIN####
110
// -------------------------------------------
111
// This file is part of eCos, the Embedded Configurable Operating System.
112
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2009 Free Software Foundation, Inc.
113
//
114
// This program is free software; you can redistribute it and/or modify
115
// it under the terms of the GNU General Public License as published by
116
// the Free Software Foundation; either version 2 or (at your option) any
117
// later version.
118
//
119
// This program is distributed in the hope that it will be useful, but
120
// WITHOUT ANY WARRANTY; without even the implied warranty of
121
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
122
// General Public License for more details.
123
//
124
// You should have received a copy of the GNU General Public License
125
// along with this program; if not, write to the
126
// Free Software Foundation, Inc., 51 Franklin Street,
127
// Fifth Floor, Boston, MA  02110-1301, USA.
128
// -------------------------------------------
129
// ####GPLCOPYRIGHTEND####
130
//===========================================================================

powered by: WebSVN 2.1.0

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