summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/ChangeLog
blob: 6da6daf3627d7d86a8f4ef6cfb175ef1ca0d83c7 (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
2006-09-11	Joel Sherrill <joel@OARcorp.com>

	* include/mpc5200.h, network_5200/network.c: Convert C++ style comments
	to C style.

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

	* Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l,
	startup/linkcmds.pm520: Add support for missing .rela sections.
	Install linkcmds.

2006-08-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* linkcmds.brs5l:
	(PR1117) Add  startup/linkcmds.brs5l

2006-06-28      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* Makefile.am, preinstall.am: 
	(PR1117) Add  startup/linkcmds.brs5l, slicetimer.h, nvram.h 
	to distributed files, add start/start.S to startup sources

	* bestcomm/bestcomm_glue.c: 
	(PR1117) make SDMA interrupt operations interrupt save
	
	* bsp_specs: (PR1117) move ecrti to proper location

	* console/console.c: (PR1117) round baudrate divider to nearest match

	* include/bsp.h: (PR1117) activate interrupt for ATA, 
	modify calculation of ROM size, add BSP_Convert_decrementer

	* include/mpc5200.h: (PR1117) add some register definitions

	* include/tm27.h: 
	(PR1117) adapt to make tm27 compile again with this BSP

	* mscan/mscan.[ch]:
	(PR1117) many improvements and fixes, 
	transmit queue added, 
	baud rate settings adapted

	* network/network.c: 
	(PR1117) add handler code to detect and restart FEC on DMA overflow

	* start/start.S:
	(PR1117) fixed some typos and minor bugs
	enable FPU in start sequence

	* startup/linkcmds:
	(PR1117) removed, no longer used
	
	* startup/linkcmds.brs5l:
	(PR1117) added

	* tod/pcf8563.c: 
	(PR1117) fixed bug which read wrong hour from RTC

2006-03-08	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
	section.

2006-02-08	Joel Sherrill <joel@OARcorp.com>

	* startup/linkcmds, startup/linkcmds.pm520: Add sections required by
	newer gcc versions.

2006-01-11	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Remove explicit ampolish3 support (now in
	RTEMS_BSP_CONFIGURE).

2006-01-10	Ralf Corsepius <ralf.corsepius@rtems.org>

	* configure.ac: Add ampolish3 support.
	* Makefile.am: Add preinstall.am.

2006-01-09	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am: Don't include subdirs.am.

2006-01-02	Ralf Corsepius <ralf.corsepius@rtems.org>

	* vectors/asm_utils.S: Remove (Bogus, now in libcpu).

2006-01-01	Ralf Corsepius <ralf.corsepius@rtems.org>

	* bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
	console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
	i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
	include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
	irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
	network_5200/network.c,	nvram/m93cxx.h, nvram/nvram.c,
	nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
	start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
	tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
	vectors/vectors_init.c: Cleanup CVS data.

2005-12-31	Ralf Corsepius <ralf.corsepius@rtems.org>

	* irq/irq.c, irq/irq_init.c, vectors/vectors_init.c:
	include <libcpu/raw_exceptions.h>.
	* include/raw_exception.h, vectors/raw_exception.c: Remove.
	Use implementation from libcpu instead.

2005-12-31	Ralf Corsepius <ralf.corsepius@rtems.org>

	* bestcomm/bestcomm_glue.c, clock/clock.c, console/console.c,
	i2c/i2c.c, i2c/i2cdrv.c, ide/idecfg.c, ide/pcmcia_ide.c,
	ide/pcmcia_ide.h, include/i2c.h, irq/irq.c, irq/irq_init.c,
	mscan/mscan.c, network_5200/network.c, nvram/nvram.c, nvram/nvram.h,
	slicetimer/slicetimer.c, startup/bspstart.c, startup/cpuinit.c,
	tod/todcfg.c, vectors/vectors_init.c: Misc include file fixes.

2005-12-31	Ralf Corsepius <ralf.corsepius@rtems.org>

	* Makefile.am, README, bsp_specs, configure.ac,
	bestcomm/bestcomm_api.c, bestcomm/bestcomm_api.h,
	bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h,
	bestcomm/bestcomm_priv.h, bestcomm/dma_image.c,
	bestcomm/dma_image.capi.h, bestcomm/dma_image.h,
	bestcomm/dma_image.reloc.c, bestcomm/load_task.c,
	bestcomm/tasksetup_ata.c, bestcomm/tasksetup_bdtable.c,
	bestcomm/tasksetup_crc16_dp_0.c, bestcomm/tasksetup_crc16_dp_1.c,
	bestcomm/tasksetup_fec_rx_bd.c, bestcomm/tasksetup_fec_tx_bd.c,
	bestcomm/tasksetup_gen_dp_0.c, bestcomm/tasksetup_gen_dp_1.c,
	bestcomm/tasksetup_gen_dp_2.c, bestcomm/tasksetup_gen_dp_3.c,
	bestcomm/tasksetup_gen_dp_bd_0.c, bestcomm/tasksetup_gen_dp_bd_1.c,
	bestcomm/tasksetup_gen_rx_bd.c, bestcomm/tasksetup_gen_tx_bd.c,
	bestcomm/tasksetup_lpc.c, bestcomm/tasksetup_pci_rx.c,
	bestcomm/tasksetup_pci_tx.c, bestcomm/include/mgt5200/mgt5200.h,
	bestcomm/include/mgt5200/sdma.h,
	bestcomm/task_api/bestcomm_api_mem.h,
	bestcomm/task_api/bestcomm_cntrl.h,
	bestcomm/task_api/tasksetup_bdtable.h,
	bestcomm/task_api/tasksetup_general.h, clock/clock.c,
	console/console.c, i2c/i2c.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
	i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
	include/bsp.h, include/coverhd.h, include/i2c.h, include/i2cdrv.h,
	include/mpc5200.h, include/raw_exception.h, include/tm27.h,
	include/u-boot.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
	irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
	network_5200/network.c, nvram/m93cxx.h, nvram/nvram.c,
	nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
	start/start.S, startup/bspstart.c, startup/cpuinit.c,
	startup/linkcmds, startup/linkcmds.pm520, tod/pcf8563.c,
	tod/pcf8563.h, tod/todcfg.c, vectors/asm_utils.S,
	vectors/raw_exception.c, vectors/vectors.S, vectors/vectors.h,
	vectors/vectors_init.c: New (CVS import submission by 
	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>)

2005-12-09	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>

	* Integrated gen5200 BSP to source tree