summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-01-21 Frank Ueberschar <frank.ueberschar@dsa-volgmann.de>Joel Sherrill2009-01-212-1/+11
| | | | | | | | | | PR 1354/bsps * network/network.c: In some cases it can occur that an empty mbuf is put on the descriptor chain. (We found it especially then when transmitting fragmented IP Packets.) Since the actual buffer descriptor pointer will be incremented after every inserted mbuf (txBd = sc->txBdBase + sc->txBdHead;) even if m->m_len of the current mbuf was zero. This leads to the bug.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-0324-13/+73
| | | | | * startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-033-2/+8
| | | | | | * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-038-6/+18
| | | | | | * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-033-2/+8
| | | | | | * startup/linkcmds, startup/linkcmds.flash: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-034-3/+9
| | | | | | * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-02-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-02-154-38/+43
| | | | | * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes to rtems/motorola/*.h.
* 2007-11-26 Eric Norum <norume@aps.anl.gov>Joel Sherrill2007-11-262-2/+6
| | | | * network/network.c: Fix LED configuration to match uCDIMM.
* 2007-10-14 Eric Norum <norume@aps.anl.gov>Joel Sherrill2007-10-162-6/+23
| | | | * clock/clock.c: Add nanoseconds since tick support.
* 2007-09-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-042-1/+6
| | | | | * runtest: Add capture to list of interative tests to skip in batch mode.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-223-4/+9
| | | | | * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to avoid conflicts in application space.
* 2007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-1122-2047/+12
| | | | | | | | | | | | * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am, dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am, dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c, dmv152/include/.cvsignore, dmv152/include/bsp.h, dmv152/include/coverhd.h, dmv152/include/tm27.h, dmv152/spurious/spinit.c, dmv152/startup/bspclean.c, dmv152/startup/bspstart.c, dmv152/startup/linkcmds, dmv152/startup/vmeintr.c, dmv152/timer/timer.c, dmv152/timer/timerisr.S: Removed.
* 2007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-05-0336-26/+98
| | | | * startup/linkcmds: Handle .data.* sections
* 2007-05-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-05-012-4/+27
| | | | * Makefile.am: Minor rework to shrink minimum size to <48K.
* 2007-04-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-172-1/+6
| | | | | * mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode script.
* 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-1236-103/+114
| | | | * bsp_specs: Remove qrtems_debug.
* 2007-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-04-102-7/+4
| | | | * bsp_specs: Remove lib: (Now supposed to be in GCC).
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-0220-10/+52
| | | | * Makefile.am: Add dummy printk support so all tests link.
* 2007-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-04-023-3/+9
| | | | | * Makefile.am, configure.ac: Add dummy printk support so all tests link.
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-132-4/+4
| | | | * include/bsp.h: Remove redundant prototypes.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-1213-12/+21
| | | | | | | | | * clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, timer/timer.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-1216-22/+30
| | | | | | | | * include/coverhd.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-127-10/+14
| | | | | | | | * console/console-io.c, include/bsp.h, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5272.c: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* 2007-03-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-1116-22/+50
| | | | | | * startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
* 2007-03-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-108-44/+24
| | | | | | PR 1227/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION and MAX_SHORT_TEST_DURATION. They are obsolete and unused.
* 2007-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-01-264-2/+10
| | | | * Makefile.am: Use MKDIR_P instead of mkdir_p.
* Regenerate.Ralf Corsepius2007-01-0818-36/+36
|
* 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-154-0/+16
| | | | * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
* Use ioctl_command_t as arg in ioctl-functions.Ralf Corsepius2006-12-154-4/+4
|
* * startup/bspstart.c: Changed BSP_installVME_isr() so thatTill Straumann2006-12-152-69/+151
| | | | | | | | | | | | the special handling of a 'FPGA interrupt' [this FPGA is *not* present on the uC5282 module but is externally connected to IRQ1 on Eric Norum's particular 'motherboard'] is only activated when connecting to the special vectors > 192. The change allows us ordinary users [:-)] to use IRQ1 normally, simply by connecting an ISR to vector 64+1... Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(), BSP_irq_is_enabled_at_pic() were introduced (compat. with some PPC BSPs).
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-0242-21/+105
| | | | * configure.ac: New BUG-REPORT address.
* 2006-11-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-1536-18/+108
| | | | | * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
* New.Ralf Corsepius2006-10-202-0/+8
|
* Remove (bogus).Ralf Corsepius2006-10-202-32/+0
|
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-1736-19/+91
| | | | * Makefile.am: Remove superfluous -DASM.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-176-6/+18
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-1736-36/+108
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+5
| | | | | * include/m68349.inc, start/start.S, startup/dumpanic.c: Convert to utf-8.
* Convert to utf-8Ralf Corsepius2006-10-173-3/+3
|
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-117-595/+578
| | | | | | * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c, startup/bspclean.c, startup/start_c.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-9/+14
| | | | | * console/console.c, startup/init5235.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-8/+12
| | | | * startup/init5282.c: Convert C++ style comments to C style.
* Add bsp_setbenv system call.Eric Norum2006-08-012-1/+6
|
* Regenerate.Ralf Corsepius2006-07-111-0/+8
|
* 2006-06-23 Worth Burruss <worth@motioncontrol.org>Joel Sherrill2006-06-237-38/+101
| | | | | | | | | | | | | | | | * Makefile.am, README, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Modify to the mcf5235 eval boards to either load and run from ram using the dBug moniter as the boot deviced (Board setup as shipped from the factory), or it allows the user to Boot his code from flash he loads onto the eval board. The code changes between the two are based on the selected linker script using a variable in the script. The options to the linker are used to override the default linker script and select which options to configure at boot either from flash, or from ram: -qnolinkcmds -T linkcmdsflash If no options are given the standard linker sript assumes dBug was used to set up the board and the user is going to load his program to RAM.
* Allow single spurious FPGA interrupt.Eric Norum2006-05-152-3/+9
|
* Improve handling of unexpected FPGA interrupt conditions.Eric Norum2006-05-152-3/+23
|
* Add default exception handler.Eric Norum2006-04-112-1/+57
|
* Add missing reset cause bit.Eric Norum2006-03-242-0/+5
|
* Remove eof include fileRalf Corsepius2006-03-1727-27/+0
|