Commit Graph

5551 Commits

Author SHA1 Message Date
Joel Sherrill
01c96bfb75 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:03 +00:00
Joel Sherrill
f7219b211f 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:26:20 +00:00
Joel Sherrill
922db6549e Fix formatting so script sees PR. 2004-05-21 15:21:13 +00:00
Joel Sherrill
640f1cb6b2 2004-05-21 Till Strauman <strauman@slac.stanford.edu>
* PR/625/networking
	* 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).
	* network/elnk.c: Let elnk bail out if autoneg never completes
	instead of looping forever.  Avoid divide by zero (crashed my PC).
	* network/if_fxp.c: Enable more fxp chip variants but warn that
	they are UNTESTED.
2004-05-21 15:09:43 +00:00
Joel Sherrill
91a52b3105 2004-04-07 Joel Sherrill <joel@OARcorp.com>
PR 602/bsps
	* irq/irq.h: Fix typo.
2004-04-07 13:09:40 +00:00
Joel Sherrill
59db174d07 2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>
PR 599/pppd
	* pppd/chat.c: Fre memory that is allocated to fix leak.
2004-04-03 16:36:01 +00:00
Joel Sherrill
869f6029d8 2004-04-03 Wilfried Busalski <w.busalski@lancier-monitoring.de>
PR 599/pppd
	* pppd/chat.c: Fre memory that is allocated to fix leak.
2004-04-03 16:33:21 +00:00
Ralf Corsepius
81cc5b271b 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 575/bsps
	* startup/linkcmds: Remove.
2004-04-01 00:14:59 +00:00
Joel Sherrill
04b4b389b8 2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 595/tests
	* sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
	sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
	supplied buffer due to confusion in the definition of MESSAGE_SIZE.
	Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
	others treat it as a count of longs.
2004-03-30 19:46:24 +00:00
Joel Sherrill
6a15087d24 2004-03-30 David Querbach <querbach@realtime.bc.ca>
PR 596/tests
	* sp32/init.c: A missing definition of TEST_INIT before including
	<tmacros.h> means that buffered output will not work even if selected
	in buffer_test_io.h.
2004-03-30 19:21:24 +00:00
Joel Sherrill
8a41da4108 2004-03-05 Joel Sherrill <joel@OARcorp.com>
* psxmsgq01/init.c, psxtimer/psxtimer.c: Eliminate warning from
	previous patch.
2004-03-05 15:49:39 +00:00
Joel Sherrill
30529eb7a5 2004-03-05 Joel Sherrill <joel@OARcorp.com>
PR 505/bsps
	* setvec.c: Rework to remove punned pointer warning generated by gcc
	3.3 and newer.
2004-03-05 15:30:57 +00:00
Joel Sherrill
70e27c2d80 2004-02-26 Joel Sherrill <joel@OARcorp.com>
PR 583/tests
	* tm26/task1.c, tm27/task1.c: Correctly reset
	_Thread_Dispatch_disable_level so printing is safe.
2004-02-26 16:50:24 +00:00
Joel Sherrill
4e0498e1f6 2004-02-26 Sébastien Barré <sbarre@sdelcc.com>
PR 582/core
	* psxmsgq01/init.c, psxmsgq01/psxmsgq01.scn: Fix the POSIX message
	queue test so more of it runs now.
2004-02-26 14:26:19 +00:00
Ralf Corsepius
1620d0208a 2004-02-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 575/bsps
	* startup/linkcmds: Remove.
2004-02-10 08:00:51 +00:00
Joel Sherrill
38c7e48100 2004-02-09 Joel Sherrill <joel@OARcorp.com>
PR make_build/574
	* Makefile.am: Re-added since missing for some reason.
2004-02-09 14:03:44 +00:00
Joel Sherrill
68dcc43f01 2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 566/bsps
	* start/regs.S: Fix nasty typo.
2004-02-04 01:35:41 +00:00
Joel Sherrill
09bc3c9b2e 2004-02-03 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Removed.
2004-02-04 00:53:09 +00:00
Joel Sherrill
6ffa9a57b7 2004-02-03 Joel Sherrill <joel@OARcorp.com>
* include/buffer_test_io.h: Do not use iprintf() if in ANSI compiler
	mode.
2004-02-04 00:39:47 +00:00
Ralf Corsepius
62be4c5472 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/regs.S: Remove.
2004-01-05 06:47:12 +00:00
Ralf Corsepius
358bd1628e 2003-12-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove shared/io/Makefile.
2003-12-29 13:28:06 +00:00
Ralf Corsepius
fa7d90e9ab 2003-12-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/io/Makefile.am: Remove (Unused).
	* shared/Makefile.am: Remove io.
2003-12-29 13:26:59 +00:00
Ralf Corsepius
b5d1a57578 2003-12-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: start.S instead of start.s.
2003-12-29 13:22:18 +00:00
Ralf Corsepius
d9ef059e5c 2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 545/bsps
	* startup/setvec.c: Removed.
	* startup/Makefile.am: Remove setvec.c.
2003-12-20 03:55:41 +00:00
Ralf Corsepius
46a2d5840c 2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 545/bsps
	* startup/setvec.c: Removed.
	* startup/Makefile.am: Remove setvec.c.
2003-12-20 03:21:00 +00:00
Joel Sherrill
fc6c1b89ab 2003-12-19 Joel Sherrill <joel@OARcorp.com>
PR 545/bsps
	* startup/setvec.c: Removed.
2003-12-19 13:54:03 +00:00
Joel Sherrill
6fd0b53695 2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests
	* include/buffer_test_io.h: Various modifications to make tests account
	for resources and not print at inappropriate times.
2003-12-16 23:35:54 +00:00
Joel Sherrill
462e2d7ca1 2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests
	* malloctest/system.h, rtmonuse/system.h: Various modifications to make
	tests account for resources and not print at inappropriate times.
2003-12-16 23:35:31 +00:00
Joel Sherrill
9e0cdd892d 2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests
	* sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
	sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
	sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
	make tests account for resources and not print at inappropriate
	times.
	* sp07/buffered_io.c: New file.
2003-12-16 23:34:42 +00:00
Joel Sherrill
2ff3518d59 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps
	* startup/linkcmds: Remove SEARCH_DIR.
2003-12-16 23:20:21 +00:00
Joel Sherrill
93488624df 2003-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 533/bsps
	* startup/linkcmds: Update linkcmds for gcc 3.3.2.
2003-12-16 23:17:19 +00:00
Joel Sherrill
606def831c 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps
	* startup/linkcmds: Remove SEARCH_DIR.
2003-12-16 14:08:39 +00:00
Joel Sherrill
510226551f 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 541/bsps
	* startup/linkcmds, startup/linkcmds.dl: Remove SEARCH_DIR.
2003-12-16 14:08:30 +00:00
Ralf Corsepius
a916d938f5 2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
2003-12-14 16:21:24 +00:00
Ralf Corsepius
4db3958b2b 2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 538/bsps:
	* wrapup/Makefile.am: Add $(NETWORKING_DRIVER) instead of $(NETWORK)
	to BSP_PIECES.
2003-12-10 06:51:55 +00:00
Joel Sherrill
843805f7a0 2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 510/bsps
	* irq/irq.h: Add extern C wrapper.
2003-10-22 16:24:29 +00:00
Ralf Corsepius
5e1d6cb70f 2003-10-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* comm/uart.h: Add extern "C" guards.
	* pci/pcibios.h: Ditto.
2003-10-08 15:37:53 +00:00
Joel Sherrill
1997b8348e 2003-10-02 Till Strauman <strauman@slac.stanford.edu>
PR 502/bsps
	* console/outch.c: Add support for a few ANSI escape sequences to make
	libetcl happy.
2003-10-02 12:49:41 +00:00
Joel Sherrill
fdcb86b586 2003-10-02 Joel Sherrill <joel@OARcorp.com>
PR 503/bsps
	* clock/ckinit.c, include/bsp.h, startup/efi68k_tcp.c, timer/timer.c:
	Do not include DP8570A.h from bsp.h but still install it. This avoids
	polluting the namespace.
2003-10-02 12:43:43 +00:00
Ralf Corsepius
dcf4269913 2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Replace stringification madness to pick up bare.h
	(Doesn't work with gcc >= 3.3) with a somewhat cleaner madness.
2003-10-01 12:41:46 +00:00
Ralf Corsepius
796c4e3264 2003-09-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* fileio/init.c: Unconditionally define MIN (We *do want* to see
	error messages if it conflicts).
2003-09-30 05:43:19 +00:00
Joel Sherrill
20c214e3bc 2003-09-29 Till Strauman <strauman@slac.stanford.edu>
PR 497/bsps
	* ChangeLog, bootloader/head.S, startup/bspstart.c: Disable code that
	returned to the firmware when the loader starts.
	* startup/sbrk.c: New file.
2003-09-29 21:43:26 +00:00
Joel Sherrill
d6e80077ed 2003-09-26 Till Strauman <strauman@slac.stanford.edu>
PR 496/bsps
	* startup/Makefile.am: Use PowerPC shared sbrk() implementation which
	is used when initial heap size is limited to first 32 MB of RAM to
	satisfy boot loader requirements.
2003-09-26 20:44:39 +00:00
cvs2git
673d2963c9 This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
Cherrypick from master 2003-09-26 20:43:22 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2003-09-26	Till Strauman <strauman@slac.stanford.edu>':
    c/src/lib/libbsp/powerpc/shared/startup/sbrk.c
2003-09-26 20:43:23 +00:00
Joel Sherrill
56545bae7e 2003-09-26 Till Straumann <strauman@slac.stanford.edu>
PR 497/bsps
	* BOOTING: Document letting the bootloader shut down the
	network interface since it continues to run after loading
	RTEMS application and has to be dealt with.
2003-09-26 20:22:57 +00:00
Joel Sherrill
1721cb849a 2003-09-26 Till Straumann <strauman@slac.stanford.edu>
PR 497/bsps
	* bootloader/head.S: Let the bootloader shut down the
	network interface. NOTE: this involves a PPCBug system
	call and will hence fail if other software is used
	to boot. Need to #undef USE_PPCBUG in such cases!
2003-09-26 20:20:47 +00:00
Joel Sherrill
05e5896371 2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>
PR 499/rtems_misc
	* serial/mc68681.c:  Miscellaneous corrections:
	    - Correction of ACR_BIT[7] (Baudrate table) Configuration
	    - Correction of Parity Bit Configuration (Odd was forced)
	    - Correction of Stop Bit configuration (inversed)
	    - Correction of ISR Handler to call
  	      rtems_termios_dequeue_character() only if is a Tx Empty IRQ.
	    - Add RTS CTS Hardware flow control Configuration
2003-09-26 20:15:47 +00:00
Joel Sherrill
29e214e4d5 2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>
PR 501/rtems_misc
	* console.c: console_open disables ICANON on non-console port, which
	should be ok for the first open but not for subsequent ones. If you
	open one serial port, you will configure it, when you reopen it you
	will lost the ICANON parameters if you had put it. Should be done by
	console only at first open.
2003-09-26 17:33:59 +00:00
Ralf Corsepius
67c6b92bc8 2003-09-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shared/cache/cache.c (m68030): fix prototype mismatch of
	_CPU_cache_flush_entire_data.
2003-09-18 08:51:55 +00:00
Jennifer Averett
61b96d7fc7 2003-09-15 Jay Monkman <jtm@smoothsmoothie.com>
PR 480/bsps
	* shared/irq/irq_asm.S: Remove duplicate code.
2003-09-15 13:52:12 +00:00