summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-152-51/+7
| | | | * optman/Makefile.am: Add preinstall.am.
* New.Ralf Corsepius2005-08-152-0/+121
|
* 2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-151-0/+6
| | | | | | * Makefile.am: Add preinstall.am. * configure.ac: Add AMPOLISH3. * preinstall.am: New.
* Add AMPOLISH3.Ralf Corsepius2005-08-151-0/+4
|
* Add preinstall.am.Ralf Corsepius2005-08-151-54/+3
|
* Regenerate.Ralf Corsepius2005-08-151-0/+4
|
* 2005-08-12 Phil Torre <ptorre@zetron.com>Joel Sherrill2005-08-122-1/+9
| | | | | | | | PR 816/bsps * mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode parameters (m8xxSCCENparms_t) does not match the hardware: members taddr_h and taddr_l are transposed. When loading new multicast group addresses into the hash table, the wrong hash bit is set.
* 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-052-5/+11
| | | | * Makefile.am: Unconditionally initialize include_libcpu_HEADERS.
* Fixed formatting.Joel Sherrill2005-08-021-1/+2
|
* Corrected placement of log entries.Joel Sherrill2005-08-023-6/+12
|
* Changes provided by Phillip Sorensen <pas37@cornell.edu> to get MVME550 BSP ↵Eric Norum2005-07-285-4/+13
| | | | running.
* Regenerate.Ralf Corsepius2005-07-271-10/+10
|
* 2005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-272-1/+5
| | | | * Makefile.am: Fix broken patch to mcf5235.
* 2005-07-25 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-254-1/+685
| | | | | * Makefile.am: added smc.rel. * smc/smc.c, smc/smc.h: New files.
* Add some new regions.Eric Norum2005-07-252-2/+6
|
* Add .gnu.linkonce.bEric Norum2005-07-242-1/+5
|
* Add .gnu.linkonce.b.* relocation.Eric Norum2005-07-241-0/+1
|
* 2005-07-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2005-07-182-1/+6
| | | | | * libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from UNTESTED to tested.
* 2005-07-18 Lars Munch <lars@segv.dk>Joel Sherrill2005-07-182-0/+11
| | | | | | | | | | PR 813/networking * ne2000/ne2000.c: The ne2000 driver on pc386 has been broken since a parameter was added to irq handlers (2005-04-18). Before these changes the argument to the interrupt handler was the interrupt number, now the argument is handle, but the ne2000 driver needs the interrupt number. The fix is to set the handle to the interrupt number.
* 2005-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-07-082-7/+5
| | | | * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-07-081-0/+4
| | | | * mpc5xx/vectors/vectors.h: Add hack to avoid warning.
* 2005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-071-156/+0
| | | | * lcd/lcd.c: removed.
* 2005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-079-1240/+295
| | | | | | | | | | | * Makefile.am: Remove lcd.rel, added console/uart.c, removed conio stuffs. * console/conio.c, console/console.c, console/defaultfont.c, include/conio.h : files removed. * console/uart.c: New file. * include/bsp.h: lcd.c prototypes removed. * startup/bspstart.c: bsp_reset() cause gp32 to reset to bios, added a bsp_idle_task which put s3c2400 in a "wait for IRQ" state.
* 2005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-073-29/+27
| | | | | | * Makefile.am: Remove s3c2400/lcd/lcd.c * s3c2400/lcd/lcd.c: Remove. * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
* 2005-07-06 Markku Puro <markku.puro@kopteri.net>Joel Sherrill2005-07-062-0/+6
| | | | * acinclude.m4: Added GBA BSP.
* 2005-07-06 Markku Puro <markku.puro@kopteri.net>Joel Sherrill2005-07-0632-0/+5336
| | | | | | | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clockdrv.c, console/conio.c, console/console.c, console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h, include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h, include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c, startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds, timer/timer.c: New files.
* 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-062-1/+6
| | | | * console/keyboard.c: Apply CHAR_BIT to compute BITS_PER_LONG.
* 2005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-062-2/+4
| | | | * console/console-io.c: Remove unused variable i.
* Enable CS1* and CS2* now that Arcturus bootstrap PROMs no longer take care ↵Eric Norum2005-07-062-0/+5
| | | | of that for us.
* Add description of external interrupt request assignments.Eric Norum2005-06-301-0/+3
|
* Reflect changes to network driver.Eric Norum2005-06-291-1/+1
|
* Drive LEDs with more useful information.Eric Norum2005-06-291-0/+2
|
* Add duplex negotation support.Eric Norum2005-06-292-46/+99
|
* Minor tweak to make it easier to insert some code to test realignment.Eric Norum2005-06-221-2/+2
|
* Clean up transmit buffer realignment.Eric Norum2005-06-203-74/+84
| | | | Many thanks to Mr. Kolja Waschk for identifying the problem.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-172-1/+9
| | | | | * librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since it is not supported by the MPC5xx.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-171-0/+4
| | | | * mpc5xx/vectors/vectors.h: Add hack to avoid warning.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-171-0/+4
| | | | * include/.cvsignore: New file.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-172-7/+28
| | | | | | * libchip/network/if_dc.c: Begin to convert to new PCI and IRQ interface. Also correct attempting to build on other than PowerPC and x86.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-172-0/+6
| | | | * acinclude.m4: Added mcf5235.
* 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-06-175-0/+3030
| | | | | | * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of mcf5235 support. * mcf5235/include/mcf5235.h: New file.
* 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-06-1720-0/+3885
| | | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, 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/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
* 2005-06-16 Daron Chabot <daron@nucleus.usask.ca>Joel Sherrill2005-06-165-3/+5027
| | | | | | * libchip/Makefile.am: Add driver for Tulip clones. * libchip/network/README.tulipclone, libchip/network/if_dc.c, libchip/network/if_dcreg.h: New files.
* 2005-06-06 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill2005-06-062-1/+6
| | | | * Makefile.am: Include lcd.rel.
* 2005-06-01 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill2005-06-027-27/+410
| | | | | | * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c * s3c2400/clock/clockdrv.c: Update to use get_PCLK() * s3c2400/timer/timer.c: Update to use get_PCLK()
* 2005-06-01 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill2005-06-026-45/+91
| | | | | | | * bsp_specs: Add rules for cpp support * include/bsp.h: Add gp32 support fct prototypes * console/conio.c: Moved video buffer to 0x0c7ed000 * startup/bspstart.c: Add some init code, some cleaning...
* 2005-05-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-262-0/+7
| | | | | | PR 799/bsps * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be compiled.
* 2005-05-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-2696-101/+293
| | | | * include/bsp.h: New header guard.
* 2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-253-20/+20
| | | | | | * aclocal/check-rdbg.m4: Use compilation check on _OLD_EXCEPTIONS to enable rdbg. * configure.ac: Reflect changes above.
* Fix typo.Eric Norum2005-05-241-1/+1
|