summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-252-0/+12
| | | | * .cvsignore: New file.
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-2013-0/+1625
| | | | | | | | | | | * 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-203-1/+8
| | | | | * acinclude.m4, configure.ac: Add Milkymist BSP developed as part of GSOC 2010.
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-2013-0/+732
| | | | | | | | Add Milkymist BSP developed as part of GSOC 2010. * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, Documentation/uart.txt, include/.cvsignore, include/bsp.h, include/system_conf.h, include/tm27.h, make/custom/milkymist.cfg, startup/linkcmds: New files.
* 2010-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-072-0/+5
| | | | * shared/start/start.S: Finish merging change.
* 2010-05-07 Michael Walle <michael@walle.cc>Joel Sherrill2010-05-072-1/+12
| | | | | * shared/start/start.S: Add support for qemu-system-lm32 shutdown device.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-302-44/+4
| | | | * include/irq-config.h: Removed file.
* Whitespace removal.Ralf Corsepius2009-11-298-124/+124
|
* Whitespace removal.Ralf Corsepius2009-11-282-2/+2
|
* 2009-11-25 Michael Walle <michael@walle.cc>Joel Sherrill2009-11-252-2/+7
| | | | | * 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-242-5/+4
| | | | | * 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-242-3/+8
| | | | | * shared/console/console.c: Use int as return type of BSP_uart_polled_read.
* 2009-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-242-4/+8
| | | | * include/bsp.h: Move extern "C" { }.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/lm32_evr.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-202-1/+5
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-152-0/+34
| | | | * make/custom/lm32_evr.cfg: New (relocated from /make/custom).
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-152-2/+5
| | | | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-162-10/+8
| | | | | | * 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-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-162-0/+6
| | | | * configure.ac: Add BSP_BOOTCARD_OPTIONS.
* 2009-05-27 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-272-0/+7
| | | | | * 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-052-5/+4
| | | | * shared/start/start.S: Confirmed OK by mwalle.
* 2009-05-05 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-055-0/+1519
| | | | | * 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-282-2/+9
| | | | * shared/start/start.S: Update for boot_card command line change.
* 2009-04-06 Michael Walle <michael@walle.cc>Joel Sherrill2009-04-062-5/+10
| | | | * shared/start/start.S: Now calls boot_card.
* 2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-302-2/+7
| | | | * startup/linkcmds: Stack was overlapping work area.
* 2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-264-10/+23
| | | | | * 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-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-263-10/+16
| | | | | * configure.ac, include/bsp.h: Run better on simulator. Timer is probably not right yet but
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-252-117/+24
| | | | | * shared/clock/ckinit.c: Use shared Clock Driver Template and support fast idle on simulator.
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-252-0/+7
| | | | * README: Add fast idle information.
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-254-3/+39
| | | | | | | * Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE, BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard bsp_cleanup code. * README: New file. Include instructions on gdb simulator.
* 2009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-231-0/+1
| | | | * include/bsp.h: Conditionally include rtems/rtems_bsdnet.h.
* Conditionally include rtems/rtems_bsdnet.h.Ralf Corsepius2009-02-231-0/+6
|
* 2009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-231-0/+5
| | | | | * configure.ac: Add RTEMS_CHECK_NETWORKING. * Makefile.am: Rework.
* Rework.Ralf Corsepius2009-02-231-14/+25
|
* Add RTEMS_CHECK_NETWORKING.Ralf Corsepius2009-02-231-0/+4
|
* 2009-02-21 Michael Walle <michael@walle.cc>Joel Sherrill2009-02-212-1/+8
| | | | * startup/linkcmds: Add new sections.
* 2008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-092-7/+6
| | | | * bsp_specs: Update to reflect comments.
* 2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-054-0/+24
| | | | * .cvsignore: New file.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-0417-0/+2220
| | | | | | | | | | * 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.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-0412-0/+889
* ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am, include/.cvsignore, include/bsp.h, include/coverhd.h, include/irq-config.h, include/system_conf.h, include/tm27.h, startup/linkcmds: New files.