All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy 'ayaka' Li <ayaka@soulik.info>
To: yocto@yoctoproject.org
Cc: Randy 'ayaka' Li <ayaka@soulik.info>, romain.perier@gmail.com
Subject: [PATCH 3/5] conf/machine: add support for rk3328
Date: Sun, 21 Apr 2019 23:53:37 +0800	[thread overview]
Message-ID: <20190421155339.6332-4-ayaka@soulik.info> (raw)
In-Reply-To: <20190421155339.6332-1-ayaka@soulik.info>

The RK3328 is a SoC with Quad-core Cortex-A53 for Smart OTT/IPTV.

Signed-off-by: Randy 'ayaka' Li <ayaka@soulik.info>
---
 conf/machine/evb-rk3328.conf    | 12 ++++++++++++
 conf/machine/include/rk3328.inc | 18 ++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 conf/machine/evb-rk3328.conf
 create mode 100644 conf/machine/include/rk3328.inc

diff --git a/conf/machine/evb-rk3328.conf b/conf/machine/evb-rk3328.conf
new file mode 100644
index 0000000..67d2083
--- /dev/null
+++ b/conf/machine/evb-rk3328.conf
@@ -0,0 +1,12 @@
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+#@TYPE: Machine
+#@NAME: EVB 3388
+
+include conf/machine/include/rk3328.inc
+
+KERNEL_DEVICETREE = "rockchip/rk3328-evb.dtb"
+UBOOT_MACHINE = "evb-rk3328_defconfig"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip"
+GPTIMG_APPEND = "console=ttyS20,1500000n8 rw root=/dev/mmcblk2p5 rootfstype=ext4 init=/sbin/init"
diff --git a/conf/machine/include/rk3328.inc b/conf/machine/include/rk3328.inc
new file mode 100644
index 0000000..8dc018e
--- /dev/null
+++ b/conf/machine/include/rk3328.inc
@@ -0,0 +1,18 @@
+# Copyright (C) 2017 Randy Li <ayaka@soulik.info>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+# RK3228H is the same SoC as rk3328.
+SOC_FAMILY = "rk3328"
+
+require conf/machine/include/tune-cortexa53.inc
+require conf/machine/include/soc-family.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+SERIAL_CONSOLES = "1500000;ttyS2"
+KERNEL_IMAGETYPE = "Image"
+KBUILD_DEFCONFIG = "multi_v8_defconfig"
+
+PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-rockchip"
+
+IMAGE_FSTYPES = "rockchip-gpt-img"
+IMAGE_CLASSES = "rockchip-gpt-img"
-- 
2.20.1



  parent reply	other threads:[~2019-04-21 16:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-21 15:53 [meta-rockchip] [PATCH 0/5] add new SoCs support Randy 'ayaka' Li
2019-04-21 15:53 ` [PATCH 1/5] conf/machine: rk3288: Add some machine files Randy 'ayaka' Li
2019-04-23  8:24   ` Trevor Woerner
2019-04-21 15:53 ` [PATCH 2/5] conf/machine: add rk3399 support Randy 'ayaka' Li
2019-04-22  3:47   ` Khem Raj
2019-04-22  6:29     ` Ayaka
2019-04-22 20:31       ` Khem Raj
2019-04-23  8:10   ` Trevor Woerner
2019-04-21 15:53 ` Randy 'ayaka' Li [this message]
2019-04-23  8:15   ` [PATCH 3/5] conf/machine: add support for rk3328 Trevor Woerner
2019-04-21 15:53 ` [PATCH 4/5] conf/machine: add support for rk3036 Randy 'ayaka' Li
2019-04-23  8:13   ` Trevor Woerner
2019-04-21 15:53 ` [PATCH 5/5] conf/machine: add support for rv1108 Randy 'ayaka' Li
2019-04-23  8:11   ` Trevor Woerner
2019-04-22 15:05 ` [meta-rockchip] [PATCH 0/5] add new SoCs support Trevor Woerner
2019-04-23  8:02 ` Trevor Woerner
2019-04-23 10:56   ` Ayaka

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=20190421155339.6332-4-ayaka@soulik.info \
    --to=ayaka@soulik.info \
    --cc=romain.perier@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.