summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-152010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+6
PR 1561/cpukit * aclocal/rtems-cpu-subdirs.m4: Merge SPARC64 port.
2010-06-152010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* shared/irq/irq_asm.S: Fix capitalization.
2010-06-142010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+6
* Makefile.am: Formatting.
2010-06-142010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-1/+5
* startup/bspclean.c: Spelling.
2010-06-142010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill4-7/+16
* startup/bspstart.c: Formatting.
2010-06-142010-06-14 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2-0/+6
PR 1557/misc * libchip/i2c/spi-sd-card.c: Fixed low capacity special case.
2010-06-11Remove (Abandoned).Ralf Corsepius36-2688/+0
2010-06-072010-06-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+7
* aclocal/version.m4: Bump RTEMS_API to 4.11. Bump _RTEMS_VERSION to 4.10.99.0.
2010-06-032010-06-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-5/+5
* libchip/network/if_dc.c: Fix warning.
2010-06-03fix bug in mount tableThomas Doerfler2-2/+6
2010-06-022010-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+10
* include/bsp.h: Add prototypes for BSP_disconnect_clock_handler, BSP_connect_clock_handler.
2010-05-312010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-4/+7
* shared/start/start.S: Pass 0/NULL for argc/argv.
2010-05-312010-05-31 Chris Johns <chrisj@rtems.org>Chris Johns1-11/+13
* shared/umon/tfsDriver.c: Updated to the new mount API.
2010-05-312010-05-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-5/+6
* start/start.S: Pass 0/NULL for argc/argv.
2010-05-312010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-6/+18
* libchip/network/greth.c: Misc. hacks to allow compilation on 16bit targets.
2010-05-312010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+15
PR 1531/newlib * libchip/network/i82586.c: Add local copy of ALIGN().
2010-05-312010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-5/+8
* libchip/network/cs8900.c: Misc. changes to make code 16bit-target compliant.
2010-05-312010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+6
* libchip/network/i82586.c: Use int32_t instead of int for 16bit-target compliance.
2010-05-312010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-4/+20
* libchip/network/open_eth.c: Misc. changes to make code 16bit-target compliant.
2010-05-302010-05-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill4-2/+10
* Makefile.am: Fix typo in path.
2010-05-302010-05-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+71
* shared/src/no_cache.c: New file.
2010-05-292010-05-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-68/+6
PR 1537/libcpu * shared/cache/cache.c: Removed.
2010-05-292010-05-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-68/+7
PR 1538/libcpu * Makefile.am: Use shared stub implementation of cache.c (no_cache.c). * shared/cache/cache.c: Removed.
2010-05-282010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+6
* umon/tfsDriver.c: Use size_t instead of int for pathnamelen.
2010-05-282010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-1/+16
* au1x00/include/au1x00.h: Add prototypes for mips_default_isr, assert_sw_irq, negate_sw_irq. * au1x00/vectorisrs/vectorisrs.c: Remove prototype of mips_default_isr.
2010-05-252010-05-25 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-0/+11
* configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
2010-05-242010-05-24 Peter Dufault <dufault@hda.com>Joel Sherrill2-10/+14
PR 1530/bsps * mpc55xx/edma/edma.c: Eliminate use of recently removed macros.
2010-05-242010-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-33/+54
* Makefile.am, amba/amba.c, console/console.c, console/debugputs.c, startup/bspstart.c: Rework initialization order so AMBA bus is scanned earlier. This lets us look for UARTs earlier and support printk as early as bsp_start() returning.
2010-05-232010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-5/+10
* console/consolelite.c, network/xiltemac.c: Reflect prototypes having changed (Warning removal).
2010-05-212010-05-21 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill3-34/+40
* cache.c, page.c: Use masks and shift operations instead of bit-fields.
2010-05-212010-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* Makefile.am: Add bspreset.c
2010-05-212010-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+8
* Makefile.am: Add bspreset.c
2010-05-212010-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-33/+37
* sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Spacing.
2010-05-21Whitespace removal.Sebastian Huber1-2/+2
2010-05-212010-05-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-5/+9
* include/lpc32xx.h: Update for utility macro changes.
2010-05-212010-05-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-8/+13
* include/utility.h: Macros use now first and last bit values instead of shift and length parameters.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber4-1/+80
* configure.ac: Fixed BSP option. * include/lpc32xx.h, startup/bspstarthooks.c: Added PLL setup.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-3/+4
* startup/bspstarthooks.c: Removed start section attribute defines.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber4-3/+27
* shared/include/start.h: Define start section attributes.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber6-30/+36
* include/lpc24xx.h, misc/dma-copy.c, misc/dma.c, misc/system-clocks.c, ssp/ssp.c, startup/bspstarthooks.c: Removed superfluous macros.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-44/+24
* include/utility.h: Removed superfluous macros.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-30/+34
* network/smsc9218i.c: Removed superfluous macros.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber14-182/+258
* make/custom/lpc32xx.inc, make/custom/lpc32xx_mzx_boot_int.cfg, startup/linkcmds.lpc32xx_mzx_boot_int: New files. * Makefile.am, configure.ac, preinstall.am, include/bsp.h, include/bspopts.h.in, include/lpc32xx.h, irq/irq.c, make/custom/lpc32xx_phycore.cfg, startup/bspstart.c, startup/bspstarthooks.c: Changes throughout.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber5-26/+15
* Makefile.am, preinstall.am, include/bsp.h, startup/bspstart.c: Use shared output character implementation.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber3-0/+105
* include/uart-output-char.h, src/uart-output-char.c: New files.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+6
* make/custom/lpc32xx_phycore.cfg: Workaround for GCC bug 38644.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+6
* make/custom/rtl22xx_t.cfg: Workaround for GCC bug 38644.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+5
* make/dswifi/arm9/makefile: Workaround for GCC bug 38644.
2010-05-202010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2-1/+6
* make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
2010-05-18010-05-18 Chris Johns <chrisj@rtems.org>Chris Johns3-2/+7
* libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: PR 1448/filesystem.