[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] [PATCH] microblaze: remove obsolete platforms



Hi Thomas,

Thanks for that - I had an equivalent  patch queued but not committed
before I tarred up the release. sigh...

I've applied your patch to SVN, and cut a -rc2, which is now available
on the downloader.

For those who've already downloaded it, please either apply Thomas's
patches, or just grab -rc2 instead.

Sorry for the hassle.

John


On Thu, May 14, 2009 at 3:58 PM, Thomas Chou <thomas@xxxxxxxxxxxxx> wrote:
> For petalinux v0.40-rc1 or svn tree,
> these platforms were removed or renamed. So the Kconfig entry should
> be remvoed.
>
> Signed-off-by: Thomas Chou <thomas@xxxxxxxxxxxxx>
> ---
>  .../arch/microblaze/platform/Kconfig.platform      |   82 --------------------
>  1 files changed, 0 insertions(+), 82 deletions(-)
>
> diff --git a/software/linux-2.6.x-petalogix/arch/microblaze/platform/Kconfig.platform b/software/linux-2.6.x-petalogix/arch/microblaze/platform/Kconfig.platform
> index 2ff6bb6..9e94aed 100644
> --- a/software/linux-2.6.x-petalogix/arch/microblaze/platform/Kconfig.platform
> +++ b/software/linux-2.6.x-petalogix/arch/microblaze/platform/Kconfig.platform
> @@ -80,24 +80,12 @@ config PLATFORM_XILINX_ML505_LL_TEMAC_SGDMA_EDK101
>        help
>          Choose this option for the Xilinx ML505-ll_temac-sgdma-edk101 platform
>  ### @petalinux-end-platform-menuitem@ Xilinx-ML505-ll_temac-sgdma-edk101 ###
> -### @petalinux-begin-platform-menuitem@ Xilinx-ML505 ###
> -config PLATFORM_XILINX_ML505
> -       bool "Xilinx ML505"
> -       help
> -         Choose this option for the Xilinx ML505 platform
> -### @petalinux-end-platform-menuitem@ Xilinx-ML505 ###
>  ### @petalinux-begin-platform-menuitem@ Xilinx-Spartan3E500-MMU ###
>  config PLATFORM_XILINX_SPARTAN3E500_MMU
>        bool "Xilinx Spartan3E500-MMU"
>        help
>          Choose this option for the Xilinx Spartan3E500-MMU platform
>  ### @petalinux-end-platform-menuitem@ Xilinx-Spartan3E500-MMU ###
> -### @petalinux-begin-platform-menuitem@ Xilinx-ML505-MMU ###
> -config PLATFORM_XILINX_ML505_MMU
> -       bool "Xilinx ML505-MMU"
> -       help
> -         Choose this option for the Xilinx ML505-MMU platform
> -### @petalinux-end-platform-menuitem@ Xilinx-ML505-MMU ###
>  ### @petalinux-begin-platform-menuitem@ Xilinx-Spartan3E1600-MMU ###
>  config PLATFORM_XILINX_SPARTAN3E1600_MMU
>        bool "Xilinx Spartan3E1600-MMU"
> @@ -110,18 +98,6 @@ config PLATFORM_XILINX_SPARTAN3E500_REVD
>        help
>          Choose this option for the Xilinx Spartan3E500-RevD platform
>  ### @petalinux-end-platform-menuitem@ Xilinx-Spartan3E500-RevD ###
> -### @petalinux-begin-platform-menuitem@ Xilinx-ML506 ###
> -config PLATFORM_XILINX_ML506
> -       bool "Xilinx ML506"
> -       help
> -         Choose this option for the Xilinx ML506 platform
> -### @petalinux-end-platform-menuitem@ Xilinx-ML506 ###
> -### @petalinux-begin-platform-menuitem@ Xilinx-ML501 ###
> -config PLATFORM_XILINX_ML501
> -       bool "Xilinx ML501"
> -       help
> -         Choose this option for the Xilinx ML501 platform
> -### @petalinux-end-platform-menuitem@ Xilinx-ML501 ###
>  ### @petalinux-begin-platform-menuitem@ Xilinx-Spartan3E1600-RevA-SGDMA ###
>  config PLATFORM_XILINX_SPARTAN3E1600_REVA_SGDMA
>        bool "Xilinx Spartan3E1600-RevA-SGDMA"
> @@ -147,18 +123,6 @@ config PLATFORM_MICROBLAZE_AUTO
>          platform.  Make sure you have updated the Kconfig.auto output
>          from the EDK build process.
>
> -config PLATFORM_XILINX_ML401
> -       bool "Xilinx ML401"
> -       help
> -         Choose this option if you are using Xilinx ML401 with the standard
> -         MicroBlaze reference design.
> -
> -config PLATFORM_XILINX_S3E1600_STARTER
> -       bool "Xilinx S3E-1600 Starter Kit"
> -       help
> -         Choose this option if you are using Xilinx Spartan-3E/1600 with the
> -         standard MicroBlaze reference design.
> -
>  endchoice
>
>  # This is stil a bit broken - disabling for now JW 20070504
> @@ -250,24 +214,12 @@ if PLATFORM_XILINX_ML505_LL_TEMAC_SGDMA_EDK101=y
>     #Insert any other platform-specific options here
>  endif
>  ### @petalinux-end-platform@ Xilinx-ML505-ll_temac-sgdma-edk101 ###
> -### @petalinux-begin-platform@ Xilinx-ML505 ###
> -if PLATFORM_XILINX_ML505=y
> -    source "arch/microblaze/platform/Xilinx-ML505/Kconfig.auto"
> -    #Insert any other platform-specific options here
> -endif
> -### @petalinux-end-platform@ Xilinx-ML505 ###
>  ### @petalinux-begin-platform@ Xilinx-Spartan3E500-MMU ###
>  if PLATFORM_XILINX_SPARTAN3E500_MMU=y
>     source "arch/microblaze/platform/Xilinx-Spartan3E500-MMU/Kconfig.auto"
>     #Insert any other platform-specific options here
>  endif
>  ### @petalinux-end-platform@ Xilinx-Spartan3E500-MMU ###
> -### @petalinux-begin-platform@ Xilinx-ML505-MMU ###
> -if PLATFORM_XILINX_ML505_MMU=y
> -    source "arch/microblaze/platform/Xilinx-ML505-MMU/Kconfig.auto"
> -    #Insert any other platform-specific options here
> -endif
> -### @petalinux-end-platform@ Xilinx-ML505-MMU ###
>  ### @petalinux-begin-platform@ Xilinx-Spartan3E1600-MMU ###
>  if PLATFORM_XILINX_SPARTAN3E1600_MMU=y
>     source "arch/microblaze/platform/Xilinx-Spartan3E1600-MMU/Kconfig.auto"
> @@ -280,18 +232,6 @@ if PLATFORM_XILINX_SPARTAN3E500_REVD=y
>     #Insert any other platform-specific options here
>  endif
>  ### @petalinux-end-platform@ Xilinx-Spartan3E500-RevD ###
> -### @petalinux-begin-platform@ Xilinx-ML506 ###
> -if PLATFORM_XILINX_ML506=y
> -    source "arch/microblaze/platform/Xilinx-ML506/Kconfig.auto"
> -    #Insert any other platform-specific options here
> -endif
> -### @petalinux-end-platform@ Xilinx-ML506 ###
> -### @petalinux-begin-platform@ Xilinx-ML501 ###
> -if PLATFORM_XILINX_ML501=y
> -    source "arch/microblaze/platform/Xilinx-ML501/Kconfig.auto"
> -    #Insert any other platform-specific options here
> -endif
> -### @petalinux-end-platform@ Xilinx-ML501 ###
>  ### @petalinux-begin-platform@ Xilinx-Spartan3E1600-RevA-SGDMA ###
>  if PLATFORM_XILINX_SPARTAN3E1600_REVA_SGDMA=y
>     source "arch/microblaze/platform/Xilinx-Spartan3E1600-RevA-SGDMA/Kconfig.auto"
> @@ -314,27 +254,5 @@ if PLATFORM_MICROBLAZE_AUTO=y
>        source "arch/microblaze/platform/microblaze-auto/Kconfig.auto"
>  endif
>
> -if PLATFORM_XILINX_ML401=y
> -       source "arch/microblaze/platform/Xilinx-ML401/Kconfig.auto"
> -endif
> -
> -if PLATFORM_XILINX_S3E1600_STARTER=y
> -       source "arch/microblaze/platform/Xilinx-S3E1600-starter/Kconfig.auto"
> -       choice
> -               prompt "Board Revision"
> -               default S3E1600_REVISION_C
> -               depends on PLATFORM_XILINX_S3E1600_STARTER
> -
> -               config S3E1600_REVISION_C
> -                       bool "Board Revision C"
> -                       help
> -                         Select if you are using revision C of the Spartan3E-1600 board
> -               config S3E1600_REVISION_D
> -                       bool "Board Revision D"
> -                       help
> -                         Select if you are using revision D of the Spartan3E-1600 board
> -       endchoice
> -endif
> -
>  endmenu
>
> --
> 1.6.2.2
>
> ___________________________
> microblaze-uclinux mailing list
> microblaze-uclinux@xxxxxxxxxxxxxx
> Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
> Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
>
>



-- 
John Williams, PhD, B.Eng, B.IT
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com  p: +61-7-30090663  f: +61-7-30090663

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/