From e92bc254530825ae14646520b35efe000699ce74 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Dec 2021 10:25:52 -0600 Subject: Remove powerpc/haleakala board Closes #4302. --- spec/build/bsps/optconsolebaud.yml | 1 - spec/build/bsps/powerpc/haleakala/abi.yml | 18 ------ spec/build/bsps/powerpc/haleakala/bsphaleakala.yml | 72 ---------------------- spec/build/bsps/powerpc/haleakala/optsprg.yml | 15 ----- spec/build/bsps/powerpc/haleakala/optvecbase.yml | 16 ----- spec/build/bsps/powerpc/haleakala/start.yml | 14 ----- 6 files changed, 136 deletions(-) delete mode 100644 spec/build/bsps/powerpc/haleakala/abi.yml delete mode 100644 spec/build/bsps/powerpc/haleakala/bsphaleakala.yml delete mode 100644 spec/build/bsps/powerpc/haleakala/optsprg.yml delete mode 100644 spec/build/bsps/powerpc/haleakala/optvecbase.yml delete mode 100644 spec/build/bsps/powerpc/haleakala/start.yml (limited to 'spec/build/bsps') diff --git a/spec/build/bsps/optconsolebaud.yml b/spec/build/bsps/optconsolebaud.yml index 0233fdd61b..b32dfb8888 100644 --- a/spec/build/bsps/optconsolebaud.yml +++ b/spec/build/bsps/optconsolebaud.yml @@ -13,7 +13,6 @@ default-by-variant: - m68k/m5484FireEngine - powerpc/hsc_cm01 - powerpc/beatnik - - powerpc/haleakala - powerpc/mvme3100 - powerpc/mvme5500 - value: 19200 diff --git a/spec/build/bsps/powerpc/haleakala/abi.yml b/spec/build/bsps/powerpc/haleakala/abi.yml deleted file mode 100644 index 1fc318b3cb..0000000000 --- a/spec/build/bsps/powerpc/haleakala/abi.yml +++ /dev/null @@ -1,18 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-string: null -- split: null -- env-append: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default: -- -Dppc405 -- -mcpu=405 -default-by-variant: [] -description: | - ABI flags -enabled-by: true -links: [] -name: ABI_FLAGS -type: build diff --git a/spec/build/bsps/powerpc/haleakala/bsphaleakala.yml b/spec/build/bsps/powerpc/haleakala/bsphaleakala.yml deleted file mode 100644 index 18ff252cb9..0000000000 --- a/spec/build/bsps/powerpc/haleakala/bsphaleakala.yml +++ /dev/null @@ -1,72 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -arch: powerpc -bsp: haleakala -build-type: bsp -cflags: [] -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -cppflags: [] -enabled-by: true -family: haleakala -includes: [] -install: -- destination: ${BSP_INCLUDEDIR} - source: - - bsps/powerpc/haleakala/include/bsp.h - - bsps/powerpc/haleakala/include/mmu_405.h - - bsps/powerpc/haleakala/include/tm27.h -- destination: ${BSP_INCLUDEDIR}/bsp - source: - - bsps/powerpc/haleakala/include/bsp/irq.h -- destination: ${BSP_LIBDIR} - source: - - bsps/powerpc/haleakala/start/linkcmds -links: -- role: build-dependency - uid: ../../obj -- role: build-dependency - uid: ../../objirqdflt -- role: build-dependency - uid: ../../opto1 -- role: build-dependency - uid: ../crti -- role: build-dependency - uid: ../crtn -- role: build-dependency - uid: ../grp -- role: build-dependency - uid: abi -- role: build-dependency - uid: ../../optconsolebaud -- role: build-dependency - uid: optsprg -- role: build-dependency - uid: optvecbase -- role: build-dependency - uid: start -- role: build-dependency - uid: ../obj -- role: build-dependency - uid: ../objexc -- role: build-dependency - uid: ../../objmem -- role: build-dependency - uid: ../../bspopts -source: -- bsps/powerpc/haleakala/irq/irq.c -- bsps/powerpc/haleakala/irq/irq_init.c -- bsps/powerpc/haleakala/start/bspstart.c -- bsps/powerpc/haleakala/start/mmu_405.c -- bsps/powerpc/haleakala/start/mmu_405asm.S -- bsps/powerpc/shared/btimer/btimer-ppc-dec.c -- bsps/powerpc/shared/cache/cache.c -- bsps/powerpc/shared/clock/clock-ppc403.c -- bsps/powerpc/shared/console/console.c -- bsps/powerpc/shared/console/uart.c -- bsps/powerpc/shared/irq/ppc-irq-legacy.c -- bsps/shared/dev/getentropy/getentropy-cpucounter.c -- bsps/shared/start/bspfatal-default.c -- bsps/shared/start/bspreset-loop.c -- bsps/shared/start/gettargethash-default.c -- bsps/shared/start/sbrk.c -type: build diff --git a/spec/build/bsps/powerpc/haleakala/optsprg.yml b/spec/build/bsps/powerpc/haleakala/optsprg.yml deleted file mode 100644 index 1e1a112f43..0000000000 --- a/spec/build/bsps/powerpc/haleakala/optsprg.yml +++ /dev/null @@ -1,15 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-boolean: null -- define-condition: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default: true -default-by-variant: [] -description: | - If defined, then the PowerPC specific code in RTEMS will use some of the special purpose registers to slightly optimize interrupt response time. The use of these registers can conflict with other tools like debuggers. -enabled-by: true -links: [] -name: PPC_USE_SPRG -type: build diff --git a/spec/build/bsps/powerpc/haleakala/optvecbase.yml b/spec/build/bsps/powerpc/haleakala/optvecbase.yml deleted file mode 100644 index 93812ff965..0000000000 --- a/spec/build/bsps/powerpc/haleakala/optvecbase.yml +++ /dev/null @@ -1,16 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- get-integer: null -- define: null -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default: 256 -default-by-variant: [] -description: | - This defines the base address of the exception table. NOTE: Vectors are actually at 0xFFF00000 but file starts at offset. -enabled-by: true -format: '{:#010x}' -links: [] -name: PPC_VECTOR_FILE_BASE -type: build diff --git a/spec/build/bsps/powerpc/haleakala/start.yml b/spec/build/bsps/powerpc/haleakala/start.yml deleted file mode 100644 index 204dfd4180..0000000000 --- a/spec/build/bsps/powerpc/haleakala/start.yml +++ /dev/null @@ -1,14 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -asflags: [] -build-type: start-file -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -cppflags: [] -enabled-by: true -includes: [] -install-path: ${BSP_LIBDIR} -links: [] -source: -- bsps/powerpc/haleakala/start/start.S -target: start.o -type: build -- cgit v1.2.3