summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog
blob: 79a8ef5585440ea3d6bdf84e0bd378f4e8b17232 (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
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-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
	its own file and rely on BSP Framework to perform more
	initialization. Remove unnecessary includes of rtems/libio.h and
	rtems/libcsupport.h.
	* startup/bspgetworkarea.c: New file.

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

	* Makefile.am: Review of all bsp_cleanup() implementations. In this
	phase, all prototypes were removed from bsp.h and empty
	implementations were removed and made to use the shared stub.
	* startup/bspclean.c: Removed.

2008-08-30	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().

2008-08-20	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
	tests/tests.c: Added copyright information.  Added missing prototypes.
	Fixed integer conversion warning.
	* startup/bspclean.c: Include bootcard.h.

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

	* startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
	Add missing prototypes.

2008-08-01	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* startup/start.S: Clear environment pointer for bootcard.

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

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

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

	* tests/tests.c: Remove C++ style comments.

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

	* startup/bspclean.c: Use C style comment.

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

	* configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
	* Makefile.am: Remove doxygen comments.
	Remove bogus BUILT_SOURCES.

2008-07-24	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* configure.ac, startup/bspstart.c: Support RAM allocation via
	bootcard.

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

	* configure.ac: Remove RTEMS_AMPOLISH3.

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

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

2008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>

	* bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
	include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
	README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
	startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
	tests/tests.c: New files.