summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-201-0/+11
| | | | | | | | | | | * shared/milkymist_ac97/ac97.c, shared/milkymist_clock/ckinit.c, shared/milkymist_clock/clock.h, shared/milkymist_console/console.c, shared/milkymist_console/uart.c, shared/milkymist_console/uart.h, shared/milkymist_framebuffer/framebuffer.c, shared/milkymist_gpio/gpio.c, shared/milkymist_networking/mm_crc32.c, shared/milkymist_networking/network.c, shared/milkymist_networking/network.h, shared/milkymist_timer/timer.c: New files.
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-201-0/+5
| | | | | * acinclude.m4, configure.ac: Add Milkymist BSP developed as part of GSOC 2010.
* 2010-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-071-0/+4
| | | | * shared/start/start.S: Finish merging change.
* 2010-05-07 Michael Walle <michael@walle.cc>Joel Sherrill2010-05-071-0/+5
| | | | | * shared/start/start.S: Add support for qemu-system-lm32 shutdown device.
* 2009-11-25 Michael Walle <michael@walle.cc>Joel Sherrill2009-11-251-0/+5
| | | | | * shared/gdbstub/lm32-stub.c: Fix wrong computation of negative branch targets (thanks to Manfred Scheible <mscheible@husware.de>.
* 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-241-0/+2
| | | | | * shared/tsmac/tsmac.c: Remove unused vars. Let rtems_tsmac_driver_attach return 1.
* 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-241-0/+5
| | | | | * shared/console/console.c: Use int as return type of BSP_uart_polled_read.
* 2009-05-27 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-271-0/+5
| | | | | * shared/start/start.S: Export crt0 symbol because the debug.S uses that.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-051-0/+4
| | | | * shared/start/start.S: Confirmed OK by mwalle.
* 2009-05-05 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-051-0/+5
| | | | | * shared/gdbstub/README, shared/gdbstub/gdb_if.h, shared/gdbstub/lm32-debug.S, shared/gdbstub/lm32-stub.c: New files.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-0/+4
| | | | * shared/start/start.S: Update for boot_card command line change.
* 2009-04-06 Michael Walle <michael@walle.cc>Joel Sherrill2009-04-061-0/+4
| | | | * shared/start/start.S: Now calls boot_card.
* 2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-261-0/+5
| | | | | * shared/clock/ckinit.c, shared/start/start.S, shared/timer/timer.c: Run better on simulator. Timer is probably not right yet but
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-251-0/+5
| | | | | * shared/clock/ckinit.c: Use shared Clock Driver Template and support fast idle on simulator.
* 2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-051-0/+4
| | | | * .cvsignore: New file.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-041-0/+10
* ChangeLog, Makefile.am, README, acinclude.m4, configure.ac, shared/clock/ckinit.c, shared/clock/clock.h, shared/console/console.c, shared/console/uart.c, shared/console/uart.h, shared/start/start.S, shared/startup/bspstart.c, shared/startup/setvec.c, shared/timer/timer.c, shared/tsmac/dp83848phy.h, shared/tsmac/tsmac.c, shared/tsmac/tsmac.h: New files.