summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gdbarmsim/ChangeLog
blob: 079f8108b603bbbfebf00f4c700bbafb7f1dab2a (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
2010-12-03	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* bsp_specs, start/start.S, startup/linkcmds: Use linker command base
	file.

2010-08-15	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* startup/syscalls.c: ifdef out _times since it conflicts with
	RTEMS internal one.  Besides we only use the simulator syscalls
	for console IO.

2010-05-15	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* startup/syscalls.c: Rename to avoid conflict with newlib.

2010-04-30	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* make/custom/arm920.cfg: Use VFP floating point model.

2010-04-07	Joel Sherrill <joel.sherrill@oarcorp.com>

	* start/start.S: Verify boot_card() is passed a NULL.

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

	* make/custom/arm1136jfs.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/arm1136js.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/arm7tdmi.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/arm920.cfg: Remove RTEMS_BSP_FAMILY.
	* make/custom/armcortexa9.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-15	Ralf Corsépius <ralf.corsepius@rtems.org>

	* make/custom/arm1136jfs.cfg: New (relocated from /make/custom).
	* make/custom/arm1136js.cfg: New (relocated from /make/custom).
	* make/custom/arm7tdmi.cfg: New (relocated from /make/custom).
	* make/custom/arm920.cfg: New (relocated from /make/custom).
	* make/custom/armcortexa9.cfg: New (relocated from /make/custom).

2009-10-01	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
	preinstall.am, console/.cvsignore, console/console-io.c,
	include/.cvsignore, include/bsp.h, include/irq.h, include/swi.h,
	start/.cvsignore, start/start.S, startup/.cvsignore,
	startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
	startup/syscalls.c: New files.