All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] initial support for Blackfin processors
Date: Thu, 18 Nov 2010 11:53:32 +0100	[thread overview]
Message-ID: <20101118115332.71de42e2@surf> (raw)
In-Reply-To: <1290076044-31558-1-git-send-email-vapier@gentoo.org>

Hello,

Nice to see support for Blackfin processors!

On Thu, 18 Nov 2010 05:27:24 -0500
Mike Frysinger <vapier@gentoo.org> wrote:

> diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in
> index 86c656d..47657fc 100644
> --- a/boot/u-boot/Config.in
> +++ b/boot/u-boot/Config.in
> @@ -71,6 +71,10 @@ config BR2_TARGET_UBOOT_FORMAT_KWB
>  	depends on BR2_arm
>  	bool "u-boot.kwb (Marvell)"
>  
> +config BR2_TARGET_UBOOT_FORMAT_LDR
> +	depends on BR2_bfin
> +	bool "u-boot.ldr"
> +

Maybe make it the default choice when BR2_bfin is enabled ?

>  ifeq ($(BR2_LINUX_KERNEL_UIMAGE),y)
> +ifeq ($(KERNEL_ARCH),blackfin)
> +LINUX26_IMAGE_NAME=vmImage
> +else
>  LINUX26_IMAGE_NAME=uImage
> +endif

That looks strange, if you want uImage, you want uImage, right ? Or is
Blackfin's vmImage in fact a uImage (in which case a short comment
above this condition would be nice).

>  choice
>  	prompt "Serial port to run a getty on"
> -	default BR2_TARGET_GENERIC_GETTY_TTYS0
> +	default BR2_TARGET_GENERIC_GETTY_TTYS0 if !BR2_bfin
> +	default BR2_TARGET_GENERIC_GETTY_TTYBF0 if BR2_bfin

We are going to move away from this and replace all that stuff by a
free-form text field. Patches have been posted, but haven't been merged
yet. As I am reworking board support and system-level configuration, I
think I'll take care of them.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2010-11-18 10:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-18 10:27 [Buildroot] [PATCH] initial support for Blackfin processors Mike Frysinger
2010-11-18 10:53 ` Thomas Petazzoni [this message]
2010-11-18 11:25 ` [Buildroot] [PATCH v2] " Mike Frysinger

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=20101118115332.71de42e2@surf \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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.