summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog
blob: 17b6976e2eed1ce0633a5c0a2504dd8d9130a0cb (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
2009-10-06	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
	* Makefile.am:
	do not use shared/timerstub

	* include/bsp.h:
	add macro to convert Decrementer value

	* startup/bspstart.c:
	set clock frequency to suitable value

	* startup/bsppanic.c:
	issue a reset after panic

	* startup/linkcmds:
	add space for stacks

2009-10-03	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
	* startup/bspstart.c:
	add missing file

2009-10-02	Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
	* Makefile.am, irq/irq_config.h, irq/irq_init.c, irq/irq.h:
	add basic IRQ support (for decrementer)

	* start/start.S, startup/cmain.c, startup/linkcmds: add support
	for sdata* sections

	* startup/bsppanic.c: some cleanup

2009-09-30	Joel Sherrill <joel.sherrill@oarcorp.com>

	* include/bsp.h: BSP does not have much memory. Limited to BIOS space.

2009-09-24	Joel Sherrill <joel.sherrill@oarcorp.com>

	* irq/irq.h: New file.

2009-09-24	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	preinstall.am, console/console-io.c, include/.cvsignore,
	include/bsp.h, start/start.S, startup/bsppanic.c, startup/cmain.c,
	startup/linkcmds: New files.