Mercurial > flash_v2
annotate packages/hal/arm/arch/current/ChangeLog @ 28:18ee5a9c102e ecos-sw-1999-08-09
Merge from eCos master repository on 1999-08-09-17:04:48-BST
| author | jlarmour |
|---|---|
| date | Mon, 09 Aug 1999 16:37:19 +0000 |
| parents | 4741a3c3496a |
| children | 29bc183297e1 |
| rev | line source |
|---|---|
|
28
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
1 1999-08-06 Jesper Skov <jskov@cygnus.co.uk> |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
2 CR 101032 |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
3 * src/vectors.S (handle_IRQ_or_FIQ): Moved setup of register_frame |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
4 argument to just before the interrupt_end call. |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
5 |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
6 1999-07-28 Hugo Tyson <hmt@cygnus.co.uk> |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
7 |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
8 * src/vectors.S (_eCos_id): Remove bogus version string. |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
9 |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
10 1999-07-26 Hugo Tyson <hmt@cygnus.co.uk> |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
11 |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
12 * src/hal_misc.c (hal_default_isr): Call the special platform HAL |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
13 routine to see whether there is a ^C lurking in the serial device |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
14 through a macro, if it's defined. Problem is that |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
15 CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT *is* defined for platforms that |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
16 do not support it. |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
17 |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
18 1999-07-23 Hugo Tyson <hmt@cygnus.co.uk> |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
19 |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
20 * src/hal_misc.c (hal_default_isr): If we are including |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
21 CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT, then poll a special platform |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
22 HAL routine to see whether there is a ^C lurking in the serial |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
23 device. This has to be done from the default ISR so that others |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
24 (which must know about ^Cs is they are still to be handled) can |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
25 install over the top. Not all platforms support this, so enabling |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
26 CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT will not necessarily work. |
|
18ee5a9c102e
Merge from eCos master repository on 1999-08-09-17:04:48-BST
jlarmour
parents:
26
diff
changeset
|
27 |
|
26
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
28 1999-07-21 Hugo Tyson <hmt@cygnus.co.uk> |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
29 |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
30 * src/vectors.S (vectors): Re-organize startup a little to support |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
31 ROMming of the image and stubrom creation. Withdraw publication |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
32 of cyg_startup_stack; it's necessary to do this a different way, |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
33 using... |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
34 |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
35 * include/hal_intr.h (hal_dram_size): reserve location 0x40 for |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
36 communicating DRAM size between boot ROMs and app during startup, |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
37 and remembering it within ROM startup. Platforms that don't need |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
38 this should zero the location. |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
39 |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
40 1999-07-19 Hugo Tyson <hmt@cygnus.co.uk> |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
41 |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
42 * src/vectors.S (cyg_startup_stack): Publish this object for |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
43 passing some DRAM size info around during startup. |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
44 Remove the unused [well, ignored] array hal_vsr_table - the VSR |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
45 table is defined to be at 0x20 by the code here in vectors.S |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
46 |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
47 * include/hal_intr.h (HAL_VSR_SET): define hal_vsr_table to be at |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
48 0x20 where the hardware vectors actually read VSR entries from. |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
49 Renumber VSR symbols to match. Do not use the external |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
50 "hal_vsr_table" symbol. |
|
4741a3c3496a
Merge from eCos master repository on 1999-07-23-05:47:06-BST
jlarmour
parents:
24
diff
changeset
|
51 |
|
24
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
20
diff
changeset
|
52 1999-07-14 Hugo Tyson <hmt@cygnus.co.uk> |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
20
diff
changeset
|
53 |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
20
diff
changeset
|
54 * src/vectors.S: Add some startup debug via a LED macro - which |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
20
diff
changeset
|
55 has different content depending on platform, of course. |
|
306eee292492
Merge from eCos master repository on 1999-07-16-05:47:06-BST
jlarmour
parents:
20
diff
changeset
|
56 |
|
20
5f5102441818
Merge from eCos master repository on 1999-07-02-23:17:07-BST
jlarmour
parents:
16
diff
changeset
|
57 1999-06-22 Gary Thomas <gthomas@cygnus.co.uk> |
|
5f5102441818
Merge from eCos master repository on 1999-07-02-23:17:07-BST
jlarmour
parents:
16
diff
changeset
|
58 |
|
5f5102441818
Merge from eCos master repository on 1999-07-02-23:17:07-BST
jlarmour
parents:
16
diff
changeset
|
59 * src/vectors.S: Fix names of 'report' functions (debug dumps |
|
5f5102441818
Merge from eCos master repository on 1999-07-02-23:17:07-BST
jlarmour
parents:
16
diff
changeset
|
60 for various exceptions). These needed changes for two reasons: |
|
5f5102441818
Merge from eCos master repository on 1999-07-02-23:17:07-BST
jlarmour
parents:
16
diff
changeset
|
61 name pollution and naming clashes after new ABI adopted. |
|
5f5102441818
Merge from eCos master repository on 1999-07-02-23:17:07-BST
jlarmour
parents:
16
diff
changeset
|
62 Improve support for FIQ interrupts. |
|
5f5102441818
Merge from eCos master repository on 1999-07-02-23:17:07-BST
jlarmour
parents:
16
diff
changeset
|
63 |
|
16
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
64 1999-06-15 Gary Thomas <gthomas@cygnus.co.uk> |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
65 |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
66 * src/vectors.S (vectors): Some boards have an MMU, but the |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
67 reset vector needs to have an unmapped address! |
|
4f2df4ab82c8
Merge from eCos master repository on 1999-06-18-15:25:04-BST
jlarmour
parents:
14
diff
changeset
|
68 |
|
14
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
10
diff
changeset
|
69 1999-06-09 Gary Thomas <gthomas@cygnus.co.uk> |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
10
diff
changeset
|
70 |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
10
diff
changeset
|
71 * src/vectors.S (reset_vector): Streamline ROM/STUBS code. |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
10
diff
changeset
|
72 |
|
10
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
73 1999-05-25 Gary Thomas <gthomas@cygnus.co.uk> |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
74 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
75 * src/vectors.S (_eCos_id): Add version string. Useful for |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
76 tracking when a system was configured (especially ROMs). |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
77 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
78 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
|
79 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
80 * 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
|
81 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
|
82 kernel/.../stackmon.hxx can work. |
|
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 * 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
|
85 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
|
86 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
|
87 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
88 1999-05-19 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
|
89 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
90 * src/arm.ld: Change symbols to match new no-underscore ABI. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
91 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
92 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
|
93 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
94 * 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
|
95 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
|
96 "weak" symbol in kernel). |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
97 |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
98 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
|
99 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
100 * 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
|
101 (rather conservatively) before use. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
102 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
103 1999-05-11 Gary Thomas <gthomas@cygnus.co.uk> |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
104 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
105 * src/vectors.S: No separate interrupt stack if no kernel. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
106 |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
107 1999-05-10 Gary Thomas <gthomas@cygnus.co.uk> |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
108 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
109 * src/vectors.S: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
110 * src/hal_mk_defs.c: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
111 * include/hal_arch.h: Fix up machine states, initialize stacks. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
112 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
113 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
|
114 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
115 * src/PKGconf.mak: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
116 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
|
117 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
|
118 implementations of tail. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
119 |
| 2 | 120 1999-04-25 Gary Thomas <gthomas@cygnus.co.uk> |
| 121 | |
| 122 * src/vectors.S: Fix use of 'RAISE_INTR' which cannot be used in 'mov' | |
| 123 instruction (doesn't fit). PR 19906 | |
| 124 | |
| 125 1999-04-23 John Dallaway <jld@cygnus.co.uk> | |
| 126 | |
| 127 * src/PKGconf.mak: Avoid backslash in grep search pattern to | |
| 128 workaround PR 19923. | |
| 129 | |
| 130 1999-04-15 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 131 | |
| 132 * src/arm.ld: Define __bss_end at the end of the BSS | |
| 133 * src/vectors.S (start): Use __bss_end rather than _end when clearing | |
| 134 BSS | |
| 135 These fix PR 19750 | |
| 136 | |
| 137 1999-04-14 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 138 | |
| 139 * src/PKGconf.mak (EXTRAS): Don't generate extras.o here any more | |
| 140 But do define EXTRAS every time for the linker script | |
| 141 | |
| 142 1999-04-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 143 | |
| 144 * src/vectors.S: Use new include <cyg/hal/hal_platform_setup.h> | |
| 145 which includes macros and definitions for platform specifics. | |
| 146 This keeps 'ifdef's out of "vectors.S" and makes cleaner code. | |
| 147 Major restructuring of interrupt handling to support full use | |
| 148 of a separate interrupt stack. | |
| 149 | |
| 150 1999-04-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 151 | |
| 152 * src/arm_stub.c: | |
| 153 Moved get_register and put_register to hal_stub.c. | |
| 154 | |
| 155 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 156 | |
| 157 * src/*.ld: Revised SECTION_* macro arguments to | |
| 158 avoid padded output sections (PR 19787) | |
| 159 | |
| 160 1999-03-22 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 161 | |
| 162 * include/arm_stub.h: Update copyright | |
| 163 | |
| 164 * src/arm_stub.c: Update copyright | |
| 165 | |
| 166 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 167 | |
| 168 * include/hal_arch.h: | |
| 169 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of | |
| 170 CYGNUM_HAL_MINIMUM_STACK_SIZE. | |
| 171 | |
| 172 1999-03-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 173 | |
| 174 * src/hal_misc.c: Change how breakpoint is described (just a long). | |
| 175 | |
| 176 * src/vectors.S: Pass registers to ISR for GDB break support. | |
| 177 | |
| 178 1999-03-17 John Dallaway <jld@cygnus.co.uk> | |
| 179 | |
| 180 * src/PKGconf.mak: Remove dependence on echo '-e' switch. | |
| 181 | |
| 182 1999-03-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 183 | |
| 184 * include/hal_arch.h: Add definition of 'CYGNUM_HAL_MINIMUM_STACK_SIZE' | |
| 185 | |
| 186 1999-03-11 Gary Thomas <gthomas@cygnus.co.uk> | |
| 187 | |
| 188 * include/pkgconf/hal_arm.h: Fix comment (name was incorrect) | |
| 189 | |
| 190 1999-03-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 191 | |
| 192 * include/hal_intr.h (HAL_INTERRUPT_ATTACH): Added. | |
| 193 | |
| 194 1999-03-09 Gary Thomas <gthomas@cygnus.co.uk> | |
| 195 | |
| 196 * src/hal_misc.c: Move declaration of __CTOR_LIST__ to avoid warning. | |
| 197 | |
| 198 1999-03-09 Gary Thomas <gthomas@cygnus.co.uk> | |
| 199 | |
| 200 * src/vectors.S: Remove warning on stack size redefine. | |
| 201 | |
| 202 1999-03-08 Gary Thomas <gthomas@cygnus.co.uk> | |
| 203 | |
| 204 * src/vectors.S: Override default stack size on AEB. | |
| 205 | |
| 206 1999-03-05 Gary Thomas <gthomas@cygnus.co.uk> | |
| 207 | |
| 208 * src/vectors.S: | |
| 209 * include/pkgconf/hal_arm.h: DOn't print exception info if GDB stubs enabled. | |
| 210 | |
| 211 * src/PKGconf.mak: | |
| 212 * src/arm.ld: Clean up I/O package changes. | |
| 213 | |
| 214 1999-03-04 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 215 | |
| 216 * src/arm.ld: | |
| 217 Unconditionalize use of libextras.a and add libextras.a to GROUP() | |
| 218 | |
| 219 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 220 | |
| 221 These changes merged from 'ecos-new_devs-19990216-branch' | |
| 222 | |
| 223 (1999-02-18 Gary Thomas <gthomas@cygnus.co.uk>) | |
| 224 | |
| 225 * src/PKGconf.mak (DRIVERS): | |
| 226 * src/arm.ld: Support special linking requirements for I/O drivers. | |
| 227 | |
| 228 (1999-02-16 Gary Thomas <gthomas@cygnus.co.uk>) | |
| 229 | |
| 230 * src/arm.ld: Changes for new I/O [device drivers] subsystem. | |
| 231 | |
| 232 1999-02-26 Gary Thomas <gthomas@cygnus.co.uk> | |
| 233 | |
| 234 * src/vectors.S: Add separate interrupt stack handling. | |
| 235 | |
| 236 Fix memory region layouts for AEB allowing better error detection. | |
| 237 | |
| 238 1999-02-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 239 | |
| 240 * src/vectors.S: | |
| 241 Changed label used to access scheduler lock to one that is not | |
| 242 mangled by C++. This is intended to make support for interrupt | |
| 243 handling in non-kernel configurations easier. | |
| 244 | |
| 245 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 246 | |
| 247 * include/hal_arch.h: | |
| 248 Rename deliver_exception -> cyg_hal_deliver_exception | |
| 249 QA improvements | |
| 250 | |
| 251 * include/hal_intr.h: | |
| 252 Reorganise vector/interrupt/exception names according to purpose | |
| 253 QA improvements | |
| 254 | |
| 255 * arch/current/src/hal_misc.c: | |
| 256 Rename deliver_exception -> cyg_hal_deliver_exception | |
| 257 Rename vectors due to hal_intr.h changes | |
| 258 QA improvements | |
| 259 | |
| 260 * arch/current/src/hal_mk_defs.c: | |
| 261 * arch/current/src/vectors.S | |
| 262 Rename vectors due to hal_intr.h changes | |
| 263 QA improvements | |
| 264 | |
| 265 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 266 | |
| 267 * src/vectors.S: Changed set_debug_traps to initialize_stub. | |
| 268 | |
| 269 * src/arm_stub.c: | |
| 270 * include/arm_stub.h: | |
| 271 Cleaned up to only include arch specific stub code. | |
| 272 | |
| 273 1999-02-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 274 | |
| 275 * src/arm.ld: Changes for new I/O [device drivers] subsystem. | |
| 276 | |
| 277 1999-02-10 Gary Thomas <gthomas@cygnus.co.uk> | |
| 278 | |
| 279 * src/hal_misc.c (hal_default_isr): Add diagnostic message for PR 19145-19147 | |
| 280 | |
| 281 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 282 | |
| 283 * src/arm.ld: Add LMA_EQ_VMA macro definition. | |
| 284 | |
| 285 1999-02-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 286 | |
| 287 * src/vectors.S: Use symbolic 'raise interrupt' instead of hard coded value. | |
| 288 Better GDB stubs stack handling. | |
| 289 | |
| 290 * src/hal_mk_defs.c: Add symbolic symbol for 'raise interrupt' instrumentation. | |
| 291 | |
| 292 1999-02-03 Gary Thomas <gthomas@cygnus.co.uk> | |
| 293 | |
| 294 * src/hal_misc.c (cyg_hal_invoke_constructors): | |
| 295 * src/vectors.S (start): Use C coded 'cyg_hal_invoke_constructors()' | |
| 296 | |
| 297 * src/hal_misc.c (exception_handler): Remove debug message ...oops! | |
| 298 | |
| 299 * include/hal_arch.h (HAL_SET_GDB_REGISTERS): Restore PSR. | |
| 300 | |
| 301 * src/vectors.S: Use separate stack for GDB stubs exception handlers. | |
| 302 | |
| 303 1999-02-01 Gary Thomas <gthomas@cygnus.co.uk> | |
| 304 | |
| 305 * src/hal_misc.c: Need <pkgconf/hal_arm.h> for 'dump exception' option. | |
| 306 | |
| 307 * src/vectors.S: Fix ROM startup machine initialization. | |
| 308 | |
| 309 1999-01-25 Gary Thomas <gthomas@cygnus.co.uk> | |
| 310 | |
| 311 * src/arm.ld: Add Copyright | |
| 312 | |
| 313 1999-01-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 314 | |
| 315 * src/arm_stub.c (__build_t_packet): Rewrote fix me text. Added PR | |
| 316 number, but otherwise left the note. | |
| 317 | |
| 318 1999-01-21 Gary Thomas <gthomas@cygnus.co.uk> | |
| 319 | |
| 320 * src/arm_stub.c (ins_will_execute): Computation of LS/HI | |
| 321 was incorrect. | |
| 322 | |
| 323 1999-01-20 Gary Thomas <gthomas@cygnus.co.uk> | |
| 324 | |
| 325 * src/arm.ld: Change "etext" to "__etext". | |
| 326 | |
| 327 1999-01-19 Gary Thomas <gthomas@cygnus.co.uk> | |
| 328 | |
| 329 * src/vectors.S: Rework exception handlers. | |
| 330 (start): Fix for new startup type (STUBS) | |
| 331 | |
| 332 * src/hal_misc.c (exception_handler): Allow GDB stubs to take over all | |
| 333 exceptions while the stubs are executing. Also move some common stubs | |
| 334 initialization into this file. | |
| 335 | |
| 336 1999-01-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 337 | |
| 338 * include/pkgconf/hal_arm.h: Add configurations for GDB stubs/normal ROM. | |
| 339 | |
| 340 * src/arm.ld: Include HAL/ARM specifics. | |
| 341 | |
| 342 * include/pkgconf/hal_arm.h: | |
| 343 * src/hal_misc.c: | |
| 344 * src/vectors.S: Add configure option 'CYGHWR_HAL_ARM_DUMP_EXCEPTIONS' | |
| 345 which is used to chose whether to print diagnostic exception dumps | |
| 346 or not. | |
| 347 | |
| 348 1999-01-15 Gary Thomas <gthomas@cygnus.co.uk> | |
| 349 | |
| 350 * src/hal_misc.c: Clean up warnings | |
| 351 | |
| 352 * include/hal_arch.h: | |
| 353 * include/hal_intr.h: Add function prototypes to avoid warnings. | |
| 354 | |
| 355 * src/arm.ld: Add definition of _stext. Take out | |
| 356 GLOBAL_OFFSET_TABLE. | |
| 357 | |
| 358 1999-01-14 Gary Thomas <gthomas@cygnus.co.uk> | |
| 359 | |
| 360 * src/PKGconf.mak: Set up for MLT based linker scripts. | |
| 361 | |
| 362 * src/arm.ld: New file | |
| 363 | |
| 364 * include/hal_intr.h (HAL_QUERY_INTERRUPTS): Test was backwards | |
| 365 | |
| 366 1999-01-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 367 | |
| 368 * include/hal_intr.h (HAL_TRANSLATE_VECTOR): Add new macro | |
| 369 | |
| 370 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 371 | |
| 372 * include/basetype.h (CYG_DOUBLE_BYTEORDER): Define ordering | |
| 373 of words within doubles. | |
| 374 | |
| 375 1999-01-05 Gary Thomas <gthomas@cygnus.co.uk> | |
| 376 | |
| 377 * src/vectors.S: Force AEB-1 memory configuration. | |
| 378 | |
| 379 1998-12-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 380 | |
| 381 * src/arm_stub.c (ins_will_execute): Fix warning. | |
| 382 | |
| 383 * include/hal_intr.h: Add <hal/hal_platform_ints.h> | |
| 384 for platform specifics. | |
| 385 | |
| 386 1998-12-15 Gary Thomas <gthomas@cygnus.co.uk> | |
| 387 | |
| 388 * src/hal_mk_defs.c: | |
| 389 * include/hal_io.h: | |
| 390 * src/vectors.S: Changes to support kernel-less configuration. | |
| 391 (___gccmain): Add new dummy function. | |
| 392 | |
| 393 * src/hal_misc.c: Merge in platform independent code from | |
| 394 old "pid/.../hal_misc.c" | |
| 395 | |
| 396 1998-12-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 397 | |
| 398 * include/hal_arch.h: Changed HAL_JMP_BUF_SIZE to | |
| 399 CYGARC_JMP_BUF_SIZE. | |
| 400 | |
| 401 1998-12-14 Gary Thomas <gthomas@cygnus.co.uk> | |
| 402 | |
| 403 * src/hal_misc.c (exception_handler): Change config option | |
| 404 to be consistent "CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS" | |
| 405 | |
| 406 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Set initial | |
| 407 PC for GDB thread info. | |
| 408 | |
| 409 * src/arm_stub.c (__build_t_packet): Fix thread id's which | |
| 410 must be send to GDB in big-endian. | |
| 411 | |
| 412 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 413 | |
| 414 * include/hal_cache.h (HAL_DCACHE_UNLOCK_ALL, | |
| 415 HAL_ICACHE_UNLOCK_ALL): Added. | |
| 416 | |
| 417 1998-12-09 Gary Thomas <gthomas@cygnus.co.uk> | |
| 418 | |
| 419 * src/vectors.S (abort_prefetch): Clean up all exception | |
| 420 handlers (some were just broken). | |
| 421 | |
| 422 * src/hal_misc.c (exception_handler): Improved exception | |
| 423 handling for GDB stubs while accessing memory. | |
| 424 | |
| 425 1998-12-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 426 | |
| 427 * src/arm_stub.c (target_ins): Finish single step support. | |
| 428 | |
| 429 1998-12-03 Gary Thomas <gthomas@cygnus.co.uk> | |
| 430 | |
| 431 * src/vectors.S (_name): Add undefined instruction handling | |
| 432 (for breakpoint/single step support). Plus some rework and | |
| 433 general cleanup. | |
| 434 | |
| 435 * src/arm_stub.c (single_step): | |
| 436 * include/hal_arch.h (HAL_BREAKPOINT): Make breakpoint use | |
| 437 an illegal instruction rather than SWI. | |
| 438 | |
| 439 1998-12-02 Gary Thomas <gthomas@cygnus.co.uk> | |
| 440 | |
| 441 * src/arm_stub.c (ins_will_execute): Take out debug messages | |
| 442 | |
| 443 * include/pkgconf/hal_arm.h: New file | |
| 444 | |
| 445 * include/arm_stub.h: Add PSR register definitions | |
| 446 | |
| 447 * src/arm_stub.c (single_step): Support single stepping | |
| 448 | |
| 449 1998-12-01 Gary Thomas <gthomas@cygnus.co.uk> | |
| 450 | |
| 451 * src/vectors.S (reset_vector): Rework exception handing to leave | |
| 452 vectors in place unless GDB stubs are included (or started in | |
| 453 user mode via Angel) | |
| 454 | |
| 455 1998-11-26 Gary Thomas <gthomas@cygnus.co.uk> | |
| 456 | |
| 457 * src/vectors.S (_vectors): Rework to handle SWI exception | |
| 458 Changes to make GDB stubs work. | |
| 459 | |
| 460 * src/hal_misc.c (exception_handler): | |
| 461 Save registers in global "_hal_registers" | |
| 462 | |
| 463 * src/PKGconf.mak (COMPILE): Add arm_stub.c | |
| 464 | |
| 465 * include/hal_io.h: Need to include <pkgconf/kernel.h> | |
| 466 | |
| 467 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): | |
| 468 Clean up stack usage - no need for 56 byte padding (PPC holdover) | |
| 469 (HAL_BREAKPOINT): | |
| 470 (HAL_GET_GDB_REGISTERS): | |
| 471 (HAL_SET_GDB_REGISTERS): Clean up for working stubs | |
| 472 | |
| 473 * src/arm_stub.c: New file, GDB stubs support | |
| 474 | |
| 475 1998-11-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 476 | |
| 477 * src/hal_mk_defs.c: Add define for 'HAL_SavedRegisters' | |
| 478 | |
| 479 * include/hal_arch.h: cleanup comments | |
| 480 | |
| 481 * include/basetype.h: cleanup comments | |
| 482 | |
| 483 * src/vectors.S: Improved interrupt stack handling. | |
| 484 | |
| 485 * include/hal_intr.h: Add support for interrupt latency | |
| 486 measurement, controlled by CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY. | |
| 487 | |
| 488 1998-10-16 Bart Veer <bartv@cygnus.co.uk> | |
| 489 | |
| 490 * src/vectors.S (__interrupt_stack): | |
| 491 Made the interrupt stack size configurable. | |
| 492 | |
| 493 //=========================================================================== | |
| 494 //####COPYRIGHTBEGIN#### | |
| 495 // | |
| 496 // ------------------------------------------- | |
| 497 // The contents of this file are subject to the Cygnus eCos Public License | |
| 498 // Version 1.0 (the "License"); you may not use this file except in | |
| 499 // compliance with the License. You may obtain a copy of the License at | |
| 500 // http://sourceware.cygnus.com/ecos | |
| 501 // | |
| 502 // Software distributed under the License is distributed on an "AS IS" | |
| 503 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 504 // License for the specific language governing rights and limitations under | |
| 505 // the License. | |
| 506 // | |
| 507 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 508 // September 30, 1998. | |
| 509 // | |
| 510 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 511 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 512 // ------------------------------------------- | |
| 513 // | |
| 514 //####COPYRIGHTEND#### | |
| 515 //=========================================================================== |
