summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mips/csb350/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-0/+2
|
* arm/smdk2410/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-0/+1
|
* arm/rtl22xx/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-0/+1
|
* arm/gumstix/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-3/+1
|
* arm/gp32/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-0/+1
|
* arm/gba/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-1/+1
|
* arm/edb7312/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-0/+1
|
* arm/csb337/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-0/+1
|
* powerpc bootloader: Remove warningsJoel Sherrill2014-10-137-29/+57
| | | | | This code is shared by multiple PowerPC BSPs including all motorola_powerpc variants.
* Remove libcpu/mips/clock - unused codeJoel Sherrill2014-10-135-255/+1
| | | | | | | | | This code was only referenced for r46xx CPU models. There are no BSPs currently in the tree with this CPU model. The r46xx was the original target for the MIPS port and it is likely that the code has not been used on actual hardware in many years. All MIPS BSPs successfully built after this was removed.
* mips/clock/ckinit.c: Clean up (may be unused)Joel Sherrill2014-10-131-46/+15
|
* powerpc/score603e/irq/irq_init.c: Clean upJoel Sherrill2014-10-131-7/+30
|
* libcpu/powerpc/mpc6xx/timer/timer.c: Fix warningsJoel Sherrill2014-10-131-12/+3
|
* libbsp/shared/vmeUniverse: Fix warningsJoel Sherrill2014-10-133-3/+9
|
* libbsp/powerpc/shared: Fix warningsJoel Sherrill2014-10-134-18/+33
|
* powerpc/ep1a: Fix warningsJoel Sherrill2014-10-136-144/+106
|
* bsps/arm: Move abort stackSebastian Huber2014-10-131-4/+4
| | | | | Move abort stack above the other exception stacks to use them just in case.
* arm/nds: Warning clean upJoel Sherrill2014-10-1033-132/+178
| | | | | | This patch eliminates most of the warnings in this BSP but attempts very little clean up. This BSP includes copies of a lot of code from free NDS libraries and modifications should be kept to a minimum.
* powerpc/ep1a: Remove if 0 sectionsJoel Sherrill2014-10-106-405/+2
| | | | | | | | | | | | | There may be useful nuggets for debug and alternate configurations in this code. There may be methods directly called by the application which are beyond normal APIs. We have no way of knowing this based on the comments in these files. There were no public prototypes so the routines and code in question should have be unused private methods. These will always be in the source code control system as a deletion. If some of the code is needed, justify it and provide a patch to restore it along with a prototype in a public place if needed and a better name.
* powerpc/ep1a: Fix multiple warningsJoel Sherrill2014-10-108-122/+139
|
* i386/pc386: Eliminate multiple warningsJoel Sherrill2014-10-1010-79/+122
|
* gumstix/include/bsp.h: Do not include libchip/serial to avoid conflicts when ↵Joel Sherrill2014-10-101-1/+6
| | | | building libchip/rtc
* csb337/include/bsp.h: Do not include libchip/serial to avoid conflicts when ↵Joel Sherrill2014-10-101-1/+6
| | | | building libchip/rtc
* libchip/rtc/mc146818a.c: Compiles again and clean upJoel Sherrill2014-10-101-6/+14
|
* Add console-polled.h and update all BSPs that should use it.Joel Sherrill2014-10-1044-36/+179
| | | | | | | | | | | 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.
* Move Mongoose-V specific devices into BSP.Joel Sherrill2014-10-1015-45/+85
| | | | | Putting the duart in libcpu was very optimistic and presumptuous. It has never been used again on another SoC and is BSP specific.
* arm: Fix warningSebastian Huber2014-10-106-17/+6
|
* bsp/stm32f4: Fix warningSebastian Huber2014-10-101-2/+0
|
* bsp/lpc32xx: Fix warningSebastian Huber2014-10-101-1/+1
|
* bsp/lpc24xx: Fix warningsSebastian Huber2014-10-102-6/+9
|
* bsp/mpc55xxevb: Fix warningsSebastian Huber2014-10-101-5/+5
|
* bsp/gen5200: Fix warningsSebastian Huber2014-10-1015-58/+67
|
* bsps/powerpc: Fix warningSebastian Huber2014-10-101-3/+3
|
* Eliminate use of /*PAGE and clean up formattingJoel Sherrill2014-10-099-135/+52
|
* libchip/rtc/mc146818a*: Fix prototypes to use uintptr_t and fix set but ↵Joel Sherrill2014-10-092-11/+17
| | | | unused warning
* libbsp/powerpc/shared/tod/todcfg.c: Fix method prototype to eliminate warningJoel Sherrill2014-10-091-7/+7
|
* gen5200/startup/cpuinit.c: Warning for function which should have been voidJoel Sherrill2014-10-091-1/+1
|
* sparc64/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-15/+6
| | | | warning and clean up
* sh/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning ↵Joel Sherrill2014-10-091-5/+5
| | | | and clean up
* powerpc/ss555/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-7/+6
| | | | warning and clean up
* powerpc/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-5/+5
| | | | warning and clean up
* powerpc/score603e/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-7/+6
| | | | warning and clean up
* powerpc/mvme5500/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-11/+5
| | | | warning and clean up
* powerpc/mvme3100/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-5/+5
| | | | warning and clean up
* powerpc/mbc8260ads/startup/bspstart.c: Add include of <bsp/bootcard.h> to ↵Joel Sherrill2014-10-091-8/+6
| | | | fix warning and clean up
* powerpc/mbx8xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-7/+6
| | | | warning and clean up
* powerpc/haleakala/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-17/+6
| | | | warning and clean up
* powerpc/ep1a/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-5/+5
| | | | warning and clean up
* powerpc/beatnik/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-5/+5
| | | | warning and clean up
* m68k/uC5282/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ↵Joel Sherrill2014-10-091-12/+5
| | | | warning and clean up