Jay Monkman
1cfcfd3cfb
2004-07-15 Jay Monkman
...
* ChangeLog, Makefile.am, clock/.cvsignore, clock/clockdrv.c,
include/mc9328mxl.h, irq/.cvsignore, irq/bsp_irq_asm.S,
irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, timer/.cvsignore,
timer/timer.c: New files.
2004-07-15 06:25:44 +00:00
Jay Monkman
af854856a8
2004-07-15 Jay Monkman
...
* ChangeLog, Makefile.am, clock/.cvsignore, clock/clock.c,
dbgu/.cvsignore, dbgu/dbgu.c, include/at91rm9200.h,
include/at91rm9200_dbgu.h, include/at91rm9200_emac.h,
include/at91rm9200_gpio.h, include/at91rm9200_mem.h,
include/at91rm9200_pmc.h, include/bits.h, irq/.cvsignore,
irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h,
pmc/pmc.c, timer/.cvsignore, timer/timer.c: New files.
2004-07-15 06:24:14 +00:00
Jay Monkman
3e8f70a5ac
2004-07-15 Jay Monkman
...
* acinclude.m4: Added csb336 and csb337 BSPs
2004-07-15 06:17:47 +00:00
Jay Monkman
b759b04efa
2004-07-15 Jay Monkman
...
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
times, console/uarts.c, include/.cvsignore, include/bsp.h,
include/tm27.h, network/.cvsignore, network/network.c,
start/.cvsignore, start/start.S, startup/.cvsignore,
startup/bspstart.c, startup/exit.c, startup/linkcmds,
startup/memmap.c: New files.
2004-07-15 06:16:16 +00:00
Jay Monkman
a2c617109d
2004-07-15 Jay Monkman
...
* console/.cvsignore, include/.cvsignore, network/.cvsignore,
start/.cvsignore, startup/.cvsignore: New files.
2004-07-15 06:13:02 +00:00
Jay Monkman
1a3d1f3e80
2004-07-15 Jay Monkman
...
* ChangeLog, Makefile.am, README, bsp_specs, configure.ac, times,
console/uart.c, include/bsp.h, include/tm27.h, network/lan91c11x.c,
network/lan91c11x.h, network/network.c, start/start.S,
startup/bspstart.c, startup/exit.c, startup/linkcmds,
startup/memmap.c: New files.
2004-07-15 06:12:05 +00:00
Joel Sherrill
96e5865d90
2004-05-22 Joel Sherrill <joel@OARcorp.com>
...
PR 615/bsps
* include/tm27.h: Removing USE_ENHANCE_INTR_API conditional check since
that is the only kind this BSP supports and tm27 does not care which
interrupt model is used as long as the macros are properly defined.
2004-05-23 02:56:41 +00:00
Joel Sherrill
c984fb32fc
2004-05-22 Till Strauman <strauman@slac.stanford.edu>
...
PR 619/bsps
* mpc6xx/clock/c_clock.c: The PPC decrementer must be reloaded on each
clock tick. Currently, this is done by just reloading a fixed value.
The attached patch takes into account the time that elapsed since the
decrementer crossed zero in order to adjust the value to be
re-loaded. Without the patch, the effective system clock cycle is
increased by the exception handler latency.
2004-05-22 15:14:31 +00:00
Joel Sherrill
fdcfca01a5
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
...
* PR 624/bsps
startup/bspstart.c: When probing the memory, make sure not to
corrupt the application. Only probe addresses beyond rtemsFreeMemStart.
* Let IBMPC_outch() convert LF -> CRLF to avoid printk scrambling
the screen.
2004-05-21 15:30:30 +00:00
Joel Sherrill
4dbbcb7143
Fix formatting so script sees PR.
2004-05-21 15:21:22 +00:00
Joel Sherrill
1402d56abf
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
...
* PR/625/networking
* libchip/network/dec21140.c, ... : Prevent name clashes by making
'ld_le32()' etc. static inlines. Let dec21140 attach routine return
an error rather than panic if no chip is detected (thus allowing
for probing).
* libchip/network/elnk.c: Let elnk bail out if autoneg never completes
instead of looping forever. Avoid divide by zero (crashed my PC).
* libchip/network/if_fxp.c: Enable more fxp chip variants but warn that
they are UNTESTED.
2004-05-21 15:18:14 +00:00
Joel Sherrill
26e064ec52
2004-05-21 Joel Sherrill <joel@OARcorp.com>
...
* network/network.c: Include errno.h as a consequence of recent updates
to BSD header files.
2004-05-21 14:23:59 +00:00
Joel Sherrill
a14e350af0
2004-05-21 Joel Sherrill <joel@OARcorp.com>
...
* ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of
recent updates to BSD header files.
2004-05-21 14:23:15 +00:00
Ralf Corsepius
1eaf0fda9e
2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
2004-05-10 04:24:50 +00:00
Ralf Corsepius
3defec6f09
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 610/bsps
* Makefile.am: Add include/tm27.h, Cosmetics.
* include/tm27.h: Final cosmetics.
2004-04-23 04:47:38 +00:00
Ralf Corsepius
62f529f43c
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-23 02:36:08 +00:00
Ralf Corsepius
76488aa308
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-23 02:25:58 +00:00
Ralf Corsepius
f850b756a4
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-23 02:10:31 +00:00
Ralf Corsepius
4133bfe49a
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-23 02:05:14 +00:00
Ralf Corsepius
25964be667
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-22 15:57:29 +00:00
Ralf Corsepius
7f3d55573d
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-22 15:49:36 +00:00
Ralf Corsepius
0df29b07d8
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-22 15:41:35 +00:00
Ralf Corsepius
e35761bf12
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-22 15:25:55 +00:00
Ralf Corsepius
89c86764af
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-22 13:44:03 +00:00
Ralf Corsepius
8cc4a27c82
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-22 13:33:37 +00:00
Ralf Corsepius
2ee14950a1
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-22 13:27:01 +00:00
Ralf Corsepius
52cfc7de87
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Split out tmtest27 support.
* include/tm27.h: New.
2004-04-22 13:04:07 +00:00
Ralf Corsepius
593bc32c8c
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libchip/network/dec21140.c, libchip/network/elnk.c:
#include <errno.h>.
2004-04-22 04:44:29 +00:00
Ralf Corsepius
f33c51adad
2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Remove (Unused).
* Makefile.am: Reflect change above.
2004-04-22 03:01:40 +00:00
Joel Sherrill
7312649847
2004-04-21 Joel Sherrill <joel@OARcorp.com>
...
PR 611/bsps
* Makefile.am, include/bsp.h, wrapup/Makefile.am: Follow conventions
for tm27 and do not add another macro definition.
* startup/tm27supp.c: New file.
2004-04-21 20:24:36 +00:00
Ralf Corsepius
3344730a1a
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 613/bsps
* include/bsp.h: Remove MAX_LONG_TEST_DURATION.
2004-04-21 16:21:25 +00:00
Ralf Corsepius
7dd6e8d7a7
2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org>
...
PR 614/bsps
* include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
2004-04-21 16:16:38 +00:00
Ralf Corsepius
f05b2ac0bc
Remove duplicate white lines.
2004-04-21 16:01:48 +00:00
Ralf Corsepius
6128a4aa5e
Remove stray white spaces.
2004-04-21 10:43:04 +00:00
Ralf Corsepius
cdaff4d463
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* Makefile.am: Remove C_FILES (Unused).
2004-04-20 12:03:30 +00:00
Ralf Corsepius
a3d3d9aeda
Remove stray white spaces.
2004-04-20 10:43:39 +00:00
Ralf Corsepius
c8e8f119a9
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libchip/network/if_media.h: Update from FreeBSD.
* libchip/network/open_eth.c, libchip/network/cs8900.c,
libchip/network/i82586.c: #include <errno.h>.
2004-04-20 10:35:31 +00:00
Joel Sherrill
d3fdf89f66
2004-04-19 Joel Sherrill <joel@OARcorp.com>
...
* start/start.S: DWARF on the m68k requires that all objects me a
multiple of a 16-bit word in length.
2004-04-19 22:08:13 +00:00
Ralf Corsepius
0fdc099473
Remove stray white spaces.
2004-04-16 21:51:30 +00:00
Ralf Corsepius
3906b3eaa1
Remove stray white spaces.
2004-04-16 21:29:43 +00:00
Ralf Corsepius
1b4f2b305c
Remove stray white spaces.
2004-04-16 09:24:30 +00:00
Ralf Corsepius
1f788a3e28
Remove stray white spaces.
2004-04-15 13:53:12 +00:00
Ralf Corsepius
73b5bd5d0e
Remove stray white spaces.
2004-04-15 13:33:58 +00:00
Ralf Corsepius
3239698d1f
Remove stray white spaces.
2004-04-15 13:26:21 +00:00
Ralf Corsepius
d9ac411f32
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src
which still uses RTEMS_ROOT).
2004-04-14 15:20:26 +00:00
Ralf Corsepius
61c78ab4db
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
2004-04-14 15:18:56 +00:00
Ralf Corsepius
0d0528d369
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* aclocal/rtems-top.m4: Add project_top/with_project_top processing.
2004-04-14 13:27:39 +00:00
Joel Sherrill
6f2aebe171
Fixed wrapping.
2004-04-13 20:55:26 +00:00
Ralf Corsepius
1257707b6e
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* include/bsp.h: Include <rtems/motorola/mc68230.h> instead of <motorola/mc68230.h>.
* include/bsp.h: Include <rtems/motorola/mc68681.h> instead of <motorola/mc68681.h>.
2004-04-13 15:59:03 +00:00
Ralf Corsepius
cdfae2d301
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* acinclude.m4: Regenerate to include ss555.
2004-04-13 15:50:56 +00:00