summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score603e/cscope.out: Remove file accidentally added.Joel Sherrill2014-10-161-11129/+0
| | | | | Also added cscope.out to .gitignore_global and recommend everyone else do the same.
* powerpc/virtex5/include/bsp.h: Fix warningsJoel Sherrill2014-10-161-0/+5
|
* powerpc/virtex4/include/bsp.h: Fix warningsJoel Sherrill2014-10-161-4/+10
|
* libbsp/powerpc/shared/uboot_getenv.c: Fix warningsJoel Sherrill2014-10-161-2/+9
|
* libbsp/powerpc/shared/startup/zerobss.c: Fix warningsJoel Sherrill2014-10-161-5/+20
|
* powerpc/score603e: Fix warningsJoel Sherrill2014-10-167-110/+11197
|
* mpc8260 libcpu and mpc6260ads BSP: Fix warningsJoel Sherrill2014-10-165-66/+49
|
* mpc8260ads/include/bsp.h: Add prototype to fix warningJoel Sherrill2014-10-161-0/+5
|
* mpc5xx libcpu and ss555 BSP: Fix warningsJoel Sherrill2014-10-165-17/+25
|
* tqm8xx/clock/p_clock.c: Remove unused BSP_get_clock_irq_level() methodJoel Sherrill2014-10-161-9/+0
|
* tqm8xx/startup/bspstart.c: Remove myCpu variables and clean upJoel Sherrill2014-10-161-6/+5
|
* ss555/startup/bspstart.c: Remove myCpu variables and clean upJoel Sherrill2014-10-161-4/+2
|
* shared/startup/bspstart.c: Remove myCpu variables and clean upJoel Sherrill2014-10-161-4/+2
|
* qemuppc/startup/cmain.c: Remove myCpu variables and clean upJoel Sherrill2014-10-161-0/+4
|
* mpc8260ads/startup/bspstart.c: Remove myCpu variables and clean upJoel Sherrill2014-10-161-7/+5
|
* mbx8xx/startup/bspstart.c: Remove myCpu variables and clean upJoel Sherrill2014-10-161-7/+5
|
* ep1a/startup/bspstart.c: Remove myCpu variables and clean upJoel Sherrill2014-10-161-4/+2
|
* virtex5/startup/bspstart.c: Fix headerJoel Sherrill2014-10-161-6/+4
|
* virtex4/startup/bspstart.c: Fix headerJoel Sherrill2014-10-161-7/+4
|
* mvme3100/startup/bspstart.c: Remove myCpu variables and clean upJoel Sherrill2014-10-161-246/+247
|
* powerpc/virtex: Fix unused variable warningsJoel Sherrill2014-10-161-1/+1
|
* powerpc/mbx8xx: Fix unused variable warningsJoel Sherrill2014-10-161-3/+2
|
* powerpc/gen83xx: Fix unused variable warningsJoel Sherrill2014-10-162-2/+6
|
* bsp/qoriq: Fix warningsSebastian Huber2014-10-161-4/+4
|
* powerpc/shared/clock/clock.c: Remove clock major/minor and clean upJoel Sherrill2014-10-131-153/+158
|
* powerpc/virtex5/include/bsp.h: Add prototypes to fix warningsJoel Sherrill2014-10-131-0/+5
|
* powerpc/score603e/include/bsp.h: Add prototypes to fix warningsJoel Sherrill2014-10-131-0/+6
|
* powerpc/psim/include/bsp.h: Add prototypes to fix warningsJoel Sherrill2014-10-131-2/+10
|
* powerpc/shared/clock/p_clock.c: Fix warningsJoel Sherrill2014-10-131-12/+17
|
* powerpc/tqm8xx: Fix warningsJoel Sherrill2014-10-132-30/+27
|
* powerpc/shared/console: Fix warningsJoel Sherrill2014-10-132-24/+15
|
* powerpc/haleakala: Fix warningsJoel Sherrill2014-10-132-11/+16
|
* powerpc/mvme5500: Fix warningsJoel Sherrill2014-10-135-24/+29
|
* powerpc/mvme3100/startup/misc.c: Fix warningsJoel Sherrill2014-10-131-1/+1
|
* powerpc/shared/startup/pretaskinghook.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-2/+5
|
* powerpc/beatnik/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-0/+1
|
* powerpc/mvme5500/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-1/+1
|
* powerpc/motorola_powerpc/startup/bspreset.c: Include <bsp/bootcard.h>Joel Sherrill2014-10-131-1/+2
|
* powerpc bootloader: Remove warningsJoel Sherrill2014-10-137-29/+57
| | | | | This code is shared by multiple PowerPC BSPs including all motorola_powerpc variants.
* powerpc/score603e/irq/irq_init.c: Clean upJoel Sherrill2014-10-131-7/+30
|
* libbsp/powerpc/shared: Fix warningsJoel Sherrill2014-10-134-18/+33
|
* powerpc/ep1a: Fix warningsJoel Sherrill2014-10-136-144/+106
|
* 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
|
* Add console-polled.h and update all BSPs that should use it.Joel Sherrill2014-10-106-4/+18
| | | | | | | | | | | 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.
* bsp/mpc55xxevb: Fix warningsSebastian Huber2014-10-101-5/+5
|
* bsp/gen5200: Fix warningsSebastian Huber2014-10-1013-58/+58
|
* Eliminate use of /*PAGE and clean up formattingJoel Sherrill2014-10-094-26/+16
|
* 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
|