summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+9
| | | | | | | | | * clock/clock.c, console/console.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, start/start.S, startup/bspstart.c, startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c: Convert to utf-8.
* Convert to utf-8.Ralf Corsepius2006-10-1717-17/+17
|
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+4
| | | | * bootloader/Makefile.am: Remove DEFAULT_INCLUDES.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-4/+9
| | | | | * include/mpc5200.h, network_5200/network.c: Convert C++ style comments to C style.
* Remove extra CRLF.Chris Johns2006-09-111-0/+4
|
* Remove extra CRLF.Chris Johns2006-09-111-189/+189
|
* 2006-08-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-234-20/+10
| | | | | * startup/bspstart.c: Revert patch adding new exception support code to an old exception BSP.
* 2006-08-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-224-0/+28
| | | | * startup/bspstart.c: Add basic _BSP_Fatal_error.
* * shared/vme/vmeconfig.c: open outbound windowTill Straumann2006-08-222-1/+17
| | | | to VME CSR space if the BSP defines _VME_CSR_ON_PCI
* 2006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-156-8/+138
| | | | | | * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.pm520: Add support for missing .rela sections. Install linkcmds.
* added vectors.h to bsp.hThomas Doerfler2006-08-133-23/+45
| | | | fixed bug in mscan
* * shared/irq/openpic_i8259_irq.c: fixed type ofTill Straumann2006-08-112-1/+7
| | | | | 'frame' argument to C_dispatch_irq_handler(). It's really a BSP_Exception_frame*, not a CPU_Interrupt_frame*.
* 2006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-0912-51/+282
| | | | * startup/linkcmds: Clean up a bit after adding missing .rela sections.
* added startup/linkcmds.brs5lThomas Doerfler2006-08-072-0/+308
|
* added ChangeLog entries for PR1117/1118/1119/1120Thomas Doerfler2006-07-141-0/+42
|
* * shared/startup/probeMemEnd.c: added paranoia to inlineTill Straumann2006-07-122-8/+18
| | | | | | assembly code; added 'memory' clobbers and made sure any registers modified by the 'asm' appear in the output operands.
* * shared/startup/panic.c: Fixed compiler warnings.Till Straumann2006-07-122-1/+6
|
* applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-0913-359/+985
|
* Fix formatting.Joel Sherrill2006-06-211-1/+1
|
* Indicate that it's ok to use decoupled cycles to accessTill Straumann2006-06-192-2/+10
| | | | on-board memory from VME.
* Only set/access the _BSP_vme_bridge_irq variable on BSPs thatTill Straumann2006-06-192-0/+8
| | | | define BSP_PCI_VME_DRIVER_DOES_EOI and BSP_PIC_DO_EOI.
* filter exception vector for altivec and remap 0xf20 toTill Straumann2006-06-192-2/+15
| | | | assigned vector number alias.
* fixed compiler warnings (bspIo.h inclusion, cast of numberTill Straumann2006-06-192-3/+10
| | | | constants to pointers). Enable L1 cache on mvme2100.
* Never allow the FPU to be switched on for integer-only tasksTill Straumann2006-06-192-21/+5
| | | | (new gcc may use FP regs implicitely).
* Formatting.Joel Sherrill2006-06-011-0/+6
|
* Fix formatting.Joel Sherrill2006-04-051-2/+2
|
* Remove eof include fileRalf Corsepius2006-03-1717-17/+0
|
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-0812-6/+31
| | | | * startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-082-1/+5
| | | | * shared/startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-086-4/+16
| | | | * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-083-2/+9
| | | | | * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.* section.
* 2006-02-13 Till Straumann <strauman@slac.stanford.edu>Till Straumann2006-02-143-0/+309
| | | | | | * shared/startup/panic.c, shared/startup/probeMemEnd.c: added code for BSPs to use: panic using printk() to display reason. probeMemEnd() to determine memory size by probing.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-0812-30/+50
| | | | * startup/linkcmds: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-4/+8
| | | | * shared/startup/linkcmds: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-083-6/+11
| | | | | * startup/linkcmds, startup/linkcmds.dl: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-083-11/+13
| | | | | * startup/linkcmds, startup/linkcmds.pm520: Add sections required by newer gcc versions.
* 2006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-082-3/+7
| | | | * startup/linkcmds.dl: Add sections required by newer gcc versions.
* 2006-02-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-072-3/+7
| | | | * startup/linkcmds: Add sections to fix C++ linking errors.
* 2006-01-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-232-0/+7
| | | | * runtest: Add pvr setting.
* 2006-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-202-2/+94
| | | | | | * psim: Enhance to add limit on how long a single test is allowed to execute. This can be used to significantly enhance the reliability of long batch test runs.
* Regenerate.Ralf Corsepius2006-01-1411-11/+11
|
* Regenerate.Ralf Corsepius2006-01-1211-0/+36
|
* Remove all-local:.Ralf Corsepius2006-01-1211-22/+0
|
* Regenerate.Ralf Corsepius2006-01-1211-11/+11
|
* Cleanup.Ralf Corsepius2006-01-1211-28/+0
|
* 2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-1122-44/+55
| | | | | * configure.ac: Remove explicit ampolish3 support (now in RTEMS_BSP_CONFIGURE).
* 2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-1033-900/+139
| | | | | * configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
* New.Ralf Corsepius2006-01-1011-0/+968
|
* Regenerate.Ralf Corsepius2006-01-101-5/+6
|
* 2006-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-01-093-1/+14
| | | | | | PR 858/bsps * Makefile.am: Added vme_am_defs.h; * vme/vmeconfig.c: Added appropriate include files.