All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chunrong Guo <B40290@freescale.com>
To: <meta-freescale@yoctoproject.org>
Cc: chunrong.guo@nxp.com
Subject: [PATCH 11/13] ls1012ardb : add itbimage support
Date: Mon, 30 Oct 2017 16:53:55 +0800	[thread overview]
Message-ID: <1509353637-16361-11-git-send-email-B40290@freescale.com> (raw)
In-Reply-To: <1509353637-16361-1-git-send-email-B40290@freescale.com>

From: Chunrong Guo <chunrong.guo@nxp.com>

*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/ls1012ardb.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf
index 8fe7bed..c0b438a 100644
--- a/conf/machine/ls1012ardb.conf
+++ b/conf/machine/ls1012ardb.conf
@@ -10,6 +10,12 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
 require conf/machine/include/qoriq-arm64.inc
 require conf/machine/include/arm/arch-arm64.inc
 
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+DTB_LOAD = "0x90000000"
+UBOOT_ENTRYPOINT = "0x80080000"
+
 UBOOT_CONFIG ??= "qspi-secure-boot qspi"
 UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
-- 
1.9.0



  parent reply	other threads:[~2017-10-30  8:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
2017-10-30  8:53 ` [PATCH 02/13] linux-qoriq_4.4: update to e235023 Chunrong Guo
2017-10-30  8:53 ` [PATCH 03/13] management-complex: update to 10.3.4 Chunrong Guo
2017-10-30  8:53 ` [PATCH 04/13] rcw: update to 6719b04 Chunrong Guo
2017-10-30  8:53 ` [PATCH 05/13] uboot : update to fbedf04 Chunrong Guo
2017-10-30  8:53 ` [PATCH 06/13] restool: update to 8f08b9d Chunrong Guo
2017-10-30  8:53 ` [PATCH 07/13] fmlib: update to 95f34b1 Chunrong Guo
2017-10-30  8:53 ` [PATCH 08/13] cst :update to 5e0ce70 Chunrong Guo
2017-10-30  8:53 ` [PATCH 09/13] fmc: update to 8c9f127 Chunrong Guo
2017-10-30  8:53 ` [PATCH 10/13] ppfe-firmware: update recipes Chunrong Guo
2017-10-30  8:53 ` Chunrong Guo [this message]
2017-10-30  8:53 ` [PATCH 12/13] fmc: set EXTRA_OEMAKE_PLATFORM for ls1088a Chunrong Guo
2017-10-30  8:53 ` [PATCH 13/13] ceetm: update recipes Chunrong Guo
2017-11-02  7:51   ` C.r. Guo
2017-11-06 12:06   ` Otavio Salvador

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=1509353637-16361-11-git-send-email-B40290@freescale.com \
    --to=b40290@freescale.com \
    --cc=chunrong.guo@nxp.com \
    --cc=meta-freescale@yoctoproject.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.