summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space ↵4.11.14.11.0Tim Cussins2016-11-032-2/+2
| | | | | | CONFIGURE_INTERRUPT_STACK_SIZE closes #2801.
* bsps/powerpc: Fix shared console driverSebastian Huber2016-07-191-13/+9
| | | | | | The Termios modes are now an emum. Do not use them in #if expressions. Update #2762.
* bsps/powerpc: Fix AltiVec enableSebastian Huber2016-07-193-0/+3
| | | | | | | There must be an isync after the mtmsr to ensure that the AltiVec is enabled for subsequent instructions. Close #2760.
* score: Fix simple timecounter supportSebastian Huber2016-01-271-14/+20
| | | | Close #2502.
* remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_HJoel Sherrill2015-07-162-4/+4
| | | | These files were left after running the script in the previous patch.
* Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2015-07-1615-30/+30
| | | | | | | | | | | | | | | | | This was done by the following script run from libbsp: find * -name bsp.h | xargs -e grep -l "#ifndef.*_BSP_H" | while read b do echo $b cpu=`echo $b | cut -d'/' -f1 | tr '[:lower:]' '[:upper:]' ` bsp=`echo $b | cut -d'/' -f2 | tr '[:lower:]' '[:upper:]' ` g="LIBBSP_${cpu}_${bsp}_BSP_H" # echo $g sed -e "s/ifndef _BSP_H/ifndef ${g}/" \ -e "s/define _BSP_H/define ${g}/" \ -i $b done
* powerpc: Do not use the ATB for e500 multilibSebastian Huber2015-07-151-1/+7
| | | | | | The e500v1 has no support for the ATB. Update #2369.
* bsps/powerpc: Fix small-data area issueSebastian Huber2015-07-091-2/+4
| | | | Update #2369.
* bsps/powerpc: Provide debug and trace symbolsSebastian Huber2015-07-081-0/+3
|
* bsp/qoriq: Enable branch prediction for T seriesSebastian Huber2015-07-082-0/+18
|
* bsp/qoriq: Use -O2 for T seriesSebastian Huber2015-07-081-1/+1
|
* bsp/qoriq: Update due to API changesSebastian Huber2015-07-011-2/+2
|
* bsp/mpc55xxevb: Fix configure scriptSebastian Huber2015-06-261-2/+1
| | | | | | This was the only configure.ac file with bspopts.h present in AC_CONFIG_FILES(). This somehow prevented the generation of this file leading to build errors for this BSP.
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-261-0/+1
| | | | | Drop the <rtems/score/percpu.h> include since this file exposes a lot of implementation details.
* bsp/gen5200: Simplify interrupt write supportSebastian Huber2015-06-241-7/+8
|
* powerpc/shared/clock/clock.c: Remove unused variable warningJoel Sherrill2015-05-211-1/+0
|
* mpc55xxevb/clock/clock-config.c: Remove unused variable warningJoel Sherrill2015-05-211-2/+0
|
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-204-103/+114
| | | | Update #2271.
* mbx8xx/include/bsp.h: Add include of <rtems/irq.h>Joel Sherrill2015-04-231-0/+1
|
* 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