All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: yocto@yoctoproject.org
Subject: [meta-rockchip][PATCH v2 3/5] machine: firefly-rk3288: specify bootloader
Date: Sat, 18 Feb 2017 21:43:38 -0500	[thread overview]
Message-ID: <20170219024340.23664-4-twoerner@gmail.com> (raw)
In-Reply-To: <20170219024340.23664-1-twoerner@gmail.com>

Set the default preferred bootloader for firefly-rk3288 to be u-boot-rockchip
and set the default name of the SPL binary.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/firefly-rk3288.conf | 1 +
 conf/machine/include/rk3288.inc  | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/conf/machine/firefly-rk3288.conf b/conf/machine/firefly-rk3288.conf
index 8fa005d..58d752b 100644
--- a/conf/machine/firefly-rk3288.conf
+++ b/conf/machine/firefly-rk3288.conf
@@ -8,3 +8,4 @@
 
 include conf/machine/include/rk3288.inc
 KERNEL_DEVICETREE = "rk3288-firefly.dtb"
+UBOOT_MACHINE = "firefly-rk3288_defconfig"
diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc
index 769e5c1..4a4201f 100644
--- a/conf/machine/include/rk3288.inc
+++ b/conf/machine/include/rk3288.inc
@@ -10,3 +10,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux"
 SERIAL_CONSOLES = "115200;ttyS2"
 KERNEL_IMAGETYPE = "zImage"
 KBUILD_DEFCONFIG = "multi_v7_defconfig"
+
+PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-rockchip"
+SPL_BINARY ?= "u-boot-spl-dtb.bin"
-- 
2.12.0.rc1.48.g076c053



  parent reply	other threads:[~2017-02-19  2:43 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-19  2:43 [meta-rockchip][PATCH v2 0/5] various updates Trevor Woerner
2017-02-19  2:43 ` [meta-rockchip][PATCH v2 1/5] machine: rk3288: enable SoC-specific assignments Trevor Woerner
2017-02-19  3:40   ` Eddie Cai
2017-02-21 22:25     ` Trevor Woerner
2017-02-22  2:20       ` Eddie Cai
2017-02-26  6:15         ` Trevor Woerner
2017-02-19  2:43 ` [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add Trevor Woerner
2017-02-19  3:26   ` Eddie Cai
2017-02-19 14:22   ` Jacob Chen
2017-02-19 14:33     ` Eddie Cai
2017-02-20 11:14       ` Eddie Cai
2017-02-21 16:01         ` Trevor Woerner
2017-02-21 22:18           ` Trevor Woerner
2017-02-22 14:06             ` Eddie Cai
2017-02-27  9:07               ` Trevor Woerner
2017-03-06  5:06                 ` Trevor Woerner
2017-03-06  7:04                   ` Eddie Cai
2017-03-06 18:44                     ` Trevor Woerner
2017-02-19  2:43 ` Trevor Woerner [this message]
2017-02-19  5:03   ` [meta-rockchip][PATCH v2 3/5] machine: firefly-rk3288: specify bootloader Eddie Cai
2017-02-19  8:17     ` Jacob Chen
2017-02-21 22:22       ` Trevor Woerner
2017-02-26  6:24         ` Trevor Woerner
2017-02-19  2:43 ` [meta-rockchip][PATCH v2 4/5] classes: rockchip-gpt-img: add Trevor Woerner
2017-02-19  6:32   ` Eddie Cai
2017-02-19  8:31     ` Jacob Chen
2017-02-19 12:18       ` Eddie Cai
2017-02-21 22:21         ` Trevor Woerner
2017-02-27  7:29           ` Trevor Woerner
2017-02-19  2:43 ` [meta-rockchip][PATCH v2 5/5] machine: rk3288: GPT image support Trevor Woerner
2017-02-19  6:33   ` Eddie Cai
2017-02-26  6:28     ` Trevor Woerner

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=20170219024340.23664-4-twoerner@gmail.com \
    --to=twoerner@gmail.com \
    --cc=yocto@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.