summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-24bsps/m68k: Remove unused filesSebastian Huber2-109/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-23bsps: Move GDB stubs to bspsSebastian Huber2-1489/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move startup files to bspsSebastian Huber1-326/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move start files to bspsSebastian Huber1-147/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-04-20bsps: Move doxygen.h files to bspsSebastian Huber1-15/+0
This patch is a part of the BSP source reorganization. Update #3285.
2018-03-07bsps/m68k: Fix entry point in linkcmds.baseSebastian Huber1-1/+1
Updates #3520.
2018-01-25Remove make preinstallChris Johns2-358/+0
A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
2017-12-20genmcf548x, mvme147, mvme147s, mvme162, mvme167: Simplify bsp_specsJoel Sherrill1-0/+1
These BSPs used shared/startup/linkcmds.base and had to be modified as a set. Updates #3520.
2017-01-16powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwsetJoel Sherrill1-0/+2
2016-09-23bsps/m68k: Fix linker command fileSebastian Huber1-1/+1
Prevent garbage collection of interrupt vector table.
2016-01-25m68k/mvme*: switch to shared linkcmds.baseJoel Sherrill1-2/+9
updates #2542.
2014-10-19m68k/shared and sim68000: Fix warningsJoel Sherrill2-20/+11
2014-10-19m68k/mvme162: Fix warningsJoel Sherrill1-3/+3
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber1-1/+3
The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns6-6/+6
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber1-0/+8
2013-12-26libbsp/m68k: Add doxygen to m68k shared files.Szkocsovszki Zsolt3-4/+45
2013-12-16bsps/m68k: Add and use linkcmds.baseSebastian Huber2-0/+397
2013-12-03m68k: refactored shared/start.S to shared/start/start.SDaniel Ramirez1-0/+0
2013-09-16m68k/shared/start.S: Fix spacingJoel Sherrill1-1/+1
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-29/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill5-10/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-04-16m68k: use shared setvec.cGedare Bloom1-37/+0
2012-04-16m68k: replace m68k_isr with rtems_isrGedare Bloom1-2/+2
2011-07-122011-07-12 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2-9/+6
* shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR after RTC replaced.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-29/+29
* shared/gdbstub/m68k-stub.c: Use "__asm__" instead of "asm" for improved c99-compliance.
2009-11-29Whitespace removal.Ralf Corsepius1-1/+1
2009-04-282009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns1-7/+2
* shared/start/start.S: Update for boot_card command line change.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-44/+0
* shared/m68kbspgetworkarea.c: Removed.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-68/+2
* shared/m68kbspgetworkarea.c: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h. * shared/m68kpretaskinghook.c: Removed.
2008-09-06Convert to "bool".Ralf Corsepius1-2/+2
2008-08-192008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-5/+8
* shared/m68kbspgetworkarea.c: Move extern of global symbols from linkcmds outside function.
2008-08-19Add missing prototypes.Ralf Corsepius1-1/+1
2008-07-24Changed bsp_get_workarea() to bsp_get_work_area() andThomas Doerfler1-8/+11
added support for an optional separate heap area.
2008-06-112008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns2-1/+5
* shared/m68kbspgetworkarea.c: Fix extern type to RamSize. * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if the BSP is handling it. * acinclude.m4: Add the mcf52235 BSP.
2008-05-152008-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-5/+38
* shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP Initialization Framework to ask the BSP where it has memory for the RTEMS Workspace and C Program Heap. These collectively are referred to as work area. If the BSP supports this, then it does not have to include code to split the available memory between the two areas. This reduces the amount of code in the BSP specific bspstart.c file. Additionally, the shared framework can dirty the work area memory. Until most/all BSPs support this new capability, if the BSP supports this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When the transition is complete, this autoconf macro can be removed. * shared/m68kbspgetworkarea.c: New file.
2007-12-112007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+1
* shared/m68kpretaskinghook.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
2006-03-17Remove eof include fileRalf Corsepius1-1/+0
2005-10-17Remove.Ralf Corsepius3-94/+0
2005-02-122005-02-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+8
* m68kpretaskinghook.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
2005-01-312005-01-28 Eric Norum <norume@aps.anl.gov>Joel Sherrill1-0/+4
* m68kpretaskinghook.c: Work around agressive optimizing compilers.
2005-01-28New BSP for Arcturus uCDIMM ColdFire 5282.Eric Norum1-7/+11
2004-04-21Remove duplicate white lines.Ralf Corsepius4-23/+0
2004-04-21Remove stray white spaces.Ralf Corsepius7-161/+161
2004-04-15Remove stray white spaces.Ralf Corsepius3-4/+0
2004-04-02 * start.S: Include <rtems/asm.h> instead of <asm.h>.Ralf Corsepius2-1/+5
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-1/+5
* bspspuriousinit.c: Convert to using c99 fixed size types.
2004-03-312004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2-4/+8
* m68k-stub.c: Convert to using c99 fixed size types.
2004-03-052004-03-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+9
PR 505/bsps * setvec.c: Rework to remove punned pointer warning generated by gcc 3.3 and newer.
2004-01-28Remove .cvsignoreRalf Corsepius1-2/+0