annotate packages/hal/arm/xscale/iop310/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129

Update all copyright banners to reflect FSF ownership; fix and improve licence text.
author jlarmour
date Thu, 29 Jan 2009 17:47:46 +0000
parents 7fec0d64790f
children 82f1df43f011
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2720
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 1418
diff changeset
1 2009-01-24 Bart Veer <bartv@ecoscentric.com>
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 1418
diff changeset
2
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 1418
diff changeset
3 * cdl/hal_arm_xscale_iop310.cdl: switch from arm-elf-gcc to
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 1418
diff changeset
4 arm-eabi-gcc.
7fec0d64790f Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
bartv
parents: 1418
diff changeset
5
1418
879ff7a40226 hal_delay_us() is a C function.
asl
parents: 1130
diff changeset
6 2003-12-05 Andrew Lunn <andrew.lunn@ascom.ch>
879ff7a40226 hal_delay_us() is a C function.
asl
parents: 1130
diff changeset
7
879ff7a40226 hal_delay_us() is a C function.
asl
parents: 1130
diff changeset
8 * include/hal_var_ints.h: hal_delay_us() is a C function.
879ff7a40226 hal_delay_us() is a C function.
asl
parents: 1130
diff changeset
9 * include/hal_diag.h: hal_delay_us() is a C function.
879ff7a40226 hal_delay_us() is a C function.
asl
parents: 1130
diff changeset
10
1130
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 568
diff changeset
11 2003-07-18 Nick Garnett <nickg@balti.calivar.com>
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 568
diff changeset
12
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 568
diff changeset
13 * cdl/hal_arm_xscale_iop310.cdl:
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 568
diff changeset
14 Changed values for CYGNUM_HAL_RTC_NUMERATOR,
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 568
diff changeset
15 CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 568
diff changeset
16 "default_value" from "calculated". This makes it easier
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 568
diff changeset
17 to change these values globally.
1ea4ec152dee * cdl/xxxx.cdl:
nickg
parents: 568
diff changeset
18
568
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
19 2003-02-04 Mark Salter <msalter@redhat.com>
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
20
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
21 * include/hal_iop310.h (IOP310_EARLY_PCI_SETUP): Fix ifdef test.
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
22
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
23 * cdl/hal_arm_xscale_iop310.cdl: Remove CYGSEM_HAL_ARM_IOP310_BTB.
eb5d4fbc238d misc xscale fixes
msalter
parents: 531
diff changeset
24
531
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
25 2003-01-22 Mark Salter <msalter@redhat.com>
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
26
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
27 * include/var_io.h: Remove unused duplicate code.
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
28 * include/hal_iop310.h: Add some more register definitions.
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
29 * src/iop310_pci.c (cyg_hal_plf_pci_init): Use new register
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
30 definitions.
64a3d44844e4 Xscale tweaks
msalter
parents: 417
diff changeset
31
417
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
32 2002-11-13 Mark Salter <msalter@redhat.com>
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
33
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
34 * 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
35 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
36 acting as PCI host.
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
37
37b0db9e87ca Cleanup a few loose ends from IOP310 reorganization
msalter
parents: 411
diff changeset
38 * 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
39 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
40
411
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
41 2002-11-12 Gary Thomas <gary@mlbassoc.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
42
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
43 * src/iop310_pci.c:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
44 * src/iop310_misc.c:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
45 * src/hal_diag.c:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
46 * include/var_io.h:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
47 * include/hal_var_ints.h:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
48 * include/hal_diag.h:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
49 * include/hal_iop310.h: Reorg variant (chipset) alongside other
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
50 Xscale versions.
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 2002-09-19 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
53
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
54 * 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
55 (iq80310_program_new_stack): Remove.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
56 Remove debug support which is now in xscale core package.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
57 * 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
58 * misc/redboot_RAMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
59 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
60 * misc/redboot_ROMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
61 * include/plf_io.h (CYGARC_PHYSICAL_ADDRESS): Define.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
62 * include/hal_platform_setup.h (DCACHE_FLUSH_AREA): Remove define.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
63 Remove debug unit init code.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
64 * include/hal_iq80310.h (DCACHE_FLUSH_AREA): Define.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
65 * 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
66 add CYGBLD_HAL_VAR_H.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
67
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
68 2002-08-29 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
69
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
70 * 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
71 HAL_STUB_HW_WATCHPOINT_LIST_SIZE.
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 2002-08-12 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
74
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
75 * 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
76 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
77 * misc/redboot_RAM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
78
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
79 2002-08-06 Gary Thomas <gary@chez-thomas.org>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
80 2002-08-06 Motoya Kurotsu <kurotsu@allied-telesis.co.jp>
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 * 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
83 timeout information which can be changed.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
84
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
85 2002-05-28 Mark Salter <msalter@redhat.com>
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 * cdl/hal_arm_iq80310.cdl: Add Linux boot support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
88 * misc/redboot_RAM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
89 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
90
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
91 * include/hal_iq80310.h (CYGARC_HAL_MMU_OFF): Xscale has
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
92 special requirements for turning off MMU.
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 2002-05-24 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
95
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
96 * 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
97 * cdl/hal_arm_iq80310.cdl: implements
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
98 CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
99
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
100 2002-05-14 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
101
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
102 * 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
103 Fixed compiler warnings.
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 2002-05-07 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
106
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
107 * cdl/hal_arm_iq80310.cdl:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
108 Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
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 2002-04-22 Jonathan Larmour <jlarmour@redhat.com>
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 * 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
113 * misc/redboot_RAMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
114 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
115 * misc/redboot_ROMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
116
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
117 2002-04-16 John Dallaway <jld@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
118
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
119 * 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
120
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
121 2002-03-06 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
122
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
123 * misc/redboot_RAM.ecm: Added dns and zlib support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
124 * misc/redboot_ROM.ecm: Same.
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-02-22 Mark Salter <msalter@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 * 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
129
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
130 2002-02-06 Mark Salter <msalter@redhat.com>
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 * 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
133
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
134 2002-02-04 Mark Salter <msalter@redhat.com>
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 * 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
137
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
138 2002-01-28 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
139
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
140 * src/iq80310_misc.c (hal_hardware_init): Fix warning.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
141
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
142 * 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
143
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
144 2002-01-16 Hugo Tyson <hmt@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
145
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
146 * include/hal_platform_ints.h (HAL_CLOCK_REINITIALIZE): Better
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
147 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
148 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
149
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
150 * src/iq80310_misc.c (hal_clock_reinitialize): Always return a
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
151 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
152 to support that.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
153
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
154 2002-01-14 Hugo Tyson <hmt@redhat.com>
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/hal_platform_ints.h (HAL_CLOCK_REINITIALIZE): New macro
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
157 which calls the below, also a prototype for it.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
158
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
159 * src/iq80310_misc.c (hal_clock_reinitialize): New routine to
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
160 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
161 profiling use only; not general purpose eCos usage.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
162
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
163 2002-01-04 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
164
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
165 * 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
166
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
167 2002-01-03 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
168
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
169 * misc/redboot_ROM.ecm: Use generic i82559 package.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
170 * misc/redboot_ROMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
171 * misc/redboot_RAM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
172 * misc/redboot_RAMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
173
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
174 * 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
175 uncached alias for a cached address.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
176 (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
177 * 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
178 SDRAM.
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 2001-10-03 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
181
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
182 * 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
183 * src/diag/iq80310.h: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
184 * 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
185
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
186 2001-08-27 Mark Salter <msalter@redhat.com>
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 * 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
189 (CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY) New option.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
190
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
191 * 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
192 CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
193
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
194 * 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
195
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
196 2001-08-24 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
197
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
198 * 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
199 asm so that code generation differences won't break it.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
200
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
201 2001-08-15 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
202
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
203 * 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
204 Make all register pointers volatile.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
205
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
206 * 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
207
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
208 2001-08-04 Mark Salter <msalter@redhat.com>
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 * 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
211 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
212
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
213 2001-06-21 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
214
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
215 * images/*: Remove. Don't bloat repository with things already on
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
216 the web.
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 2001-04-30 Gary Thomas <gthomas@redhat.com>
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 * 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
221 since this is no longer used.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
222
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
223 2001-04-18 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
224
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
225 * 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
226 to avoid addressing problems with ROM startup mode.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
227
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
228 2001-04-17 Mark Salter <msalter@redhat.com>
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 * 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
231 (CYGBLD_GLOBAL_CFLAGS): Add -ffunction-sections and -fdata-sections.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
232 * 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
233
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
234 2001-04-16 Gary Thomas <gthomas@redhat.com>
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 * 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
237
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
238 2001-04-10 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
239
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
240 * 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
241
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
242 2001-04-03 Mark Salter <msalter@redhat.com>
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 * 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
245 * 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
246 CYGPKG_IO_FLASH is defined.
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 2001-03-31 Mark Salter <msalter@redhat.com>
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 * 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
251 * src/diag/iq80310.h: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
252 * src/diag/external_timer.c: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
253
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
254 2001-03-30 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
255
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
256 * misc/redboot_RAM.ecm: Disable CYGSEM_REDBOOT_FIS_CRC_CHECK
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
257 and CYGSEM_IO_FLASH_VERIFY_PROGRAM.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
258 * misc/redboot_RAMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
259 * misc/redboot_ROM.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
260 * misc/redboot_ROMA.ecm: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
261
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
262 * include/pkgconf/mlt_arm_iq80310_rom.h: Fix heap1_SIZE.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
263 * include/pkgconf/mlt_arm_iq80310_ram.h Ditto:
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
264 * include/pkgconf/mlt_arm_iq80310_ram.mlt: Remove PCI window.
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 * include/hal_platform_setup.h: Fix page table comment.
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 2001-03-12 Jonathan Larmour <jlarmour@redhat.com>
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 * src/iq80310_misc.c: Ensure case ranges have spaces around
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
271 identifiers to allow correct parsing by compiler.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
272
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
273 2001-02-27 Jonathan Larmour <jlarmour@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
274
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
275 * src/diag/pci_bios.h: Remove CVS-unfriendly keyword substitutions
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
276
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
277 2001-02-23 Jesper Skov <jskov@redhat.com>
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 * 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
280 uses deprecated cache handling macros.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
281
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
282 2001-02-23 Gary Thomas <gthomas@redhat.com>
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 * misc/redboot_ROMA.ecm: Renamed from redboot_ROMA.cfg
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 * misc/redboot_RAMA.ecm: Renamed from redboot_RAMA.cfg
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
287
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
288 * misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
289
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
290 * misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
291
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
292 2001-02-13 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
293
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
294 * src/iq80310_misc.c (hal_IRQ_handler):
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
295 Return CYGNUM_HAL_INTERRUPT_NONE for spurious interrupts.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
296
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
297 2001-02-08 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
298
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
299 * 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
300 CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
301
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
302 2001-02-07 Mark Salter <msalter@redhat.com>
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/diag/external_timer.c (counter_test): Fix printf format
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
305 string to work with stripped down RedBoot printf.(counter_test):
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 2001-02-06 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
308
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
309 * src/diag/external_timer.c: Merged in Cyclone changes.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
310 * src/diag/interrupts.c: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
311 * src/diag/memtest.c: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
312 * src/diag/xscale_test.c: Ditto.
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 2001-02-02 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
315
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
316 * 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
317 delay loop variable to avoid optimizing it away.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
318
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
319 * 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
320 pointer to scratchpad RAM above RedBoot.
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 * 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
323 (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
324
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
325 * 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
326 * misc/redboot_ROMA.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
327 * misc/redboot_RAM.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
328 * misc/redboot_RAMA.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
329
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
330 2001-01-31 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
331
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
332 * 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
333 use as abort handler.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
334
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
335 * src/iq80310_misc.c (_scrub_ecc): New function.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
336 (hal_IRQ_handler): Fix switched sensing of FIQ/IRQ.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
337 (hal_hardware_init): Install handlers for NMI FIQs. Fix switched
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
338 installation of FIQ/IRQ ISRs.
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 * include/hal_iq80310.h (RFR_INIT_VAL): Double refresh interval.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
341 Add more register definitions.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
342
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
343 * include/hal_platform_setup.h: Add support for baterry test.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
344 Enable Yavapai single-bit error correction.
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 * src/diag/*: Integrate latest Cyclone code. Add RHEPL to contributed
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
347 files.
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 2001-01-31 Jesper Skov <jskov@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
350
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
351 * 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
352 with CYGSEM_HAL_DIAG_MANGLER_None
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
353
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
354 * include/hal_diag.h: Fix hal_delay_us declaration.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
355
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
356 2001-01-26 Jesper Skov <jskov@redhat.com>
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 * 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
359 * include/plf_stub.h: Moved reset macro to
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
360 * include/hal_platform_ints.h: this file.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
361
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
362 2001-01-11 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
363
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
364 * include/hal_platform_setup.h: Remove hardcoded position dependencies
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
365 in page table setup.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
366
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
367 * 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
368 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
369 ARM bootloader.
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 * 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
372 with modified start address to coexist with ARM bootloader.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
373 * include/pkgconf/mlt_arm_iq80310_roma.h: Regenerated.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
374 * include/pkgconf/mlt_arm_iq80310_roma.ldi: Regenerated.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
375
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
376 * misc/redboot_ROMA.cfg: RedBoot configuration for ROM startup by
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
377 ARM booloader in FLASH boot sector.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
378 * misc/redboot_RAMA.cfg: RedBoot configuration for RAM startup with
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
379 ARM booloader in FLASH boot sector.
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 2001-01-08 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/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
384 and reset PCI bus before calling Cyclone diag code.
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 * src/diag/xscale_test.c (hdwr_diag): Uncomment call to
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
387 sys_pci_device_init.
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 2001-01-05 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
390
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
391 * 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
392 setup stack for programs called by RedBoot.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
393 * 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
394 (Merged from XScale branch).
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
395
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
396 * 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
397 * 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
398
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
399 2000-12-21 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
400
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
401 * 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
402 (pci_config_cleanup): Don't use fixed bus numbers.
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 * 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
405 secondary bus number.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
406
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
407 * include/hal_platform_setup.h: Increase reset delay to 60ms.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
408 Remove dead code.
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 2000-11-22 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
411
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
412 * src/hal_diag.c: Support 57600 baud.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
413 * cdl/hal_arm_iq80310.cdl: Accept 57600 as legal baudrate.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
414
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
415 * 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
416 * misc/redboot_ROM.cfg: Ditto.
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-19 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 * 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
421
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
422 2000-11-19 Gary Thomas <gthomas@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
423
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
424 * 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
425
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
426 2000-11-16 Mark Salter <msalter@redhat.com>
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 * 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
429 (nirq_ISR): Correct dispatch for X3 interrupts.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
430
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
431 * 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
432 (HAL_DELAY_US): Define.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
433
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
434 * cdl/hal_arm_iq80310.cdl: Correct CYGNUM_HAL_RTC_PERIOD.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
435
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
436 2000-11-06 Mark Salter <msalter@redhat.com>
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
437
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
438 * misc/redboot_RAM.cfg: Turn on CYGSEM_REDBOOT_BSP_SYSCALLS.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
439 * misc/redboot_ROM.cfg: Ditto.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
440
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
441 2000-11-04 Mark Salter <msalter@redhat.com>
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 * misc/redboot_RAM.cfg: Add in PCI and ethernet.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
444 * misc/redboot_ROM.cfg: Ditto.
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 * include/plf_io.h: Fleshed out PCI support.
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 * 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
449 Change default baud to 115200.
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 * src/iq80310_pci.c: New file. HAL pci support.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
452
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
453 * include/plf_stub.h: Reworked HW watchpoint/breakpoint support.
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 * src/iq80310_misc.c (hal_hardware_init): Remove DSU setup.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
456 (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
457 single byte locations.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
458 (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
459 reason for hardware stop and data address.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
460
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
461 * include/hal_platform_setup.h (PLATFORM_SETUP1): Clear DSU state.
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
462
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
463 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
464 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
465 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
466 // This file is part of eCos, the Embedded Configurable Operating System.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
467 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
411
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
468 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
469 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
470 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
471 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
472 // later version.
411
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
473 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
474 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
475 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
476 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
477 // General Public License for more details.
411
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
478 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
479 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
480 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
481 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
482 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
483 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 2720
diff changeset
484 // ####GPLCOPYRIGHTEND####
411
de449c532876 Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff changeset
485 //===========================================================================