Mercurial > ecos
annotate packages/hal/arm/xscale/iop310/current/ChangeLog @ 1130:1ea4ec152dee
* cdl/xxxx.cdl:
Changed values for CYGNUM_HAL_RTC_NUMERATOR,
CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
"default_value" from "calculated". This makes it easier
to change these values globally.
| author | nickg |
|---|---|
| date | Thu, 24 Jul 2003 20:23:55 +0000 |
| parents | eb5d4fbc238d |
| children | 879ff7a40226 |
| rev | line source |
|---|---|
| 1130 | 1 2003-07-18 Nick Garnett <nickg@balti.calivar.com> |
| 2 | |
| 3 * cdl/hal_arm_xscale_iop310.cdl: | |
| 4 Changed values for CYGNUM_HAL_RTC_NUMERATOR, | |
| 5 CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to | |
| 6 "default_value" from "calculated". This makes it easier | |
| 7 to change these values globally. | |
| 8 | |
| 568 | 9 2003-02-04 Mark Salter <msalter@redhat.com> |
| 10 | |
| 11 * include/hal_iop310.h (IOP310_EARLY_PCI_SETUP): Fix ifdef test. | |
| 12 | |
| 13 * cdl/hal_arm_xscale_iop310.cdl: Remove CYGSEM_HAL_ARM_IOP310_BTB. | |
| 14 | |
| 531 | 15 2003-01-22 Mark Salter <msalter@redhat.com> |
| 16 | |
| 17 * include/var_io.h: Remove unused duplicate code. | |
| 18 * include/hal_iop310.h: Add some more register definitions. | |
| 19 * src/iop310_pci.c (cyg_hal_plf_pci_init): Use new register | |
| 20 definitions. | |
| 21 | |
|
417
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
411
diff
changeset
|
22 2002-11-13 Mark Salter <msalter@redhat.com> |
|
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
411
diff
changeset
|
23 |
|
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
411
diff
changeset
|
24 * 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
|
25 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
|
26 acting as PCI host. |
|
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
411
diff
changeset
|
27 |
|
37b0db9e87ca
Cleanup a few loose ends from IOP310 reorganization
msalter
parents:
411
diff
changeset
|
28 * 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
|
29 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
|
30 |
|
411
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
31 2002-11-12 Gary Thomas <gary@mlbassoc.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
32 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
33 * src/iop310_pci.c: |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
34 * src/iop310_misc.c: |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
35 * src/hal_diag.c: |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
36 * include/var_io.h: |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
37 * include/hal_var_ints.h: |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
38 * include/hal_diag.h: |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
39 * include/hal_iop310.h: Reorg variant (chipset) alongside other |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
40 Xscale versions. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
41 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
42 2002-09-19 Mark Salter <msalter@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
43 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
44 * 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
|
45 (iq80310_program_new_stack): Remove. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
46 Remove debug support which is now in xscale core package. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
47 * 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
|
48 * misc/redboot_RAMA.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
49 * misc/redboot_ROM.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
50 * misc/redboot_ROMA.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
51 * include/plf_io.h (CYGARC_PHYSICAL_ADDRESS): Define. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
52 * include/hal_platform_setup.h (DCACHE_FLUSH_AREA): Remove define. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
53 Remove debug unit init code. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
54 * include/hal_iq80310.h (DCACHE_FLUSH_AREA): Define. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
55 * 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
|
56 add CYGBLD_HAL_VAR_H. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
57 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
58 2002-08-29 Mark Salter <msalter@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
59 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
60 * 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
|
61 HAL_STUB_HW_WATCHPOINT_LIST_SIZE. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
62 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
63 2002-08-12 Mark Salter <msalter@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
64 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
65 * 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
|
66 * misc/redboot_ROM.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
67 * misc/redboot_RAM.ecm: Ditto. |
|
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 2002-08-06 Gary Thomas <gary@chez-thomas.org> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
70 2002-08-06 Motoya Kurotsu <kurotsu@allied-telesis.co.jp> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
71 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
72 * 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
|
73 timeout information which can be changed. |
|
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 2002-05-28 Mark Salter <msalter@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
76 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
77 * cdl/hal_arm_iq80310.cdl: Add Linux boot support. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
78 * misc/redboot_RAM.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
79 * misc/redboot_ROM.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
80 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
81 * include/hal_iq80310.h (CYGARC_HAL_MMU_OFF): Xscale has |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
82 special requirements for turning off MMU. |
|
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 2002-05-24 Jonathan Larmour <jlarmour@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
85 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
86 * 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
|
87 * cdl/hal_arm_iq80310.cdl: implements |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
88 CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
89 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
90 2002-05-14 Jesper Skov <jskov@redhat.com> |
|
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 * 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
|
93 Fixed compiler warnings. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
94 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
95 2002-05-07 Gary Thomas <gthomas@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
96 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
97 * cdl/hal_arm_iq80310.cdl: |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
98 Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage. |
|
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-04-22 Jonathan Larmour <jlarmour@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 * 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
|
103 * misc/redboot_RAMA.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
104 * misc/redboot_ROM.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
105 * misc/redboot_ROMA.ecm: Ditto. |
|
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 2002-04-16 John Dallaway <jld@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
108 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
109 * 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
|
110 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
111 2002-03-06 Jesper Skov <jskov@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
112 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
113 * misc/redboot_RAM.ecm: Added dns and zlib support. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
114 * misc/redboot_ROM.ecm: Same. |
|
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-22 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 * 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
|
119 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
120 2002-02-06 Mark Salter <msalter@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 * 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
|
123 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
124 2002-02-04 Mark Salter <msalter@redhat.com> |
|
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 * 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
|
127 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
128 2002-01-28 Jesper Skov <jskov@redhat.com> |
|
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 * src/iq80310_misc.c (hal_hardware_init): Fix warning. |
|
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 * 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
|
133 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
134 2002-01-16 Hugo Tyson <hmt@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_ints.h (HAL_CLOCK_REINITIALIZE): Better |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
137 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
|
138 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
|
139 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
140 * src/iq80310_misc.c (hal_clock_reinitialize): Always return a |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
141 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
|
142 to support that. |
|
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-14 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): New macro |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
147 which calls the below, also a prototype for it. |
|
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 * src/iq80310_misc.c (hal_clock_reinitialize): New routine to |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
150 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
|
151 profiling use only; not general purpose eCos usage. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
152 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
153 2002-01-04 Mark Salter <msalter@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
154 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
155 * 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
|
156 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
157 2002-01-03 Mark Salter <msalter@redhat.com> |
|
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 * misc/redboot_ROM.ecm: Use generic i82559 package. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
160 * misc/redboot_ROMA.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
161 * misc/redboot_RAM.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
162 * misc/redboot_RAMA.ecm: Ditto. |
|
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 * 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
|
165 uncached alias for a cached address. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
166 (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
|
167 * 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
|
168 SDRAM. |
|
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 2001-10-03 Jonathan Larmour <jlarmour@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
171 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
172 * 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
|
173 * src/diag/iq80310.h: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
174 * 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
|
175 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
176 2001-08-27 Mark Salter <msalter@redhat.com> |
|
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 * 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
|
179 (CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY) New option. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
180 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
181 * 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
|
182 CYGSEM_HAL_ARM_IQ80310_CLEAR_PCI_RETRY. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
183 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
184 * 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
|
185 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
186 2001-08-24 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 * 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
|
189 asm so that code generation differences won't break it. |
|
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 2001-08-15 Mark Salter <msalter@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
192 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
193 * 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
|
194 Make all register pointers volatile. |
|
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 * 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
|
197 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
198 2001-08-04 Mark Salter <msalter@redhat.com> |
|
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 * 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
|
201 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
|
202 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
203 2001-06-21 Jonathan Larmour <jlarmour@redhat.com> |
|
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 * images/*: Remove. Don't bloat repository with things already on |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
206 the web. |
|
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-04-30 Gary Thomas <gthomas@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: Remove #undef CYG_HAL_ROM_RESET_USES_JUMP |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
211 since this is no longer used. |
|
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-04-18 Gary Thomas <gthomas@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 * 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
|
216 to avoid addressing problems with ROM startup mode. |
|
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-17 Mark Salter <msalter@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 * 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
|
221 (CYGBLD_GLOBAL_CFLAGS): Add -ffunction-sections and -fdata-sections. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
222 * 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
|
223 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
224 2001-04-16 Gary Thomas <gthomas@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 * 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
|
227 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
228 2001-04-10 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 * 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
|
231 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
232 2001-04-03 Mark Salter <msalter@redhat.com> |
|
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 * 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
|
235 * 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
|
236 CYGPKG_IO_FLASH is defined. |
|
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-03-31 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 * 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
|
241 * src/diag/iq80310.h: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
242 * src/diag/external_timer.c: 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 2001-03-30 Mark Salter <msalter@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
245 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
246 * misc/redboot_RAM.ecm: Disable CYGSEM_REDBOOT_FIS_CRC_CHECK |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
247 and CYGSEM_IO_FLASH_VERIFY_PROGRAM. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
248 * misc/redboot_RAMA.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
249 * misc/redboot_ROM.ecm: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
250 * misc/redboot_ROMA.ecm: Ditto. |
|
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 * include/pkgconf/mlt_arm_iq80310_rom.h: Fix heap1_SIZE. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
253 * include/pkgconf/mlt_arm_iq80310_ram.h Ditto: |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
254 * include/pkgconf/mlt_arm_iq80310_ram.mlt: Remove PCI window. |
|
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 * include/hal_platform_setup.h: Fix page table comment. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
257 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
258 2001-03-12 Jonathan Larmour <jlarmour@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
259 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
260 * src/iq80310_misc.c: Ensure case ranges have spaces around |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
261 identifiers to allow correct parsing by compiler. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
262 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
263 2001-02-27 Jonathan Larmour <jlarmour@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
264 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
265 * src/diag/pci_bios.h: Remove CVS-unfriendly keyword substitutions |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
266 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
267 2001-02-23 Jesper Skov <jskov@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
268 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
269 * 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
|
270 uses deprecated cache handling macros. |
|
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 2001-02-23 Gary Thomas <gthomas@redhat.com> |
|
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 * misc/redboot_ROMA.ecm: Renamed from redboot_ROMA.cfg |
|
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 * misc/redboot_RAMA.ecm: Renamed from redboot_RAMA.cfg |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
277 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
278 * misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
279 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
280 * misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg |
|
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-13 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 * src/iq80310_misc.c (hal_IRQ_handler): |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
285 Return CYGNUM_HAL_INTERRUPT_NONE for spurious interrupts. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
286 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
287 2001-02-08 Jesper Skov <jskov@redhat.com> |
|
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 * 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
|
290 CYGDBG_HAL_DIAG_TO_DEBUG_CHAN. |
|
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-07 Mark Salter <msalter@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/diag/external_timer.c (counter_test): Fix printf format |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
295 string to work with stripped down RedBoot printf.(counter_test): |
|
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-06 Mark Salter <msalter@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/diag/external_timer.c: Merged in Cyclone changes. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
300 * src/diag/interrupts.c: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
301 * src/diag/memtest.c: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
302 * src/diag/xscale_test.c: Ditto. |
|
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 2001-02-02 Mark Salter <msalter@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
305 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
306 * 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
|
307 delay loop variable to avoid optimizing it away. |
|
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/flash.c (flash_buffer): Change huge array (.bss) to a |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
310 pointer to scratchpad RAM above RedBoot. |
|
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 * 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
|
313 (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
|
314 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
315 * 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
|
316 * misc/redboot_ROMA.cfg: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
317 * misc/redboot_RAM.cfg: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
318 * misc/redboot_RAMA.cfg: Ditto. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
319 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
320 2001-01-31 Mark Salter <msalter@redhat.com> |
|
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_pci.c (__pci_abort_handler): Use naked attribute for |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
323 use as abort handler. |
|
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 * src/iq80310_misc.c (_scrub_ecc): New function. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
326 (hal_IRQ_handler): Fix switched sensing of FIQ/IRQ. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
327 (hal_hardware_init): Install handlers for NMI FIQs. Fix switched |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
328 installation of FIQ/IRQ ISRs. |
|
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 * include/hal_iq80310.h (RFR_INIT_VAL): Double refresh interval. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
331 Add more register definitions. |
|
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 * include/hal_platform_setup.h: Add support for baterry test. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
334 Enable Yavapai single-bit error correction. |
|
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 * src/diag/*: Integrate latest Cyclone code. Add RHEPL to contributed |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
337 files. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
338 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
339 2001-01-31 Jesper Skov <jskov@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
340 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
341 * 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
|
342 with CYGSEM_HAL_DIAG_MANGLER_None |
|
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 * include/hal_diag.h: Fix hal_delay_us declaration. |
|
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 2001-01-26 Jesper Skov <jskov@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
347 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
348 * 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
|
349 * include/plf_stub.h: Moved reset macro to |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
350 * include/hal_platform_ints.h: this file. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
351 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
352 2001-01-11 Mark Salter <msalter@redhat.com> |
|
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_platform_setup.h: Remove hardcoded position dependencies |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
355 in page table setup. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
356 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
357 * 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
|
358 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
|
359 ARM bootloader. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
360 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
361 * 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
|
362 with modified start address to coexist with ARM bootloader. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
363 * include/pkgconf/mlt_arm_iq80310_roma.h: Regenerated. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
364 * include/pkgconf/mlt_arm_iq80310_roma.ldi: Regenerated. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
365 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
366 * misc/redboot_ROMA.cfg: RedBoot configuration for ROM startup by |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
367 ARM booloader in FLASH boot sector. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
368 * misc/redboot_RAMA.cfg: RedBoot configuration for RAM startup with |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
369 ARM booloader in FLASH boot sector. |
|
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-08 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/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
|
374 and reset PCI bus before calling Cyclone diag code. |
|
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 * src/diag/xscale_test.c (hdwr_diag): Uncomment call to |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
377 sys_pci_device_init. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
378 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
379 2001-01-05 Mark Salter <msalter@redhat.com> |
|
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 * 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
|
382 setup stack for programs called by RedBoot. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
383 * 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
|
384 (Merged from XScale branch). |
|
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 * 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
|
387 * 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
|
388 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
389 2000-12-21 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_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
|
392 (pci_config_cleanup): Don't use fixed bus numbers. |
|
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 * 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
|
395 secondary bus number. |
|
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 * include/hal_platform_setup.h: Increase reset delay to 60ms. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
398 Remove dead code. |
|
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-22 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/hal_diag.c: Support 57600 baud. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
403 * cdl/hal_arm_iq80310.cdl: Accept 57600 as legal baudrate. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
404 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
405 * 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
|
406 * misc/redboot_ROM.cfg: Ditto. |
|
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-19 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 (hal_clock_read): Fix timer bit juggling. |
|
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 2000-11-19 Gary Thomas <gthomas@redhat.com> |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
413 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
414 * 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
|
415 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
416 2000-11-16 Mark Salter <msalter@redhat.com> |
|
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 * 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
|
419 (nirq_ISR): Correct dispatch for X3 interrupts. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
420 |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
421 * 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
|
422 (HAL_DELAY_US): Define. |
|
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: Correct CYGNUM_HAL_RTC_PERIOD. |
|
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-06 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 * misc/redboot_RAM.cfg: Turn on CYGSEM_REDBOOT_BSP_SYSCALLS. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
429 * misc/redboot_ROM.cfg: Ditto. |
|
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 2000-11-04 Mark Salter <msalter@redhat.com> |
|
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 * misc/redboot_RAM.cfg: Add in PCI and ethernet. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
434 * misc/redboot_ROM.cfg: Ditto. |
|
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 * include/plf_io.h: Fleshed out PCI support. |
|
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 * 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
|
439 Change default baud to 115200. |
|
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 * src/iq80310_pci.c: New file. HAL pci support. |
|
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/plf_stub.h: Reworked HW watchpoint/breakpoint support. |
|
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 * src/iq80310_misc.c (hal_hardware_init): Remove DSU setup. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
446 (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
|
447 single byte locations. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
448 (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
|
449 reason for hardware stop and data address. |
|
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 * include/hal_platform_setup.h (PLATFORM_SETUP1): Clear DSU state. |
|
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 //=========================================================================== |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
454 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
455 // ------------------------------------------- |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
456 // 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
|
457 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
458 // |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
459 // 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
|
460 // 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
|
461 // 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
|
462 // |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
463 // 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
|
464 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
465 // 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
|
466 // for more details. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
467 // |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
468 // 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
|
469 // 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
|
470 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
471 // |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
472 // 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
|
473 // 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
|
474 // 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
|
475 // 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
|
476 // 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
|
477 // 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
|
478 // |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
479 // 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
|
480 // 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
|
481 // |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
482 // 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
|
483 // at http://sources.redhat.com/ecos/ecos-license/ |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
484 // ------------------------------------------- |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
485 //####ECOSGPLCOPYRIGHTEND#### |
|
de449c532876
Add NPWR Linux Engine, update Xscale IOP310 based platforms
gthomas
parents:
diff
changeset
|
486 //=========================================================================== |
