annotate packages/hal/arm/xscale/iop310/current/ChangeLog @ 568:eb5d4fbc238d

misc xscale fixes
author msalter
date Tue, 04 Feb 2003 22:27:56 +0000
parents 64a3d44844e4
children 1ea4ec152dee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
568
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
1 2003-02-04 Mark Salter <msalter@redhat.com>
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
2
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
3 * include/hal_iop310.h (IOP310_EARLY_PCI_SETUP): Fix ifdef test.
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
4
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
5 * cdl/hal_arm_xscale_iop310.cdl: Remove CYGSEM_HAL_ARM_IOP310_BTB.
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
6
531
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
7 2003-01-22 Mark Salter <msalter@redhat.com>
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
8
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
9 * include/var_io.h: Remove unused duplicate code.
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
10 * include/hal_iop310.h: Add some more register definitions.
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
11 * src/iop310_pci.c (cyg_hal_plf_pci_init): Use new register
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
12 definitions.
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
13
417
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
14 2002-11-13 Mark Salter <msalter@redhat.com>
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
15
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
16 * src/iop310_pci.c (cyg_hal_plf_pci_init): Reorganize to deal with
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
17 early PCI setup. Also fix support for primary side bridges when
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
18 acting as PCI host.
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
19
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
20 * include/hal_iop310.h (IOP310_EARLY_PCI_SETUP): Define asm macro to
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
21 be used by platform setup code to do early (pre-ECC scrub) PCI setup.
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
22
411
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
23 2002-11-12 Gary Thomas <gary@mlbassoc.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
24
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
25 * src/iop310_pci.c:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
26 * src/iop310_misc.c:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
27 * src/hal_diag.c:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
28 * include/var_io.h:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
29 * include/hal_var_ints.h:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
30 * include/hal_diag.h:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
31 * include/hal_iop310.h: Reorg variant (chipset) alongside other
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
32 Xscale versions.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
33
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
34 2002-09-19 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
35
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
36 * src/iq80310_misc.c (hal_hardware_init): Call hal_xscale_core_init.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
37 (iq80310_program_new_stack): Remove.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
38 Remove debug support which is now in xscale core package.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
39 * misc/redboot_RAM.ecm: Add CYGPKG_HAL_ARM_XSCALE_CORE package.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
40 * misc/redboot_RAMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
41 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
42 * misc/redboot_ROMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
43 * include/plf_io.h (CYGARC_PHYSICAL_ADDRESS): Define.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
44 * include/hal_platform_setup.h (DCACHE_FLUSH_AREA): Remove define.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
45 Remove debug unit init code.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
46 * include/hal_iq80310.h (DCACHE_FLUSH_AREA): Define.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
47 * cdl/hal_arm_iq80310.cdl: Remove HAL_ARCH_PROGRAM_NEW_STACK and
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
48 add CYGBLD_HAL_VAR_H.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
49
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
50 2002-08-29 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
51
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
52 * include/plf_stub.h: Add HAL_STUB_HW_BREAKPOINT_LIST_SIZE and
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
53 HAL_STUB_HW_WATCHPOINT_LIST_SIZE.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
54
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
55 2002-08-12 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
56
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
57 * cdl/hal_arm_iq80310.cdl: Remove CYGSEM_REDBOOT_ARM_LINUX_BOOT ref.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
58 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
59 * misc/redboot_RAM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
60
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
61 2002-08-06 Gary Thomas <gary@chez-thomas.org>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
62 2002-08-06 Motoya Kurotsu <kurotsu@allied-telesis.co.jp>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
63
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
64 * src/hal_diag.c: I/O channel data can't be constant - contains
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
65 timeout information which can be changed.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
66
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
67 2002-05-28 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
68
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
69 * cdl/hal_arm_iq80310.cdl: Add Linux boot support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
70 * misc/redboot_RAM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
71 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
72
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
73 * include/hal_iq80310.h (CYGARC_HAL_MMU_OFF): Xscale has
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
74 special requirements for turning off MMU.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
75
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
76 2002-05-24 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
77
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
78 * src/hal_diag.c: Support dynamic getting and setting of baud rates.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
79 * cdl/hal_arm_iq80310.cdl: implements
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
80 CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
81
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
82 2002-05-14 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
83
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
84 * include/plf_io.h (CYGARC_VIRT_TO_BUS, CYGARC_UNCACHED_ADDRESS):
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
85 Fixed compiler warnings.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
86
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
87 2002-05-07 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
88
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
89 * cdl/hal_arm_iq80310.cdl:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
90 Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
91
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
92 2002-04-22 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
93
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
94 * misc/redboot_RAM.ecm: Enable GDB remote file I/O support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
95 * misc/redboot_RAMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
96 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
97 * misc/redboot_ROMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
98
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
99 2002-04-16 John Dallaway <jld@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
100
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
101 * cdl/hal_arm_iq80321.cdl: Use arm-elf toolchain by default.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
102
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
103 2002-03-06 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
104
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
105 * misc/redboot_RAM.ecm: Added dns and zlib support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
106 * misc/redboot_ROM.ecm: Same.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
107
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
108 2002-02-22 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
109
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
110 * src/iq80310_misc.c (cyg_hal_plf_hw_breakpoint): Fix use of wrong reg.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
111
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
112 2002-02-06 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
113
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
114 * include/hal_platform_setup.h: Fix condition of some I2C bit tests.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
115
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
116 2002-02-04 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
117
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
118 * include/hal_platform_setup.h: Fix bad insns in I2C code.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
119
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
120 2002-01-28 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
121
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
122 * src/iq80310_misc.c (hal_hardware_init): Fix warning.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
123
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
124 * cdl/hal_arm_iq80310.cdl: Removed explicit plf_io.h declaration.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
125
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
126 2002-01-16 Hugo Tyson <hmt@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
127
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
128 * include/hal_platform_ints.h (HAL_CLOCK_REINITIALIZE): Better
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
129 names for macro args, and the freqency is now signed. -ve means
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
130 don't set the clock, just tell me what you would do.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
131
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
132 * src/iq80310_misc.c (hal_clock_reinitialize): Always return a
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
133 nearby good value; don't set h/w if <0. Convoluted logic changes
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
134 to support that.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
135
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
136 2002-01-14 Hugo Tyson <hmt@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
137
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
138 * include/hal_platform_ints.h (HAL_CLOCK_REINITIALIZE): New macro
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
139 which calls the below, also a prototype for it.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
140
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
141 * src/iq80310_misc.c (hal_clock_reinitialize): New routine to
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
142 reset the clock to a different frequency. This is for GPROF type
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
143 profiling use only; not general purpose eCos usage.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
144
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
145 2002-01-04 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
146
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
147 * include/hal_platform_setup.h: Turn on ECC for uncached alias of RAM.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
148
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
149 2002-01-03 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
150
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
151 * misc/redboot_ROM.ecm: Use generic i82559 package.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
152 * misc/redboot_ROMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
153 * misc/redboot_RAM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
154 * misc/redboot_RAMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
155
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
156 * include/plf_io.h (CYGARC_UNCACHED_ADDRESS): New macro to return
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
157 uncached alias for a cached address.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
158 (CYGARC_VIRT_TO_BUS): Macro to convert virtual to physical addresses.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
159 * include/hal_platform_setup.h: Add uncached alias for first 128M of
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
160 SDRAM.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
161
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
162 2001-10-03 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
163
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
164 * src/diag/io_utils.c: Switch to diag_printf from printf.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
165 * src/diag/iq80310.h: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
166 * src/diag/memtest.c: Ditto, and don't define printf prototype.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
167
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
168 2001-08-27 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
169
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
170 * cdl/hal_arm_iq80310.cdl (CYGSEM_HAL_ARM_IQ80310_BTB): New option.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
171 (CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY) New option.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
172
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
173 * src/iq80310_pci.c (cyg_hal_plf_pci_init): Clear PCI retry based on
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
174 CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
175
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
176 * include/hal_platform_setup.h: Turn on BTB based on configure option.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
177
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
178 2001-08-24 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
179
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
180 * src/iq80310_misc.c (iq80310_program_new_stack): Convert to inline
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
181 asm so that code generation differences won't break it.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
182
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
183 2001-08-15 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
184
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
185 * include/hal_iq80310.h: Fix size of PATUSR, SATUSR, PSR, and SSR regs.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
186 Make all register pointers volatile.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
187
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
188 * src/diag/flash.c: First page of flash now remapped to 0xd0000000.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
189
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
190 2001-08-04 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
191
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
192 * include/hal_platform_setup.h: Fix mapping so first MB of SDRAM has
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
193 ECC turned on. Now map first 4K of flash at 0xd0000000.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
194
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
195 2001-06-21 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
196
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
197 * images/*: Remove. Don't bloat repository with things already on
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
198 the web.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
199
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
200 2001-04-30 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
201
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
202 * include/hal_platform_setup.h: Remove #undef CYG_HAL_ROM_RESET_USES_JUMP
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
203 since this is no longer used.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
204
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
205 2001-04-18 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
206
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
207 * include/hal_platform_setup.h: Override CYG_HAL_ROM_RESET_USES_JUMP
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
208 to avoid addressing problems with ROM startup mode.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
209
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
210 2001-04-17 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
211
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
212 * cdl/hal_arm_iq80310.cdl: Implement CYGINT_HAL_ARM_MEM_REAL_REGION_TOP
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
213 (CYGBLD_GLOBAL_CFLAGS): Add -ffunction-sections and -fdata-sections.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
214 * src/iq80310_misc.c (hal_arm_mem_real_region_top): New function.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
215
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
216 2001-04-16 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
217
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
218 * cdl/hal_arm_iq80310.cdl: Add CDL to describe CPU family.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
219
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
220 2001-04-10 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
221
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
222 * include/hal_platform_setup.h: Turn on multi-bit RAM error reporting.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
223
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
224 2001-04-03 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
225
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
226 * src/diag/flash.c: Don't compile unless CYGPKG_IO_FLASH defined.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
227 * src/diag/xscale_test.c (testMenu): Only add flash_test if
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
228 CYGPKG_IO_FLASH is defined.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
229
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
230 2001-03-31 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
231
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
232 * src/diag/xscale_test.c: Merge in latest changes from Cyclone.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
233 * src/diag/iq80310.h: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
234 * src/diag/external_timer.c: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
235
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
236 2001-03-30 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
237
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
238 * misc/redboot_RAM.ecm: Disable CYGSEM_REDBOOT_FIS_CRC_CHECK
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
239 and CYGSEM_IO_FLASH_VERIFY_PROGRAM.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
240 * misc/redboot_RAMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
241 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
242 * misc/redboot_ROMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
243
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
244 * include/pkgconf/mlt_arm_iq80310_rom.h: Fix heap1_SIZE.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
245 * include/pkgconf/mlt_arm_iq80310_ram.h Ditto:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
246 * include/pkgconf/mlt_arm_iq80310_ram.mlt: Remove PCI window.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
247
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
248 * include/hal_platform_setup.h: Fix page table comment.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
249
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
250 2001-03-12 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
251
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
252 * src/iq80310_misc.c: Ensure case ranges have spaces around
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
253 identifiers to allow correct parsing by compiler.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
254
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
255 2001-02-27 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
256
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
257 * src/diag/pci_bios.h: Remove CVS-unfriendly keyword substitutions
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
258
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
259 2001-02-23 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
260
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
261 * include/hal_cache.h (HAL_FLASH_CACHES_OLD_MACROS): This platform
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
262 uses deprecated cache handling macros.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
263
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
264 2001-02-23 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
265
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
266 * misc/redboot_ROMA.ecm: Renamed from redboot_ROMA.cfg
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
267
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
268 * misc/redboot_RAMA.ecm: Renamed from redboot_RAMA.cfg
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
269
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
270 * misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
271
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
272 * misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
273
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
274 2001-02-13 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
275
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
276 * src/iq80310_misc.c (hal_IRQ_handler):
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
277 Return CYGNUM_HAL_INTERRUPT_NONE for spurious interrupts.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
278
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
279 2001-02-08 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
280
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
281 * src/hal_diag.c: Replace CYGSEM_HAL_DIAG_MANGLER_None with
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
282 CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
283
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
284 2001-02-07 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
285
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
286 * src/diag/external_timer.c (counter_test): Fix printf format
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
287 string to work with stripped down RedBoot printf.(counter_test):
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
288
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
289 2001-02-06 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
290
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
291 * src/diag/external_timer.c: Merged in Cyclone changes.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
292 * src/diag/interrupts.c: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
293 * src/diag/memtest.c: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
294 * src/diag/xscale_test.c: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
295
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
296 2001-02-02 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
297
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
298 * src/diag/xscale_test.c (seven_segment_display): Use volatile for
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
299 delay loop variable to avoid optimizing it away.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
300
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
301 * src/diag/flash.c (flash_buffer): Change huge array (.bss) to a
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
302 pointer to scratchpad RAM above RedBoot.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
303
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
304 * src/iq80310_misc.c (hal_hardware_init): Don't enable FIQ (for now).
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
305 (cyg_hal_plf_is_stopped_by_hardware): Check for stopped by BKPT insn.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
306
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
307 * misc/redboot_ROM.cfg (CYGNUM_IO_ETH_DRIVERS_NUM_PKT): Set value to 2.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
308 * misc/redboot_ROMA.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
309 * misc/redboot_RAM.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
310 * misc/redboot_RAMA.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
311
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
312 2001-01-31 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
313
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
314 * src/iq80310_pci.c (__pci_abort_handler): Use naked attribute for
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
315 use as abort handler.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
316
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
317 * src/iq80310_misc.c (_scrub_ecc): New function.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
318 (hal_IRQ_handler): Fix switched sensing of FIQ/IRQ.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
319 (hal_hardware_init): Install handlers for NMI FIQs. Fix switched
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
320 installation of FIQ/IRQ ISRs.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
321
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
322 * include/hal_iq80310.h (RFR_INIT_VAL): Double refresh interval.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
323 Add more register definitions.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
324
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
325 * include/hal_platform_setup.h: Add support for baterry test.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
326 Enable Yavapai single-bit error correction.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
327
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
328 * src/diag/*: Integrate latest Cyclone code. Add RHEPL to contributed
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
329 files.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
330
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
331 2001-01-31 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
332
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
333 * src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
334 with CYGSEM_HAL_DIAG_MANGLER_None
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
335
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
336 * include/hal_diag.h: Fix hal_delay_us declaration.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
337
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
338 2001-01-26 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
339
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
340 * src/hal_diag.c: Removed CYGSEM_HAL_VIRTUAL_VECTOR_DIAG check.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
341 * include/plf_stub.h: Moved reset macro to
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
342 * include/hal_platform_ints.h: this file.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
343
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
344 2001-01-11 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
345
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
346 * include/hal_platform_setup.h: Remove hardcoded position dependencies
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
347 in page table setup.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
348
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
349 * cdl/hal_arm_iq80310.cdl (CYGSEM_HAL_ARM_IQ80310_ARMBOOT): New
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
350 bool option. If true, modifies ROM startup so that we coexist with
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
351 ARM bootloader.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
352
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
353 * include/pkgconf/mlt_arm_iq80310_roma.mlt: New file. ROM statrup
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
354 with modified start address to coexist with ARM bootloader.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
355 * include/pkgconf/mlt_arm_iq80310_roma.h: Regenerated.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
356 * include/pkgconf/mlt_arm_iq80310_roma.ldi: Regenerated.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
357
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
358 * misc/redboot_ROMA.cfg: RedBoot configuration for ROM startup by
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
359 ARM booloader in FLASH boot sector.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
360 * misc/redboot_RAMA.cfg: RedBoot configuration for RAM startup with
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
361 ARM booloader in FLASH boot sector.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
362
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
363 2001-01-08 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
364
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
365 * src/diag/diag.c (do_hdwr_diag): Turn off debug channel interrupt
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
366 and reset PCI bus before calling Cyclone diag code.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
367
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
368 * src/diag/xscale_test.c (hdwr_diag): Uncomment call to
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
369 sys_pci_device_init.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
370
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
371 2001-01-05 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
372
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
373 * src/iq80310_misc.c (iq80310_program_new_stack): New function to
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
374 setup stack for programs called by RedBoot.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
375 * cdl/hal_arm_iq80310.cdl: Add define for HAL_ARCH_PROGRAM_NEW_STACK.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
376 (Merged from XScale branch).
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
377
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
378 * cdl/hal_arm_iq80310.cdl: Add compile of Cyclone diag code.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
379 * src/diag: New directory with IQ80310 hw diag code from Cyclone.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
380
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
381 2000-12-21 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
382
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
383 * src/iq80310_pci.c (cyg_hal_plf_pci_init): Play nice with PC BIOS.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
384 (pci_config_cleanup): Don't use fixed bus numbers.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
385
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
386 * include/plf_io.h (HAL_PCI_TRANSLATE_INTERRUPT): Don't use fixed
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
387 secondary bus number.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
388
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
389 * include/hal_platform_setup.h: Increase reset delay to 60ms.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
390 Remove dead code.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
391
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
392 2000-11-22 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
393
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
394 * src/hal_diag.c: Support 57600 baud.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
395 * cdl/hal_arm_iq80310.cdl: Accept 57600 as legal baudrate.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
396
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
397 * misc/redboot_RAM.cfg: Set CYGBLD_REDBOOT_MIN_IMAGE_SIZE to 0x40000.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
398 * misc/redboot_ROM.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
399
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
400 2000-11-19 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
401
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
402 * src/iq80310_misc.c (hal_clock_read): Fix timer bit juggling.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
403
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
404 2000-11-19 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
405
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
406 * cdl/hal_arm_iq80310.cdl: Define CYGBLD_HAL_PLATFORM_IO_H.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
407
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
408 2000-11-16 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
409
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
410 * src/iq80310_misc.c: Add support for external timer as RTC.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
411 (nirq_ISR): Correct dispatch for X3 interrupts.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
412
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
413 * include/hal_platform_ints.h (CYGNUM_HAL_INTERRUPT_RTC): Use ext timer.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
414 (HAL_DELAY_US): Define.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
415
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
416 * cdl/hal_arm_iq80310.cdl: Correct CYGNUM_HAL_RTC_PERIOD.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
417
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
418 2000-11-06 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
419
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
420 * misc/redboot_RAM.cfg: Turn on CYGSEM_REDBOOT_BSP_SYSCALLS.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
421 * misc/redboot_ROM.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
422
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
423 2000-11-04 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
424
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
425 * misc/redboot_RAM.cfg: Add in PCI and ethernet.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
426 * misc/redboot_ROM.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
427
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
428 * include/plf_io.h: Fleshed out PCI support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
429
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
430 * cdl/hal_arm_iq80310.cdl: Add iq80310_pci.C for compile.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
431 Change default baud to 115200.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
432
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
433 * src/iq80310_pci.c: New file. HAL pci support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
434
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
435 * include/plf_stub.h: Reworked HW watchpoint/breakpoint support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
436
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
437 * src/iq80310_misc.c (hal_hardware_init): Remove DSU setup.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
438 (cyg_hal_plf_hw_watchpoint): Support one range instead of two
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
439 single byte locations.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
440 (cyg_hal_plf_is_stopped_by_hardware): Rework interface to return
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
441 reason for hardware stop and data address.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
442
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
443 * include/hal_platform_setup.h (PLATFORM_SETUP1): Clear DSU state.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
444
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
445 //===========================================================================
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
446 //####ECOSGPLCOPYRIGHTBEGIN####
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
447 // -------------------------------------------
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
448 // This file is part of eCos, the Embedded Configurable Operating System.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
449 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
450 //
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
451 // eCos is free software; you can redistribute it and/or modify it under
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
452 // the terms of the GNU General Public License as published by the Free
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
453 // Software Foundation; either version 2 or (at your option) any later version.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
454 //
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
455 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
456 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
457 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
458 // for more details.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
459 //
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
460 // You should have received a copy of the GNU General Public License along
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
461 // with eCos; if not, write to the Free Software Foundation, Inc.,
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
462 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
463 //
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
464 // As a special exception, if other files instantiate templates or use macros
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
465 // or inline functions from this file, or you compile this file and link it
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
466 // with other works to produce a work based on this file, this file does not
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
467 // by itself cause the resulting work to be covered by the GNU General Public
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
468 // License. However the source code for this file must still be made available
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
469 // in accordance with section (3) of the GNU General Public License.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
470 //
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
471 // This exception does not invalidate any other reasons why a work based on
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
472 // this file might be covered by the GNU General Public License.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
473 //
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
474 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
475 // at http://sources.redhat.com/ecos/ecos-license/
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
476 // -------------------------------------------
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
477 //####ECOSGPLCOPYRIGHTEND####
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
478 //===========================================================================