libdebugger/powerpc: Add PowerPC support

Closes #5098
This commit is contained in:
Chris Johns
2024-08-05 12:23:09 +10:00
parent 53a62631ac
commit cc34558448
6 changed files with 1253 additions and 3 deletions

View File

@@ -20,6 +20,8 @@ links:
uid: objdbgi386
- role: build-dependency
uid: objdbgmicroblaze
- role: build-dependency
uid: objdbpowerpc
source:
- cpukit/libdebugger/rtems-debugger-block.c
- cpukit/libdebugger/rtems-debugger-bsp.c

View File

@@ -0,0 +1,15 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: objects
cflags: []
copyrights:
- Copyright (C) 2023 Contemporary Software (CS)
cppflags: []
cxxflags: []
enabled-by:
- powerpc
includes: []
install: []
links: []
source:
- cpukit/libdebugger/rtems-debugger-powerpc.c
type: build

View File

@@ -20,6 +20,12 @@ enabled-by:
- not: bsps/arm/stm32f4
- i386
- microblaze
- and:
- powerpc
- not: bsps/powerpc/mpc55xxevb
- not: bsps/powerpc/qoriq
- not: bsps/powerpc/ss555
- not: bsps/powerpc/t32mppc
links: []
name: BUILD_LIBDEBUGGER
type: build