summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* m68k/ods68302: Fix warningsJoel Sherrill2014-10-168-84/+67
|
* m68k/idp: Fix warningsJoel Sherrill2014-10-163-61/+12
|
* m68k/mcf5225x: Fix warningsJoel Sherrill2014-10-132-2/+2
|
* m68k/mrm332/clock/ckinit.c: Remove clock major/minor and clean upJoel Sherrill2014-10-131-31/+10
|
* sim68000/clock/clockdrv.c: Fix warningsJoel Sherrill2014-10-131-3/+3
|
* ods68302/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-25/+7
|
* mvme167/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-69/+7
|
* mvme162/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-23/+6
|
* mvme147/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-24/+6
|
* idp/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-38/+20
|
* gen68340/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-84/+41
|
* gen68302/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-25/+7
|
* m68k/uC5282: Fix warningsJoel Sherrill2014-10-134-51/+27
|
* m68k/mvme136: Fix warningsJoel Sherrill2014-10-135-90/+25
|
* m68k/uC5282/console/console.c: Eliminate unused debug methodsJoel Sherrill2014-10-131-23/+3
|
* m68k/mcf5329/console/console.c: Eliminate unused debug methodsJoel Sherrill2014-10-131-21/+0
|
* m68k/mcf5235/console/console.c: Eliminate unused debug methodsJoel Sherrill2014-10-131-20/+0
|
* m68k/genmcf548x/console/console.c: Eliminate unused debug methodsJoel Sherrill2014-10-131-23/+0
|
* m68k/av5282/console/console.c: Eliminate unused debug methodsJoel Sherrill2014-10-131-23/+0
|
* Add console-polled.h and update all BSPs that should use it.Joel Sherrill2014-10-103-2/+10
| | | | | | | | | | | The file console-polled.h provides the prototypes for the three required methods when implementing a single port polled console driver. This paradigm is common on simulators and simple hardware. + Updated the BSPs Makefile.am to make console-polled.h available. + Regenerated the BSPs preinstall.sm. + Updated console support files to include <bsp/console-polled.h>. + Updated console support files to make printk() support method static.
* Eliminate use of /*PAGE and clean up formattingJoel Sherrill2014-10-091-22/+6
|
* m68k/uC5282/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-12/+5
| | | | warning and clean up
* m68k/mvme162/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-5/+5
| | | | warning and clean up
* m68k/mvme147s/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-10/+5
| | | | warning and clean up
* m68k/mvme147/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-13/+6
| | | | warning and clean up
* m68k/mvme136/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-10/+5
| | | | warning and clean up
* m68k/mcf5329/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-12/+5
| | | | warning and clean up
* m68k/mcf5235/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-0/+5
| | | | warning and clean up
* m68k/mcf5225x/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-12/+5
| | | | warning and clean up
* m68k/idp/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning ↵Joel Sherrill2014-10-091-10/+5
| | | | and clean up
* m68k/av5282/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-12/+5
| | | | warning and clean up
* bsp/genmcf548x: Fix warningSebastian Huber2014-10-091-1/+0
|
* bsp/genmcf548x: Use inline cache implementationSebastian Huber2014-09-234-95/+133
|
* bsp/genmcf548x: Delete duplicate network configSebastian Huber2014-09-231-7/+0
|
* bsps: Fix build errorSebastian Huber2014-09-184-10/+0
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill2014-09-161-1/+1
| | | | | This rippled into the handful of files that should have been using <rtems/tod.h>.
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-1612-32/+35
| | | | | | | | | | | | | | This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
* mcf5235/.../linkcmds: Use dram region consistently like other variantsJoel Sherrill2014-09-041-4/+4
| | | | | "ram" and "dram" regions were used inconsistently. Most variants used the "dram" memory region so this was changed to be consistent.
* Regenerate all preinstall.am files.Chris Johns2014-08-2920-82/+82
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-2818-106/+106
| | | | | Apparently, at some point automake output changed and these were not updated.
* m68k/gen68360/include/tm27.h: Correct commentJoel Sherrill2014-07-161-2/+1
|
* Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill2014-07-164-0/+28
| | | | | | | The first pass at building these was without networking enabled. This pass addresses that plus accounts for some new BSPs which needed testsuite.tcfg files and BSPs which could not link tests which had been added since the first pass.
* mrm332: Tests now build and fewer warningsJoel Sherrill2014-06-014-12/+10
|
* multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-064-7/+0
|
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-054-0/+59
| | | | | | | | Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.
* mcf52235/configure.ac: Delete junk lineJoel Sherrill2014-04-241-1/+0
|
* sim68000/bsp_specs: Add crtbegin/end, crt[in]Joel Sherrill2014-04-221-2/+5
|
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-2231-31/+93
| | | | | The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
* sim68000/console/conscfg.c: Comment clean upJoel Sherrill2014-04-031-2/+0
|
* m68k/mrm332: changes required to get the mrm332 bsp working again.James Fitzsimons2014-03-2612-890/+296
| | | | | | | | | | | | | | Changed console driver to use interrupts instead of polling. Change to avoid overwriting CPU32Bug interrupt vector when setting up the Sci interrupt handler. Fixed type for boolean flag in bsp.h. Changed mrm332.h to use 25Mhz clock. Fixes to mrm332.cfg to use correct mcpu32 value for RTEMS_CPU_MODEL instead of m68332 which is no longer supported. Added -mcpu=cpu32 to compiler options. Removed broken ROM linker script and replaced broken RAM linker script with working ROM linker script. Removed no longer required file except_vect_332_ROM.S. Enabled 0xbeefbeef magic string in start.S to allow MRM version of CPU32Bug to auto run RTEMS. Removed old code from start.S Changed compiler optimization flag to optimize for size.