forked from Imagelibrary/rtems
bsps/qoriq: Add VME support for MVME2500
This enables the VME support for the MVME2500. Note that the PCIe support from libbsd is used. So you need the related libbsd patches for this to work. If the drivers in libbsd are not enabled, the linker should not pick up anything from this patch.
This commit is contained in:
@@ -28,6 +28,8 @@ links:
|
||||
uid: ../obj
|
||||
- role: build-dependency
|
||||
uid: ../objexc
|
||||
- role: build-dependency
|
||||
uid: ../objvme
|
||||
- role: build-dependency
|
||||
uid: abi
|
||||
- role: build-dependency
|
||||
|
||||
@@ -17,6 +17,7 @@ install:
|
||||
- bsps/powerpc/qoriq/include/asm/fsl_hcalls.h
|
||||
- destination: ${BSP_INCLUDEDIR}/bsp
|
||||
source:
|
||||
- bsps/powerpc/qoriq/include/bsp/VMEConfig.h
|
||||
- bsps/powerpc/qoriq/include/bsp/intercom.h
|
||||
- bsps/powerpc/qoriq/include/bsp/irq.h
|
||||
- bsps/powerpc/qoriq/include/bsp/mmu.h
|
||||
@@ -63,8 +64,6 @@ source:
|
||||
- bsps/powerpc/shared/start/bsp-start-zero.S
|
||||
- bsps/powerpc/shared/start/bspidle.c
|
||||
- bsps/powerpc/shared/start/tictac.c
|
||||
- bsps/powerpc/shared/vme/bspVmeDmaList.c
|
||||
- bsps/powerpc/shared/vme/vmeTsi148.c
|
||||
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
||||
- bsps/shared/dev/rtc/rtc-support.c
|
||||
- bsps/shared/dev/serial/console-termios-init.c
|
||||
|
||||
Reference in New Issue
Block a user