summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/haleakala/ChangeLog
blob: 8edc1556acf47853ee6b6b5dcae15487e654d05b (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
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