summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-171-0/+4
| | | | * include/.cvsignore: New file.
* 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-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-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-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.
* Fix typo.Eric Norum2005-05-241-1/+1
|
* Try to maintain compatability with everyone else's VBR changes.Eric Norum2005-05-244-10/+6
|
* 2005-05-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-232-1/+6
| | | | | * comm/i386-stub.c: Make get_char() static since it is such a common name and conflicts with names in the standard Ada run-time.
* 2005-05-20 Jennifer Averett <jennifer@OARcorp.com>Joel Sherrill2005-05-202-5/+43
| | | | | | PR 702/bsps * include/tm27.h: Add better tm27.h support. Uses decrementer register interrupt -- copied from psim.
* 2005-05-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-202-1/+5
| | | | * console/duart.c: Remove warning.
* 2005-05-20 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-201-0/+5
| | | | | * Makefile.am: Add SHGEN. * startup/linkcmds: Add missing sections.
* Add missing sections.Ralf Corsepius2005-05-201-2/+5
|
* Add SHGEN.Ralf Corsepius2005-05-201-0/+2
|
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-175-244/+89
| | | | | * clock/p_clock.c, irq/i8259.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-179-730/+148
| | | | * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-174-246/+69
| | | | * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-174-236/+85
| | | | * irq/irq.c, irq/irq.h, network/network.c: Modified to use rtems/irq.h.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-173-7/+11
| | | | * console/rsPMCQ1.c, irq/irq.c: Modified to use rtems/irq.h.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-172-178/+20
| | | | * irq/irq.c, irq/irq.h: Modified to include rtems/irq.h.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-172-28/+33
| | | | | | * irq/irq.h: Modified names and types to match rtems/irq.h. Note: rtems/irq.h should be included after the addition of a parameter to ISRs.
* 2005-05-12 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-1211-496/+450
| | | | | | | | * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c, pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h, pci/pci_interface.c, pci/pcifinddevice.c: Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release. Modifications made to merge this release with the current tree.
* 2005-05-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-116-3/+15
| | | | * startup/linkcmds: Add .rodata.* sections.
* 2005-05-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-05-112-1/+6
| | | | * startup/linkcmds: Add .data.* sections.
* Followup fix to Joel's earlier _VBR changes.Eric Norum2005-05-112-0/+9
|
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-112-3/+7
| | | | * include/tm27.h: Elininate unsigned32.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-112-1/+5
| | | | * vme/vmeconfig.c: Eliminate unsigned32.
* Poke RDAR/TDAR every time. Add more diagnostic printout.Eric Norum2005-05-102-6/+31
|
* 2005-05-10 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-106-1109/+53
| | | | | | * bootloader/bootldr.h, bootloader/em86.c, bootloader/misc.c, bootloader/pci.c, bootloader/pci.h: Modified to depend upon rtems/pci.h
* 2005-05-10 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-104-1088/+85
| | | | | * network/GT64260eth.c: Fixed warning. * pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-102-0/+5
| | | | * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-102-1/+5
| | | | * pci/pcibios.c: Eliminate unsigned8.
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-102-1/+5
| | | | * console/console.c: Eliminate unsigned8.
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-101-0/+5
| | | | | * clock/clockdrv.c, include/bsp.h, network/network.c, startup/bspstart.c, timer/timer.c: Eliminate unsigned{8|16|32}.
* Eliminate unsigned{8|16|32}.Ralf Corsepius2005-05-105-34/+34
|
* Eliminate u64, s64, u32.Ralf Corsepius2005-05-101-8/+4
|
* 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-101-0/+7
| | | | | | | * startup/bspstart.c, tod/todcfg.c: Eliminate {un|}signed{8|16|32}. * bootloader/pci.c: Eliminate {un|}signed{8|16|32}. Eliminate u32.
* Eliminate {un|}signed{8|16|32}.Ralf Corsepius2005-05-101-6/+3
| | | | Eliminate u32.
* Eliminate {un|}signed{8|16|32}.Ralf Corsepius2005-05-102-13/+13
|