summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/ChangeLog
blob: f3661ad819e6b90715e41b92efca0a721aed5a5f (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
2010-04-09	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* rtl8019/rtl8019.c: make irq data types consistent

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/gumstix.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/gumstix.cfg: New (relocated from /make/custom).

2009-09-17	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* preinstall.am: Regenerate.

2009-09-16	Joel Sherrill <joel.sherrill@OARcorp.com>

	* configure.ac: Resolve confusion with Ralf's patch.

2009-09-16	Roxana Leontie <roxana.leontie@gmail.com>

	* configure.ac, fb/fb.c, include/bsp.h: updates made for porting to
	Nano-X and make testing easyer

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

	* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.

 2009-08-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am: If not on Skyeye, do not include the rtl8019 driver
	in libbsp.

2009-08-26	Joel Sherrill <joel.sherrill@oarcorp.com>

	* configure.ac: Add default value.

2009-08-22	Xi Yang <hiyangxi@gmail.com>

	* fb/fb.c: Register correct device name.
	* startup/bspstart.c: Fix warnings.

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-08-21	Xi Yang <hiyangxi@gmail.com>

	* Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support
	* preinstall.am: Install skyeye_fb.h, Install wd80x3
	* fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator
	* rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support
	* startup/memmap.c: Change the size of Map I/O to 1216M
	* bsp/bsp.h: Add rtl8019 related infomation

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-07-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile.am: Fix typo.

2009-07-10	Xi Yang <hiyangxi@gmail.com>

	* Makefile.am: Complete update to current style.

2009-06-29	Xi Yang <hiyangxi@gmail.com>

	* Makefile.am: Update to current style.
	* bsp_specs: Fix warning for _start.
	* start/start.S: Proper attribution for origin.
	* startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye.
	* include/.cvsignore: New file.
	* include/bspopts.h.in: Removed.

2009-06-11	Joel Sherrill <joel.sherrill@oarcorp.com>

	* startup/linkcmds: Fix spacing.

2009-06-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least
	enable fast idle mode. Also added some standard BSP options.

2009-06-04	Xi Yang <hiyangxi@gmail.com>

	* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in,
	include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds,
	startup/memmap.c: New files.