summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsps/arm: Move abort stackSebastian Huber2014-10-131-4/+4
* arm/nds: Warning clean upJoel Sherrill2014-10-1033-132/+178
* powerpc/ep1a: Remove if 0 sectionsJoel Sherrill2014-10-106-405/+2
* 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
* csb337/include/bsp.h: Do not include libchip/serial to avoid conflicts when b...Joel Sherrill2014-10-101-1/+6
* 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
* Move Mongoose-V specific devices into BSP.Joel Sherrill2014-10-1015-45/+85
* 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 unuse...Joel Sherrill2014-10-092-11/+17
* 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 war...Joel Sherrill2014-10-091-15/+6
* sh/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning ...Joel Sherrill2014-10-091-5/+5
* powerpc/ss555/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warn...Joel Sherrill2014-10-091-7/+6
* powerpc/shared/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix war...Joel Sherrill2014-10-091-5/+5
* powerpc/score603e/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ...Joel Sherrill2014-10-091-7/+6
* powerpc/mvme5500/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix w...Joel Sherrill2014-10-091-11/+5
* powerpc/mvme3100/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix w...Joel Sherrill2014-10-091-5/+5
* powerpc/mbc8260ads/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix...Joel Sherrill2014-10-091-8/+6
* powerpc/mbx8xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix war...Joel Sherrill2014-10-091-7/+6
* powerpc/haleakala/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix ...Joel Sherrill2014-10-091-17/+6
* powerpc/ep1a/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni...Joel Sherrill2014-10-091-5/+5
* powerpc/beatnik/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix wa...Joel Sherrill2014-10-091-5/+5
* m68k/uC5282/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warnin...Joel Sherrill2014-10-091-12/+5
* m68k/mvme162/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni...Joel Sherrill2014-10-091-5/+5
* m68k/mvme147s/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warn...Joel Sherrill2014-10-091-10/+5
* m68k/mvme147/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni...Joel Sherrill2014-10-091-13/+6
* m68k/mvme136/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni...Joel Sherrill2014-10-091-10/+5
* m68k/mcf5329/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni...Joel Sherrill2014-10-091-12/+5
* m68k/mcf5235/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni...Joel Sherrill2014-10-091-0/+5
* m68k/mcf5225x/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warn...Joel Sherrill2014-10-091-12/+5
* m68k/idp/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning a...Joel Sherrill2014-10-091-10/+5
* m68k/av5282/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warnin...Joel Sherrill2014-10-091-12/+5
* bfin/eZKit533/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warn...Joel Sherrill2014-10-091-12/+5
* bfin/bf537Stamp/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix wa...Joel Sherrill2014-10-091-10/+5
* arm/gba/startup/bspgetworkarea.c: Fix warningJoel Sherrill2014-10-091-2/+2
* bfin/TLL6527M/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warn...Joel Sherrill2014-10-091-11/+5
* arm/shared/abort/abort.c: Fix warnings and clean upJoel Sherrill2014-10-091-17/+28
* arm/lpc24xx/misc/system-clocks.c: Fix warningJoel Sherrill2014-10-091-1/+1
* arm/lm3s69xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warningJoel Sherrill2014-10-091-0/+5