summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Nearly everything that can be is now automatically generated.Joel Sherrill1998-10-1918-1183/+92
|
* All files as automatically generated as possible.Joel Sherrill1998-10-197-218/+18
|
* Renamed.Joel Sherrill1998-10-191-0/+0
|
* New file.Joel Sherrill1998-10-191-0/+86
|
* Removed.Joel Sherrill1998-10-192-241/+0
|
* More automatically generated. Many files renamed behind the scenes.Joel Sherrill1998-10-1910-872/+45
|
* Makefiles in much better shape even though not all files have automaticallyJoel Sherrill1998-10-1922-102/+223
| | | | generated menus yet.
* Timing Chapter is now shared and menu structure generated.Joel Sherrill1998-10-194-32/+47
| | | | Cpumodel.texi is now generated.
* Renamed so the menu structure can be built on the fly.Joel Sherrill1998-10-191-65/+2
|
* Now completed generated with build menu.Joel Sherrill1998-10-192-37/+51
|
* New fileJoel Sherrill1998-10-191-0/+108
|
* Worksheets now generated from a common file and the node info structureJoel Sherrill1998-10-198-85/+194
| | | | is generated automatically.
* Added chapter.Joel Sherrill1998-10-193-6/+123
|
* Added chapter.Joel Sherrill1998-10-192-2/+95
|
* Added chapter.Joel Sherrill1998-10-193-3/+40
|
* Added chapter.Joel Sherrill1998-10-194-5/+246
|
* Added chapter.Joel Sherrill1998-10-192-6/+263
|
* Added.Joel Sherrill1998-10-193-3/+100
|
* Added 2 chaptersJoel Sherrill1998-10-194-0/+338
|
* Changed reference to KA9Q driver.Joel Sherrill1998-10-151-51/+27
| | | | Cleaned up description of the make/custom file.
* Cleaned up where Geoffroy had this in 2-column format.Joel Sherrill1998-10-151-14/+33
|
* Added more to the list of chapters.Joel Sherrill1998-10-151-9/+30
|
* Redid sections to have right depth.Joel Sherrill1998-10-153-41/+40
|
* Removed bsp structure as chapter and renamed some other chapters.Joel Sherrill1998-10-151-4/+2
|
* Removed bspstruct.t.Joel Sherrill1998-10-151-11/+7
| | | | Commented lines which installed files.
* Cleaned up bad line wrap which was only a long sequence of ???Joel Sherrill1998-10-151-1/+1
|
* Merged bsp structure into target dependent files chapter.Joel Sherrill1998-10-152-48/+64
|
* changed version to 4.0.0-beta4aJoel Sherrill1998-10-153-3/+3
|
* Removed unnecessary settings.Joel Sherrill1998-10-151-6/+0
|
* Updated for the i386ex and deprecated BSPs.Joel Sherrill1998-10-151-5/+8
|
* Added bare bsp, mini-glue layer for POSIX port, and bare bsp information.Joel Sherrill1998-10-151-0/+14
|
* Added pre_install_src as a dependency to debug and profile per Ralf Corsepius'Joel Sherrill1998-10-151-2/+2
| | | | recommendation.
* Regenerated.Joel Sherrill1998-10-150-0/+0
|
* Patch from Thomas Doerfler <td@imd.m.isar.de> to include theJoel Sherrill1998-10-151-1/+2
| | | | ppc403 interrupt control libcpu component.
* Uncommented the conditional stuff for "good gas 16 bit code".Joel Sherrill1998-10-151-2/+2
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-10-1440-216/+2921
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Rtems contains some perl scripts that use hard-coded paths to /usr/bin/perl or /usr/local/bin/perl I have already fixed these problems by adding some checks to configure.in. While doing this, I also cleaned up some more autoconf related problems for generating shell scripts. This patch might seem a bit scary to you, but I am quite confident it won't break something (I've been testing it for almost a week now, however it might introduce typos for a limited number configurations I don't have access to - But it shouldn't be a problem for you to test them :-). I expect to get this finished tonight, hence you will very likely have the patch when you get up tomorrow. Changes: * Check for PERL and disable all PERL scripts if perl wasn't found. * Generate all KSHELL-scripts with autoconf instead of make-script * Automatic dependency handling for autoconf generated KSHELL or PERL scripts (make/rtems.cfg) Notes: * this patch contains new files and deletes some other files. * The patch is relative to rtems-4.0.0-beta4 with my previous rtems-rc-981014-1.diff patch applied. Testing: I tested it with sh-rtems and posix under linux. Now all targets which are touched by this patch and which are not used while building for sh-rtems and posix still need to be tested. AFAIS, only the sparc/erc32 BSP should be affected by this criterion. And if you like to, you should also consider testing it on a Cygwin32 and a Solaris host for one arbitrary BSP.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-10-143-48/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. "make profile" doesn't work. It aborts when building host-tools for embedded targets. I didn't yet have enough time to fix this problem. AFAIS this problem is related to handling of LDFLAGS_PROFILE[|_V] in gcc.cfg.in. For host applications, we use gcc for linking host applications, too. With profiling enabled CFLAGS_PROFILE_V contains -pg and is used to compile, but LDFLAGS_PROFILE_V is empty, hence -pg will not be passed to the linker causing gcc to fail to link, because it can't resolve some symbols introduced by compiling with -pg. I am not sure if I can provide a patch for this - Ether it is trivial to fix or requires basic work on host configuration ;- Fixing this one was trivial - But hard to trace. LDFLAGS_PROFILE_V needs to contain the same flags as CFLAGS_PROFILE_V, if gcc is used for linking (What else should have been expected ?, :-). The same problem was present for *_DEBUG_V, but apparently wasn't noticed by anybody, because things didn't break, but were silently ignored. I fixed these problems by setting these flags in configure.in whenever gcc is reported to be the host-compiler. For non-gcc host compilers "make debug" and "make profile" now becomes the same as an ordinary "make". This is a hack and addressing this problen could be more sophisticated, but I don't think it gives much sense to support compile variants for any host program (Who will ever try to profile/debug host tools?). Therefore I don't think it's useful to invest more effort into this problem.
* Updated.Joel Sherrill1998-10-141-3/+3
|
* Added rest of opendir family and made it compile.Joel Sherrill1998-10-134-5/+51
|
* New files.Joel Sherrill1998-10-1315-0/+984
|
* Added missing BSPs.Joel Sherrill1998-10-131-4/+5
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct minorJoel Sherrill1998-10-134-10/+6
| | | | cosmetic things.
* Modified to avoid building certain files under UNIX.Joel Sherrill1998-10-131-3/+11
|
* New fileJoel Sherrill1998-10-121-0/+85
|
* Added idle_task_stack_size field to CPU Table.Joel Sherrill1998-10-1211-0/+66
|
* Added message to "return -1 and set errno".Joel Sherrill1998-10-121-5/+11
|
* Fixed typo.Joel Sherrill1998-10-121-1/+1
|
* Updated to reflect MG-10 IMFS effort.Joel Sherrill1998-10-122-51/+51
|
* Added some fields and changed last KA9Q reference to FreeBSD.Joel Sherrill1998-10-121-1/+12
|
* Changed section numbers.Joel Sherrill1998-10-1211-93/+86
|