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] Add Armadeus systems APF9328 support.
Date: Thu, 17 Nov 2011 20:57:45 +0100	[thread overview]
Message-ID: <20111117205745.00cfdac6@skate> (raw)
In-Reply-To: <1321525301-13110-1-git-send-email-julien.boibessot@free.fr>

Hello,

Good to see Armadeus stuff coming into mainline Buildroot!

Le Thu, 17 Nov 2011 11:21:41 +0100,
julien.boibessot at free.fr a ?crit :

> From: Julien Boibessot <julien.boibessot@armadeus.com>
> 
> The APF9328 is an i.MXL+FPGA based SOM (System On Module). Here only minimal support is added: booting Linux kernel (UART, Ethernet and NOR), Buildroot toolchain and JFFS2 rootfs.

This should be wrapped at ~80 chars.

> +BR2_DL_DIR="$(BASE_DIR)/../downloads"
> +BR2_SOURCEFORGE_MIRROR="switch"
> +BR2_JLEVEL=1
> +BR2_CCACHE=y

Those four options (or at least the first three) are very
user-specific. I don't think they should be part of a default board
configuration file.

> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_PATCH="board/armadeus/apf9328"
> +BR2_LINUX_KERNEL_DEFCONFIG="mx1"

Since two kernel patches are needed, you should have a defconfig that
explicitly tells which kernel version it wants:

BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1"

see configs/qemu_* for examples.

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

  reply	other threads:[~2011-11-17 19:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-17 10:21 [Buildroot] [PATCH] Add Armadeus systems APF9328 support julien.boibessot at free.fr
2011-11-17 19:57 ` Thomas Petazzoni [this message]
2011-11-18 17:06   ` Julien Boibessot
2011-11-18 18:20     ` Peter Korsgaard
2011-11-18 23:06       ` Arnout Vandecappelle
2011-11-18 23:08         ` [Buildroot] [PATCH] linux: remove default for custom kernel version Arnout Vandecappelle
2012-01-16 15:26           ` Peter Korsgaard

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=20111117205745.00cfdac6@skate \
    --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.