summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-042-0/+9
| | | | * TOOL_TARGETS: Add Lattice Mico32 support.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-042-0/+5
| | | | * aclocal/rtems-cpu-subdirs.m4: Add Lattice Mico32 support.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-047-0/+202
| | | | | * ChangeLog, Makefile.am, configure.ac, preinstall.am, shared/cache/cache.c, shared/cache/cache_.h, shared/misc/memcpy.c: New files.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-0417-0/+2220
| | | | | | | | | | * ChangeLog, Makefile.am, README, acinclude.m4, configure.ac, shared/clock/ckinit.c, shared/clock/clock.h, shared/console/console.c, shared/console/uart.c, shared/console/uart.h, shared/start/start.S, shared/startup/bspstart.c, shared/startup/setvec.c, shared/timer/timer.c, shared/tsmac/dp83848phy.h, shared/tsmac/tsmac.c, shared/tsmac/tsmac.h: New files.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-0412-0/+889
| | | | | | | * ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am, include/.cvsignore, include/bsp.h, include/coverhd.h, include/irq-config.h, include/system_conf.h, include/tm27.h, startup/linkcmds: New files.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-042-1/+6
| | | | * shared/irq/openpic_i8259_irq.c: Line wrap.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-04122-127/+500
| | | | | | * bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-043-6/+13
| | | | | | | * bsp_specs, start/start.S: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19. Also rename entry from _init to _start to avoid conflict with C++ constructor method name on other architectures.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-043-3/+10
| | | | | | * bsp_specs, tools/runtest.in: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-046-10/+22
| | | | | | * psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared, psim-top.in: Clean up and works better. Uses argv[0] to override configured target name.
* 2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-042-7/+12
| | | | | PR 1344/bsps * clock/ckinit.c: Committed code was not final. Corrections.
* 2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-042-3/+6
| | | | * bsp_specs: Remove references to start_g.o.
* 2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-045-23/+49
| | | | | | | | * psim-bottom, psim-gdb-bottom, psim-shared, psim-top.in: Add ability to force psim configuration to include System V IPC devices even when the test does not appear to be multiprocessing. This is used by some RTEMS application developers for system simulation and could be used to simulate a framebuffer if a UNIX process mirrored the buffer.
* 2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-042-4/+8
| | | | | * bsp_specs: Remove -e start from %link. Remove start_g.o.
* 2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-042-4/+8
| | | | | * bsp_specs: Remove -e start from %link. Remove references to start_g.
* 2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-041-0/+5
| | | | | * bsp_specs: Remove -u start -e start from %link. * console/console.c: Use bool.
* Use bool.Ralf Corsepius2008-12-041-5/+5
|
* bsp_specs: Remove -u start -e start from %link.Ralf Corsepius2008-12-041-1/+1
|
* 2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-12-046-3/+15
| | | | * bsp_specs: Remove -e start from %link.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-032-0/+21
| | | | | | | | Michael South <msouth@msouth.org> PR 1344/bsps * cpuModel.h: Add use of TSC for nanoseconds granularity. i8254 is very slow on some systems. TSC use is auto-detected by default.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-034-36/+214
| | | | | | | | | Michael South <msouth@msouth.org> PR 1344/bsps * configure.ac, clock/ckinit.c, timer/timer.c: Add use of TSC for nanoseconds granularity. i8254 is very slow on some systems. TSC use is auto-detected by default.
* 2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-032-3/+9
| | | | | | PR 1345/Ada * rtems.ads: RTEMS boolean type is now C99 bool which is not an unsigned32.
* 2008-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-022-2/+4
| | | | * startup/bspgetworkarea.c: Remove debug prints.
* 2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-013-1/+6
| | | | * bsp_specs, startup/bspgetworkarea.c: Links hello again.
* 2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-252-2/+6
| | | | * startup/linkcmds: Most .eh_frame section to make gcc 4.4 SVN happy.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-202-0/+12
| | | | * .cvsignore: New file.
* 2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-202-1/+5
| | | | * README: Fix typo.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-204-0/+49
| | | | * ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-2016-0/+908
| | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console-io.c, include/.cvsignore, include/bsp.h, start/start.S, startup/linkcmds, tools/.cvsignore, tools/Makefile.am, tools/configure.ac, tools/runtest.in: New files.
* 2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-203-7/+218
| | | | | PR 1339/Ada * rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
* include/bsp.h, include/hwreg_vals.h, network/network.c:Thomas Doerfler2008-11-184-10/+25
| | | | | correct some init values for HSC_CM01 boards change strategy to determine MAC address
* libchip/serial/ns16550.c: Transmit the character in the polled writeThomas Doerfler2008-11-182-34/+34
| | | | function within a critical section for printk() compatibility.
* console/console.c: Update for new NS16550 polled write functionThomas Doerfler2008-11-182-5/+4
|
* 2008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-122-0/+11
| | | | | * startup/bspstart.c: Add bsp_clicks_per_usec variable which is used by shared code.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-032-8/+14
| | | | | PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-031-9/+16
| | | | | PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl() only from 'firstOpen' and only if this is a serial console.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-031-1/+1
| | | | | * shared/startup/linkcmds: increased size of CODE memory area.
* 2008-11-03 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-11-032-1/+49
| | | | | | | * shared/startup/pretaskinghook.c, shared/startup/sbrk.c: Fixed PR#1335. Pass initial starting address to heap initialization to avoid 1st 'sbrk'. User may now define 'BSP_sbrk_policy' variable (see sbrk.c) to tune behavior.
* removed orphaned spi/mc68360_spidrv.cThomas Doerfler2008-10-212-627/+5
|
* 2008-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-152-34/+14
| | | | | | PR 1303/bsps * fatal/bspfatal.c: strcat() is safe to use even in worst case, so do not have BSP specific mystrcat().
* 2008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-142-1/+5
| | | | | * startup/linkcmds: Do not specify architecture since the linker gets it right even with multiple variants.
* 2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-132-2/+16
| | | | | | | * clock_driver_simidle.c: Ensure ISR nest level and Thread Dispatch disable level are in the same state they would be in a true ISR. This ensures that all of the clock tick handling is as similar as possible in this limited environment.
* Update for status-checks.h changes.Thomas Doerfler2008-10-102-126/+130
|
* remove fileThomas Doerfler2008-10-101-54/+0
|
* shared/include/utility.h: Removed file.Thomas Doerfler2008-10-108-43/+56
| | | | | | shared/include/powerpc-utility.h: Use constraint "b" for address base registers in inline assembler statements. Update for status-checks.h changes.
* Update for status-checks.h changes.Thomas Doerfler2008-10-106-91/+100
|
* *** empty log message ***Thomas Doerfler2008-10-102-4/+4
|
* 2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-033-31/+6
| | | | | * Makefile.am: Remove unused file. * pci/no_host_bridge.c: Removed.
* 2008-10-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-032-0/+12
| | | | * .cvsignore: New file.
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-032-0/+8
| | | | * startup/bspgetworkarea.c: Fix botched edit.