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 v2 1/2] ts4900-fpga: add ts4900-fpga package
Date: Sun, 18 Sep 2016 16:58:29 +0200	[thread overview]
Message-ID: <20160918165829.0420ea4a@free-electrons.com> (raw)
In-Reply-To: <1474143804-19181-2-git-send-email-mathieu.audat@savoirfairelinux.com>

Hello,

On Sat, 17 Sep 2016 16:23:23 -0400, Mathieu Audat wrote:
> This package is responsible from downloading and deploying bitstream for
> TS-4900's FPGA. It implements clocks, UART MUX, and GPIOs. One of these
> GPIOs is used to enable the wifi module.
> 
> It is loaded by U-Boot during the boot sequence, the default U-boot
> script expects to find it in the /boot folder.
> 
> Signed-off-by: Mathieu Audat <mathieu.audat@savoirfairelinux.com>
> ---
>  package/Config.in                    |  1 +
>  package/ts4900-fpga/Config.in        | 11 +++++++++++
>  package/ts4900-fpga/ts4900-fpga.hash |  5 +++++
>  package/ts4900-fpga/ts4900-fpga.mk   | 22 ++++++++++++++++++++++
>  4 files changed, 39 insertions(+)
>  create mode 100644 package/ts4900-fpga/Config.in
>  create mode 100644 package/ts4900-fpga/ts4900-fpga.hash
>  create mode 100644 package/ts4900-fpga/ts4900-fpga.mk

Applied to master with the following changes:

    [Thomas:
     - Use "config" instead of "menuconfig" since there's a single option
       and no sub-options.
     - Add BR2_arm dependency, since it's only used on a specific i.MX6
       platform.
     - Implement TS4900_FPGA_EXTRACT_CMDS that copy the file to the package
       build directory $(@D)
     - Change the install command to copy from $(@D) instead of from
       $(DL_DIR)
     - Change the install command to remove the 'mkdir -p
       $(TARGET_DIR)/boot' and instead just use the -D option of the install
       program that creates the destination directory if it doesn't exist.]

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2016-09-18 14:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-17 20:23 [Buildroot] [PATCH v2 0/2] configs: Add ts4900 basic board support Mathieu Audat
2016-09-17 20:23 ` [Buildroot] [PATCH v2 1/2] ts4900-fpga: add ts4900-fpga package Mathieu Audat
2016-09-18 14:58   ` Thomas Petazzoni [this message]
2016-09-17 20:23 ` [Buildroot] [PATCH v2 2/2] configs: add defconfig for TS-4900 Mathieu Audat
2016-09-18 15:10   ` Thomas Petazzoni
2016-09-21 20:35     ` Arnout Vandecappelle
2016-09-22  5:21       ` Thomas Petazzoni

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=20160918165829.0420ea4a@free-electrons.com \
    --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.