summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* powerpc/shared/flash/intelFlash.c: Eliminate use of deprecated methodJoel Sherrill2015-03-171-1/+1
|
* powerpc/mvme5500/vectors/exceptionhandler.c: Turn off deprecated warningJoel Sherrill2015-03-171-0/+6
| | | | updated #2306.
* powerpc/shared/flash/intelFlash.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
|
* score603e/tod/tod.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
|
* beatnik/network/porting/if_xxx_rtems.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
|
* bsp/mpc55xx: Fix flash settingsSebastian Huber2015-03-171-13/+16
|
* bsp/qoriq: Add register blocks for T variantsSebastian Huber2015-03-171-78/+84
|
* bsp/qoriq: Fix warningSebastian Huber2015-03-171-0/+3
|
* bsp/mbx8xx: Fix warningsSebastian Huber2015-03-161-4/+6
|
* Revert "autoconf changes"Ben Gras2015-03-141-2/+2
| | | | | | This reverts commit dbe85952f9adac28a2dc84473eac24ae2c85e260. Accidentally merged.
* autoconf changesBen Gras2015-03-141-2/+2
|
* powerpc/shared/bootloader/pci.c: Remove warningsJoel Sherrill2015-03-091-2/+2
|
* Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill2015-03-066-0/+6
|
* Temporarily ignore dl* tests on some PowerPC BSPsJoel Sherrill2015-03-069-0/+45
| | | | | | | | Some BSPs have issues linking the dl* tests. These issues have not been investigated. This is a temporary workaround until we have an explanation and permanent solution. updates 2258.
* Always disable networking for h8300Joel Sherrill2015-03-068-0/+8
|
* bsp/qoriq: Fix warningSebastian Huber2015-03-051-2/+1
|
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-0/+5
| | | | Update #2268.
* IMFS: Add fine grained configurationSebastian Huber2015-02-121-1/+0
| | | | | | | | | | | | | | | | | | Remove miniIMFS. Statically initialize the root IMFS. Add configuration options to disable individual features of the root IMFS, e.g. o CONFIGURE_IMFS_DISABLE_CHOWN, o CONFIGURE_IMFS_DISABLE_FCHMOD, o CONFIGURE_IMFS_DISABLE_LINK, o CONFIGURE_IMFS_DISABLE_MKNOD, o CONFIGURE_IMFS_DISABLE_MOUNT, o CONFIGURE_IMFS_DISABLE_READLINK, o CONFIGURE_IMFS_DISABLE_RENAME, o CONFIGURE_IMFS_DISABLE_RMNOD, o CONFIGURE_IMFS_DISABLE_SYMLINK, o CONFIGURE_IMFS_DISABLE_UNMOUNT, and o CONFIGURE_IMFS_DISABLE_UTIME.
* bsps/powerpc: Fix conditional compilationSebastian Huber2015-01-141-3/+1
|
* bsp/qoriq: Add T2080RDB and T4240RDB variantsSebastian Huber2015-01-1323-316/+709
|
* powerpc: Use alternate time base for CPU counterSebastian Huber2015-01-091-1/+1
|
* bsp/qoriq: Fix nanoseconds extensionSebastian Huber2015-01-091-4/+17
|
* bsp/qoriq: Increase MAS0[ESEL] widthSebastian Huber2015-01-091-3/+3
|
* bsp/qoriq: Add MAS7 support for MMUSebastian Huber2015-01-097-21/+50
| | | | | This enables usage of the full real address space which is 40-bit on the T2080 for example.
* bsps/powerpc: Support for 64 byte cache linesSebastian Huber2015-01-091-6/+23
|
* bsps/u-boot: Update due to API changesSebastian Huber2015-01-092-3/+140
|
* Use fixed-width C99 types for PowerPC in_be16() and co.Nick Withers2014-12-2322-148/+157
| | | | | | Also use the const qualifier on the address pointer's target in in_*() Closes #2128
* bsp/mpc55xxevb: Fix warningsSebastian Huber2014-12-152-2/+10
|
* bsp/t32mppc: Fix warningsSebastian Huber2014-12-152-5/+8
|
* bsps/powerpc: Disable SPE for soft-float variantsSebastian Huber2014-12-152-2/+2
|
* bsp/mpc8xx: Fix warningsSebastian Huber2014-12-127-116/+45
| | | | close #2211
* bsp/mpc8xx: Fix warningsSebastian Huber2014-12-124-15/+28
| | | | close #2211
* Update bug report URLSebastian Huber2014-12-0522-22/+22
|
* Move the flash size probe into bankValidate()Nick Withers2014-12-031-4/+5
| | | | Previously, bankValidate() could be called (e.g., BSP_flashWrite() -> regionCheckAndErase() -> argcheck() -> bankValidate()) without the probe having happened. When it then invoked BSP_flashCheckId(), unmapped memory could be read, possibly causing a fatal exception.
* bsp/qoriq: Delete empty header fileSebastian Huber2014-11-273-5/+0
| | | | close #2062
* powerpc/haleakala: Fix warningsJoel Sherrill2014-11-212-1110/+1119
|
* powerpc/haleakala: Add network driverNigel Spon2014-11-217-2/+1702
| | | | close 1405
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-212-5/+1
| | | | Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
* bsp/mpc55xxevb: Fix flash settings for MPC5510Sebastian Huber2014-10-311-22/+43
|
* bsps: Move extern "C" to not cover includesSebastian Huber2014-10-2311-57/+55
| | | | Some includes may use C++ and this conflicts if surrounded extern "C".
* powerpc/qoriq/include/bsp.h: Add prototypes to fix warningsJoel Sherrill2014-10-201-0/+10
|
* powerpc/qemuppc/startup/cmain.c: Fix warningsJoel Sherrill2014-10-201-0/+7
|
* powerpc/shared/startup/bspstart.c: Fix warning for mvme2100Joel Sherrill2014-10-201-1/+1
|
* ss555/startup/bspstart.c: BSP does not use SPRG0Joel Sherrill2014-10-201-2/+0
|
* ep1a/startup/bspstart.c: BSP does not use SPRG0Joel Sherrill2014-10-201-2/+0
|
* powerpc/shared/irq/irq_init.c: Fix warningsJoel Sherrill2014-10-191-1/+1
|
* powerpc/shared/bootloader: Fix warningsJoel Sherrill2014-10-193-1/+11
|
* powerpc/motorola_powerpc/include/bsp.h: Fix warningsJoel Sherrill2014-10-191-0/+5
|
* powerpc/psim: Fix warningsJoel Sherrill2014-10-191-8/+13
|
* powerpc/qemuppc: Fix warningsJoel Sherrill2014-10-193-16/+24
|