summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 22:10:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-30 22:20:47 +0200
commit811a443d209a69da71109204b013f5526043143a (patch)
treeb3e680c2ed20e013477bedcb9e216a89866cb088 /platforms
parentc553cba4053023bcb51b4a13681a69d484f771a9 (diff)
downloadptxdist-811a443d209a69da71109204b013f5526043143a.tar.gz
ptxdist-811a443d209a69da71109204b013f5526043143a.tar.xz
remove unmaintained microblaze stuff
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_xlblob.in34
-rw-r--r--platforms/kernel.in5
-rw-r--r--platforms/microblaze.in36
-rw-r--r--platforms/xlbsp_softcpu.in25
4 files changed, 1 insertions, 99 deletions
diff --git a/platforms/image_xlblob.in b/platforms/image_xlblob.in
deleted file mode 100644
index 570ce0bee..000000000
--- a/platforms/image_xlblob.in
+++ /dev/null
@@ -1,34 +0,0 @@
-## SECTION=image
-
-menuconfig IMAGE_XLBLOB
- bool
- select HOST_XL_TOOLS
- depends on ARCH_MICROBLAZE
- prompt "Generate XLBLOB Images "
- help
- Generate a PIC executable blob tagged for XL-Boot that copies
- a image from FLASH to its linked address in RAM and executes it.
-
-if IMAGE_XLBLOB
-
-config IMAGE_XLBLOB_U_BOOT
- bool
- depends on U_BOOT
- prompt "Generate images/u-boot-xl"
- default y
- help
- Generate a PIC executable blob tagged for XL-Boot that copies
- the U-Boot image from FLASH to its linked address in RAM and
- executes it.
-
-config IMAGE_XLBLOB_KERNEL
- bool
- depends on KERNEL
- prompt "Generate images/linuximage-xl"
- default y
- help
- Generate a PIC executable blob tagged for XL-Boot that copies
- the Linux kernel image from FLASH to its linked address in RAM
- and executes it.
-
-endif
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 44d09c050..73a225a2e 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -101,7 +101,6 @@ config KERNEL_ARCH_STRING
default "blackfin" if ARCH_BLACKFIN
default "m68k" if ARCH_M68K
default "sparc" if ARCH_SPARC
- default "microblaze" if ARCH_MICROBLAZE
default "mips" if ARCH_MIPS
default "mips" if ARCH_MIPSEL
default "cris" if ARCH_CRIS
@@ -167,7 +166,6 @@ choice
help
This is the target to get the kernel image as an raw uncompressed
binary file.
-
config KERNEL_IMAGE_SIMPLE
bool
prompt "simpleImage"
@@ -210,8 +208,7 @@ config KERNEL_IMAGE
default "vmImage" if KERNEL_IMAGE_VM
default "vmlinux" if KERNEL_IMAGE_VMLINUX
default "Image" if KERNEL_IMAGE_RAW
- default "simpleImage.${PTXCONF_KERNEL_IMAGE_SIMPLE_TARGET}.elf" if KERNEL_IMAGE_SIMPLE && KERNEL_ARCH_POWERPC
- default "simpleImage.${PTXCONF_KERNEL_IMAGE_SIMPLE_TARGET}" if KERNEL_IMAGE_SIMPLE && ARCH_MICROBLAZE
+ default "simpleImage.${PTXCONF_KERNEL_IMAGE_SIMPLE_TARGET}.elf" if KERNEL_IMAGE_SIMPLE
config KERNEL_DTC
bool
diff --git a/platforms/microblaze.in b/platforms/microblaze.in
deleted file mode 100644
index d43fc51db..000000000
--- a/platforms/microblaze.in
+++ /dev/null
@@ -1,36 +0,0 @@
-## SECTION=architecture_options
-
-menu "microblaze options "
-depends on ARCH_MICROBLAZE
-
-config ARCH_MICROBLAZE_HAVE_XLBSP
- prompt "Xilinx BSP (TPOS)"
- bool
- default y
- help
- The Xilinx BSP (shortly "xlbsp") is part of a specific OSELAS.BSP()
- and consits of different automatically generated files from the
- Xilinx FPGA design. All files for the xlbsp have to be copied from
- Xilinx FPGA design project into the OSELAS.BSP() platforms directory
- ${PTXDIST_PLATFORMCONFIGDIR}/platforms/xlbsp. Then make a link in
- OSELAS.BSP() platforms directory:
-
- xlbsp_softcpu.in -> xlbsp/Kconfig.auto
-
- You have to copy all auto generated files from Xilinx BSP "Third
- Party OS (TPOS)" to xlbsp in your OSELAS.BSP(). To get TPOS you have
- to include the EDK user repository from MB-Ref into your Xilinx FPGA
- design flow.
-
- See: http://gitorious.org/mbref/mbref
- or: http://www.li-pro.de/xilinx_mb/mbref/start
-
-if ARCH_MICROBLAZE_HAVE_XLBSP
-
-menu "SoftCPU features"
-source "generated/xlbsp_softcpu.in"
-endmenu
-
-endif
-
-endmenu
diff --git a/platforms/xlbsp_softcpu.in b/platforms/xlbsp_softcpu.in
deleted file mode 100644
index a8f6b9633..000000000
--- a/platforms/xlbsp_softcpu.in
+++ /dev/null
@@ -1,25 +0,0 @@
-## SECTION=xlbsp_softcpu
-
-comment "------------------------------------"
-comment "Xilinx BSP Configuration"
-comment "------------------------------------"
-comment ""
-comment "Do you missing configuration?"
-comment ""
-comment "You need the file 'Kconfig.auto'"
-comment "from your Xilinx BSP directory."
-comment ""
-comment "Copy this file into the Xilinx BSP"
-comment "configuration path, normaly at:"
-comment "'${PTXDIST_WORKSPACE}/platforms/xlbsp' or"
-comment "'${PTXDIST_PLATFORMCONFIGDIR}/platforms/xlbsp'."
-comment ""
-comment "HINT: In some cases, the 'SECTION'"
-comment "comment in Kconfig.auto is missing."
-comment "This leads to the same error. If so"
-comment "adding the comment line on top of"
-comment "the file Kconfig.auto:"
-comment ""
-comment "## SECTION=xlbsp_softcpu"
-comment ""
-comment "------------------------------------"