mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 05:48:40 +08:00
bsps/arm: Use shared object for ARM920 MMU support
This commit is contained in:
committed by
Kinsey Moore
parent
5a3a85ccdd
commit
ee7f847432
@@ -28,6 +28,8 @@ links:
|
||||
uid: start
|
||||
- role: build-dependency
|
||||
uid: ../grp
|
||||
- role: build-dependency
|
||||
uid: ../objarm920mmu
|
||||
- role: build-dependency
|
||||
uid: ../../obj
|
||||
- role: build-dependency
|
||||
@@ -46,7 +48,6 @@ source:
|
||||
- bsps/arm/csb336/start/bspstart.c
|
||||
- bsps/arm/csb336/start/memmap.c
|
||||
- bsps/arm/shared/cache/cache-cp15.c
|
||||
- bsps/arm/shared/cp15/arm920-mmu.c
|
||||
- bsps/shared/dev/cpucounter/cpucounterfrequency.c
|
||||
- bsps/shared/dev/cpucounter/cpucounterread.c
|
||||
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
||||
|
||||
@@ -40,6 +40,8 @@ links:
|
||||
uid: start
|
||||
- role: build-dependency
|
||||
uid: ../grp
|
||||
- role: build-dependency
|
||||
uid: ../objarm920mmu
|
||||
- role: build-dependency
|
||||
uid: ../../linkcmds
|
||||
- role: build-dependency
|
||||
|
||||
@@ -42,7 +42,6 @@ source:
|
||||
- bsps/arm/csb337/start/memmap.c
|
||||
- bsps/arm/csb337/start/pmc.c
|
||||
- bsps/arm/shared/cache/cache-cp15.c
|
||||
- bsps/arm/shared/cp15/arm920-mmu.c
|
||||
- bsps/shared/dev/cpucounter/cpucounterfrequency.c
|
||||
- bsps/shared/dev/cpucounter/cpucounterread.c
|
||||
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
|
||||
|
||||
@@ -47,9 +47,6 @@ install:
|
||||
- bsps/include/dev/irq/arm-gic-regs.h
|
||||
- bsps/include/dev/irq/arm-gic-tm27.h
|
||||
- bsps/include/dev/irq/arm-gic.h
|
||||
- destination: ${BSP_INCLUDEDIR}/libcpu
|
||||
source:
|
||||
- bsps/arm/include/libcpu/mmu.h
|
||||
- destination: ${BSP_LIBDIR}
|
||||
source:
|
||||
- bsps/arm/shared/start/linkcmds.armv4
|
||||
|
||||
@@ -30,6 +30,8 @@ links:
|
||||
uid: optskyeye
|
||||
- role: build-dependency
|
||||
uid: start
|
||||
- role: build-dependency
|
||||
uid: ../objarm920mmu
|
||||
- role: build-dependency
|
||||
uid: ../../obj
|
||||
- role: build-dependency
|
||||
@@ -50,7 +52,6 @@ source:
|
||||
- bsps/arm/gumstix/start/bspreset.c
|
||||
- bsps/arm/gumstix/start/bspstart.c
|
||||
- bsps/arm/gumstix/start/memmap.c
|
||||
- bsps/arm/shared/cp15/arm920-mmu.c
|
||||
- bsps/shared/cache/nocache.c
|
||||
- bsps/shared/dev/cpucounter/cpucounterfrequency.c
|
||||
- bsps/shared/dev/cpucounter/cpucounterread.c
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: objects
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2024 embedded brains GmbH & Co. KG
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
includes: []
|
||||
install:
|
||||
- destination: ${BSP_INCLUDEDIR}/libcpu
|
||||
source:
|
||||
- bsps/arm/include/libcpu/mmu.h
|
||||
links: []
|
||||
source:
|
||||
- bsps/arm/shared/cp15/arm920-mmu.c
|
||||
type: build
|
||||
@@ -34,6 +34,8 @@ links:
|
||||
uid: optskyeye
|
||||
- role: build-dependency
|
||||
uid: start
|
||||
- role: build-dependency
|
||||
uid: ../objarm920mmu
|
||||
- role: build-dependency
|
||||
uid: ../../obj
|
||||
- role: build-dependency
|
||||
@@ -46,7 +48,6 @@ links:
|
||||
uid: ../../bspopts
|
||||
source:
|
||||
- bsps/arm/shared/cache/cache-cp15.c
|
||||
- bsps/arm/shared/cp15/arm920-mmu.c
|
||||
- bsps/arm/smdk2410/btimer/btimer.c
|
||||
- bsps/arm/smdk2410/clock/clockdrv.c
|
||||
- bsps/arm/smdk2410/clock/support.c
|
||||
|
||||
Reference in New Issue
Block a user