Joel Sherrill
0a65ad6bd3
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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 20:26:45 +00:00
Joel Sherrill
88ef16551f
2008-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
...
PR 1344/bsps
* clock/ckinit.c: Committed code was not final. Corrections.
2008-12-04 17:57:01 +00:00
Ralf Corsepius
95112c5ccd
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* bsp_specs: Remove references to start_g.o.
2008-12-04 17:40:02 +00:00
Joel Sherrill
c0b8d7b421
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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 17:19:03 +00:00
Ralf Corsepius
447d2b4029
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* bsp_specs: Remove -e start from %link.
Remove start_g.o.
2008-12-04 17:08:50 +00:00
Ralf Corsepius
c563d40791
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* bsp_specs: Remove -e start from %link. Remove references to
start_g.
2008-12-04 16:39:26 +00:00
Ralf Corsepius
133622cfcc
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* bsp_specs: Remove -u start -e start from %link.
* console/console.c: Use bool.
2008-12-04 15:59:24 +00:00
Ralf Corsepius
2054c72ba6
Use bool.
2008-12-04 15:59:16 +00:00
Ralf Corsepius
55cfd8b4e1
bsp_specs: Remove -u start -e start from %link.
2008-12-04 15:59:03 +00:00
Ralf Corsepius
f0a680b2b4
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* bsp_specs: Remove -e start from %link.
2008-12-04 15:51:20 +00:00
Joel Sherrill
b2d7d16566
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
...
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 17:29:05 +00:00
Joel Sherrill
959f887aaf
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
...
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 17:28:10 +00:00
Joel Sherrill
c783c77742
2008-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>
...
PR 1345/Ada
* rtems.ads: RTEMS boolean type is now C99 bool which is not an
unsigned32.
2008-12-03 16:37:49 +00:00
Joel Sherrill
e23509c0d2
2008-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/bspgetworkarea.c: Remove debug prints.
2008-12-02 22:49:17 +00:00
Joel Sherrill
979551bea1
2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* bsp_specs, startup/bspgetworkarea.c: Links hello again.
2008-12-01 17:30:05 +00:00
Joel Sherrill
addd698421
2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/linkcmds: Most .eh_frame section to make gcc 4.4 SVN happy.
2008-11-25 22:28:38 +00:00
Joel Sherrill
4aec1cf225
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* .cvsignore: New file.
2008-11-20 21:24:11 +00:00
Joel Sherrill
e4f98f13a9
2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* README: Fix typo.
2008-11-20 16:24:29 +00:00
Joel Sherrill
51f55b87ef
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
2008-11-20 15:47:04 +00:00
Joel Sherrill
858ea06c85
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* .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 15:39:04 +00:00
Joel Sherrill
7741d7c8cc
2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>
...
PR 1339/Ada
* rtems.adb, rtems.ads: Re-add IO Manager to Ada binding.
2008-11-20 15:13:56 +00:00
Thomas Doerfler
d11ea4ebba
include/bsp.h, include/hwreg_vals.h, network/network.c:
...
correct some init values for HSC_CM01 boards
change strategy to determine MAC address
2008-11-18 12:10:48 +00:00
Thomas Doerfler
9151ec6763
libchip/serial/ns16550.c: Transmit the character in the polled write
...
function within a critical section for printk() compatibility.
2008-11-18 09:20:18 +00:00
Thomas Doerfler
1e0f03b529
console/console.c: Update for new NS16550 polled write function
2008-11-18 09:19:26 +00:00
Joel Sherrill
bb20cc633a
2008-11-12 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/bspstart.c: Add bsp_clicks_per_usec variable which is used by
shared code.
2008-11-12 14:54:48 +00:00
Till Straumann
1f8ac4aa09
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
...
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 21:10:25 +00:00
Till Straumann
abf3845f9f
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
...
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 20:57:38 +00:00
Till Straumann
4df8765484
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
...
* shared/startup/linkcmds: increased size of CODE memory
area.
2008-11-03 20:36:46 +00:00
Till Straumann
0612ad2650
2008-11-03 Till Straumann <strauman@slac.stanford.edu>
...
* 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.
2008-11-03 20:23:29 +00:00
Thomas Doerfler
f6726c8f2a
removed orphaned spi/mc68360_spidrv.c
2008-10-21 20:04:20 +00:00
Joel Sherrill
b4288f054d
2008-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1303/bsps
* fatal/bspfatal.c: strcat() is safe to use even in worst case, so do
not have BSP specific mystrcat().
2008-10-15 17:50:00 +00:00
Joel Sherrill
356f558fde
2008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* startup/linkcmds: Do not specify architecture since the linker gets
it right even with multiple variants.
2008-10-14 22:00:00 +00:00
Joel Sherrill
08467405b0
2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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.
2008-10-13 17:06:33 +00:00
Thomas Doerfler
f049983145
Update for status-checks.h changes.
2008-10-10 15:52:41 +00:00
Thomas Doerfler
da6142f0f2
remove file
2008-10-10 15:51:50 +00:00
Thomas Doerfler
602aee2091
shared/include/utility.h: Removed file.
...
shared/include/powerpc-utility.h: Use constraint "b" for address
base registers in inline assembler statements.
Update for status-checks.h changes.
2008-10-10 15:50:15 +00:00
Thomas Doerfler
74954943d2
Update for status-checks.h changes.
2008-10-10 15:46:32 +00:00
Thomas Doerfler
9a9f662f33
*** empty log message ***
2008-10-10 15:44:40 +00:00
Joel Sherrill
ba3f9cf6ba
2008-10-03 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am: Remove unused file.
* pci/no_host_bridge.c: Removed.
2008-10-03 16:28:05 +00:00
Joel Sherrill
8b6c49d59c
2008-10-03 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* .cvsignore: New file.
2008-10-03 12:08:30 +00:00
Joel Sherrill
dbd85b21dd
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* startup/bspgetworkarea.c: Fix botched edit.
2008-10-03 00:00:38 +00:00
Joel Sherrill
1c16744128
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* src/aclocal/rtems-cpu-subdirs.m4: Add new M32R port. It is just a
beginning but the BSP is functional enough to initialize and shutdown
RTEMS.
2008-10-02 21:57:44 +00:00
Joel Sherrill
8fc9e12dce
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* ChangeLog, Makefile.am, acinclude.m4, configure.ac: New files.
2008-10-02 21:56:33 +00:00
Joel Sherrill
ea1116dbfc
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
preinstall.am, console/console-io.c, console/syscalls.S,
console/trap0.S, include/.cvsignore, include/bsp.h, include/tm27.h,
start/start.S, startup/linkcmds: New files.
2008-10-02 21:56:30 +00:00
Joel Sherrill
e2e736ba62
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* aclocal/rtems-cpu-subdirs.m4: Add new M32C port.
2008-10-02 21:41:53 +00:00
Joel Sherrill
99f0d19b93
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* include/tm27.h: Use shared tm27.h stub.
2008-10-02 21:39:45 +00:00
Joel Sherrill
9957dbf8cf
2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* Makefile.am, preinstall.am: Use shared tm27.h stub.
* include/tm27.h: Removed.
2008-10-02 21:39:40 +00:00
Joel Sherrill
c7b9ed35f3
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* preinstall.am: Regenerated.
2008-10-02 21:36:13 +00:00
Joel Sherrill
eb15b898a3
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* .cvsignore, ChangeLog, Makefile.am, acinclude.m4,
configure.ac: New files.
2008-10-02 21:35:57 +00:00
Joel Sherrill
41e58bb3a4
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* README: New file.
2008-10-02 21:35:46 +00:00