Commit Graph

6801 Commits

Author SHA1 Message Date
Ralf Corsepius
68f36fee74 2005-02-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
	instead of <rtems/tic4x/c4xio.h>.
2005-02-02 02:29:01 +00:00
Eric Norum
043329ea62 Add interrupt assignment map. 2005-02-02 01:21:05 +00:00
Eric Norum
1d386ff925 Want only two serial ports for now. 2005-02-01 22:36:53 +00:00
Eric Norum
c60eccb144 Add EPICS information. 2005-02-01 20:05:00 +00:00
Eric Norum
7eab0f78ec Add some bootrom system calls. 2005-02-01 17:16:41 +00:00
Eric Norum
7c7184a49f Place FEC buffer descriptors in static RAM. No more cache concerns. 2005-02-01 15:12:55 +00:00
Joel Sherrill
7a6d1a341f 2005-02-01 Joel Sherrill <joel@OARcorp.com>
* mcf5282/.cvsignore: New file.
2005-02-01 15:11:11 +00:00
Joel Sherrill
9c858e562f 2005-01-31 Sergei Organov <osv@topconrd.ru>
PR 771/pppd
	* libnetworking/pppd/chat.c, libnetworking/pppd/rtemsmain.c: The fix
	committed to fix PR736 breaks pppd. chat.c should have its own static
	ttyfd for pppd to work correctly. The symptom is that second
	invokation of chat (for connect script) fails due to pppd_ttyfd set
	to -1 by previous chat invokation (for init script). In addition,
	this patch fixes leaving of dangling pointer in the abort_stbring[]
	by chat_send().
2005-01-31 22:21:19 +00:00
Eric Norum
fa5dfe8f35 Remove diagnostic printf. 2005-01-31 19:04:33 +00:00
Eric Norum
518edef387 Processor doesn't snoop FEC DMA so we must invalidate the cache appropriately. 2005-01-31 19:03:41 +00:00
Eric Norum
9be8c2dab8 Add ColdFire cache information. 2005-01-31 18:59:24 +00:00
Joel Sherrill
7a2ebd396e Move entry to appropriate sub-ChangeLogs. 2005-01-31 14:37:51 +00:00
Joel Sherrill
5579a280ad 2005-01-28 Eric Norum <norume@aps.anl.gov>
* m68kpretaskinghook.c: Work around agressive optimizing compilers.
2005-01-31 14:37:33 +00:00
Joel Sherrill
239b8190c2 2005-01-31 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: New file.
2005-01-31 14:37:03 +00:00
Joel Sherrill
098c4f9ade New file. 2005-01-31 14:37:00 +00:00
Eric Norum
d5f0a059ad printk really does work! 2005-01-28 23:03:17 +00:00
Eric Norum
ed71774a5b New BSP/CPU. 2005-01-28 19:42:09 +00:00
Eric Norum
dfbfe5df15 Cosmetic. 2005-01-28 19:38:47 +00:00
Eric Norum
572484f1ae New BSP for Arcturus uCDIMM ColdFire 5282. 2005-01-28 19:35:23 +00:00
Joel Sherrill
a69fb0c600 2005-01-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b.* section.
2005-01-28 16:44:00 +00:00
Ralf Corsepius
7f70d1b75d New header guard. 2005-01-28 15:56:09 +00:00
Ralf Corsepius
9d83387b0e Cosmetics. 2005-01-28 03:02:15 +00:00
Joel Sherrill
771af46fac 2005-01-26 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Now links.
2005-01-26 13:00:09 +00:00
Joel Sherrill
234e509f85 2005-01-26 Joel Sherrill <joel@OARcorp.com>
* irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
2005-01-26 12:27:14 +00:00
Ralf Corsepius
355887b32e 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove CFLAGS_DEBUG_V.
	Don't AC_SUBST(CFLAGS_OPTIMIZE_V), AC_SUBST(CPU_CFLAGS).
2005-01-24 09:22:33 +00:00
Joel Sherrill
cbe03572eb 2005-01-23 Joel Sherrill <joel@OARcorp.com>
* tod.c: Change type of RTC_Count to size_t.
2005-01-23 15:04:00 +00:00
Ralf Corsepius
1d7f37b3a7 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge rtems-ctor.o into libbsp.a.
	Fix building rtems-ctor.o and no-ctor.o.
2005-01-22 10:26:57 +00:00
Ralf Corsepius
f68b8909b6 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Remove rtems-ctor.o.
2005-01-22 10:25:25 +00:00
Ralf Corsepius
445f8cceac 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* tod/todcfg.c: size_t RTC_Count.
2005-01-22 04:13:41 +00:00
Ralf Corsepius
dc2aadef26 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* clock/todcfg.c: size_t RTC_Count.
2005-01-22 04:12:07 +00:00
Ralf Corsepius
4321d1f77b 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/rtc/rtc.h: size_t RTC_Count.
2005-01-22 04:00:07 +00:00
Joel Sherrill
b4a0a8d055 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* include/commproc.h: The variable cpmp was not used anywhere but
	console.c and was static in console.c, so should not have been in
	this file as extern.
2005-01-20 19:37:52 +00:00
Joel Sherrill
1147a6527c 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Conditionalize inclusion of crtend/crtn.
2005-01-20 17:07:10 +00:00
Joel Sherrill
4ca43d72e1 2005-01-20 Joel Sherrill <joel@OARcorp.com>
PR 736/pppd
	* libnetworking/pppd/chat.c, libnetworking/pppd/demand.c,
	libnetworking/pppd/pppd.h, libnetworking/pppd/rtemsmain.c,
	libnetworking/pppd/sys-rtems.c, libnetworking/pppd/utils.c: ttyfd
	should not be static and should have a name more specific to pppd.
2005-01-20 17:00:38 +00:00
Ralf Corsepius
982c61cc67 Cosmetics. 2005-01-20 15:15:49 +00:00
Joel Sherrill
d873fd49ec 2005-01-20 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Fix typo.
2005-01-20 14:58:02 +00:00
Joel Sherrill
16cc328967 2005-01-19 Joel Sherrill <joel@OARcorp.com>
* pc386/console/vgainit.c, pc386/wd8003/wd8003.c, shared/comm/uart.c:
	Fix errors caught by gcc 4.x.
2005-01-19 21:27:39 +00:00
Ralf Corsepius
8ed53e05cb 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* console/vgainit.c: static graphic_on|off.
2005-01-18 10:13:19 +00:00
Ralf Corsepius
6b4518aa8f Fix typo. 2005-01-18 08:56:17 +00:00
Ralf Corsepius
9afd70ec21 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
	* include/tod.h: Remove.
2005-01-18 06:01:23 +00:00
Ralf Corsepius
ced98aa6c7 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
	* include/tod.h: Remove.
2005-01-18 05:40:27 +00:00
Ralf Corsepius
5a513d4917 2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
	* console/config.c: Remove typos from 2005-01-04 changes.
	* include/tod.h: Remove.
2005-01-18 05:25:48 +00:00
Joel Sherrill
21023ab852 2005-01-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add rom section to remove warning.
2005-01-09 16:59:49 +00:00
Ralf Corsepius
4f647b954a 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* libchip/Makefile.am, libnetworking/pppd/Makefile.am,
	libnetworking/rtems_servers/Makefile.am,
	libnetworking/rtems_telnetd/Makefile.am,
	librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am:
	Eliminate CFLAGS_OPTIMIZE_V.
2005-01-07 07:02:33 +00:00
Ralf Corsepius
844609f9f1 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-07 06:57:39 +00:00
Ralf Corsepius
9cf372e57a 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-07 06:34:55 +00:00
Ralf Corsepius
7066c9f38f 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-07 06:27:05 +00:00
Ralf Corsepius
f00f70b59c 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* sh7032/Makefile.am, sh7045/Makefile.am, sh7750/Makefile.am:
	Eliminate CFLAGS_OPTIMIZE_V.
2005-01-07 06:25:51 +00:00
Ralf Corsepius
83a0a8a26a 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am,
	tx39/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-07 06:23:52 +00:00
Ralf Corsepius
2546d299cf 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am,
	shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
2005-01-07 06:23:09 +00:00