summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-08-15 Kolja Waschk <kawk@telos.de>Joel Sherrill2006-08-1515-115/+1283
| | | | | | | | | | | | | | * linkcmds.c, linkcmds.h, memory.c, memory.h, sample.ptf: New files. * bridges.c: corrected detection of bridged connections * clocks.c: removed a printf * linkcmds.[ch] new files, added output of linker script * Makefile.am: added new files * memory.[ch]: new files, detection of memory in SOPC configuration * nios2gen.c: updated command line parsing and output control * output.[ch]: improved output of BSP header file * ptf.[ch]: added ptf_dump_ptf_item and small fixes * sample.ptf: new file, sample configuration for nios2gen * README: updated
* 2006-08-10 Joel Sherrill <joel@oarcorp.com>Joel Sherrill2006-08-102-3/+37
| | | | | | | | * nios2gen.c: Added some very basic support for --help and --version options along with output that is roughly in GNU format. This is required by help2man. help2man expects this all to be written to stdout instead of stderr so this was changed as well. * ChangeLog: New file.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-0917-0/+1837
| | | | | | | | * configure.ac: New port to Altera NIOS II. * nios2/.cvsignore, nios2/Makefile.am, nios2/README, nios2/bridges.c, nios2/bridges.h, nios2/clocks.c, nios2/clocks.h, nios2/configure.ac, nios2/devices.c, nios2/devices.h, nios2/nios2gen.c, nios2/output.c, nios2/output.h, nios2/ptf.c, nios2/ptf.h: New files.
* 2006-07-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-133-0/+29
| | | | | * doxy-filter: New. * Makefile.am: Add doxy-filter.
* Remove.Ralf Corsepius2006-07-111-275/+0
|
* 2006-07-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-07-113-7/+10
| | | | | | * ampolish3.in: Remove. * Makefile.am: Remove ampolish3. * configure.ac: Remove ampolish3, perl.
* 2006-01-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-312-1/+6
| | | | * shgen.c: include <stdlib.h>.
* 2006-10-14 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-142-2/+7
| | | | | * ampolish3.in: Check Makefile.am for SUBDIRS. Add all-am: for PREINSTALL_FILES.
* 2006-10-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-122-10/+24
| | | | | | * ampolish3.in: Add all: for PREINSTALL_FILES. Add all-local for TMPINSTALL_FILES. Misc bug fixes.
* 2006-10-12 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-122-3/+26
| | | | | * ampolish3.in: Check if Makefile.am already contains CLEANFILES or DISTCLEANFILES.
* 2006-10-10 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-102-100/+110
| | | | * ampolish3.im: Update.
* 2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-252-2/+6
| | | | * ampolish3.in: Sync with private bleeding-edge .
* 2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-242-2/+6
| | | | * ampolish3.in: Use @PERL@, partial update from local sources.
* Fix typoRalf Corsepius2005-10-241-1/+1
|
* Fix typoRalf Corsepius2005-10-241-1/+1
|
* 2005-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-243-4/+12
| | | | | | * configure.ac: Add ampolish3. * Makefile.am: Add ampolish3. * ampolish3.in: New.
* New.Ralf Corsepius2005-10-241-0/+243
|
* Fix typo in previous change.Ralf Corsepius2004-09-244-4/+4
|
* 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-09-248-4/+20
| | | | * configure.ac: Require automake > 1.9.
* 2004-09-24 Ralf Corsepius <ralf_corsepiu@rtems.org>Ralf Corsepius2004-09-242-1/+7
| | | | * configure.ac: Remove RTEMS_CPU_SUBDIRS.
* Remove stray white spaces.Ralf Corsepius2004-04-205-35/+35
|
* Remove stray white spaces.Ralf Corsepius2004-04-151-1/+0
|
* Unused.Ralf Corsepius2004-03-091-2/+0
|
* 2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-202-0/+6
| | | | | * Makefile.am: Add EXTRA_DIST = search-id.sh multigen cvsignore-add.sh.
* 2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-042-1/+5
| | | | * Makefile.am: DIST_SUBDIRS = @subdirs@.
* 2004-01-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-062-1/+5
| | | | * Makefile.am: Let shgen.1 depend on shgen$(EXEEXT).
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-128-8/+24
| | | | * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-122-0/+5
| | | | * Makefile.am: Cosmetics.
* 2003-09-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-262-1/+5
| | | | * Makefile.am: Obsoleting HP PA-RISC port.
* 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-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-042-2/+6
| | | | * genoffsets.c: URL for license changed.
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-042-1/+5
| | | | * size_rtems.in: URL for license changed.
* 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-1110-5/+25
| | | | * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-2513-2581/+0
|
* Merger from rtems-4-6-branch.Ralf Corsepius2003-03-1112-7/+35
|
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-1112-6/+30
| | | | * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
* 2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-02-1112-6/+30
| | | | * configure.ac: AC_PREREQ(2.57).
* 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-10-2112-18/+54
| | | | | | * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
* 2002-10-02 Chris Johns <cjohns@cybertec.com.au>Joel Sherrill2002-10-043-1/+31
| | | | | * cvsignore-add.sh: Script to append a specific file to all .cvsignore files if the files exists is a specific directory.
* 2002-06-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-272-0/+6
| | | | * Makefile.am: genoffsets must be built before the executive.
* 2002-06-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-271-1/+1
| | | | * tools/Makefile.am: Build the cpu dependent tools as well.
* 2002-05-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-017-103/+6
| | | | | * lock-directory.in, unlock-directory.in: Removed. * Makefile.am, README, .cvsignore: Updated to reflect above.
* 2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-036-3/+12
| | | | * configure.ac: Remove AC_EXEEXT (obsolete).
* 2001-04-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-032-0/+348
| | | | * sh/COPYING: Readded. Deleting this violated GPL on shgen.
* 2001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-022-19/+4
| | | | * sh/COPYING: Deleted.
* 2001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-022-1/+6
| | | | | * sh/Makefile.am: Use "./shgen" not "shgen" so current directory does not have to be in the PATH.
* 2001-04-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-04-022-1/+5
| | | | * Makefile.am: Remove unix from DIST_SUBDIRS.
* 2001-03-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-03-296-192/+6
| | | | | | * Per PR150, unix directory and contents removed. * unix/, unix/ChangeLog, unix/Makefile.am, unix/configure.ac, unix/gensize.c: Deleted.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-2821-21/+63
| | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS.