Commit Graph

22531 Commits

Author SHA1 Message Date
Joel Sherrill
ad65fc7fb7 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps
	* ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	preinstall.am, times, console/console.c, include/bsp.h,
	include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg,
	startup/bspstart.c, startup/linkcmds: New files.
	Initial port for the TLL6527Mboard that contains blackfin 52X
	range of processors. Used eZKit533 as a reference for building
	the port.
2011-04-20 20:23:39 +00:00
Joel Sherrill
cb4c90b227 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps
	* bf52x/include: Added additional MMR.
	* bf52x/interrupt: The BF52X processors have a different
	System interrupt controller than present in the 53X range of
	processors. The 52X have 8 interrupt assignment registers. The
	implementation uses tables to increase predictability.
	* serial/uart.?: Added DMA based and interrupt based transfer
	support. The uart code used a single ISR for TX and RX and tried
	to identify and multiplex inside the ISR. In the new code the
	type of interrupt is identified by the central ISR dispatcher
	bf52x/interrupt or interrupt/.	This simplifies the UART ISR.
2011-04-20 20:20:47 +00:00
Joel Sherrill
5eb50f38e9 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps
	* console/console-io.c: The UART RX and TX are different ISR
	now. So the array containing the registeration changes. The
	change is due to change in the libcup uart function.
2011-04-20 20:20:17 +00:00
Joel Sherrill
ca11004d24 2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps
	* bfin/rtems/bf52x.h: This file defines basic MMR for the Blackfin
	52x CPU.  The MMR have been taken from the ADSP-BF52x Blackfin
	Processor Hardware Reference from Analog Devices. Mentioned
	Chapters refer to this Documentation.
2011-04-20 20:19:08 +00:00
Joel Sherrill
0e501eae8f 2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* README, psxtmtests_plan.csv: Add more possible test cases.
2011-04-20 16:22:14 +00:00
Ralf Corsepius
b714a34a8b Add gcc/base-go.add and gcc/target-go.add. 2011-04-20 13:53:39 +00:00
Ralf Corsepius
19527c6a3f Eliminate $optargs 2011-04-20 13:36:33 +00:00
Joel Sherrill
6f68d5faaf 2011-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>
* posix/src/mqueuegetattr.c,
	score/inline/rtems/score/schedulerpriority.inl: Remove warnings.
2011-04-18 22:01:47 +00:00
Joel Sherrill
159f41c497 2011-04-18 Joel Sherrill <joel.sherrilL@OARcorp.com>
* rtems/score/sparc.h: Remove warnings.
2011-04-18 22:01:39 +00:00
Chris Johns
e0bc543797 2011-04-16 Chris Johns <chrisj@rtems.org>
PR 1774/filesystem
        * libfs/src/imfs/imfs_eval.c: Fix the IMFS eval and eval for make
        handlers to not inspect a mounted file sytems path.
2011-04-16 04:40:11 +00:00
Sebastian Huber
a3ca5f366f 2011-04-15 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* psxstat/test.c: Check status codes.
2011-04-15 14:21:19 +00:00
Sebastian Huber
3f2af2f968 2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sp09/screen02.c: Use integer value that fits into one character.
2011-04-15 13:21:09 +00:00
Sebastian Huber
15478c9520 2011-04-15 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* psxstat/test.c: Fixed integer type.
2011-04-15 11:25:00 +00:00
Sebastian Huber
8bbb37d1f8 2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libfs/src/pipe/fifo.c: Fixed integer type.
2011-04-15 11:13:21 +00:00
Sebastian Huber
3d2044481e 2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/ioctl.c: Fixed integer type.
2011-04-15 10:27:10 +00:00
Sebastian Huber
86820eda09 2011-04-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1780/cpukit
	* rtems/score/cpu.h: Lower alignment requirements for
	CPU_PARTITION_ALIGNMENT according to AAPCS.
2011-04-15 08:06:16 +00:00
Joel Sherrill
e58f80cb40 2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you
	really can define a user scheduler.
2011-04-11 17:23:06 +00:00
Joel Sherrill
4847716dec 2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add schedulersimple.h
2011-04-11 17:22:46 +00:00
Joel Sherrill
3bc1585cdc 2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq_asm.S: Rename rtems_smp_maximum_processors to
	rtems_configuration_smp_maximum_processors since it is defined in
	confdefs.h.
2011-04-11 17:16:50 +00:00
Sebastian Huber
2bda489ed9 2011-04-11 Keith Robertson <kjrobert at alumni dot uwaterloo dot ca>
* ne2000/ne2000.c: Add multicast support.  Patch submitted to mailing
	list 2005-12-21.
2011-04-11 11:55:42 +00:00
Joel Sherrill
b7528cf295 2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: New file.
2011-04-07 18:20:32 +00:00
Joel Sherrill
b467831a38 2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/main_clocktick.c, shared/main_semcreate.c,
	shared/main_semdelete.c, shared/main_semflush.c,
	shared/main_semobtain.c, shared/main_semrelease.c,
	shared/main_taskcreate.c, shared/main_taskdelete.c,
	shared/main_taskmode.c, shared/main_taskpriority.c,
	shared/main_taskresume.c, shared/main_tasksuspend.c,
	shared/main_taskwakeafter.c, shared/schedsim_shell.h: Compiles now
	and do not core dump when RTEMS is not initialized.
2011-04-07 18:12:41 +00:00
Joel Sherrill
e69369c7cd 2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, wkspace.c: Compiles now and do not core dump when RTEMS
	is not initialized.
2011-04-07 18:12:39 +00:00
Joel Sherrill
f78daca603 2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems_footer.html.in, common/cpright.texi: Update dates in copyright.
2011-04-07 16:50:35 +00:00
Joel Sherrill
5d2aacc2a9 2011-04-05 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1701/filesystems
	* libfs/src/imfs/memfile.c: Fix sense of assert.
2011-04-05 13:38:49 +00:00
Sebastian Huber
6503ac9b00 2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/heap.c: Avoid integer overflow.
2011-04-05 09:50:02 +00:00
Sebastian Huber
5bd6123f77 2011-04-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
* tar01/init.c: Fixed integer types.
2011-04-05 09:19:53 +00:00
Joel Sherrill
142b3b810f 2011-04-04 Gedare Bloom <giddyup44@yahoo.com>
PR 1641/cpukit
	* Makefile.am, configure.ac: Create testcase for red black tree.
	* sprbtree01/init.c, sprbtree01/Makefile.am, sprbtree01/sprbtree01.doc,
	sprbtree01/sprbtree01.scn: New files.
2011-04-04 18:45:38 +00:00
Joel Sherrill
bd9baa8184 2010-07-28 Gedare Bloom <giddyup44@yahoo.com>
PR 1641/cpukit
	* sapi/Makefile.am, sapi/preinstall.am, score/Makefile.am,
	score/preinstall.am: Add Red Black Tree data structure to score.
	* sapi/include/rtems/rbtree.h, sapi/inline/rtems/rbtree.inl,
	score/include/rtems/score/rbtree.h, score/inline/rtems/score/rbtree.inl,
	score/src/rbtree.c, score/src/rbtreeextract.c,
	score/src/rbtreefind.c, score/src/rbtreefindheader.c,
	score/src/rbtreeget.c, score/src/rbtreeinsert.c,
	score/src/rbtreepeek.c: New files.
2011-04-04 18:44:16 +00:00
Joel Sherrill
ff49ffe396 2011-04-04 Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
PR 1722/networking
	* ftpd/ftpd.c: FTPD fails to parse correctly FTP commands relating to
	filenames with spaces in them.
2011-04-04 17:08:34 +00:00
Joel Sherrill
9c24c7332c 2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1768/bsps
	* shared/irq/irq_asm.S: The nbench benchmark highlighted the fact that
	we do not perform a cld before calling C code in the ISR. This was
	historically not a problem but gcc 4.3 changed the behavior. From
	http://gcc.gnu.org/gcc-4.3/changes.html
2011-04-04 16:44:46 +00:00
Joel Sherrill
e79093acb1 2011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1773/cpukit
	* sapi/include/confdefs.h, sapi/src/exinit.c,
	score/include/rtems/bspsmp.h, score/src/percpu.c, score/src/thread.c:
	Rename rtems_smp_maximum_processor to
	rtems_configuration_smp_maximum_processor. Eliminate printk().
2011-04-04 16:40:00 +00:00
Ralf Corsepius
54ff312fa3 Whitespace fixes. 2011-04-03 06:38:04 +00:00
Ralf Corsepius
7c8ac8797c Add support for gcc-go tarballs. 2011-04-03 06:30:56 +00:00
Ralf Corsepius
619413a757 Reflect /go subdir handling having move into install.add. 2011-04-03 06:28:34 +00:00
Ralf Corsepius
4c97b4766d Handle /go subdirs. 2011-04-03 06:27:46 +00:00
Ralf Corsepius
824570056c Remove @tool_target@-@tool_target@-gccgo. 2011-04-03 05:31:11 +00:00
Ralf Corsepius
62a26e39bb Don't ship libffi's man-pages. 2011-04-03 05:27:10 +00:00
Ralf Corsepius
dfa3ad8c79 Regenerate. 2011-04-02 06:22:41 +00:00
Ralf Corsepius
8357e8563a Abandon NoSource: 2011-04-02 06:20:30 +00:00
Ralf Corsepius
2e51b8f6bb Preps for gccgo. 2011-04-02 06:17:25 +00:00
Ralf Corsepius
fce089ec94 New. 2011-04-02 06:14:32 +00:00
Ralf Corsepius
60d34868c7 Add %build_go.
Cosmetics.
2011-04-02 06:10:53 +00:00
Joel Sherrill
3953cb4d66 2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to
	account for movement of .cfg files.
2011-04-01 18:12:07 +00:00
Joel Sherrill
c9be95770e 2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/default.cfg: Update to account for movement of .cfg files.
2011-04-01 18:12:01 +00:00
Ralf Corsepius
49a97a9130 2011-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Use '|' as sed-delimiter.
2011-03-29 03:43:00 +00:00
Sebastian Huber
c4d9f31372 2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/lpc/network/lpc-ethernet.c: Support multicast.
2011-03-28 12:27:29 +00:00
Sebastian Huber
f4371073f2 2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* configure.ac, include/bspopts.h.in: New BSP option
	LPC32XX_SCRATCH_AREA_SIZE.  Disable BSP option
	LPC32XX_DISABLE_READ_ONLY_PROTECTION for all BSPs.
	* include/boot.h: Removed application specific defines.
	* include/nand-mlc.h, misc/nand-mlc.c: Changed configuration layout.
	* include/mmu.h, misc/mmu.c: Documentation.  Bugfix.
	* include/bsp.h, startup/bspstarthooks.c, misc/restart.c,
	startup/linkcmds.lpc32xx_mzx, startup/linkcmds.lpc32xx_mzx_stage_1,
	startup/linkcmds.lpc32xx_mzx_stage_2,
	startup/linkcmds.lpc32xx_phycore: Support for scratch area.  Moved
	code into macros for reusability.
2011-03-28 09:00:01 +00:00
Sebastian Huber
305234f7ab 2011-03-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* shared/start/start.S: Default exception handler will result in
	bsp_reset().
	* shared/startup/linkcmds.base: Move unsupported sections into
	read-only section.  Changed barrier sections.
2011-03-28 08:49:58 +00:00
Ralf Corsepius
2e031c64c2 Regenerate. 2011-03-26 04:45:02 +00:00