All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] Add vmlinuz support in Kernel binary format for MIPS.
Date: Fri, 28 Oct 2011 08:11:14 +0200	[thread overview]
Message-ID: <CAAXf6LWmshjKpryo3yrQMiWL4m8mLZBVVr5hDg5w5tx7QTFfVQ@mail.gmail.com> (raw)
In-Reply-To: <1316509288-31106-1-git-send-email-keguang.zhang@gmail.com>

On Tue, Sep 20, 2011 at 11:01 AM,  <keguang.zhang@gmail.com> wrote:
> From: Kelvin Cheung <keguang.zhang@gmail.com>
>
> Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
> ---
> ?linux/Config.in | ? ?4 ++++
> ?linux/linux.mk ?| ? ?4 ++++
> ?2 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/linux/Config.in b/linux/Config.in
> index 5655286..09e5685 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -148,6 +148,10 @@ config BR2_LINUX_KERNEL_VMLINUX
> ? ? ? ?bool "vmlinux"
> ? ? ? ?depends on BR2_mips || BR2_mipsel
>
> +config BR2_LINUX_KERNEL_VMLINUZ
> + ? ? ? bool "vmlinuz"
> + ? ? ? depends on BR2_mips || BR2_mipsel
> +
> ?config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
> ? ? ? ?bool "custom target"
> ? ? ? ?help
> diff --git a/linux/linux.mk b/linux/linux.mk
> index f249d96..32b588c 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -63,6 +63,8 @@ else ifeq ($(BR2_LINUX_KERNEL_VMLINUX_BIN),y)
> ?LINUX_IMAGE_NAME=vmlinux.bin
> ?else ifeq ($(BR2_LINUX_KERNEL_VMLINUX),y)
> ?LINUX_IMAGE_NAME=vmlinux
> +else ifeq ($(BR2_LINUX_KERNEL_VMLINUZ),y)
> +LINUX_IMAGE_NAME=vmlinuz
> ?endif
> ?endif
>
> @@ -80,6 +82,8 @@ endif
>
> ?ifeq ($(BR2_LINUX_KERNEL_VMLINUX),y)
> ?LINUX_IMAGE_PATH=$(LINUX_DIR)/$(LINUX_IMAGE_NAME)
> +else ifeq ($(BR2_LINUX_KERNEL_VMLINUZ),y)
> +LINUX_IMAGE_PATH=$(LINUX_DIR)/$(LINUX_IMAGE_NAME)
> ?else
> ?ifeq ($(KERNEL_ARCH),avr32)
> ?LINUX_IMAGE_PATH=$(KERNEL_ARCH_PATH)/boot/images/$(LINUX_IMAGE_NAME)
> --

Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

  parent reply	other threads:[~2011-10-28  6:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-20  9:01 [Buildroot] [PATCH 1/3] Add vmlinuz support in Kernel binary format for MIPS keguang.zhang at gmail.com
2011-09-20  9:01 ` [Buildroot] [PATCH 2/3] live555: install to staging keguang.zhang at gmail.com
2011-10-28  4:14   ` Kelvin Cheung
2011-10-28  9:03   ` Peter Korsgaard
2011-09-20  9:01 ` [Buildroot] [PATCH 3/3] mplayer: Enable live and tv options keguang.zhang at gmail.com
2011-09-23  1:49   ` Kelvin Cheung
2011-10-28  4:16   ` Kelvin Cheung
2011-10-31  9:05   ` Kelvin Cheung
2011-10-28  4:12 ` [Buildroot] [PATCH 1/3] Add vmlinuz support in Kernel binary format for MIPS Kelvin Cheung
2011-10-28  6:11 ` Thomas De Schampheleire [this message]
2011-10-28  8:52 ` 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=CAAXf6LWmshjKpryo3yrQMiWL4m8mLZBVVr5hDg5w5tx7QTFfVQ@mail.gmail.com \
    --to=patrickdepinguin+buildroot@gmail.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.