summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-2320-80/+81
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* m68k/mrm332: Fix warningsJoel Sherrill2014-10-201-8/+5
|
* m68k/mcf5329: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/mcf5235: Fix warningsJoel Sherrill2014-10-201-0/+5
|
* m68k/mcf5225x: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/mcf52235: Fix warningsJoel Sherrill2014-10-202-0/+6
|
* m68k/idp: Fix warningsJoel Sherrill2014-10-201-0/+1
|
* m68k/gen68360: Fix warningsJoel Sherrill2014-10-202-3/+13
|
* m68k/csb360: Fix warningsJoel Sherrill2014-10-203-70/+69
|
* m68k/av5282: Fix warningJoel Sherrill2014-10-193-49/+58
|
* m68k/mrm332: Move include of <rtems/m68k/sim.h>Joel Sherrill2014-10-192-1/+1
| | | | | | This file defines at least the POW() macro which pollutes the public name space and causes warnings in at least the paranoia sample application.
* m68k/mcf5329/startup/init5329.c: Fix warningJoel Sherrill2014-10-191-2/+1
|
* m68k/mcf52235/startup/init52235.c: Fix warningJoel Sherrill2014-10-191-2/+1
|
* gen68302/console: Fix warningsJoel Sherrill2014-10-191-79/+26
|
* m68k/mrm332/console/sci.c: Fix missing variable error introduced by earlier ↵Joel Sherrill2014-10-191-3/+0
| | | | patch
* mcf5206 libcpu and mcf5206elite: Fix warningsJoel Sherrill2014-10-195-481/+463
|
* m68k/mvme147: Fix warningsJoel Sherrill2014-10-193-64/+17
|
* m68k/mvme167: Fix warningsJoel Sherrill2014-10-192-10/+26
|
* m68k/shared and sim68000: Fix warningsJoel Sherrill2014-10-195-32/+29
|
* m68k/mvme162: Fix warningsJoel Sherrill2014-10-199-947/+918
|
* mcf5282: Move cache to libcpu and update av5282 and uC5282 BSPsJoel Sherrill2014-10-164-214/+36
|
* m68k/gen68340: Fix warningsJoel Sherrill2014-10-166-591/+544
|
* Move CPU cache support from mcf5225x BSP to libcpuJoel Sherrill2014-10-162-24/+1
|
* 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