summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-312005-08-23 Karel Gardas <kgardas@objectsecurity.com>>Joel Sherrill2-13/+73
* timer/timer.c: Enhance to use either interupt-based timer functions on older CPUs or to use TSC-based timer functions on more recent (Pentium and above) CPUs. The decision is made in Timer_initialize function when it is called for the first time based on a result obtained from cpuid instruction during the BSP initialization phase. During the first call, there are also late bindings to the implementation functions initialized to appropriate values.
2005-08-222005-08-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill4-17/+5
* libchip/network/if_fxp.c, libchip/network/if_dc.c, libchip/network/dec21140.c: Remove initialization of PCI bus.
2005-08-22Remove duplicate comment.Joel Sherrill1-4/+0
2005-08-192005-08-19 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2-4/+17
PR 577/bsps * console.c: The console_close() method currently calls StopRemoteTx() on all invocations. It should should be ok for last close only but not for any others. If you open a port multiple times, you only want to call StopRemoteTx() only as part of the last close.
2005-08-182005-08-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2-0/+19
* startup/bspstart.c: Initialize PCI bus in bsp_start function.
2005-08-17New file.Joel Sherrill1-0/+9
2005-08-172005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2-0/+6
* acinclude.m4: Add the av5282 BSP.
2005-08-172005-08-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill20-0/+3969
* .cvsignore, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
2005-08-172005-08-17 Lars Munch <lars@segv.dk>Joel Sherrill2-2/+8
PR 727/bsps * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds tick is not 9.365 miliseconds long.
2005-08-152005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-51/+7
* optman/Makefile.am: Add preinstall.am.
2005-08-15New.Ralf Corsepius2-0/+121
2005-08-152005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* Makefile.am: Add preinstall.am. * configure.ac: Add AMPOLISH3. * preinstall.am: New.
2005-08-15Add AMPOLISH3.Ralf Corsepius1-0/+4
2005-08-15Add preinstall.am.Ralf Corsepius1-54/+3
2005-08-15Regenerate.Ralf Corsepius1-0/+4
2005-08-122005-08-12 Phil Torre <ptorre@zetron.com>Joel Sherrill2-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-052005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-5/+11
* Makefile.am: Unconditionally initialize include_libcpu_HEADERS.
2005-08-02Fixed formatting.Joel Sherrill1-1/+2
2005-08-02Corrected placement of log entries.Joel Sherrill3-6/+12
2005-07-28Changes provided by Phillip Sorensen <pas37@cornell.edu> to get MVME550 BSP ↵Eric Norum5-4/+13
running.
2005-07-27Regenerate.Ralf Corsepius1-10/+10
2005-07-272005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* Makefile.am: Fix broken patch to mcf5235.
2005-07-252005-07-25 Philippe Simons <loki_666@fastmail.fm>Philippe Simons4-1/+685
* Makefile.am: added smc.rel. * smc/smc.c, smc/smc.h: New files.
2005-07-25Add some new regions.Eric Norum2-2/+6
2005-07-24Add .gnu.linkonce.bEric Norum2-1/+5
2005-07-24Add .gnu.linkonce.b.* relocation.Eric Norum1-0/+1
2005-07-182005-07-18 Karel Gardas <kgardas@objectsecurity.com>Joel Sherrill2-1/+6
* libchip/network/if_fxp.c: Change status of PCI Id 0x1229 from UNTESTED to tested.
2005-07-182005-07-18 Lars Munch <lars@segv.dk>Joel Sherrill2-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-082005-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-7/+5
* Makefile.am: Eliminate duplicate entry for include_mcf5235... .
2005-07-082005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* mpc5xx/vectors/vectors.h: Add hack to avoid warning.
2005-07-072005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons1-156/+0
* lcd/lcd.c: removed.
2005-07-072005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons9-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-072005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons3-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-062005-07-06 Markku Puro <markku.puro@kopteri.net>Joel Sherrill2-0/+6
* acinclude.m4: Added GBA BSP.
2005-07-062005-07-06 Markku Puro <markku.puro@kopteri.net>Joel Sherrill32-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-062005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* console/keyboard.c: Apply CHAR_BIT to compute BITS_PER_LONG.
2005-07-062005-07-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* console/console-io.c: Remove unused variable i.
2005-07-06Enable CS1* and CS2* now that Arcturus bootstrap PROMs no longer take care ↵Eric Norum2-0/+5
of that for us.
2005-06-30Add description of external interrupt request assignments.Eric Norum1-0/+3
2005-06-29Reflect changes to network driver.Eric Norum1-1/+1
2005-06-29Drive LEDs with more useful information.Eric Norum1-0/+2
2005-06-29Add duplex negotation support.Eric Norum2-46/+99
2005-06-22Minor tweak to make it easier to insert some code to test realignment.Eric Norum1-2/+2
2005-06-20Clean up transmit buffer realignment.Eric Norum3-74/+84
Many thanks to Mr. Kolja Waschk for identifying the problem.
2005-06-172005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+9
* librdbg/src/powerpc/excep_f.c: Conditionalize use of ISI vector since it is not supported by the MPC5xx.
2005-06-172005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* mpc5xx/vectors/vectors.h: Add hack to avoid warning.
2005-06-172005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* include/.cvsignore: New file.
2005-06-172005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-172005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* acinclude.m4: Added mcf5235.
2005-06-172005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill5-0/+3030
* ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of mcf5235 support. * mcf5235/include/mcf5235.h: New file.