summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-266-463/+5
| | | | | * hppa1.1/.cvsignore, hppa1.1/ChangeLog, hppa1.1/Makefile.am, hppa1.1/configure.ac, hppa1.1/genoffsets.c: Removed.
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-2642-2361/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * hppa1.1/.cvsignore, hppa1.1/ChangeLog, hppa1.1/Makefile.am, hppa1.1/acinclude.m4, hppa1.1/configure.ac, hppa1.1/simhppa/.cvsignore, hppa1.1/simhppa/ChangeLog, hppa1.1/simhppa/Makefile.am, hppa1.1/simhppa/bsp_specs, hppa1.1/simhppa/configure.ac, hppa1.1/simhppa/times, hppa1.1/simhppa/include/.cvsignore, hppa1.1/simhppa/include/Makefile.am, hppa1.1/simhppa/include/bsp.h, hppa1.1/simhppa/include/ttydrv.h, hppa1.1/simhppa/shmsupp/.cvsignore, hppa1.1/simhppa/shmsupp/Makefile.am, hppa1.1/simhppa/shmsupp/README, hppa1.1/simhppa/shmsupp/addrconv.c, hppa1.1/simhppa/shmsupp/cause_intr.c, hppa1.1/simhppa/shmsupp/getcfg.c, hppa1.1/simhppa/shmsupp/lock.c, hppa1.1/simhppa/shmsupp/mpisr.c, hppa1.1/simhppa/start/.cvsignore, hppa1.1/simhppa/start/Makefile.am, hppa1.1/simhppa/start/start.S, hppa1.1/simhppa/startup/.cvsignore, hppa1.1/simhppa/startup/Makefile.am, hppa1.1/simhppa/startup/bspclean.c, hppa1.1/simhppa/startup/bspstart.c, hppa1.1/simhppa/startup/linkcmds, hppa1.1/simhppa/startup/setvec.c, hppa1.1/simhppa/tools/.cvsignore, hppa1.1/simhppa/tools/ChangeLog, hppa1.1/simhppa/tools/Makefile.am, hppa1.1/simhppa/tools/configure.ac, hppa1.1/simhppa/tools/print_dump.c, hppa1.1/simhppa/tty/.cvsignore, hppa1.1/simhppa/tty/Makefile.am, hppa1.1/simhppa/tty/tty.c, hppa1.1/simhppa/wrapup/.cvsignore, hppa1.1/simhppa/wrapup/Makefile.am: Removed.
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-2621-3067/+13
| | | | | | | | | | | | | * hppa1.1/.cvsignore, hppa1.1/ChangeLog, hppa1.1/Makefile.am, hppa1.1/configure.ac, hppa1.1/clock/.cvsignore, hppa1.1/clock/Makefile.am, hppa1.1/clock/clock.c, hppa1.1/include/.cvsignore, hppa1.1/include/Makefile.am, hppa1.1/include/runway.h, hppa1.1/include/semaphore.h, hppa1.1/milli/.cvsignore, hppa1.1/milli/Makefile.am, hppa1.1/milli/milli.S, hppa1.1/semaphore/.cvsignore, hppa1.1/semaphore/Makefile.am, hppa1.1/semaphore/semaphore.c, hppa1.1/timer/.cvsignore, hppa1.1/timer/Makefile.am, hppa1.1/timer/timer.c: Removed.
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-2613-2762/+9
| | | | | | | | | * cpu/hppa1.1/.cvsignore, cpu/hppa1.1/ChangeLog, cpu/hppa1.1/Makefile.am, cpu/hppa1.1/configure.ac, cpu/hppa1.1/cpu.c, cpu/hppa1.1/cpu_asm.S, cpu/hppa1.1/rtems/.cvsignore, cpu/hppa1.1/rtems/score/.cvsignore, cpu/hppa1.1/rtems/score/cpu.h, cpu/hppa1.1/rtems/score/cpu_asm.h, cpu/hppa1.1/rtems/score/hppa.h, cpu/hppa1.1/rtems/score/types.h: Removed.
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-262-316/+89
| | | | | * nt.t: Significant update of Windows information. Hopefully this is now more useful.
* 2003-09-26 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2003-09-262-1/+8
| | | | | | | PR 496/bsps * startup/Makefile.am: Use PowerPC shared sbrk() implementation which is used when initial heap size is limited to first 32 MB of RAM to satisfy boot loader requirements.
* 2003-09-26 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2003-09-263-2/+93
| | | | | | | | | | | | | | | | | | | | | PR 496/bsps * startup/sbrk.c: New file. * startup/bspstart.c: This patch implements 'sbrk' for the powerpc-shared BSP to work around what's known as the '32Mb problem' in combination with run-time loaded code. GCC normally generates (PowerPC) code doing 'short jumps' which requires all text segments being in the same 32Mb area of memory. However, some run-time loaders use (e.g. heap-) memory violating the stated limitation on hardware with more than 32Mb of memory. (NOTE: portable loaders are probably not even aware of this GCC/CPU specific problem.) This patch implements a simple workaround: At boot time, the system is only provided with 32Mb of memory. The user is supposed to load all necessary modules prior to that limit being exhausted. Once that happens, newlib/malloc end up trying to 'sbrk()' for more memory and the implementation provided by this patch will then make the rest of the physical memory available.
* 2003-09-26 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-09-262-0/+25
| | | | | | | PR 497/bsps * BOOTING: Document letting the bootloader shut down the network interface since it continues to run after loading RTEMS application and has to be dealt with.
* 2003-09-26 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2003-09-262-12/+46
| | | | | | | | PR 497/bsps * bootloader/head.S: Let the bootloader shut down the network interface. NOTE: this involves a PPCBug system call and will hence fail if other software is used to boot. Need to #undef USE_PPCBUG in such cases!
* 2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2003-09-262-19/+55
| | | | | | | | | | | PR 499/rtems_misc * serial/mc68681.c: Miscellaneous corrections: - Correction of ACR_BIT[7] (Baudrate table) Configuration - Correction of Parity Bit Configuration (Odd was forced) - Correction of Stop Bit configuration (inversed) - Correction of ISR Handler to call rtems_termios_dequeue_character() only if is a Tx Empty IRQ. - Add RTS CTS Hardware flow control Configuration
* 2003-09-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2003-09-269-67/+82
| | | | | | | | PR 495/rtems_misc * capture/capture-cli.c, monitor/mon-command.c, monitor/mon-config.c, monitor/mon-monitor.c, monitor/mon-object.c, monitor/mon-symbols.c, monitor/monitor.h, shell/cmds.c: Move to making libmisc 16/32 bit clean.
* 2003-09-26 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2003-09-262-0/+8
| | | | | | | PR 498/rtems * src/printk.c: RTEMS printk() does not support the %i format which is used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I as an alias for %d/%D.
* 2003-09-26 Cedric Aubert <cedric_aubert@yahoo.fr>Joel Sherrill2003-09-262-13/+32
| | | | | | | | | PR 501/rtems_misc * console.c: console_open disables ICANON on non-console port, which should be ok for the first open but not for subsequent ones. If you open one serial port, you will configure it, when you reopen it you will lost the ICANON parameters if you had put it. Should be done by console only at first open.
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-262-2/+7
| | | | | PR 492/filesystem * src/dosfs/fat_file.c: Fix inconsistent types in va_args call.
* 2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-246-25/+12
| | | | * bsp_specs: Remove *lib:.
* 2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-244-30/+28
| | | | | | | * Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Remove. * configure.ac: Reflect having removed include/Makefile.am and librpc/include/Makefile.am.
* 2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-242-2/+6
| | | | * autotools/automake-rtems.spec.in: Automake-1.7.7.
* 2003-09-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-243-32/+41
| | | | | * Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Remove.
* *** empty log message ***Ralf Corsepius2003-09-221-1/+1
|
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-225-18/+22
| | | | | | | | | | | * monitor/monitor.h: Add rtems_monitor_commands[] (Illegally applied by shell/). Remove ifdef(__mips64) (Make broken code visible again). * monitor/mon-command.c: Add several ifndef RTEMS_UNIX to avoid warnings. * monitor/mon-monitor.c: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES (Make broken code visible again). * shell/cmds.c: Remove local decls of rtems_monitor_commands[].
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-222-11/+10
| | | | | * images/ChangeLog: Removed. * ChangeLog: Merge images/ChangeLog.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-222-16/+18
| | | | | * common/ChangeLog: Removed. * ChangeLog: Merge common/ChangeLog.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-222-0/+6
| | | | * common/.cvsignore: Add rtems.texi, rtems.sed.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-224-4/+10
| | | | * Makefile.am: Merger from rtems-4-6-branch.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-222-2/+5
| | | | * configure.ac: Merger from rtems-4-6-branch.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-226-6/+15
| | | | * Makefile.am: Merger from rtems-4-6-branch.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-2210-10/+25
| | | | * Makefile.am: Merger from rtems-4-6-branch.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-2240-41/+108
| | | | * Makefile.am: Merger from rtems-4-6-branch.
* 2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-226-18/+77
| | | | | | | | | * Makefile.am: Merger from rtems-4-6-branch. * configure.ac: Merger from rtems-4-6-branch. Purge hppa1.1. * index.html.in: Purge hppa1.1. * project.am: Merger from rtems-4-6-branch. * rtems_support.html.in: Purge hppa1.1.
* 2003-09-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-09-203-2/+6
| | | | | * supplement.am: Add -I $(top_builddir) TEXI2WWW_ARGS. * Makefile.am: Purge hppa1.1.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-1911-39/+42
| | | | | | | * HELP.html, index.html.in, rtems_footer.html.in, rtems_header.html.in, rtems_support.html.in, ada_user/ada_user.texi: Merge from branch. * acinclude.m4, images/rtems_logo.jpg: New files. * SUPPORT, tools/texi2www/archive/texi2www-960103.tgz: Removed.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-196-23/+60
| | | | * FAQ.texi, basic.t, build45.t, entry, tools.t: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-196-20/+21
| | | | | * analog.t, bsp_howto.texi, discrete.t, nvmem.t, target.t: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-194-14/+26
| | | | | * cpright.texi, setup.texi: Merge from branch. * rtems.texi.in: New file.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * develenv.texi, direct.t, sample.t, utils.t: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * filesystem.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-196-13/+18
| | | | | * gnu_footer.html, gnu_header.html, index.html, refcard.html, rtems_tools_index.html: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+6
| | | | * itron.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * networking.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * porting.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * new_chapters.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-194-10/+15
| | | | * ch07.t, posix1003_1.texi, preface.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * posix_users.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-195-99/+19
| | | | | * install.texi, intro.texi, relnotes.texi, status.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * rgdb_specs.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * rtems_gdb.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-1910-138/+230
| | | | | | * .cvsignore, binaries.t, buildc.t, buildrt.t, intro.t, nextstep.t, nt.t, started.texi: Merge from branch. * tversions.texi.in: New file.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-194-18/+13
| | | | * intro.t, started_ada.texi, tversions.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * arm.texi: Merge from branch.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-192-0/+5
| | | | * c4x.texi: Merge from branch.