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