summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/haleakala/ChangeLog
blob: 6c8588ab669e91886cbdc852ba6bfc7569d35916 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
2010-06-29	Joel Sherrill <joel.sherrill@oarcorp.com>

	* configure.ac: Remove AC_CHECK_SIZEOF([void *]).

2010-06-29	Joel Sherrill <Joel.Sherrill@OARcorp.com>

	* configure.ac: Added AC_CHECK_SIZEOF macro.

2010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* start/start.S: removed "bootbard calling" warning

2009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* startup/bspstart.c: warning removal

2009-11-12	Ralf Corsépius <ralf.corsepius@rtems.org>

	* INSTALL: Remove.

2009-10-22	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* Makefile.am, preinstall.am: Update for exception support changes.
	* irq/irq.c, include/tm27.h: Changed exception header file includes.
	* startup/bspstart.c: Changed exception header file includes.  Update
	for ppc_exc_initialize() changes.

2009-10-21	Ralf Corsépius <ralf.corsepius@rtems.org>

	* make/custom/haleakala.cfg: Remove RTEMS_BSP_FAMILY.

2009-10-20	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Don't add -ansi -fasm to CFLAGS.

2009-10-16	Ralf Corsépius <ralf.corsepius@rtems.org>

	* startup/linkcmds: Fix up .sbss .sbss.* section handling.

2009-10-15	Ralf Corsépius <ralf.corsepius@rtems.org>

	* make/custom/haleakala.cfg: New (relocated from /make/custom).

2009-09-15	Ralf Corsépius <ralf.corsepius@rtems.org>

	* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.

 2009-08-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
	Should be automatically handled by confdefs.h or the application.

2009-07-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
	RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
	have the same options.

2009-04-28	Chris Johns <chrisj@rtems.org>

	* dlentry/dlentry.S: Update for boot_card command line change.

2008-12-18	Michael Hamel <nigel@adi.co.nz>

	PR 1349/bsps
	* startup/bspstart.c: Add missing volatile on UART access pointer.

2008-10-02	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, preinstall.am: Use shared tm27.h stub.
	* include/tm27.h: Removed.

2008-09-30	Joel Sherrill <joel.sherrill@oarcorp.com>

	* include/tm27.h: Remove reference to set_vector.

2008-09-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Eliminate bsp.am. Build startup files as side-effect 
	of building libbspstart.a, using automake-rules.

2008-09-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Eliminate *_SOURCES.

2008-09-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
	components.

2008-09-29	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Remove noinst_PROGRAMS (Unused).

2008-09-26	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.

2008-09-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	* configure.ac: Make letting boot_card() handle work area allocation
	mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
	BSP_BOOTCARD_OPTIONS.

2008-09-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
	optionally print a message, poll for user to press key, and call
	bsp_reset(). Using this eliminates the various bsp_cleanup()
	implementations which had their own implementation and variety of
	string constants.
	* startup/bspclean.c: Removed.

2008-09-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, startup/linkcmds: Use top level shared
	bsp_get_work_area() implementation.
	* startup/bspgetworkarea.c: Removed.

2008-09-14	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, configure.ac, startup/bspstart.c: Create
	bsp_get_work_area() into its own file and use BSP Framework to
	perform more initialization.
	* startup/bspgetworkarea.c: New file.

2008-09-06	Ralf Corsépius <ralf.corsepius@rtems.org>

	* startup/bspstart.c: Convert to "bool".

2008-08-20	Ralf Corsépius <ralf.corsepius@rtems.org>

	* irq/irq.c, irq/irq_init.c, startup/bspstart.c:
	Add missing prototypes.

2008-07-31	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am: Do not build .rel files. Reduces code bloat.

2008-07-17	Ralf Corsépius <ralf.corsepius@rtems.org>

	* Makefile.am: Remove reference to startup/setvec.c.

2008-07-15	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, include/.cvsignore: New files.

2008-07-14	Thomas Doerfler <thomas.doerfler@embedded-brains.de>

	* irq/irq.c: adapted DCR access syntax
	
	* startup/linkcmds, startup/bspstartup.c, Makefile.am: 
	adapted to exception support code

2008-07-14	Thomas Doerfler <thomas.doerfler@embedded-brains.de>

	* README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
	* Makefile.am, preinstall.am, dlentry/dlentry.S, 
	* include/bsp.h,  include/coverhd.h, include/tm27.h
	* irq/irq.c, irq/irq.h, irq/irq_init.c, 
	* startup/bspclean.c, startup/bspstart.c, startup/linkcmds:

	Added BSP contributed by Michael Hamel