summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2009-11-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-172-3/+16
| | | | | | | | * new-exceptions/bspsupport/ppc_exc_categories.c: PSIM *must*not* hook SYS vector which is used e.g., for firmware I/O. Added entries for AltiVec on PSIM.
* 2009-11-16 Alan Cudmore <alan.p.cudmore@nasa.gov>Joel Sherrill2009-11-162-1/+6
| | | | | * startup/init5235.c: Add volatile to prevent newer gcc versions from optimizing away.
* * startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,Ralf Corsepius2009-11-163-3/+12
| | | | | | promCopyIcacheFlush. * include/bsp.h: Add prototypes of promCopyDcacheFlush and promCopyIcacheFlush.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-1610-8/+30
| | | | | * startup/bspstart.c: Remove nested externs. #include <libcpu/isr_entries.h.
* Regenerate.Ralf Corsepius2009-11-161-0/+4
|
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-162-1/+3
| | | | * Makefile.am: Add shared/interrupts/isr_entries.h.
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-161-0/+1
| | | | * shared/interrupts/isr_entries.h: New.
* New.Ralf Corsepius2009-11-161-0/+26
|
* 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-161-0/+4
| | | | * shared/interrupts/installisrentries.c: Remove nested externs.
* Remove nested externs.Ralf Corsepius2009-11-161-14/+2
|
* 2009-11-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-153-4/+16
| | | | | | | | | * startup/bspstart.c: use normal get_ppc_cpu_type() for determining PPC flavor. This causes the appropriate 'feature' bits to be set and should work as long as the PVR is set to 0xfffe0000 in the device tree. * startup/linkcmds: increased RAM_SIZE to 32M.
* 2009-11-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-152-0/+15
| | | | | * shared/include/cpuIdent.c: Set 604 features + altivec if running on PSIM.
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-122-3/+5
| | | | * libchip/ide/ata.c (rtems_ata_initialize): Avoid implicit cast to uint16_t.
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-122-1/+6
| | | | | * libchip/ide/ata.c (ata_non_data_request): Change arg from int to uint32_t (16bit ints are too small).
* 2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-122-1/+4
| | | | * INSTALL: Remove.
* 2009-11-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-111-1/+4
| | | | | * start/start.S: Ensure that initial stack is aligned to CPU_STACK_ALIGNMENT.
* 2009-11-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-112-3/+20
| | | | | * shared/start/start.S: Align initial stack to CPU_STACK_ALIGNMENT.
* 2009-11-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-111-0/+5
| | | | | * start/start.S: Ensure that initial stack is aligned to CPU_STACK_ALIGNMENT.
* 2009-11-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-104-1/+142
| | | | | * pc386/make/custom/pc586-sse.cfg, pc386/start/start.S, shared/irq/irq_asm.S: Added experimental SSE support.
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-092-5/+5
| | | | * start/start.S: Remove warning.
* Regenerate.Ralf Corsepius2009-11-071-4/+4
|
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-064-5/+10
| | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * Makefile.am: Rework linkcmds handling. * make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
* Fix broken entries.Ralf Corsepius2009-11-061-2/+2
|
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-062-6/+13
| | | | | | * clock/ckinit.c: Remove nested externs. Add missing prototypes. Fix Clock_isr prototype.
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-0/+5
| | | | | * clock/ckinit.c: Fix Clock_isr prototype. * network/network.c: Use PRI*32 to print uint32_t's.
* Fix Clock_isr prototype.Ralf Corsepius2009-11-061-1/+1
|
* Use PRI*32 to print uint32_t's.Ralf Corsepius2009-11-061-1/+1
|
* 2009-11-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-062-1/+5
| | | | * console/console.c: Fixed compiler warning.
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-062-4/+5
| | | | * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's.
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-062-2/+6
| | | | * libchip/network/if_dc.c: Fix type mismatch.
* 2009-11-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-063-39/+73
| | | | | | | | | * start/start.S, console/console.c: Separated code that switched console and printk port based on info gathered from the commandline and/or a BSP provided routine into new BSP_console_select() which is called from 'start.S' so that early messages make it to the redirected printk port.
* 2009-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-042-2/+8
| | | | | | * ide/pcmcia_ide.c (mpc5200_pcmciaide_write_block, mpc5200_pcmciaide_read_block): Change "block_size" parameter to uint32_t to match with ide_ctrl_fns_t.
* Regenerate.Ralf Corsepius2009-11-041-15/+3
|
* 2009-11-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-0410-17/+21
| | | | | | | | | | | | * startup/linkcmds, startup/linkcmds.pm520: Remove. * startup/linkcmds.pm520_ze30, startup/linkcmds.pm520_cr825: New (Copy of former startup/linkcmds.pm520). * Makefile.am: Rework linkcmds handling. * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/brs5l.cfg, make/custom/icecube.cfg, make/custom/pm520_cr825.cfg, make/custom/pm520_ze30.cfg: Remove RTEMS_LINKCMDS. * make/custom/gen5200.inc: Remove LDFLAGS.
* various PowerPC code maintenanceThomas Doerfler2009-11-0325-295/+140
|
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-032-1/+5
| | | | * startup/init548x.c: Comment out junk from end of #endif.
* Regenerate.Ralf Corsepius2009-11-031-9/+1
|
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-037-7/+15
| | | | | | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/m5484FireEngine.cfg: Remove RTEMS_LINKCMDS. * make/custom/COBRA5475.cfg: Remove RTEMS_LINKCMDS. * make/custom/genmcf548x.inc: Remove LDFLAGS. * startup/linkcmds: Remove (Renamed into linkcmds). * startup/linkcmds.m5484FireEngine: New (Renamed from linkcmds). * Makefile.am: Rework linkcmds handling.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-032-1/+4
| | | | * startup/cfinit.c: Remove init_vbr (Unused).
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-032-3/+7
| | | | * shared/startup/probeMemEnd.c: Add missing prototypes.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-032-1/+5
| | | | * startup/bspstart.c: Add missing prototype.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-036-10/+13
| | | | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/csb637.cfg: Remove LDFLAGS. Remove RTEMS_LINKCMDS. * startup/linkcmds: Remove (Rename into linkcmds.csb337). * startup/linkcmds.csb337: New (Renamed from linkcmds). * Makefile.am: Rework linkcmds handling.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-0310-57/+22
| | | | | | | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/lpc24xx.inc: Remove LDFLAGS. * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS. * startup/linkcmds: Remove. * Makefile.am: Rework linkcmds handling.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-032-0/+23
| | | | * aclocal/bsp-linkcmds.m4: New.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-032-0/+6
| | | | | * shared/umon/tfsDriver.c (rtems_tfs_eval_path): Add missing parameter.
* moved timebase/decrementer access from cpukit to libcpuThomas Doerfler2009-10-311-0/+1
|
* move timebase access functions from cpukit to libcpuThomas Doerfler2009-10-305-1/+122
|
* remove depratated powerpc exception APIThomas Doerfler2009-10-3032-5669/+29
|
* add cache.rel to MakefileThomas Doerfler2009-10-302-0/+5
|
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+4
| | | | * amba/amba.c: Re-add tmp.