All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] add xilinx ml507 machine
Date: Mon, 15 Feb 2010 10:14:07 -0800	[thread overview]
Message-ID: <4B798EEF.6000503@balister.org> (raw)
In-Reply-To: <1266255767-4031-1-git-send-email-aalonso00@gmail.com>

Can you make the commit log examples look like this:

http://wiki.openembedded.net/index.php/Commit_log_example

Do you know of any guides that could help me test this on my ml403? I 
would love to test this stuff!

Philip

On 02/15/2010 09:42 AM, Adrian Alonso wrote:
> From: aalonso<aalonso00@gmail.com>
>
> ---
>   conf/machine/include/tune-ppc440.inc |    2 +-
>   conf/machine/xilinx-ml507.conf       |   33 +++++++++++++++++++++++++++++++++
>   2 files changed, 34 insertions(+), 1 deletions(-)
>   create mode 100644 conf/machine/xilinx-ml507.conf
>
> diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include/tune-ppc440.inc
> index feca186..6a56bfa 100644
> --- a/conf/machine/include/tune-ppc440.inc
> +++ b/conf/machine/include/tune-ppc440.inc
> @@ -1,4 +1,4 @@
>   TARGET_CC_ARCH = "-mcpu=440"
>   BASE_PACKAGE_ARCH = "ppc440"
>   FEED_ARCH = "ppc440"
> -PACKAGE_EXTRA_ARCHS += "ppc440e"
> +PACKAGE_EXTRA_ARCHS += "ppc440"
> diff --git a/conf/machine/xilinx-ml507.conf b/conf/machine/xilinx-ml507.conf
> new file mode 100644
> index 0000000..c376cfe
> --- /dev/null
> +++ b/conf/machine/xilinx-ml507.conf
> @@ -0,0 +1,33 @@
> +# Copyright (C) 2010, Adrian Alonso<aalonso00@gmail.com>
> +# Released under the MIT license (see packages/COPYING)
> +#@TYPE: Machine
> +#@Name: Xilinx ML507 FPGA Development Platform
> +#@DESCRIPTION: Machine configuration for Xilinx ML507
> +
> +TARGET_ARCH = "powerpc"
> +TARGET_CPU = "440"
> +TARGET_FPU = "soft"
> +#tune for the 440 cpu
> +require conf/machine/include/tune-ppc440.inc
> +
> +#ASSUME_PROVIDED += "virtual/kernel"
> +PREFERRED_PROVIDER_virtual/kernel = "linux"
> +
> +KERNEL_IMAGETYPE = "uImage"
> +
> +MACHINE_FEATURES = "kernel26 ext2 usbhost udev"
> +MACHINE_EXTRA_RECOMMENDS = "kernel-modules"
> +
> +UBOOT_ARCH = "ppc"
> +UBOOT_MACHINE = "ml507_defconfig"
> +
> +# Xilinx EDK override paramater definitions for xilinx-bsp
> +# Include in your local.conf
> +# XILINX_BSP_PATH = "complete path for Xilinx EDK project"
> +# XILINX_BOARD = "ml507"
> +
> +# Don't use tty1
> +USE_VT = "0"
> +SERIAL_CONSOLE = "115200 ttyS0"
> +
> +



  parent reply	other threads:[~2010-02-15 18:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-15 17:42 [PATCH] add xilinx ml507 machine Adrian Alonso
2010-02-15 17:42 ` [PATCH] device tree for xilinx ml507 Adrian Alonso
2010-02-15 17:42   ` [PATCH] ml507 xilinx bsp update Adrian Alonso
2010-02-15 18:14 ` Philip Balister [this message]
2010-02-15 18:54   ` [PATCH] add xilinx ml507 machine Adrian Alonso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B798EEF.6000503@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.