summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added missing filesThomas Doerfler2009-02-279-0/+1676
|
* * README: Added NCS.Thomas Doerfler2009-02-2723-124/+635
| | | | | | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
* * bsp_specs: Added crtbegin.o and crtend.o to support global C++Thomas Doerfler2009-02-272-2/+7
| | | | constructors and destructors.
* Adapt to modified shell configurationThomas Doerfler2009-02-272-2/+6
|
* PR 1356Thomas Doerfler2009-02-272-23/+260
| | | | | * libchip/i2c/spi-sd-card.c: Added support for high capacity and MMC cards.
* * rtems/powerpc/registers.h: Added Freescale Book E ImplementationThomas Doerfler2009-02-272-0/+33
| | | | | Standards (EIS) special purpose register definitions for MMU and L1 cache.
* * libmisc/shell/shell.c, libmisc/shell/shell.h: Changed type forThomas Doerfler2009-02-274-60/+76
| | | | | | | | | boolean values from 'int' to 'bool'. Added option 'login' to enable or disable a login prompt. Changed intialization of global shell environment to static initialization. Changed stack size type to 'size_t' conforming to classic API. * libmisc/shell/shellconfig.h: Fixed some typos.
* 2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-262-7/+5
| | | | * startup/cpu.c: Now compiles. Does not run.
* 2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-264-10/+23
| | | | | * shared/clock/ckinit.c, shared/start/start.S, shared/timer/timer.c: Run better on simulator. Timer is probably not right yet but
* 2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-263-10/+16
| | | | | * configure.ac, include/bsp.h: Run better on simulator. Timer is probably not right yet but
* 2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-262-5/+16
| | | | | * shared/startup/bspgetworkarea.c: Make debug messages same as standard.
* 2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-262-1/+11
| | | | * irq/irq.c: Add bsp_interrupt_handler_default() so this BSP will link.
* 2009-02-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-253-2/+6
| | | | * clock/clock.c, include/bsp.h: Make bsp idle thread names match.
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-252-117/+24
| | | | | * shared/clock/ckinit.c: Use shared Clock Driver Template and support fast idle on simulator.
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-252-0/+7
| | | | * README: Add fast idle information.
* 2009-02-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-254-3/+39
| | | | | | | * Makefile.am, configure.ac: Add SIMULATOR_FAST_IDLE, BSP_PRESS_KEY_FOR_RESET, and BSP_RESET_BOARD_AT_EXIT. Use the standard bsp_cleanup code. * README: New file. Include instructions on gdb simulator.
* 2009-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-251-0/+4
| | | | * Makefile.am: Rework.
* Regenerate.Ralf Corsepius2009-02-251-1/+4
|
* Bump GDB_RPMREL.Ralf Corsepius2009-02-251-1/+1
|
* Disable lm32 simulator on mingw32.Ralf Corsepius2009-02-251-0/+3
|
* Regenerate.Ralf Corsepius2009-02-251-1/+6
|
* Add gdb-6.8.50.20090224-rtems4.10-20090225.diffRalf Corsepius2009-02-251-0/+5
|
* New.Ralf Corsepius2009-02-251-0/+17143
| | | | | | Rebase gdb-6.8-rtems4.10-20090122.diff patch against gcc-cvs HEAD. Add lm32 sim. Various fixes to get lm32 sim building.
* Regenerate, fix spec file.Ralf Corsepius2009-02-2413-26/+65
|
* Bump GDB_RPMREL.Ralf Corsepius2009-02-2413-13/+13
|
* Regenerate.Ralf Corsepius2009-02-2413-76/+76
|
* GCC_RPMREL = 8Ralf Corsepius2009-02-2413-13/+13
|
* newlib-1.17.0-rtems4.10-20090224.diffRalf Corsepius2009-02-2413-13/+13
|
* * libc/unix/ttyname.c: Sync with newlib-cvs.Ralf Corsepius2009-02-241-0/+686
| | | | * configure.host: Add -DHAVE_BLKSIZE to newlib_cflags.
* Regenerate.Ralf Corsepius2009-02-241-1/+1
|
* Use "%{?suse}" >= "10.3" to detect suseRalf Corsepius2009-02-241-1/+1
|
* New.Ralf Corsepius2009-02-241-0/+223
|
* Activate GDB.Ralf Corsepius2009-02-241-6/+5
|
* Use a gdb-snapshot.Ralf Corsepius2009-02-241-2/+3
|
* Disable python.Ralf Corsepius2009-02-241-0/+3
|
* 2009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-231-0/+1
| | | | * include/bsp.h: Conditionally include rtems/rtems_bsdnet.h.
* Conditionally include rtems/rtems_bsdnet.h.Ralf Corsepius2009-02-231-0/+6
|
* 2009-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-02-231-0/+5
| | | | | * configure.ac: Add RTEMS_CHECK_NETWORKING. * Makefile.am: Rework.
* Rework.Ralf Corsepius2009-02-231-14/+25
|
* Add RTEMS_CHECK_NETWORKING.Ralf Corsepius2009-02-231-0/+4
|
* Regenerate.Ralf Corsepius2009-02-232-0/+833
|
* Update.Ralf Corsepius2009-02-231-2/+2
|
* binutils-2.19.51-20090222.Ralf Corsepius2009-02-231-2/+2
|
* Activate GCC-4.3.3Ralf Corsepius2009-02-231-12/+11
|
* Add lm32Ralf Corsepius2009-02-232-0/+5245
|
* Add lm32.Ralf Corsepius2009-02-221-1/+2
|
* New.Ralf Corsepius2009-02-226-0/+84
|
* Add lm32Ralf Corsepius2009-02-221-0/+1
|
* New.Ralf Corsepius2009-02-222-0/+136
|
* Regenerate.Ralf Corsepius2009-02-221-1/+4
|