summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-172-0/+6
| | | | | Add RTEMS Scheduler Simulator. * configure.ac: Add tools/schedsim.
* Regenerate.Ralf Corsepius2010-12-1714-137/+137
|
* gcc-4.5.2 (final).Ralf Corsepius2010-12-1728-56/+56
|
* Rebase patch for gcc-4.5.2.Ralf Corsepius2010-12-171-0/+399
|
* 2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-172-1/+34
| | | | | | | | | | Jennifer Averett <jennifer.averett@oarcorp.com> Add RTEMS Scheduler Simulator. * sapi/include/confdefs.h: This adds some simple conditional logic to disable portions of the configuration that are NOT supported when configuring an RTEMS instance for use with a Scheduler Simulator instance.
* 2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-174-0/+66
| | | | | | | Jennifer Averett <jennifer.averett@oarcorp.com> Add RTEMS Scheduler Simulator. This is the top level of the tree. * .cvsignore, ChangeLog, Makefile.am, configure.ac: New files.
* 2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-172-0/+6
| | | | * .cvsignore: New file.
* 2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-1715-0/+2708
| | | | | | | | | | | | | Jennifer Averett <jennifer.averett@oarcorp.com> Add RTEMS Scheduler Simulator. This is the RTEMS "port" to and adapter code to run on GNU/Linux with a fake context switch. * ChangeLog, Makefile.am, interr.c, rtems_init.c, rtems_sched.h, wkspace.c, sched_cpu/cpu.c, sched_cpu/cpu_asm.c, sched_cpu/rtems/asm.h, sched_cpu/rtems/stringto.h, sched_cpu/rtems/score/cpu.h, sched_cpu/rtems/score/cpu_asm.h, sched_cpu/rtems/score/cpuopts.h, sched_cpu/rtems/score/no_cpu.h, sched_cpu/rtems/score/types.h: New files.
* 2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-1745-0/+3253
| | | | | | | | | | | | | | | | | | | | | | | | | | | Jennifer Averett <jennifer.averett@oarcorp.com> Add RTEMS Scheduler Simulator. This is the shell scripting portion. * .cvsignore, ChangeLog, Makefile.am, schedsim_priority/.cvsignore, schedsim_priority/Makefile.am, schedsim_priority/config.c, schedsim_priority/printheir_executing.c, schedsim_priority/schedsim.cc, schedsim_priority/wrap_thread_dispatch.c, scripts/script01, scripts/script02, scripts/script03, scripts/script04, scripts/script05, scripts/script06, shared/.cvsignore, shared/Makefile.am, shared/commands.c, shared/getopt.c, shared/lookup_semaphore.c, shared/lookup_task.c, shared/main_clocktick.c, shared/main_echo.c, shared/main_executing.c, shared/main_heir.c, shared/main_help.c, shared/main_rtemsinit.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, shared/shell_cmdset.c, shared/shell_makeargs.c, shared/include/shell.h, shared/include/newlib/_ansi.h, shared/include/newlib/getopt.h: New files.
* 2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-163-2/+10
| | | | | | * math/Makefile.am, math/init.c: Init task has to be floating point and there is no point in using optional manager stubs since libio needs semaphores.
* 2010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-12-1613-1558/+10
| | | | | | | | | * develenv/direct.t: Remove Getting Started with GNAT/RTEMS. * started_ada/.cvsignore, started_ada/Makefile.am, started_ada/buildada.t, started_ada/gdb.t, started_ada/intro.t, started_ada/require.t, started_ada/sample.t, started_ada/stamp-vti, started_ada/started_ada.texi, started_ada/tversions.texi, started_ada/version.texi: Removed.
* 2010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-12-162-3/+7
| | | | * SUPPORT: Update address.
* 2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-162-4/+8
| | | | | * libmisc/cpuuse/cpuusagereport.c: We have to take the time since the last context switch before the uptime.
* 2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-166-9/+52
| | | | | | | | * score/src/watchdognanoseconds.c: New file. * score/Makefile.am: Reflect change above. * score/include/rtems/score/watchdog.h, score/src/coretodget.c, score/src/coretodgetuptime.c: Do not allow NULL as nanoseconds since last tick handler pointer.
* Added missing include file.Sebastian Huber2010-12-161-0/+2
|
* 2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-164-10/+174
| | | | | | * shared/lpc/include/lpc-i2s.h: Documentation. Fixed defines. * shared/lpc/include/lpc-timer.h: Documentation. * shared/lpc/network/lpc-ethernet.c: Added support for 10MBit/s links.
* 2010-12-16 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-167-15/+128
| | | | | | | * configure.ac, include/bspopts.h.in: More options. * include/lpc32xx.h: Added watchdog definitions. * include/mmu.h, misc/mmu.c: Added const qualifier. * startup/bspreset.c: Use watchdog reset.
* Update to zlib-1.2.5-1.Ralf Corsepius2010-12-162-5/+5
|
* 2010-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-1418-1183/+966
| | | | | | | | | | | * Makefile.am, configure.ac, common/cpright.texi, common/rtems.texi.in, cpu_supplement/.cvsignore, started/Makefile.am, started/binaries.t, started/buildc.t, started/buildrt.t, started/intro.t, started/nextstep.t, started/nt.t, started/require.t, started/sample.t, started/started.texi, started/version.texi: Major update which includes removal of references to specific tool versions and patches. * started/tversions.texi.in: Removed.
* Regenerate.Ralf Corsepius2010-12-1114-224/+313
|
* gcc-4.5.2Ralf Corsepius2010-12-1114-0/+98
|
* GCC_VERS = 4.5.2Ralf Corsepius2010-12-1114-56/+56
|
* Regenerate.Ralf Corsepius2010-12-1116-136/+152
|
* Binutils-2.21.Ralf Corsepius2010-12-118-24/+24
| | | | | BINUTILS_RPMREL = 0.20101211.0. GCC_RPMREL = 0.20101211.0.
* Add fedora 15.Ralf Corsepius2010-12-111-6/+6
| | | | Remove fedora 12.
* binutils-2.21.Ralf Corsepius2010-12-0942-112/+112
|
* 2010-12-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-12-082-19/+6
| | | | | * loopback/init.c: Loop back interface will be initialized now during normal initialization via rtems_bsdnet_initialize_network().
* 2010-12-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-12-085-89/+132
| | | | | | | * libnetworking/loop.h, libnetworking/net/if_loop.c, libnetworking/rtems/rtems_glue.c, libmisc/dummy/dummy-networking.c: Initialize loop back interface during normal initialization via rtems_bsdnet_initialize_network().
* 2010-12-06 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-12-062-1/+5
| | | | * make/custom/rtl22xx_t.cfg: Now compiles.
* 2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-12-062-1/+5
| | | | * configure.ac: Add initial small set of POSIX Timing Tests.