Mercurial > flash_v2
annotate packages/hal/powerpc/arch/current/ChangeLog @ 16:4f2df4ab82c8 ecos-sw-1999-06-18
Merge from eCos master repository on 1999-06-18-15:25:04-BST
| author | jlarmour |
|---|---|
| date | Fri, 18 Jun 1999 07:59:09 +0000 |
| parents | 01ce82f3e11a |
| children | 7253dcc42a09 |
| rev | line source |
|---|---|
|
16
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
1 1999-06-17 Hugo Tyson <hmt@cygnus.co.uk> |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
2 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
3 * src/vectors.S (CYG_MSR): define correctly for copying vectors, |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
4 even if ROM start. Complete system init for ROM start. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
5 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
6 1999-06-15 Hugo Tyson <hmt@cygnus.co.uk> |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
7 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
8 * include/ppc.inc: Add definitions of FUNC_START and FUNC_END. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
9 They are needed by platform code. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
10 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
11 * src/vectors.S: Remove definition of FUNC_START. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
12 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
13 1999-06-11 Hugo Tyson <hmt@cygnus.co.uk> |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
14 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
15 * src/vectors.S (_start): remove some platform-conditional |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
16 initialization code; it is now in hal_hardware_init in the |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
17 platform HAL. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
18 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
19 * src/hal_misc.c: remove very-platform-conditional definition of |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
20 memory descriptor table - it is now in platform HALs. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
21 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
22 * include/ppc_regs.h: simplify definition of CYGARC_REG_IMM_BASE. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
23 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
24 * include/hal_cache.h (CYGARC_MEMDESC_CACHE): ...and other |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
25 macros... add support for external definitions of memory |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
26 descriptor table used in platform-specific initialization of MMU. |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
27 |
|
14
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
28 1999-06-10 Hugo Tyson <hmt@cygnus.co.uk> |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
29 |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
30 * src/vectors.S (_start): Add better support for various startup |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
31 options, including CygMon loading. |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
32 |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
33 * src/PKGconf.mak (COMPILE): remove quicc_smc.c; it has been |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
34 reorganized and renamed into the FADS component. |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
35 |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
36 * include/quicc_smc.h, src/ppc_860.h, src/quicc_smc.c: removed; |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
37 reorganized and renamed into the FADS component. |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
38 |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
39 1999-06-08 Jesper Skov <jskov@cygnus.co.uk> |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
40 |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
41 * include/hal_intr.h: |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
42 * src/vectors.S (hal_vsr_table): |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
43 * src/hal_misc.c (hal_default_decrementer_isr): |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
44 Use NOP default ISR for decrementer. |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
45 Fix hal_intr macros. |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
46 |
|
12
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
47 1999-06-04 Jesper Skov <jskov@cygnus.co.uk> |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
48 PR 20146 |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
49 * src/ppc_860.h: Added padding to some structures, reported by |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
50 Jean-Dominique Orvoen (orvoen@email.enst.fr) |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
51 |
|
10
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
52 1999-05-26 Jesper Skov <jskov@cygnus.co.uk> |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
53 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
54 * include/hal_cache.h (HAL_DCACHE_LOCK): |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
55 Fixed asm constraint. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
56 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
57 1999-05-25 Jesper Skov <jskov@cygnus.co.uk> |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
58 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
59 * include/hal_intr.h: |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
60 * src/vectors.S (hal_interrupt_stack_call_pending_DSRs): |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
61 Added call_pending_DSR magic. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
62 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
63 1999-05-21 Hugo Tyson <hmt@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
64 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
65 * include/hal_intr.h: Define HAL_INTERRUPT_STACK_BASE and |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
66 HAL_INTERRUPT_STACK_TOP so that stack usage macros in |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
67 kernel/.../stackmon.hxx can work. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
68 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
69 * src/vectors.S (cyg_interrupt_stack_base): Define this symbol for |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
70 the interrupt stack and its friend for the stack top so that we |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
71 can publish them with nice names. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
72 |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
73 1999-05-13 Hugo Tyson <hmt@cygnus.co.uk> |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
74 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
75 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Align stack |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
76 (rather conservatively) before use. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
77 |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
78 1999-04-28 Bart Veer <bartv@cygnus.co.uk> |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
79 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
80 * src/PKGconf.mak: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
81 Remove the -n argument to tail, it does not appear to be required |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
82 on any supported host and causes problems with some |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
83 implementations of tail. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
84 |
| 2 | 85 1999-04-19 Jesper Skov <jskov@cygnus.co.uk> |
| 86 PR 19861 | |
| 87 * src/vectors.S (_start): Rewrote the hal_zero_bss code in | |
| 88 assembly. When compiling with -O0 the C function accesses the | |
| 89 previous stack frame upon return, causing a crash. | |
| 90 | |
| 91 1999-04-15 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 92 | |
| 93 * src/powerpc.ld: Define __bss_start/__bss_end around the BSS, and | |
| 94 __sbss_start/__sbss_end around the SBSS | |
| 95 * src/vectors.S (_start): Call C function to clear BSS. | |
| 96 * src/hal_misc.c (hal_zero_bss): Use __bss_end rather than _end when | |
| 97 clearing BSS. Clear SBSS similarly but separately since the MLT | |
| 98 may have them in non-contiguous parts of memory. | |
| 99 | |
| 100 These fix PR 19750 | |
| 101 | |
| 102 1999-04-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 103 | |
| 104 * include/hal_cache.h: Added HAL_xCACHE_IS_ENABLED macros. | |
| 105 | |
| 106 1999-04-14 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 107 | |
| 108 * src/PKGconf.mak (EXTRAS): Don't generate extras.o here any more | |
| 109 But do define EXTRAS every time for the linker script | |
| 110 | |
| 111 1999-04-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 112 | |
| 113 * src/ppc_stub.c: | |
| 114 Moved get_register and put_register to hal_stub.c. | |
| 115 | |
| 116 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 117 | |
| 118 * src/*.ld: Revised SECTION_* macro arguments to | |
| 119 avoid padded output sections (PR 19787) | |
| 120 | |
| 121 1999-04-07 Gary Thomas <gthomas@cygnus.co.uk> | |
| 122 | |
| 123 * include/hal_arch.h (CYGNUM_HAL_STACK_SIZE_xxx): Increase to more | |
| 124 realistic values. PR 19748. | |
| 125 | |
| 126 1999-03-31 Jesper Skov <jskov@cygnus.co.uk> | |
| 127 PR 19741 | |
| 128 * src/vectors.S: | |
| 129 * src/ppc_stub.c (__computeSignal): | |
| 130 Added some comments about the use of MSR/SRR1. Masked out reserved | |
| 131 bits of MSR before restoring it. | |
| 132 | |
| 133 1999-03-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 134 | |
| 135 * include/hal_arch.h: Added stack values. | |
| 136 | |
| 137 1999-03-22 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 138 | |
| 139 * include/ppc_stub.h: Update copyright | |
| 140 | |
| 141 * src/ppc_stub.c: Update copyright | |
| 142 | |
| 143 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 144 | |
| 145 * include/hal_arch.h: | |
| 146 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of | |
| 147 CYGNUM_HAL_MINIMUM_STACK_SIZE. | |
| 148 | |
| 149 1999-03-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 150 | |
| 151 * tests/intr0.c: | |
| 152 * include/ppc.inc: | |
| 153 * include/hal_arch.h: | |
| 154 Cleaned up some FIX MEs. | |
| 155 | |
| 156 1999-03-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 157 | |
| 158 * include/ppc.inc: Removed exception safety margin. | |
| 159 | |
| 160 1999-03-17 John Dallaway <jld@cygnus.co.uk> | |
| 161 | |
| 162 * src/PKGconf.mak: Remove dependence on echo '-e' switch. | |
| 163 | |
| 164 1999-03-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 165 | |
| 166 * src/hal_misc.c: Moved extern declarations out of function body | |
| 167 to avoid compiler warnings. | |
| 168 | |
| 169 1999-03-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 170 | |
| 171 * include/hal_arch.h (CYGNUM_HAL_MINIMUM_STACK_SIZE): Increased to | |
| 172 2kB for safety. | |
| 173 | |
| 174 * include/ppc.inc: Reduced exception stack frame safety gap | |
| 175 to 64 bytes. | |
| 176 | |
| 177 1999-03-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 178 | |
| 179 * include/hal_arch.h (CYGNUM_HAL_MINIMUM_STACK_SIZE): | |
| 180 Added HAL stack size definition. | |
| 181 | |
| 182 1999-03-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 183 | |
| 184 * include/hal_intr.h (HAL_INTERRUPT_IN_USE): Added. | |
| 185 | |
| 186 1999-03-08 Nick Garnett <nickg@cygnus.co.uk> | |
| 187 | |
| 188 * src/powerpc.ld: | |
| 189 Added alignment before definition of __DEVTAB__. | |
| 190 | |
| 191 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 192 | |
| 193 * include/hal_intr.h: Removed workaround. | |
| 194 | |
| 195 1999-03-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 196 | |
| 197 * include/hal_intr.h (cyg_hal_interrupt_set_level): Disable this | |
| 198 function as a temporary workaround to PR 19400. | |
| 199 | |
| 200 1999-03-05 Gary Thomas <gthomas@cygnus.co.uk> | |
| 201 | |
| 202 * src/PKGconf.mak: | |
| 203 * src/powerpc.ld: Clean up I/O package changes. | |
| 204 | |
| 205 1999-03-04 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 206 | |
| 207 * src/powerpc.ld: | |
| 208 Add INPUT(libextras.a), add libextras.a to GROUP() and include | |
| 209 new section for device driver table | |
| 210 | |
| 211 1999-02-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 212 | |
| 213 * include/hal_intr.h: Removed FIX ME. | |
| 214 | |
| 215 1999-02-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 216 | |
| 217 * include/hal_intr.h: | |
| 218 * src/ppc_stub.c (__computeSignal): | |
| 219 Renamed CYGNUM_HAL_HWVECTOR_DECREMENTER to | |
| 220 CYGNUM_HAL_VECTOR_DECREMENTER. | |
| 221 | |
| 222 1999-02-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 223 | |
| 224 * src/vectors.S: | |
| 225 Changed label used to access scheduler lock to one that is not | |
| 226 mangled by C++. This is intended to make support for interrupt | |
| 227 handling in non-kernel configurations easier. | |
| 228 | |
| 229 1999-02-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 230 | |
| 231 * src/ppc_stub.c (__computeSignal): Renamed | |
| 232 CYGNUM_HAL_VECTOR_DECREMENTER to CYGNUM_HAL_HWVECTOR_DECREMENTER. | |
| 233 | |
| 234 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 235 | |
| 236 * include/hal_arch.h: | |
| 237 Rename deliver_exception() -> cyg_hal_deliver_exception() | |
| 238 | |
| 239 * include/hal_intr.h: | |
| 240 Reorganise vector/interrupt/exception names according to purpose | |
| 241 Add decoded exception vectors (decoded from PROGRAM exception) | |
| 242 QA improvements | |
| 243 | |
| 244 * include/ppc_regs.h: | |
| 245 Add defines for access to SRR0 and SRR1 registers | |
| 246 | |
| 247 * src/hal_intr.c: | |
| 248 Rename CYG_VECTOR_* according to hal_intr.h changes above | |
| 249 QA improvements | |
| 250 | |
| 251 * src/hal_misc.c: | |
| 252 Decode PROGRAM vector using SSR1 register | |
| 253 QA improvements | |
| 254 | |
| 255 * src/ppc_stub.c: | |
| 256 Rename CYG_VECTOR_* according to hal_intr.h changes above | |
| 257 | |
| 258 * src/quicc_smc.c: | |
| 259 Add a FIX ME | |
| 260 | |
| 261 * src/vectors.S: | |
| 262 Rename exception_handler -> cyg_hal_exception_handler | |
| 263 | |
| 264 * tests/intr0.c: | |
| 265 Rename CYG_VECTOR_* -> CYGNUM_HAL_INTERRUPT_* due to hal_intr.h | |
| 266 changes above | |
| 267 | |
| 268 1999-02-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 269 | |
| 270 * src/ppc_stub.c (__computeSignal): Moved special GDB signal | |
| 271 handling to generic-stub.c. | |
| 272 | |
| 273 1999-02-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 274 | |
| 275 * src/hal_misc.c (hal_default_isr): Always print out vector number | |
| 276 in hal_default_interrupt. | |
| 277 | |
| 278 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 279 | |
| 280 * src/vectors.S: Changed set_debug_traps to initialize_stub. | |
| 281 | |
| 282 * src/ppc_stub.c: | |
| 283 * include/ppc_stub.h: | |
| 284 Cleaned up to only include arch specific stub code. | |
| 285 | |
| 286 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 287 | |
| 288 * src/ppc_stub.c: | |
| 289 * src/hal_misc.c: | |
| 290 * src/hal_intr.c: | |
| 291 * src/vectors.S: | |
| 292 * include/ppc_regs.h: | |
| 293 * include/hal_intr.h: | |
| 294 * include/hal_cache.h: | |
| 295 Cleaned up the MPC823/850 code. | |
| 296 | |
| 297 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 298 | |
| 299 * include/hal_intr.h (HAL_CLOCK_LATENCY): Return 0 when the result | |
| 300 is due to a bogus timer interrupt. | |
| 301 | |
| 302 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 303 | |
| 304 * src/powerpc.ld: Add LMA_EQ_VMA macro definition. | |
| 305 | |
| 306 1999-01-29 Jesper Skov <jskov@cygnus.co.uk> | |
| 307 | |
| 308 * src/hal_misc.c: | |
| 309 * src/ppc_stub.c: | |
| 310 * src/vectors.S: | |
| 311 * include/ppc_regs.h: | |
| 312 * include/hal_intr.h: | |
| 313 * include/hal_cache.h: | |
| 314 Added MPC823/850 support. Some of it needs cleaning up a bit. | |
| 315 | |
| 316 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 317 PR 18879 | |
| 318 * include/quicc_smc.h: | |
| 319 * src/quicc_smc.c: | |
| 320 Fix compiler warnings. | |
| 321 | |
| 322 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 323 | |
| 324 * include/quicc_smc.h: | |
| 325 * src/ppc_860.h: | |
| 326 * src/quicc_smc.c: | |
| 327 Added UNSUPPORTED headers. | |
| 328 | |
| 329 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 330 | |
| 331 * src/hal_misc.c (cyg_hal_invoke_constructors): | |
| 332 Add code to deal with CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG | |
| 333 Tidy up and update description header | |
| 334 Shorten needlessly long lines | |
| 335 | |
| 336 * src/vectors.S: | |
| 337 Remove all traces of non-CYG_KERNEL_USE_INIT_PRIORITY code | |
| 338 Tidy up and update description header | |
| 339 Shorten needlessly long lines | |
| 340 | |
| 341 1999-01-21 Jesper Skov <jskov@cygnus.co.uk> | |
| 342 Merge with FADS branch. | |
| 343 | |
| 344 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 345 | |
| 346 * src/ppc_860.h: Added as private header. | |
| 347 | |
| 348 * src/PKGconf.mak (COMPILE): Added quicc_smc.c. | |
| 349 | |
| 350 * include/quicc_smc.h: Prefix exported names with cyg_. | |
| 351 | |
| 352 * src/quicc_smc.c: Use ppc_860.h as a private header. | |
| 353 Made all but the necessary functions static. Prefixed the rest | |
| 354 with cyg_. | |
| 355 Moved the RS232 interface enabling here from hal_diag since it | |
| 356 is apparently required by both hal_stub and hal_diag. | |
| 357 | |
| 358 1999-01-20 Jesper Skov <jskov@cygnus.co.uk> | |
| 359 | |
| 360 * src/powerpc.ld (SECTION_bss): Added align statement. | |
| 361 | |
| 362 1999-01-20 Jesper Skov <jskov@cygnus.co.uk> | |
| 363 | |
| 364 * src/vectors.S: Changed _STUB to _STUBS. | |
| 365 | |
| 366 1999-01-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 367 | |
| 368 * src/vectors.S: | |
| 369 * src/hal_misc.c (hal_enable_caches): | |
| 370 Also support HAL_STARTUP_STUB. | |
| 371 | |
| 372 1999-01-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 373 | |
| 374 * src/hal_misc.c: | |
| 375 * src/hal_intr.c: | |
| 376 Move external declarations out of functions. | |
| 377 | |
| 378 1999-01-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 379 | |
| 380 * src/vectors.S (_start): Copy data to RAM before calling C | |
| 381 functions (or "don't initialize the MMU with random data"). | |
| 382 | |
| 383 * src/hal_misc.c: ROM is cache inhibited. | |
| 384 | |
| 385 1999-01-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 386 | |
| 387 * include/basetype.h: CYG_DOUBLE_BYTEORDER now in <infra/cyg_type.h> | |
| 388 | |
| 389 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 390 | |
| 391 * include/basetype.h (CYG_DOUBLE_BYTEORDER): Define ordering | |
| 392 for words within double. | |
| 393 | |
| 394 1999-01-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 395 | |
| 396 * include/hal_io.h: Fixed indentation. | |
| 397 | |
| 398 1999-01-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 399 | |
| 400 * include/hal_intr.h (HAL_CLOCK_RESET): Undid below change; | |
| 401 doesn't always work. | |
| 402 | |
| 403 1998-12-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 404 | |
| 405 * include/hal_intr.h (HAL_CLOCK_RESET): Add rather than store to | |
| 406 avoid wall-clock drift. | |
| 407 | |
| 408 1998-12-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 409 | |
| 410 * src/vectors.S: Cleaned up code to use r14/r15 during | |
| 411 interrupt/exception handling, which is necessary to support | |
| 412 -msdata. | |
| 413 Put hal tables in sdata section when smaller than threshold. | |
| 414 | |
| 415 1998-12-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 416 | |
| 417 * include/hal_cache.h: Defined three more macros. | |
| 418 | |
| 419 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 420 | |
| 421 * include/hal_cache.h: Defined three more macros. | |
| 422 | |
| 423 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 424 | |
| 425 * src/vectors.S: Make the program exception jump to ROM if no GDB | |
| 426 stub was configured. | |
| 427 | |
| 428 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 429 | |
| 430 * include/hal_cache.h: Added HAL_ICACHE_UNLOCK_ALL and | |
| 431 HAL_DCACHE_UNLOCK_ALL for sim (unused). | |
| 432 | |
| 433 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 434 | |
| 435 * include/hal_cache.h: Defined cache locking macros. Changed | |
| 436 invalidate macros not to unlock. | |
| 437 | |
| 438 * include/ppc_regs.h: Added some instruction cache definitions. | |
| 439 | |
| 440 * src/hal_misc.c (hal_enable_caches): Unlock caches before | |
| 441 invalidating. | |
| 442 | |
| 443 1998-12-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 444 | |
| 445 * src/hal_misc.c (hal_enable_caches): Don't enable caches when | |
| 446 configured for ROM. | |
| 447 | |
| 448 1998-12-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 449 | |
| 450 * include/ppc_regs.h: TBx_W are SPR registers. | |
| 451 | |
| 452 * src/vectors.S (_init_CPU, _start): Added a few sync instructions. | |
| 453 | |
| 454 1998-12-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 455 | |
| 456 * include/ppc_regs.h (CYGARC_REG_IMM_OR_CSNT): Fixed typo. | |
| 457 | |
| 458 1998-12-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 459 | |
| 460 * include/ppc_regs.h: Added more definitions. | |
| 461 | |
| 462 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 463 | |
| 464 * src/vectors.S (_init_CPU): Proper solution to the problem of | |
| 465 MMU/cache initialization. | |
| 466 | |
| 467 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 468 | |
| 469 * src/vectors.S (_start): Map RAM before accessing it. Only | |
| 470 disable MMU just before (re)programming it. | |
| 471 | |
| 472 1998-12-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 473 | |
| 474 * src/hal_intr.c: | |
| 475 * src/hal_intr.cxx: | |
| 476 * src/PKGconf.mak: | |
| 477 Renamed hal_intr.cxx to hal_intr.c. | |
| 478 | |
| 479 1998-12-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 480 | |
| 481 * tests/intr0.c: Improved somewhat. Also fixes PR 18440. | |
| 482 | |
| 483 * src/hal_intr.cxx: | |
| 484 * src/PKGconf.mak: | |
| 485 Added hal_intr.cxx. | |
| 486 | |
| 487 * include/ppc_regs.h: More register definitions. | |
| 488 | |
| 489 * include/hal_intr.h: Handle decrementer in HAL_INTERRUPT_ mask | |
| 490 and configure macros. | |
| 491 Added declarations for interrupt arbiters. | |
| 492 | |
| 493 1998-12-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 494 PR 18425 | |
| 495 | |
| 496 * src/vectors.S: | |
| 497 * include/ppc_regs.h: | |
| 498 * include/hal_intr.h: | |
| 499 Prefixed remaining definitions used by hal_intr.h. | |
| 500 | |
| 501 * include/hal_intr.h: | |
| 502 Added more definitions. Fixed wrong TBx_R values. | |
| 503 | |
| 504 1998-12-01 Jesper Skov <jskov@cygnus.co.uk> | |
| 505 | |
| 506 * tests/PKGconf.mak: | |
| 507 * tests/intr0.c: | |
| 508 First simple test of 860 specific interrupt handling. | |
| 509 | |
| 510 * src/vectors.S (__default_interrupt_vsr): Don't shift decoded | |
| 511 vector number. | |
| 512 | |
| 513 * src/hal_misc.c (hal_clear_MMU): Added. | |
| 514 (hal_MMU_init): Call hal_clear_MMU to ensure a sane MMU state. | |
| 515 | |
| 516 * include/ppc_regs.h: Added even more definitions. | |
| 517 | |
| 518 * include/hal_intr.h: Fixed interrupt functions to deal with | |
| 519 interleaved IRQ/LVL vectors. | |
| 520 | |
| 521 1998-11-30 Jesper Skov <jskov@cygnus.co.uk> | |
| 522 | |
| 523 * src/vectors.S (__default_interrupt_vsr): Always call | |
| 524 cyg_hal_gdb_isr when GDB_BREAK support is enabled. | |
| 525 Added comment about nesting. | |
| 526 | |
| 527 1998-11-30 Jesper Skov <jskov@cygnus.co.uk> | |
| 528 | |
| 529 * include/ppc_regs.h: Added a few more definitions. | |
| 530 | |
| 531 * src/vectors.S (decode_interrupt): Added 1st level arbitration | |
| 532 for MPC860. | |
| 533 | |
| 534 * include/hal_intr.h: Added (properly ordered) LVL vectors. | |
| 535 Changed if/else to switch/case. | |
| 536 Added configuration of priorities/level. | |
| 537 | |
| 538 1998-11-30 Jesper Skov <jskov@cygnus.co.uk> | |
| 539 | |
| 540 * src/vectors.S (decode_interrupt): Update the vector in the state | |
| 541 frame. | |
| 542 | |
| 543 1998-11-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 544 | |
| 545 * include/ppc_regs.h: Added more 860 IMM registers. | |
| 546 | |
| 547 * include/hal_io.h: Changed HAL_IO_BARRIER so it can be used from | |
| 548 C++. | |
| 549 | |
| 550 * include/hal_intr.h: First part of 860 interrupt controller | |
| 551 support. | |
| 552 | |
| 553 * src/vectors.S: | |
| 554 * include/hal_intr.h: | |
| 555 Exchanged extern and decrementer interrupt ISR vectors to allow | |
| 556 more sensible extension. | |
| 557 | |
| 558 1998-11-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 559 | |
| 560 * src/hal_misc.c: The memory map descriptor table is now weakly | |
| 561 defined so applications can override it. | |
| 562 | |
| 563 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 564 | |
| 565 * include/ppc_regs.h: | |
| 566 * src/hal_misc.c (hal_map_memory): | |
| 567 Added handling of Guarded attribute. | |
| 568 | |
| 569 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 570 | |
| 571 * include/hal_arch.h: Added definition for magic constant. | |
| 572 | |
| 573 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 574 | |
| 575 * src/vectors.S: | |
| 576 * include/hal_arch.h: | |
| 577 * include/ppc.inc: | |
| 578 Moved SPR definitions to ppc_regs.h. | |
| 579 | |
| 580 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 581 | |
| 582 * src/vectors.S: | |
| 583 * src/ppc_stub.c: | |
| 584 * src/hal_misc.c: | |
| 585 Changes due to ppc_regs.h cleanup. | |
| 586 | |
| 587 * src/ppc_stub.h: Added convenience definition for SP register. | |
| 588 | |
| 589 * include/ppc_regs.h: Got rid of GDB register definitions. | |
| 590 Cleaned up a bit. | |
| 591 | |
| 592 * include/ppc_regs.h: | |
| 593 * include/hal_cache.h: | |
| 594 Prefixed register names with CYGARC_REG_ to avoid name space | |
| 595 pollution. | |
| 596 | |
| 597 * include/hal_arch.h: | |
| 598 * src/context.S: | |
| 599 Replaced magic constants in jmpbuf with defines. | |
| 600 | |
| 601 1998-11-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 602 | |
| 603 * src/vectors.S (__start): Got rid of a few magic constants. | |
| 604 | |
| 605 * include/hal_intr.h (HAL_CLOCK_INITIALIZE, | |
| 606 HAL_CLOCK_RESET): Cleaned up a bit. | |
| 607 | |
| 608 * include/ppc_regs.h: Added DC_ADR_ and TBU/TBL macros. | |
| 609 | |
| 610 * include/hal_cache.h: Got rid of a few magic constants. | |
| 611 Changed types in cyg_memdesc_t. | |
| 612 * src/hal_misc.c (hal_map_memory): Changed argument types. | |
| 613 | |
| 614 * include/hal_arch.h: Changed a few comments. | |
| 615 | |
| 616 1998-11-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 617 | |
| 618 * src/vectors.S: Cleaned up CYG_MSR definition. | |
| 619 | |
| 620 * src/hal_misc.c (mem_map): Added mapping for SIM. | |
| 621 (hal_map_memory): Added 603 BAT mapping. | |
| 622 | |
| 623 * include/ppc_regs.h: Added definitions for BATs. | |
| 624 | |
| 625 1998-11-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 626 | |
| 627 * include/ppc_regs.h: | |
| 628 * include/hal_cache.h: | |
| 629 Use operand constants to pass macro values to assembly code. | |
| 630 | |
| 631 1998-11-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 632 | |
| 633 * src/context.S: | |
| 634 * include/ppc.inc: | |
| 635 * include/hal_arch.h: | |
| 636 Improved GDB thread info output by making a context switch frame | |
| 637 look like an exception/interrupt frame. | |
| 638 | |
| 639 1998-11-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 640 | |
| 641 * include/hal_intr.h: Add support for interrupt latency | |
| 642 measurements, controlled by CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY. | |
| 643 | |
| 644 1998-11-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 645 | |
| 646 * include/ppc.inc: Renamed CYG_HAL_POWERPC_MP860 to | |
| 647 CYG_HAL_POWERPC_MPC860. | |
| 648 | |
| 649 1998-11-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 650 | |
| 651 * hal/powerpc/arch/current/include/hal_cache.h | |
| 652 * hal/powerpc/arch/current/include/hal_intr.h | |
| 653 * hal/powerpc/arch/current/include/ppc_regs.h | |
| 654 * hal/powerpc/arch/current/src/hal_misc.c | |
| 655 * hal/powerpc/arch/current/src/ppc_stub.c | |
| 656 * hal/powerpc/arch/current/src/vectors.S | |
| 657 Renamed CYG_HAL_POWERPC_MP860 to CYG_HAL_POWERPC_MPC860. | |
| 658 | |
| 659 1998-11-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 660 | |
| 661 * src/vectors.S: | |
| 662 * include/hal_intr.h: | |
| 663 Added vector translation. | |
| 664 | |
| 665 * src/vectors.S: Use r14 instead of r15 in interrupt handler. | |
| 666 | |
| 667 1998-11-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 668 | |
| 669 * include/hal_cache.h: Added memory mapping structure. | |
| 670 | |
| 671 * src/hal_misc.c (hal_MMU_init): Cleaned up memory mapping. | |
| 672 | |
| 673 1998-11-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 674 | |
| 675 * src/hal_misc.c (hal_enable_caches): Also disable serialization. | |
| 676 | |
| 677 * include/ppc_regs.h: Added more register definitions. | |
| 678 | |
| 679 1998-11-06 Jesper Skov <jskov@cygnus.co.uk> | |
| 680 | |
| 681 * src/vectors.S: Don't enable MMU when target is SIM. Caches are | |
| 682 not used anyway, and there's a serious performance hit. | |
| 683 (added comment). | |
| 684 | |
| 685 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 686 | |
| 687 * include/hal_cache.h: Proper separation of SIM and MPC860 cache | |
| 688 defines. | |
| 689 | |
| 690 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 691 | |
| 692 * src/ppc_stub.c (cyg_hal_gdb_interrupt, | |
| 693 cyg_hal_gdb_remove_break): Add cache flushes after fiddling with | |
| 694 the program data. | |
| 695 | |
| 696 * src/vectors.S (__default_interrupt_vsr, | |
| 697 __default_exception_vsr): Enable MMU on entry. | |
| 698 | |
| 699 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 700 | |
| 701 * src/vectors.S: Make calls to MMU init function and cache | |
| 702 enabling function. Enable MMU. | |
| 703 | |
| 704 * src/hal_misc.c (hal_map_memory, hal_MMU_init, | |
| 705 hal_enable_caches): Added. | |
| 706 | |
| 707 * include/ppc_regs.h: Added MMU register definitions. | |
| 708 | |
| 709 * include/hal_cache.h: Enabled cache macros and made them work | |
| 710 properly. | |
| 711 | |
| 712 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 713 | |
| 714 * include/ppc_stub.h: | |
| 715 * src/ppc_stub.c (cyg_hal_gdb_interrupt, | |
| 716 cyg_hal_gdb_remove_break): New names for the new GDB BREAK support | |
| 717 functions. | |
| 718 | |
| 719 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 720 | |
| 721 * src/vectors.S (__default_interrupt_vsr): Fill r15 before doing | |
| 722 cyg_hal_gdb_isr call, or it might be skipped. | |
| 723 cyg_hal_gdb_isr now takes PC as first argument. | |
| 724 | |
| 725 * src/ppc_stub.c: | |
| 726 * src/ppc_stub.h: | |
| 727 Added proper GDB interrupt support. | |
| 728 | |
| 0 | 729 1998-10-27 Jesper Skov <jskov@cygnus.co.uk> |
| 730 | |
| 731 * src/vectors.S: Also save registers 13-15 in minimum context for | |
| 732 convenience. | |
| 733 | |
| 734 1998-10-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 735 | |
| 736 * src/vectors.S: Removed pkgconf/kernel.h include fix-me. | |
| 737 | |
| 738 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 739 | |
| 740 * include/ppc_stub.h: Include generic-stub.h from hal. | |
| 741 | |
| 742 Fri Oct 23 04:47:11 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 743 | |
| 744 * include/hal_cache.h: | |
| 745 Include HAL configuration file to be sure we get all the right | |
| 746 defines. This is a potential problem, that I had thought may be | |
| 747 the cause of PR 17839, but that turned out to be a config tool | |
| 748 problem | |
| 749 | |
| 750 1998-10-16 Bart Veer <bartv@cygnus.co.uk> | |
| 751 | |
| 752 * src/vectors.S (__interrupt_stack): | |
| 753 Made the interrupt stack size configurable. | |
| 754 | |
| 755 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 756 | |
| 757 * src/ppc_stub.c (__computeSignal): Use SIGSYS for 'sc' | |
| 758 exceptions. | |
| 759 | |
| 760 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 761 PR 17808 | |
| 762 | |
| 763 * include/hal_arch.h (HAL_JMP_BUF_SIZE): Increased to 23. | |
| 764 | |
| 765 * src/context.S (hal_setjmp, hal_longjmp): Also save CR[2-4]. | |
| 766 | |
| 767 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 768 | |
| 769 * src/vectors.S: CYGDBG_KERNEL_DEBUG_GDB_INCLUDE_STUBS changed to | |
| 770 CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. | |
| 771 | |
| 772 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 773 | |
| 774 * src/ppc_stub.c: Replaced include <signal.h> with SIGxxx | |
| 775 definitions. | |
| 776 | |
| 777 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 778 | |
| 779 * src/ppc_stub.c: Graceful error if attempted compiled for | |
| 780 simulator. | |
| 781 Also do proper include of dbg-threads-api.h. | |
| 782 | |
| 783 * src/vectors.S: Changed CYG_HAL_GDB_BREAK to | |
| 784 CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT. | |
| 785 | |
| 786 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 787 | |
| 788 * src/ppc_stub.c (single_step, clear_single_step): Disable | |
| 789 interrupts when doing a single-step. | |
| 790 | |
| 791 1998-10-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 792 | |
| 793 * include/hal_io.h: | |
| 794 * src/ppc_stub.c: | |
| 795 * src/hal_misc.c: | |
| 796 Minor modifications to permit building without kernel. | |
| 797 | |
| 798 1998-10-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 799 | |
| 800 * include/hal_intr.h (HAL_QUERY_INTERRUPTS): Fixed to do the right | |
| 801 thing. | |
| 802 | |
| 803 1998-10-13 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 804 | |
| 805 * src/ppc_stub.c: | |
| 806 * src/hal_misc.c: | |
| 807 Added thread support. Primarily a change in the way registers are | |
| 808 accessed. | |
| 809 | |
| 810 * include/hal_arch.h (HAL_GET_GDB_REGISTERS, | |
| 811 HAL_SET_GDB_REGISTERS): Added a few more registers. | |
| 812 | |
| 813 1998-10-12 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 814 | |
| 815 * Reverted below to avoid problems with test farm. Waiting for | |
| 816 approval of other diffs. | |
| 817 | |
| 818 1998-10-12 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 819 | |
| 820 * src/ppc_stub.c: | |
| 821 * src/hal_misc.c: | |
| 822 Added thread support. Primarily a change in the way registers are | |
| 823 accessed. | |
| 824 | |
| 825 * include/hal_arch.h (HAL_GET_GDB_REGISTERS, | |
| 826 HAL_SET_GDB_REGISTERS): Added a few more registers. | |
| 827 | |
| 828 1998-10-12 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 829 | |
| 830 * include/ppc_stub.h: Added CYGONCE protection. | |
| 831 Fixed warning. | |
| 832 | |
| 833 1998-10-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 834 | |
| 835 * include/hal_intr.h: Added HAL_TRANSLATE_VECTOR. | |
| 836 | |
| 837 1998-10-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 838 | |
| 839 * src/vectors.S: Protect kernel.h inclusion by CYGPKG_KERNEL. | |
| 840 | |
| 841 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 842 | |
| 843 * include/hal_arch.h | |
| 844 * include/ppc_regs.h | |
| 845 * src/hal_misc.c | |
| 846 Changed /**/ comments to //. | |
| 847 | |
| 848 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 849 | |
| 850 * src/makefile: Removed. | |
| 851 | |
| 852 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 853 | |
| 854 * include/basetype.h: | |
| 855 * include/hal_arch.h: | |
| 856 * include/hal_cache.h: | |
| 857 * include/hal_intr.h: | |
| 858 * include/hal_io.h: | |
| 859 * include/ppc_regs.h: | |
| 860 * include/pkgconf/hal_powerpc.h: | |
| 861 * src/context.S: | |
| 862 * src/hal_misc.c: | |
| 863 * src/vectors.S: | |
| 864 Expanded TABs. | |
| 865 | |
| 866 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 867 | |
| 868 * src/vectors.S: Added GDB interrupt support. | |
| 869 Call GDB stub init at startup. | |
| 870 | |
| 871 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 872 | |
| 873 * include/ppc_regs.h: Added defines for Internal Memory Map. Added | |
| 874 CYGONCE protection. | |
| 875 | |
| 876 1998-10-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 877 | |
| 878 * include/hal_io.h: Enforce in-order IO. | |
| 879 | |
| 880 1998-10-01 Jesper Skov <jskov@cygnus.co.uk> | |
| 881 | |
| 882 * src/vectors.S (_start): Comment change. | |
| 883 | |
| 884 * include/hal_intr.h: Added empty HAL_INTERRUPT_SET_LEVEL macro. | |
| 885 | |
| 886 Thu Sep 17 17:40:01 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 887 | |
| 888 * src/vectors.S: Simulator does not support DER register. | |
| 889 | |
| 890 1998-09-14 Bart Veer <bartv@cygnus.co.uk> | |
| 891 | |
| 892 * src/PKGconf.mak: | |
| 893 Made vectors.o dependent on the various files that can contain | |
| 894 makefile variables or rules. This is needed after changes to | |
| 895 pkgconf.tcl for PRs 17195 and 17286. | |
| 896 | |
| 897 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 898 | |
| 899 * include/pkgconf/hal_powerpc.h: | |
| 900 Added missing descriptions (PR 17184) | |
| 901 | |
| 902 * src/hal_misc.c (exception_handler): | |
| 903 Sort out exception handling options (PR 16953) | |
| 904 | |
| 905 Fri Sep 4 12:03:54 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 906 | |
| 907 * src/context.S: Always save/restore CR as the compiler may only | |
| 908 do a partial restore. | |
| 909 | |
| 910 Thu Sep 3 10:12:46 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 911 | |
| 912 * include/hal_cache.h: Replaced CACHE macros with dummies. The | |
| 913 errata for the revision A.2 MPC860 is pretty grim wrt cache side | |
| 914 effects. | |
| 915 | |
| 916 * include/hal_cache.h: | |
| 917 * include/hal_io.h: | |
| 918 * include/hal_arch.h: | |
| 919 * include/hal_intr.h: | |
| 920 Wrapped multi-line macros with CYG_MACRO_START/END. | |
| 921 | |
| 922 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 923 | |
| 924 * include/pkgconf/hal_powerpc.h: | |
| 925 New header file for architecture-specific configuration options | |
| 926 | |
| 927 * tests/PKGconf.mak: | |
| 928 * src/PKGconf.mak: | |
| 929 Sort out package naming conventions. | |
| 930 | |
| 931 1998-09-01 Nick Garnett <nickg@cygnus.co.uk> | |
| 932 | |
| 933 * include/hal_intr.h: | |
| 934 Added CYG_VSR_COUNT, CYG_EXCEPTION_COUNT and CYG_ISR_COUNT. | |
| 935 | |
| 936 Tue Sep 1 14:43:48 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 937 | |
| 938 * include/hal_cache.h (HAL_DCACHE_SYNC): Write data in the cache | |
| 939 back to memory. | |
| 940 (HAL_ICACHE_SYNC): Do nothing. | |
| 941 | |
| 942 Tue Sep 1 10:26:10 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 943 | |
| 944 * src/hal_misc.c: Define empty __eabi to override compiler | |
| 945 generated version of the same. | |
| 946 | |
| 947 Mon Aug 31 16:32:34 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 948 | |
| 949 * src/hal_misc.c (cyg_hal_invoke_constructors): Renamed from | |
| 950 __eabi. | |
| 951 | |
| 952 Mon Aug 31 16:31:18 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 953 | |
| 954 * src/vectors.S (_start): Call C++ constructors. | |
| 955 | |
| 956 Mon Aug 31 15:32:22 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 957 | |
| 958 * src/vectors.S (__default_interrupt_vsr): Added config options: | |
| 959 CYGFUN_HAL_COMMON_KERNEL_SUPPORT and | |
| 960 CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK. | |
| 961 (restore_state): Moved from bottom of __default_exception_vsr to | |
| 962 bottom of __default_interrupt_vsr. | |
| 963 | |
| 964 Mon Aug 31 13:33:04 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 965 | |
| 966 * src/ppc_stub.c (__computeSignal): Added handling of MC860 | |
| 967 specific exceptions. | |
| 968 Made VECTOR_PROGRAM decode actual exception type. | |
| 969 | |
| 970 * include/hal_intr.h: Defined MC860 specific vectors. | |
| 971 | |
| 972 Mon Aug 31 10:12:44 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 973 | |
| 974 * src/hal_misc.c: | |
| 975 * src/vectors.S: | |
| 976 Added ha_default_isr. | |
| 977 | |
| 978 * include/hal_cache.h: | |
| 979 * include/ppc_regs.h: | |
| 980 Defined HAL_DCACHE_x macros. | |
| 981 | |
| 982 * include/hal_arch.h: | |
| 983 * src/hal_misc: | |
| 984 Added hal_idle_thread_action. | |
| 985 | |
| 986 1998-08-28 Bart Veer <bartv@cygnus.co.uk> | |
| 987 | |
| 988 * src/vectors.S, src/context.S, src/hal_misc.c, src/ppc_stub.c, | |
| 989 include/hal_intr.h : | |
| 990 Updated for new kernel configuration option symbol names | |
| 991 | |
| 992 Fri Aug 28 17:55:46 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 993 | |
| 994 * src/vectors.S: Added some more comments. | |
| 995 (_start): Disable 860 "Development Support" as it breaks PowerPC | |
| 996 standard single-stepping exceptions. | |
| 997 | |
| 998 * src/ppc_stub.c: Handle single-step exceptions properly. Also | |
| 999 enable exception-after-branch. | |
| 1000 | |
| 1001 Fri Aug 28 17:41:34 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1002 | |
| 1003 * include/ppc_regs.h: Added some more definitions. | |
| 1004 | |
| 1005 * include/hal_cache.h: Defined HAL_ICACHE_x macros. | |
| 1006 | |
| 1007 * include/hal_arch.h (HAL_BREAKINST): Use same opcode as GDB. | |
| 1008 | |
| 1009 Fri Aug 28 10:11:06 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 1010 | |
| 1011 * src/vectors.S (_start): | |
| 1012 Change call of main() to cyg_start(), and change comments | |
| 1013 accordingly. Definitely never call exit(). | |
| 1014 | |
| 1015 Thu Aug 27 15:30:27 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1016 | |
| 1017 * include/ppc_stub.h (REGSIZE): Floats are 64 bit. | |
| 1018 | |
| 1019 Thu Aug 27 13:58:16 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1020 | |
| 1021 * src/hal_misc.c: Removed GDB C-C stuff again. | |
| 1022 | |
| 1023 Wed Aug 26 16:05:53 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1024 | |
| 1025 * src/hal_misc.c (hal_ctrlc_isr, hal_init_ctrlc_intr): | |
| 1026 Added GDB C-C support (temporary location). | |
| 1027 | |
| 1028 Wed Aug 26 15:12:31 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1029 | |
| 1030 * src/hal_misc.c (__eabi): Changed to match the constructor table | |
| 1031 generated by the linker script. | |
| 1032 | |
| 1033 Wed Aug 26 09:38:07 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1034 | |
| 1035 * include/hal_arch.h (HAL_GET_GDB_REGISTERS): Fixed typo. | |
| 1036 (HAL_SET_GDB_REGISTERS): Same. | |
| 1037 | |
| 1038 1998-08-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 1039 | |
| 1040 * src/vectors.S: | |
| 1041 Now pass pointer to saved registers as third argument to | |
| 1042 interrupt_end(). | |
| 1043 | |
| 1044 * include/hal_arch.h: | |
| 1045 Added macros to support GDB. | |
| 1046 | |
| 1047 Tue Aug 25 16:57:27 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1048 | |
| 1049 * src/ppc_stub.c: Comment changes. | |
| 1050 | |
| 1051 Tue Aug 25 11:11:49 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1052 | |
| 1053 * include/hal_intr.h (HAL_INTERRUPT_ATTACH): Added cast to avoid | |
| 1054 compiler warning. | |
| 1055 | |
| 1056 Tue Aug 25 11:08:00 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1057 | |
| 1058 * include/hal_arch.h (HAL_REORDER_BARRIER): Added side effect to | |
| 1059 "memory". | |
| 1060 | |
| 1061 Mon Aug 24 13:15:07 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1062 | |
| 1063 * include/ppc_stub.h: Corrected NUMREGS. | |
| 1064 | |
| 1065 Mon Aug 24 11:14:08 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1066 | |
| 1067 * src/vectors.S (__default_exception_vsr): Don't access register | |
| 1068 hid0. | |
| 1069 | |
| 1070 Mon Aug 24 10:37:04 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1071 | |
| 1072 * src/vectors.S (_start): Removed non-functional OCD control. | |
| 1073 | |
| 1074 1998-08-21 Nick Garnett <nickg@cygnus.co.uk> | |
| 1075 | |
| 1076 * include/hal_cache.h: | |
| 1077 Now includes cyg_type.h rather than ktypes.h. | |
| 1078 | |
| 1079 Thu Aug 20 17:43:50 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1080 | |
| 1081 * src/vectors.S: Disable OCD control to allow debugging of gdb | |
| 1082 stub. | |
| 1083 | |
| 1084 * src/vectors.S: Temporary stack definition. | |
| 1085 | |
| 1086 Thu Aug 20 17:37:10 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1087 | |
| 1088 * src/hal_misc.c: Added GDB stub support. | |
| 1089 | |
| 1090 * include/ppc.inc: Added some 860 register definitions. | |
| 1091 | |
| 1092 * include/hal_arch.h: Added breakpoint stuff. | |
| 1093 | |
| 1094 Thu Aug 20 16:07:03 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1095 | |
| 1096 * src/PKGconf.mak: Include GDB support files. | |
| 1097 | |
| 1098 Thu Aug 20 16:00:21 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1099 | |
| 1100 * include/ppc_stub.h: | |
| 1101 * include/ppc_regs.h: | |
| 1102 * src/ppc_stub.c: | |
| 1103 Added for GDB support. | |
| 1104 | |
| 1105 Tue Aug 18 18:44:00 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1106 | |
| 1107 * include/hal_intr.h: | |
| 1108 * include/hal_arch.h: | |
| 1109 Use cyg_type.h rather than ktypes.h. | |
| 1110 | |
| 1111 Tue Aug 18 18:38:43 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1112 | |
| 1113 * include/basetype.h: Fixed typo. | |
| 1114 | |
| 1115 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> | |
| 1116 | |
| 1117 * src/context.S: | |
| 1118 * src/hal_misc.c: | |
| 1119 * include/hal_intr.h: | |
| 1120 * src/vectors.S: | |
| 1121 Now uses hal.h rather than kernel.h. | |
| 1122 | |
| 1123 Mon Aug 17 16:23:46 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1124 | |
| 1125 * include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Fix MACRO line | |
| 1126 continuation. | |
| 1127 (HAL_RESTORE_INTERRUPTS): Same. | |
| 1128 | |
| 1129 //=========================================================================== | |
| 1130 //####COPYRIGHTBEGIN#### | |
| 1131 // | |
| 1132 // ------------------------------------------- | |
| 1133 // The contents of this file are subject to the Cygnus eCos Public License | |
| 1134 // Version 1.0 (the "License"); you may not use this file except in | |
| 1135 // compliance with the License. You may obtain a copy of the License at | |
| 1136 // http://sourceware.cygnus.com/ecos | |
| 1137 // | |
| 1138 // Software distributed under the License is distributed on an "AS IS" | |
| 1139 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 1140 // License for the specific language governing rights and limitations under | |
| 1141 // the License. | |
| 1142 // | |
| 1143 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 1144 // September 30, 1998. | |
| 1145 // | |
| 1146 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 1147 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 1148 // ------------------------------------------- |
| 1149 // | |
| 1150 //####COPYRIGHTEND#### | |
| 1151 //=========================================================================== |
