summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Typo.Sebastian Huber2011-01-101-1/+1
|
* 2011-01-09 Peer Stritzinger <peer at stritzinger dot com>Sebastian Huber2011-01-102-1/+5
| | | | * startup/bspstart.c: Fixed chip select configuration.
* 2011-01-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-01-102-1/+6
| | | | | * new-exceptions/bspsupport/ppc_exc_categories.c: Fixed e200 machine check category.
* 2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-106-6/+12
| | | | | | * math/domath.in: Fix typo in printf. * math/domath.c, math/domathf.c, math/domathl.c: Regenerate. * math/math.scn: Regenerate.
* 2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-102-1/+5
| | | | * configure.ac: Use ac_cv_header_complex_h.
* Regenerate.Ralf Corsepius2011-01-0914-112/+112
|
* newlib-1.19.0-rtems4.11-20110109.diffRalf Corsepius2011-01-0914-14/+14
|
* Bump GCC_RPMREL.Ralf Corsepius2011-01-0914-14/+14
|
* New (Add 32bit double tgamma fixes).Ralf Corsepius2011-01-091-0/+2081
|
* 2011-01-08 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2011-01-083-7/+56
| | | | * psxaio02/init.c: Improve aio_cancel() coverage.
* 2011-01-08 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2011-01-084-68/+80
| | | | | | | | * posix/src/aio_misc.c: Fix rtems_aio_remove_req did not iterate over chain. * posix/src/aio_cancel.c: Add debug information. Add check for bad file descriptor. Add else branch for cancel request on empty IQ chain.
* Update.Ralf Corsepius2011-01-071-65/+72
|
* New.Ralf Corsepius2011-01-071-0/+2044
|
* Regenerate.Ralf Corsepius2011-01-0714-318/+196
|
* newlib-1.19.0-rtems4.11-20110107.diff.Ralf Corsepius2011-01-0714-210/+70
| | | | Abandon gcc-4.5.0, gcc-4.5.1.
* Bump GCC_RPMREL.Ralf Corsepius2011-01-0714-42/+42
| | | | | NEWLIB_VERS = 1.19.0. Reset NEWLIB_RPMREL.
* Regenerate.Ralf Corsepius2011-01-0714-28/+28
|
* Bump BINUTILS_RPMREL = 2.Ralf Corsepius2011-01-0714-14/+14
|
* Add binutils-2.21-rtems4.11-20110107.diff.Ralf Corsepius2011-01-0714-14/+14
|
* New.Ralf Corsepius2011-01-071-0/+75
|
* Housekeeping.Ralf Corsepius2011-01-076-1460/+0
|
* 2011-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-062-1/+5
| | | | * configure.ac: Move comment to correct location.
* 2011-01-06 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-062-1/+5
| | | | * shared/irq/irq_asm.S: Fix spelling.
* 2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-042-1/+12
| | | | | | * libcsupport/src/error.c: Scheduler Simulator compilation always defines __RTEMS_VIOLATE_KERNEL_VISIBILITY__. So avoid redefinition warning.
* 2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-043-5/+10
| | | | | * libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_readlink.c: readlink filesystem entry should return ssize_t.
* 2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-042-2/+6
| | | | * posix/src/aio_cancel.c: Use perfd field not next_fd.
* 2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-042-6/+11
| | | | | * libfs/src/nfsclient/src/nfs.c: readlink filesystem entry should return ssize_t.
* 2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-042-1/+4
| | | | * cpu_asm.S: _Thread_Executing was not used.
* 2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-032-1/+5
| | | | * psx05/init.c: Spacing.
* 2011-01-02 Danila Bespalov <danila DOT bespalov AT gmail DOT com>Joel Sherrill2011-01-026-114/+164
| | | | | * started/buildc.t, started/buildrt.t, started/nt.t, started/require.t, started/sample.t: Review and improve.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-301-2/+2
| | | | * network/network.c: Update for API changes.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-3010-57/+104
| | | | | | | | | * include/u-boot.h: Removed file. * include/u-boot-config.h, include/tsec-config.h: New files. * include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot support. * network/network.c: Update for API changes. * Makefile.am, preinstall.am: Reflect changes above.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-303-7/+7
| | | | | | * Makefile.am, preinstall.am, mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c, mpc83xx/network/tsec.h: Make it possible to use the TSEC driver for other systems.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-304-688/+618
| | | | | | * mpc83xx/include/mpc83xx.h, mpc83xx/network/tsec.c, mpc83xx/network/tsec.h: Make it possible to use the TSEC driver for other systems.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-308-176/+63
| | | | | | | | * include/u-boot.h: Removed file. * include/u-boot-config.h: New file. * include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot support. * Makefile.am, preinstall.am: Reflect changes above.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-303-28/+29
| | | | | | * shared/uboot_dump_bdinfo.c: Include <bsp/u-boot.h> if necessary. * shared/include/u-boot-board-info.h: New file. * shared/include/u-boot.h: Removed file.
* 2010-12-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-304-1/+76
| | | | | | * shared/bspgetworkarea.c: Include <bsp/u-boot.h> if necessary. * shared/include/u-boot.h, shared/src/bsp-uboot-board-info.c: New files.
* 2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-297-39/+22
| | | | | | | | | * Makefile.am, preinstall.am, startup/start.S: Use standard zero function. * startup/linkcmds.base: Reserve enough space for the exception minimum prologues. Changed start section name. * startup/bspstart.c: Removed superfluous cache initialization. * configure.ac: Fixed option default values.
* 2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-293-0/+192
| | | | * shared/include/start.h, shared/src/bsp-start-zero.S: New files.
* 2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-292-4/+12
| | | | | | * new-exceptions/bspsupport/ppc_exc_address.c, new-exceptions/bspsupport/ppc_exc_initialize.c: Fixed IVOR handling for e200z0 and e200z1.
* 2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-293-150/+3
| | | | | * mpc55xx/include/mpc55xx.h, mpc55xx/misc/copy.S: Removed zero functions.
* 2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-299-184/+146
| | | | | | | | | | | | | | | | * shared/include/cpuIdent.c, shared/include/cpuIdent.h: Added support for e500v2. Removed IVPR/IVOR/HWIVOR features since they are included in Book E. * new-exceptions/bspsupport/vectors.h, new-exceptions/bspsupport/ppc_exc.S, new-exceptions/bspsupport/ppc_exc_address.c, new-exceptions/bspsupport/ppc_exc_categories.c, new-exceptions/bspsupport/ppc_exc_initialize.c, new-exceptions/bspsupport/ppc_exc_prologue.c: Added support for e500v2. Added exception vector defines for Book E types. Removed e200 exception vector defines. Added e500 exception vector defines. Unified IVOR calculation for e200 and e500 (e200z1 has hard wired IVOR values).
* 2010-12-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-292-1/+6
| | | | | * startup/linkcmds.base: Reserve enough space for the exception minimum prologues.
* 2010-12-28 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-282-1/+3
| | | | | * libfs/src/dosfs/msdos_conv.c: Fixed convertion of half seconds to seconds.
* 2010-12-28 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-282-4/+19
| | | | | * libfs/src/dosfs/msdos_misc.c: Create short file names acceptable for Windows.
* 2010-12-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-274-6/+14
| | | | | | * libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_misc.c, libfs/src/dosfs/msdos_create.c: Create valid create and modfied date and time.
* Remove.Ralf Corsepius2010-12-261-45/+0
|
* 2010-12-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-232-2/+11
| | | | | * mpc83xx/i2c/mpc83xx_i2cdrv.c: Fixed interrupt flag clearing for MPC55XX family.
* 2010-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-2210-214/+395
| | | | | | | | | | | * configure.ac: Added I2C options. Fixed eMIOS prescaler. Use standard linker command file support. * include/bsp.h: Declare I2C initialization function. * i2c/i2c_init.c: Implementation. * make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg, make/custom/mpc55xx.inc: Use standard linker command file support. * startup/bspstart.c: More board specific settings. * Makefile.am, preinstall.am: Reflect changes above.
* 2010-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-223-1/+13
| | | | | | * new-exceptions/bspsupport/ppc_exc.S: Comment. * new-exceptions/bspsupport/ppc_exc_address.c: Fixed address calculation for e200z1 core.