summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-147-0/+13
| | | | * cpu.c, cpu_asm.S, irq_stub.S: #include <rtems/powerpc/powerpc.h>.
* 2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-132-0/+6
| | | | * cpu.c: Add _PPC_MSR_DISABLE_MASK.
* 2005-02-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-02-122-1137/+9
| | | | | * pci/pci.h: Remove contents that are duplicates of the pci.h in cpukit and include rtems/pci.h for the base set of PCI functionality.
* 2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-124-2/+10
| | | | * Makefile.am: Fix typo in previous patch.
* Remove (Unused)Ralf Corsepius2005-02-122-14/+0
|
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-126-88/+8
| | | | * Makefile.am, configure.ac: Remove (Unused).
* Remove.Ralf Corsepius2005-02-1211-21/+0
|
* 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-1244-299/+223
| | | | | | * Makefile.am: Merge-in wrapup/Makefile.am. * wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-102-4/+5
| | | | * vectors/vectors.S: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-103-8/+5
| | | | | * dlentry/dlentry.S, flashentry/flashentry.S: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-102-4/+4
| | | | * dlentry/dlentry.S: Remove PPC_ABI_POWEROPEN.
* 2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-105-73/+10
| | | | | * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_POWEROPEN.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-092-1/+5
| | | | * vectors/vectors.S: Remove PPC_ABI_GCC27.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-095-15/+9
| | | | | * cpu.c, cpu_asm.S, irq_stub.S, rtems/score/ppc_offs.h: Remove PPC_ABI_GCC27.
* 2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-094-4/+8
| | | | * vectors/vectors.S: Remove XCOFF support.
* 2005-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-282-1/+5
| | | | * startup/linkcmds: Add .gnu.linkonce.b.* section.
* Cosmetics.Ralf Corsepius2005-01-284-8/+4
|
* 2005-01-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-262-0/+6
| | | | * startup/linkcmds: Now links.
* 2005-01-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-263-6/+15
| | | | * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
* 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-226-3/+15
| | | | * tod/todcfg.c: size_t RTC_Count.
* 2005-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-202-1/+6
| | | | | | * include/commproc.h: The variable cpmp was not used anywhere but console.c and was static in console.c, so should not have been in this file as extern.
* 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-183-42/+10
| | | | | * Makefile.am: Use ../../shared/tod.h instead of include/tod.h. * include/tod.h: Remove.
* 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-184-43/+11
| | | | | | * Makefile.am: Use ../../shared/tod.h instead of include/tod.h. * console/config.c: Remove typos from 2005-01-04 changes. * include/tod.h: Remove.
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-0726-76/+128
| | | | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-043-7/+15
| | | | * ChangeLog, startup/bspstart.c, tod/todcfg.c: Remove warnings.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-044-3/+9
| | | | * startup/linkcmds: Remove warnings.
* 2005-01-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-01-042-5/+14
| | | | * console/config.c: Remove warnings.
* 2005-01-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-032-1/+5
| | | | * Makefile.am: Reflect psim-gdb having been added.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-034-31/+11
| | | | * Makefile.am: Remove build-variant support.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-0333-1056/+327
| | | | * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
* 2004-12-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-12-304-21/+49
| | | | | * Makefile.am, psim: Split psim into two files. * psim-gdb: New file.
* Cosmetics.Ralf Corsepius2004-12-302-12/+13
|
* 2004-12-30 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2004-12-302-3/+5
| | | | * acinclude.m4: Reflect eth_comm having been removed.
* Changelog, PR728 & PR729Greg Menke2004-12-061-241/+34
| | | | Greg Menke 12/06/2004
* PR 729/bspsGreg Menke2004-12-061-4/+9
| | | | | | | * bootloader/pci.c: Removed the r->size=0 and r->base=0 assignement which makes too-large regions conflict with onboard hardware, replacing it with sfree which deletes the memory region from the setup code, leaving it disabled.
* PR 729/bspsGreg Menke2004-12-061-0/+2
| | | | | | | * bootloader/pci.c: Removed the r->size=0 and r->base=0 assignement which makes too-large regions conflict with onboard hardware, replacing it with sfree which deletes the memory region from the setup code, leaving it disabled.
* Add definition.Eric Norum2004-11-302-0/+5
|
* 2004-11-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-2335-7952/+18
| | | | | | | | | | | | | | | | | | * eth_comm/.cvsignore, eth_comm/ChangeLog, eth_comm/Makefile.am, eth_comm/README, eth_comm/bsp_specs, eth_comm/configure.ac, eth_comm/times, eth_comm/canbus/canbus.c, eth_comm/clock/p_clock.c, eth_comm/console/console.c, eth_comm/include/.cvsignore, eth_comm/include/8xx_immap.h, eth_comm/include/bsp.h, eth_comm/include/canbus.h, eth_comm/include/commproc.h, eth_comm/include/coverhd.h, eth_comm/include/info.h, eth_comm/include/tm27.h, eth_comm/irq/irq.c, eth_comm/irq/irq.h, eth_comm/irq/irq_asm.S, eth_comm/irq/irq_init.c, eth_comm/network/README, eth_comm/network/network.c, eth_comm/start/start.S, eth_comm/startup/bspstart.c, eth_comm/startup/cpuinit.c, eth_comm/startup/linkcmds, eth_comm/startup/mmutlbtab.c, eth_comm/vectors/vectors.S, eth_comm/vectors/vectors.h, eth_comm/vectors/vectors_init.c, eth_comm/wrapup/.cvsignore, eth_comm/wrapup/Makefile.am: Removed.
* Add PR617 as fixed by conversion to new exceptions.Joel Sherrill2004-11-221-0/+1
|
* 2004-11-22 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2004-11-2219-356/+1627
| | | | | | | | | | PR 581/bsps * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception model. * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files. * startup/setvec.c, timer/timer.c: Removed.
* 2004-11-20 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Ralf Corsepius2004-11-202-2/+8
| | | | | | PR 703/filesystem * ide/pcmcia_ide.c: Extend the "modes_available" and "mode_active" parameters to uint16_t for UDMA support.
* 2004-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-172-5/+9
| | | | * startup/linkcmds: Add sections required by gcc 3.3.x so it will link.
* 2004-11-16 Richard Campbell <richard.campbell@OARcorp.com>Joel Sherrill2004-11-163-5/+17
| | | | | * README.MVME2100: Update to include DBAT0. * startup/linkcmds: Add sections from new gcc versions.
* Updated version of previous patch.Eric Norum2004-11-151-9/+7
|
* Change by Shuchen Feng to permit DMA-complete interrupts.Eric Norum2004-11-121-4/+5
|
* 2004-11-12 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-122-1/+6
| | | | | PR 717/bsps * bootloader/Makefile.am: Set up BOOTLOADER_CPU_CFLAGS.
* 2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>Joel Sherrill2004-11-1024-203/+574
| | | | | | | | | | | | * Makefile.am, bootloader/misc.c, bootloader/pci.c, bootloader/pci.h, console/console.c, console/inch.c, console/reboot.c, console/uart.c, console/uart.h, irq/irq.c, irq/irq.h, irq/irq_init.c, motorola/motorola.c, motorola/motorola.h, openpic/openpic.c, openpic/openpic.h, pci/detect_raven_bridge.c, pci/pci.c, start/start.S, startup/bspstart.c, vectors/vectors_init.c, vme/vmeconfig.c: Add MVME2100 BSP and MPC8240 support. There was also a significant amount of spelling and whitespace cleanup. * tod/todcfg.c: New file.
* 2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>Joel Sherrill2004-11-107-6/+200
| | | | | | | * Makefile.am, configure.ac, bootloader/Makefile.am, include/bsp.h, wrapup/Makefile.am: Add MVME2100 BSP and MPC8240 support. There was also a significant amount of spelling and whitespace cleanup. * README.MVME2100: New file.
* 2004-11-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-052-1/+7
| | | | * startup/linkcmds: Add .gnu.linkonce.b and .gnu.linkonce.bs sections.
* 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-022-3/+9
| | | | | | PR 697/bsps * flashentry/flashentry.S: Fix broken comments (Patch by Thomas.Doerfler@imd-systems.de)