Mercurial > flash_v2
annotate packages/hal/mips/arch/current/ChangeLog @ 12:4cc3eff958ab ecos-sw-1999-06-04
Merge from eCos master repository on 1999-06-04-22:24:56-BST
| author | jlarmour |
|---|---|
| date | Fri, 04 Jun 1999 15:08:16 +0000 |
| parents | d3fbcdfa1b2f |
| children | 01ce82f3e11a |
| rev | line source |
|---|---|
|
12
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
1 1999-06-02 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
2 |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
3 * src/hal_misc.c (cyg_hal_invoke_constructors): |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
4 Rework for new constructor scheme for new compilers. Should work |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
5 with old compilers too. |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
6 |
|
10
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
7 1999-05-28 Nick Garnett <nickg@cygnus.co.uk> |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
8 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
9 * src/vectors.S: |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
10 Removed references to CYG_HAL_STARTUP_STUBS. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
11 Removed some defunct code. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
12 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
13 * include/hal_cache.h (HAL_ICACHE_INVALIDATE_ALL): Fixed typo. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
14 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
15 1999-05-27 Nick Garnett <nickg@cygnus.co.uk> |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
16 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
17 * src/vectors.S: |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
18 Move call to hal_diag_intr_start to a more useful place. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
19 Added a save of the current state pointer to memory for ctrl-c |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
20 support. Ensure that exceptions are enabled before calling the ISR |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
21 to allow breakpoints to function. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
22 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
23 * src/mips-stub.c: Imported asynchronous interrupt support from |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
24 libstub/cygmon. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
25 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
26 * include/hal_intr.h: Added HAL_DEFAULT_ISR to contain the name of |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
27 the default ISR. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
28 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
29 * src/hal_misc.c: Added code to call HAL_CTRLC_ISR to default ISR |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
30 if it is enabled. Added some (disabled) debug code. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
31 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
32 * include/hal_cache.h: Added default implementation of |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
33 HAL_DCACHE_IS_ENABLED(). Made use of it in some cache macros. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
34 Also fixed some typos in some macros. |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
35 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
36 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
|
37 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
38 * 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
|
39 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
|
40 kernel/.../stackmon.hxx can work. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
41 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
42 * 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
|
43 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
|
44 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
|
45 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
46 1999-05-21 Nick Garnett <nickg@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
47 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
48 * src/vectors.S: |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
49 Rationalized use of "at" and "noat" setting. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
50 Made use of "lar" where necessary. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
51 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
52 * src/mips-stub.c (__install_breakpoints): Added cache flushes to |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
53 ensure that the just-set breakpoint is migrated to main memory and |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
54 will be fetched by the instruction cache. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
55 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
56 * src/context.S: |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
57 Rationalized use of "at" and "noat" setting. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
58 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
59 * include/arch.inc: |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
60 Added initial value for the config0 register and added code to set |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
61 it to hal_cpu_init. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
62 Added default "lar" macro. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
63 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
64 1999-05-16 Gary Thomas <gthomas@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
65 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
66 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS): |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
67 Add macro for new DSR handling mechanism (was override of a |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
68 "weak" symbol in kernel). |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
69 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
70 1999-05-13 Nick Garnett <nickg@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
71 The following have been merged from a branch: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
72 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
73 1999-05-11 Nick Garnett <nickg@cygnus.co.uk> |
|
6
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: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
76 * include/hal_intr.h: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
77 * include/hal_cache.h: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
78 * include/arch.inc: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
79 Changed references to "imp" and "implementation" to "var" and |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
80 "variant" respectively. These are better names for these files and |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
81 functions. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
82 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
83 * src/vectors.S: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
84 Removed or disabled some development/debug code. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
85 Same imp->var changes as above. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
86 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
87 1999-05-06 Nick Garnett <nickg@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
88 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
89 * src/vectors.S: Added call to hal_cpu_except_enable in |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
90 __default_exception_vsr to re-enable nested exceptions. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
91 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
92 * src/mips-stub.c: Use _registers[X] rather that register[X] for |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
93 accessing CPU registers, since the former may point to per-thread |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
94 register sets while the latter only refers to the current trap |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
95 register set. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
96 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
97 * include/arch.inc: Added hal_cpu_except_enable macro to |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
98 (re-)enable exception processing and disable interrupts. This is |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
99 necessary if we are to allow nested exceptions (like breakpoints |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
100 in exception handlers). |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
101 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
102 1999-04-29 Nick Garnett <nickg@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
103 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
104 * src/vectors.S: Reenable interrupts while processing exceptions. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
105 Several temporary kludges to permit us to test ROM code from RAM |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
106 under PMON. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
107 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
108 * include/mips.inc: Extended list of CP0 register aliases. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
109 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
110 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
111 * include/arch.inc: Added generic version of hal_cache_init to |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
112 disable kseg0 caching in config0 register. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
113 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
114 * include/hal_cache.h: Moved dummy addresses used in index |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
115 operations to 0x80000000, zero caused MMU exceptions. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
116 Fixed looping bugs in all macros that use them. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
117 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
118 1999-04-28 Gary Thomas <gthomas@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
119 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
120 [v1_2_2_beta branch] |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
121 * src/vectors.S: Add dummy "__gccmain()" |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
122 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
123 1999-04-27 Gary Thomas <gthomas@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
124 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
125 * include/hal_arch.h: Make minimum stack sizes more realistic. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
126 Also fix size of interrupt stack frame when FPU present. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
127 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
128 1999-04-23 Nick Garnett <nickg@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
129 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
130 * src/vectors.S: Added support for floating point register save |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
131 and restore. Fixed hal_interrupt_stack_call_pending_DSRs to use |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
132 hal_cpu_int_merge macro. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
133 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
134 * src/context.S: Added support for floating point register save |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
135 and restore. Started some preparations for 64 bit processor |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
136 support. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
137 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
138 * include/mips.inc: Added floating point register aliases. Moved |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
139 saved state to arch.inc. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
140 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
141 * include/hal_arch.h: Completed support for floating point state |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
142 save and restore. Parameterized GDB support macros a little to |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
143 enable GDB to work properly. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
144 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
145 * include/arch.inc: Added support for floating point state save |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
146 and restore. Moved assembler version of saved state layout here |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
147 from mips.inc. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
148 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
149 1999-04-22 Nick Garnett <nickg@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
150 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
151 * src/context.S (hal_thread_load_context): Substituted explicit |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
152 code to reload the interrupt enable state with a macro. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
153 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
154 * include/hal_cache.h: Removed default implementations of |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
155 HAL_[D/I]CACHE_[EN/DIS]ABLE since these were actually TX39 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
156 specific. There is aparrently no standard way of implementing |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
157 these function in the MIPS architecture. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
158 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
159 * include/mips.inc: Added a comment to point out a TX39-only |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
160 register. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
161 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
162 * src/vectors.S: Modified hal_interrupt_stack_call_pending_DSRs() |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
163 to also call DSRs with interrupts enabled. Returns interrupt state |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
164 to original value when finished. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
165 Use hal_cpu_int_ensable macro in place of explicit code in |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
166 hal_interrupt_stack_call_pending_DSRs(). |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
167 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
168 1999-04-21 Nick Garnett <nickg@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
169 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
170 * include/arch.inc: Ifdeffed definition of hal_intc_init macro to |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
171 allow it to be defined elsewhere. Added default versions of diag |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
172 macros. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
173 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
174 * src/vectors.S: Added some low-level diagnostic macros to show |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
175 HAL events if there is adequate hardware (such as leds). |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
176 Removed interrupt enable/disables in interrupt processing since we |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
177 can now go through a thread switch with interrupts disabled. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
178 Ifdeffed ISR tables so they can be defined elsewhere. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
179 Added implementation of hal_interrupt_stack_call_pending_DSRs. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
180 Added calls to implementation and platform init routines. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
181 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
182 * src/hal_misc.c: Many changes to hal_idle_thread_action() to |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
183 print or instrument various CPU registers. Left with code to |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
184 wiggle an led in the idle loop. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
185 Stripped out TX39 specific code and moved it to plf_misc.c. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
186 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
187 * src/context.S: Added code to save and restore the interrupt mask |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
188 state in thread contexts. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
189 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
190 * include/hal_intr.h: |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
191 Renamed default interrupts to match the hardware more closely. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
192 Added ifdef around HAL_TRANSLATE_VECTOR() so it can be made |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
193 platform/variant specific. Added implementation of |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
194 HAL_INTERRUPT_ACKNOWLEDGE(). |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
195 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
196 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Aligned the |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
197 intitial stack pointer to 16 byte boundary, added an initial value |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
198 for the status register. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
199 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
200 * include/arch.inc: Added some nops to eret macros. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
201 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
202 1999-04-13 John Dallaway <jld@cygnus.co.uk> |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
203 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
204 * src/mips.ld: Migrate global MIPS linker script to individual |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
205 MIPS variant directories |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
206 |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
207 1999-04-30 Hugo Tyson <hmt@cygnus.co.uk> |
| 2 | 208 |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
209 Merge the following changes from the 1.2.1 release branch, |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
210 but without any CDL for CYGDBG_HAL_MIPS_INSTALL_CTRL_C_ISR, |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
211 it is always on. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
212 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
213 1999-04-30 Jesper Skov <jskov@cygnus.co.uk> |
| 2 | 214 * src/hal_misc.c: Added vector decoding to the below. |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
215 1999-04-30 Hugo Tyson <hmt@masala.cygnus.co.uk> |
| 2 | 216 * src/hal_misc.c (hal_init_ctrlc_intr): Chain onto the old value |
| 217 of the ISR when attaching the ctrl-c ISR; this allows chained | |
| 218 interrupts to work (otherwise a stack-wrecking interrupt loop | |
| 219 occurs). | |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
220 1999-04-29 Hugo Tyson <hmt@cygnus.co.uk> |
| 2 | 221 * include/pkgconf/hal_tx39.h (CYGDBG_HAL_MIPS_INSTALL_CTRL_C_ISR): |
| 222 New config option, on by default. | |
| 223 * src/hal_misc.c (hal_ctrlc_isr): Enable these features on | |
| 224 CYGDBG_HAL_MIPS_INSTALL_CTRL_C_ISR new config option. | |
| 225 | |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
226 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
|
227 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
228 * src/PKGconf.mak: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
229 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
|
230 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
|
231 implementations of tail. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
232 |
| 2 | 233 1999-04-20 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 234 | |
| 235 * include/hal_intr.h: Don't sync TRR if platform sim - it doesn't need | |
| 236 it | |
| 237 | |
| 238 * include/pkgconf/hal_tx39.h: | |
| 239 Allow CYGARC_TX39_PR19846 to override | |
| 240 CYGHWR_HAL_MIPS_TX3904_TRR_REQUIRES_SYNC so that we can do something | |
| 241 sensible in the simulators | |
| 242 | |
| 243 Related to PR 19846 | |
| 244 | |
| 245 1999-04-15 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 246 | |
| 247 * src/tx39.ld: Define __bss_end at the end of the BSS | |
| 248 * src/hal_misc.c (hal_zero_bss): Stop at __bss_end rather than _end | |
| 249 when clearing BSS | |
| 250 These fix PR 19750 | |
| 251 | |
| 252 1999-04-15 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 253 | |
| 254 * src/hal_misc.c: | |
| 255 * src/vectors.S: | |
| 256 Separate parts of cyg_hal_invoke_constructors() out into new functions | |
| 257 cyg_hal_enable_caches() and cyg_hal_debug_init() so that | |
| 258 cyg_hal_invoke_constructors() can be called again safely if | |
| 259 necessary | |
| 260 Related fix to that of PR19642 | |
| 261 | |
| 262 1999-04-14 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 263 | |
| 264 * src/PKGconf.mak (EXTRAS): Don't generate extras.o here any more | |
| 265 But do define EXTRAS every time for the linker script | |
| 266 | |
| 267 1999-04-13 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 268 | |
| 269 * include/hal_intr.h (HAL_CLOCK_READ): | |
| 270 Add workaround for tx39 bug - needs to sync and wait for the | |
| 271 write buffer to clear before reading the clock. | |
| 272 Submitted by akira.yokosawa@toshiba.co.jp | |
| 273 | |
| 274 * include/pkgconf/hal_tx39.h | |
| 275 (CYGHWR_HAL_MIPS_TX3904_TRR_REQUIRES_SYNC): Define this by default | |
| 276 to implement above | |
| 277 | |
| 278 1999-04-12 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 279 | |
| 280 * include/hal_intr.h (HAL_VSR_SET_TO_ECOS_HANDLER): Added. | |
| 281 (HAL_VSR_SET): Cast types to CYG_ADDRESS to prevent warnings | |
| 282 | |
| 283 Part of fix for PRs 19731/19607 | |
| 284 | |
| 285 1999-04-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 286 | |
| 287 * src/mips-stub.c: | |
| 288 Moved get_register and put_register to hal_stub.c. | |
| 289 | |
| 290 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 291 | |
| 292 * src/*.ld: Use double underscore substitution for period | |
| 293 character in SECTION_* macro names (PR 19787) | |
| 294 | |
| 295 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 296 | |
| 297 * src/*.ld: Revised SECTION_* macro arguments to | |
| 298 avoid padded output sections (PR 19787) | |
| 299 | |
| 300 1999-03-31 Nick Garnett <nickg@cygnus.co.uk> | |
| 301 | |
| 302 * include/hal_cache.h: Added include of hal.h and a test that a | |
| 303 valid set of macros have been added. | |
| 304 Also moved address used in HAL_DCACHE_INVALIDATE_ALL() to | |
| 305 0x9fc00000, which is the cached ROM space. | |
| 306 | |
| 307 1999-03-24 Nick Garnett <nickg@cygnus.co.uk> | |
| 308 | |
| 309 * src/vectors.S: | |
| 310 Added options to allow different settings for DRAM initialization. | |
| 311 Fixed some ifdef bugs. | |
| 312 | |
| 313 * src/hal_misc.c (cyg_hal_invoke_constructors): | |
| 314 Added ifdefs to control enabling and disabling of timeout | |
| 315 exceptions. | |
| 316 | |
| 317 * include/pkgconf/hal_tx39.h: | |
| 318 Added translations from the user friendly CPU speed settings into | |
| 319 the real CPU frequencies in Hz. | |
| 320 | |
| 321 * include/hal_intr.h: | |
| 322 Added HAL_TX39_DEBUG_TOE_ENABLE() and ...DISABLE, to switch | |
| 323 timeout exceptions on and off. | |
| 324 | |
| 325 1999-03-23 Nick Garnett <nickg@cygnus.co.uk> | |
| 326 | |
| 327 * include/hal_arch.h: | |
| 328 Modified stack size definitions to be more accurate. | |
| 329 | |
| 330 1999-03-22 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 331 | |
| 332 * include/mips-regs.h: Update copyright | |
| 333 | |
| 334 * include/mips-stub.h: Update copyright | |
| 335 | |
| 336 * src/mips-stub.c: Update copyright | |
| 337 | |
| 338 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 339 | |
| 340 * include/hal_arch.h: | |
| 341 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of | |
| 342 CYGNUM_HAL_MINIMUM_STACK_SIZE. | |
| 343 | |
| 344 1999-03-17 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 345 | |
| 346 * src/hal_misc.c (cyg_hal_user_break): Remove #warning - it doesn't | |
| 347 really provide any useful info, and may unnecessarily worry a user | |
| 348 since it fires in normal situations | |
| 349 | |
| 350 1999-03-17 John Dallaway <jld@cygnus.co.uk> | |
| 351 | |
| 352 * src/PKGconf.mak: Remove dependence on echo '-e' switch. | |
| 353 | |
| 354 1999-03-16 Nick Garnett <nickg@cygnus.co.uk> | |
| 355 | |
| 356 * src/vectors.S: Removed definition of idle thread stack. | |
| 357 | |
| 358 1999-03-15 Nick Garnett <nickg@cygnus.co.uk> | |
| 359 | |
| 360 * include/hal_cache.h: | |
| 361 Changed implementation of HAL_DCACHE_INVALIDATE_ALL() to read from | |
| 362 ROM space rather than RAM. This fixes PR 19510. | |
| 363 | |
| 364 1999-03-12 Nick Garnett <nickg@cygnus.co.uk> | |
| 365 | |
| 366 * src/vectors.S: Modified ROMC and SCS settings in line with | |
| 367 Toshiba's suggestions for compatibility with other CPU variants. | |
| 368 | |
| 369 1999-03-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 370 | |
| 371 * include/hal_arch.h: Add definition for 'CYGNUM_HAL_MINIMUM_STACK_SIZE' | |
| 372 | |
| 373 1999-03-11 Nick Garnett <nickg@cygnus.co.uk> | |
| 374 | |
| 375 * src/hal_misc.c: | |
| 376 Disabled use of stand-alone ^C detection interrupt. This is now | |
| 377 done in the serial driver. Added cyg_hal_is_break() and | |
| 378 cyg_hal_user_break() to detect and provoke ^C processing. These | |
| 379 are used by the serial driver and will one day interact with the | |
| 380 BSP/Cygmon/GDB stubs to do the right thing. | |
| 381 | |
| 382 1999-03-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 383 | |
| 384 * include/hal_intr.h (HAL_INTERRUPT_IN_USE): Added. | |
| 385 | |
| 386 1999-03-10 Nick Garnett <nickg@cygnus.co.uk> | |
| 387 | |
| 388 * include/pkgconf/hal_tx39.h: | |
| 389 * src/vectors.S: | |
| 390 Changed names used to control CPU frequency into something more | |
| 391 generic. Moved definition into hal_tx39.h from hal_tx39_jmr3904.h. | |
| 392 | |
| 393 1999-03-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 394 PR 19370 | |
| 395 * src/hal_misc.c (cyg_hal_invoke_constructors): Changed | |
| 396 constructor loop. | |
| 397 | |
| 398 1999-03-05 Gary Thomas <gthomas@cygnus.co.uk> | |
| 399 | |
| 400 * src/tx39.ld: | |
| 401 * src/PKGconf.mak: Clean up I/O package changes. | |
| 402 | |
| 403 1999-03-04 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 404 | |
| 405 * src/tx39.ld: | |
| 406 Add INPUT(libextras.a), include libextras.a in GROUP() and include | |
| 407 new __DEVTAB__ section for new device drivers | |
| 408 | |
| 409 1999-02-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 410 | |
| 411 * src/vectors.S: | |
| 412 Changed label used to access scheduler lock to one that is not | |
| 413 mangled by C++. This is intended to make support for interrupt | |
| 414 handling in non-kernel configurations easier. | |
| 415 Added some code to initialize DRAM in ROM-only configurations. | |
| 416 | |
| 417 1999-02-23 Nick Garnett <nickg@cygnus.co.uk> | |
| 418 | |
| 419 * src/hal_misc.c: | |
| 420 Added support for SIGINT-causing magic breakpoint. This involves | |
| 421 passing a third, hidden argument to hal_ctrlc_isr() which is a | |
| 422 pointer to the saved CPU state. | |
| 423 | |
| 424 * src/vectors.S: | |
| 425 Added support for 66MHz part (untested). | |
| 426 Added support for SIGINT-causing magic breakpoint to allow | |
| 427 continuation after ^C. This also relies on CYGMON changes. | |
| 428 | |
| 429 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 430 | |
| 431 * include/hal_arch.h: | |
| 432 Rename deliver_exception() -> cyg_hal_deliver_exception() | |
| 433 QA improvements | |
| 434 | |
| 435 * include/hal_intr.h: | |
| 436 Reorganise vector/interrupt/exception names according to purpose | |
| 437 QA improvements | |
| 438 | |
| 439 * src/hal_misc.c: | |
| 440 Rename deliver_exception() -> cyg_hal_deliver_exception() | |
| 441 Rename CYG_VECTOR_SIO_0 -> CYGNUM_HAL_INTERRUPT_SIO_0 | |
| 442 | |
| 443 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 444 | |
| 445 * src/vectors.S: Added call to initialize_stub. | |
| 446 | |
| 447 * src/mips-stub.c: | |
| 448 * include/mips-stub.h: | |
| 449 Cleaned up to only include arch specific stub code. | |
| 450 | |
| 451 * include/hal_arch.h (HAL_BREAKPOINT): Added SIM breakpoint code | |
| 452 from (now dead) jmr3904/.../hal_stub.c. | |
| 453 | |
| 454 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 455 | |
| 456 * src/mips.ld: Rename to tx39.ld since this is the target name | |
| 457 * src/PKGconf.mak: Process tx39.ld instead of mips.ld | |
| 458 | |
| 459 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 460 | |
| 461 * src/mips.ld: Add LMA_EQ_VMA macro definition. | |
| 462 | |
| 463 1999-02-03 Jesper Skov <jskov@cygnus.co.uk> | |
| 464 | |
| 465 * src/hal_misc.c: | |
| 466 * include/hal_cache.h: | |
| 467 Moved nested external declarations into top-level scope to avoid | |
| 468 compiler warnings. | |
| 469 | |
| 470 1999-02-02 Nick Garnett <nickg@cygnus.co.uk> | |
| 471 | |
| 472 * include/hal_cache.h : | |
| 473 In HAL_ICACHE_INVALIDATE_ALL() and HAL_ICACHE_INVALIDATE(), fixed | |
| 474 typos in passing arguments to asm sections. | |
| 475 Fixes PR 18951. | |
| 476 | |
| 477 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> | |
| 478 | |
| 479 * src/mips.ld: | |
| 480 Add copyright notice. (Though these files will later be generated | |
| 481 by a tool and so not copyright, these default setups are.) | |
| 482 | |
| 483 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 484 | |
| 485 * src/hal_misc.c (cyg_hal_invoke_constructors): | |
| 486 Add code to deal with CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG | |
| 487 Tidy up and update description header | |
| 488 Shorten needlessly long lines | |
| 489 Remove all traces of non-CYG_KERNEL_USE_INIT_PRIORITY code | |
| 490 | |
| 491 1999-01-15 Hugo Tyson <hmt@cygnus.co.uk> | |
| 492 | |
| 493 * src/mips.ld: | |
| 494 Provide alternate definition of macro SECTION_rom_vectors() for | |
| 495 RAM startup (CYG_HAL_STARTUP_RAM) so that minimal sim testing | |
| 496 works. Note: this is an instance where two definitions (of | |
| 497 identical "API") of a macro occur in the prototype <target>.ld | |
| 498 file; the MLT is required not to be confused by this. | |
| 499 | |
| 500 1999-01-15 John Dallaway <jld@cygnus.co.uk> | |
| 501 | |
| 502 * src/mips.ld: add section macro for .vsr_table | |
| 503 | |
| 504 1999-01-13 John Dallaway <jld@cygnus.co.uk> | |
| 505 | |
| 506 * src/mips.ld: add section macro for .rel.dyn | |
| 507 | |
| 508 1999-01-13 John Dallaway <jld@cygnus.co.uk> | |
| 509 | |
| 510 * src/mips.ld: new linker script for MLT | |
| 511 * src/PKGconf.mak: add mips.ld rules for MLT | |
| 512 | |
| 513 1999-01-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 514 | |
| 515 * include/basetype.h: CYG_DOUBLE_BYTEORDER now in <infra/cyg_type.h> | |
| 516 | |
| 517 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 518 | |
| 519 * include/basetype.h (CYG_DOUBLE_BYTEORDER): Define ordering | |
| 520 for words within doubles. | |
| 521 | |
| 522 1999-01-12 Nick Garnett <nickg@cygnus.co.uk> | |
| 523 | |
| 524 * include/hal_cache.h: | |
| 525 Modified HAL_DCACHE_INVALIDATE_ALL() to correctly touch all cache | |
| 526 lines twice to ensure that the cache and memory are | |
| 527 consistent. This is the best we can do without direct support for | |
| 528 invalidation. | |
| 529 | |
| 530 * src/hal_misc.c: Altered call to patch_dbg_syscalls() to pass | |
| 531 pointer to base of vector rather than a single vector entry. | |
| 532 | |
| 533 1998-12-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 534 PR 18543 | |
| 535 | |
| 536 * include/hal_cache.h (HAL_DCACHE_INVALIDATE): Fixed variable | |
| 537 name. | |
| 538 | |
| 539 1998-12-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 540 | |
| 541 * include/hal_arch.h: | |
| 542 * src/context.S (hal_setjmp, hal_longjump): | |
| 543 Added CYGARC definitions for jmpbuf entries. | |
| 544 Corrected jmpbuf size. | |
| 545 | |
| 546 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 547 | |
| 548 * include/hal_cache.h (HAL_DCACHE_UNLOCK_ALL, | |
| 549 HAL_ICACHE_UNLOCK_ALL): Added. | |
| 550 | |
| 551 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 552 | |
| 553 * include/mips-regs.h: | |
| 554 * src/mips-stub.c: | |
| 555 Added use of CYGARC_HAL_COMMON_EXPORT_CPU_MACROS. | |
| 556 | |
| 557 1998-11-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 558 | |
| 559 * include/hal_intr.h: Add support for interrupt latency | |
| 560 measurements, controlled by CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY. | |
| 561 | |
| 0 | 562 1998-10-27 Jesper Skov <jskov@cygnus.co.uk> |
| 563 PR 18033 | |
| 564 | |
| 565 * include/hal_intr.h: Replaced CYGIMP_HAL_INTERRUPTS_CHAIN | |
| 566 with the correct CYGIMP_HAL_COMMON_INTERRUPTS_CHAIN. | |
| 567 | |
| 568 1998-10-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 569 PR 18021 | |
| 570 * src/hal_misc.c (hal_ctrlc_isr): Removed break; to prevent | |
| 571 compiler error. | |
| 572 | |
| 573 1998-10-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 574 | |
| 575 * src/mips-stub.c (__build_t_packet): Replaced | |
| 576 CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT with | |
| 577 CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT. | |
| 578 Fixed #endif comment. | |
| 579 | |
| 580 * src/hal_misc.c (hal_ctrlc_isr): Replaced | |
| 581 CYGDBG_KERNEL_DEBUG_GDB_INCLUDE_STUBS with | |
| 582 CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. | |
| 583 | |
| 584 * include/hal_intr.h: Replaced CYGIMP_KERNEL_INTERRUPTS_CHAIN with | |
| 585 CYGIMP_HAL_INTERRUPTS_CHAIN. | |
| 586 | |
| 587 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 588 | |
| 589 * include/hal_intr.h: Include pkgconf/hal.h. | |
| 590 | |
| 591 1998-10-16 Bart Veer <bartv@cygnus.co.uk> | |
| 592 | |
| 593 * src/vectors.S (__interrupt_stack): | |
| 594 Made the interrupt stack size configurable. | |
| 595 | |
| 596 1998-10-16 Nick Garnett <nickg@cygnus.co.uk> | |
| 597 | |
| 598 * src/hal_misc.c: | |
| 599 Enabled caches by default. | |
| 600 | |
| 601 1998-10-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 602 | |
| 603 * src/context.S (hal_thread_switch_context): | |
| 604 Store copy of R31(RA) in PC slot in register state to keep GDB | |
| 605 happy. | |
| 606 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): | |
| 607 Intialize PC slot in register state. | |
| 608 | |
| 609 * src/hal_misc.c: | |
| 610 Altered ifdefs to allow building without kernel present. | |
| 611 | |
| 612 * include/mips-stub.h: | |
| 613 Include generic-stub.h from HAL rather than from kernel. | |
| 614 | |
| 615 * src/mips-stub.c: | |
| 616 Added signal definitions to avoid including signal.h. | |
| 617 | |
| 618 * include/hal_intr.h: | |
| 619 Added implementations of HAL_INTERRUPT_ACKNOWLEDGE() and | |
| 620 HAL_INTERRUPT_SET_LEVEL(). | |
| 621 | |
| 622 1998-10-13 Jesper Skov <jskov@cygnus.co.uk> | |
| 623 | |
| 624 * src/hal_misc.c: Use GDB array rather than HAL_SavedRegisters | |
| 625 structure. Rely on generic stub to pack/unpack the array. | |
| 626 | |
| 627 * include/hal_arch.h (HAL_GET_GDB_REGISTERS, | |
| 628 HAL_SET_GDB_REGISTERS): get/set full register set. | |
| 629 | |
| 630 1998-10-13 Jesper Skov <jskov@cygnus.co.uk> | |
| 631 | |
| 632 * include/mips-stub.h: Moved first use of regnames below | |
| 633 definition. | |
| 634 | |
| 635 Sun Sep 27 12:17:42 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 636 | |
| 637 * include/hal_cache.h (HAL_DCACHE_LOCK): Terminate asm string. | |
| 638 | |
| 639 1998-09-26 Nick Garnett <nickg@cygnus.co.uk> | |
| 640 | |
| 641 * include/hal_cache.h: | |
| 642 Cleaned up some compilation errors. | |
| 643 | |
| 644 Tue Sep 15 19:13:43 1998 David Moore <dsm@keema.cygnus.co.uk> | |
| 645 | |
| 646 * src/vectors.S: Cleaned up comments. | |
| 647 | |
| 648 1998-09-15 Nick Garnett <nickg@cygnus.co.uk> | |
| 649 | |
| 650 * include/hal_arch.h (HAL_GET_GDB_REGISTERS): | |
| 651 Initialized R30 to a copy of SP to avoid GDB making bogus memory | |
| 652 references. | |
| 653 | |
| 654 * src/hal_misc.c: | |
| 655 Added support for Ctrl-C processing when running under Cygmon. | |
| 656 Fixed a compiler warning. | |
| 657 | |
| 658 1998-09-14 Bart Veer <bartv@cygnus.co.uk> | |
| 659 | |
| 660 * src/PKGconf.mak: | |
| 661 Made vectors.o dependent on the various files that can contain | |
| 662 makefile variables or rules. This is needed after changes to | |
| 663 pkgconf.tcl for PRs 17195 and 17286. | |
| 664 | |
| 665 Mon Sep 14 11:10:20 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 666 PR 17230 | |
| 667 | |
| 668 * src/vectors.S: Replaced CYGIMP_KERNEL_INTERRUPTS_CHAIN with new | |
| 669 CYGIMP_HAL_COMMON_INTERRUPTS_CHAIN. | |
| 670 | |
| 671 1998-09-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 672 PR 17230 | |
| 673 | |
| 674 * include/hal_intr.h: | |
| 675 Added HAL_TRANSLATE_VECTOR() to translate a supplied vector number | |
| 676 into one that can be used in the HAL. Added calls to it in | |
| 677 HAL_INTERRUPT_ATTACH() and HAL_INTERRUPT_DETACH(). | |
| 678 | |
| 679 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 680 | |
| 681 * include/pkgconf/hal_tx39.h: | |
| 682 Added missing descriptions (PR 17184) | |
| 683 | |
| 684 * src/vectors.S: | |
| 685 <pkgconf/kernel.h> was being included without properly checking | |
| 686 that the kernel package was enabled. | |
| 687 | |
| 688 * src/hal_misc.c (exception_handler): | |
| 689 Sort out exception handling options (PR 16953) | |
| 690 | |
| 691 1998-09-11 Nick Garnett <nickg@cygnus.co.uk> | |
| 692 PR 17230 | |
| 693 | |
| 694 * src/vectors.S (__default_interrupt_vsr): | |
| 695 Modified interrupt decode code to preserve raising interrupt | |
| 696 number to pass to ISR, even when using chained interrupts. | |
| 697 | |
| 698 1998-09-03 Bart Veer <bartv@cygnus.co.uk> | |
| 699 | |
| 700 * src/mips-stub.c: | |
| 701 Fixed type in config option name. | |
| 702 | |
| 703 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 704 | |
| 705 * include/pkgconf/hal_tx39.h: | |
| 706 New header file for architecture-specific configuration options | |
| 707 | |
| 708 * tests/PKGconf.mak: | |
| 709 * src/PKGconf.mak: | |
| 710 Sort out package naming conventions. | |
| 711 | |
| 712 Tue Sep 1 19:26:45 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 713 | |
| 714 * src/hal_misc.c: | |
| 715 Use CYGDBG_INFRA_DIAG_USE_DEVICE (from infra.h) instead of | |
| 716 CYG_DIAG_USE_DEVICE (badly named, from kernel.h). | |
| 717 | |
| 718 1998-09-01 Nick Garnett <nickg@cygnus.co.uk> | |
| 719 | |
| 720 * include/hal_intr.h: | |
| 721 Added CYG_EXCEPTION_COUNT. | |
| 722 | |
| 723 1998-08-28 Bart Veer <bartv@cygnus.co.uk> | |
| 724 | |
| 725 * src/vectors.S, src/context.S, src/hal_misc.c, src/mips-stub.c: | |
| 726 Updated for new kernel configuration option symbol names | |
| 727 | |
| 728 Fri Aug 28 10:01:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 729 | |
| 730 * src/hal_misc.c: | |
| 731 Rename __main() to cyg_hal_invoke_constructors() to prevent the | |
| 732 implied link with things called, or related to main(). Remove static | |
| 733 initialised variable as we can now guarantee it is only called | |
| 734 once. | |
| 735 | |
| 736 * src/vectors.S: | |
| 737 Instead of calling main(), call cyg_start() which lives in the infra | |
| 738 package. | |
| 739 Explicitly invoke constructors as it isn't done magically for us | |
| 740 any more, now that main() is no longer used. | |
| 741 | |
| 742 | |
| 743 1998-08-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 744 | |
| 745 * src/vectors.S: | |
| 746 Now pass pointer to saved registers as third argument to | |
| 747 interrupt_end(). | |
| 748 | |
| 749 * include/hal_arch.h: | |
| 750 Added macros to support GDB. | |
| 751 | |
| 752 Tue Aug 25 02:33:59 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 753 | |
| 754 * include/mips_stub.h, src/hal_misc.c: | |
| 755 Add void to prototypes and typedefs that want it to silence warnings | |
| 756 | |
| 757 1998-08-21 Nick Garnett <nickg@cygnus.co.uk> | |
| 758 | |
| 759 * include/hal_cache.h: | |
| 760 Now includes cyg_type.h rather than ktypes.h. | |
| 761 | |
| 762 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> | |
| 763 | |
| 764 * src/context.S: | |
| 765 * include/hal_arch.h: | |
| 766 * include/hal_io.h: | |
| 767 * include/hal_intr.h: | |
| 768 Now uses cyg_type.h rather than ktypes.h. | |
| 769 | |
| 770 * src/hal_misc.c: | |
| 771 * src/vectors.S: | |
| 772 Now uses hal.h rather than kernel.h. | |
| 773 | |
| 774 1998-07-23 Nick Garnett <nickg@cygnus.co.uk> | |
| 775 | |
| 776 * include/hal_intr.h: Fixed some issues raised bt code review. | |
| 777 | |
| 778 * src/context.S: | |
| 779 * include/hal_arch.h: Fixed some typos raised by code review. | |
| 780 | |
| 781 * include/hal_intr.h (HAL_INTERRUPT_MASK): | |
| 782 * src/vectors.S (hal_interrupt_level): Added hal_interrupt_level | |
| 783 to allow for interaction between HAL_INTERRUPT_UNMASK() and | |
| 784 HAL_INTERRUPT_SET_LEVEL(). | |
| 785 | |
| 786 | |
| 787 //=========================================================================== | |
| 788 //####COPYRIGHTBEGIN#### | |
| 789 // | |
| 790 // ------------------------------------------- | |
| 791 // The contents of this file are subject to the Cygnus eCos Public License | |
| 792 // Version 1.0 (the "License"); you may not use this file except in | |
| 793 // compliance with the License. You may obtain a copy of the License at | |
| 794 // http://sourceware.cygnus.com/ecos | |
| 795 // | |
| 796 // Software distributed under the License is distributed on an "AS IS" | |
| 797 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 798 // License for the specific language governing rights and limitations under | |
| 799 // the License. | |
| 800 // | |
| 801 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 802 // September 30, 1998. | |
| 803 // | |
| 804 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 805 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 806 // ------------------------------------------- |
| 807 // | |
| 808 //####COPYRIGHTEND#### | |
| 809 //=========================================================================== |
