All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip] conf: machine: Add support for vyasa-rk3288
@ 2018-09-12 14:10 Shyam Saini
  2018-09-12 16:12 ` Trevor Woerner
  0 siblings, 1 reply; 3+ messages in thread
From: Shyam Saini @ 2018-09-12 14:10 UTC (permalink / raw)
  To: twoerner; +Cc: yocto, michael, jagan, Shyam Saini

This patch adds initial support for the Amarula Vyasa Board.
With this patch, we would have working images for vyasa,
single gpt and wic image support would be added later on.

Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com>
---
 conf/machine/vyasa-rk3288.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 conf/machine/vyasa-rk3288.conf

diff --git a/conf/machine/vyasa-rk3288.conf b/conf/machine/vyasa-rk3288.conf
new file mode 100644
index 000000000000..9c634325451e
--- /dev/null
+++ b/conf/machine/vyasa-rk3288.conf
@@ -0,0 +1,14 @@
+# Copyright (C) 2018 Amarula Solutions
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+#@TYPE: Machine
+#@NAME: Amarula Vyasa RK3288
+#@DESCRIPTION: Amarula Vyasa is Rockchip RK3288 SOC based Single board computer with fully supported opensource software.
+
+require conf/machine/include/rk3288.inc
+
+KERNEL_IMAGETYPE = "uImage"
+KERNEL_DEVICETREE = "rk3288-vyasa.dtb"
+KERNEL_EXTRA_ARGS +="LOADADDR=0x02000000"
+
+UBOOT_MACHINE = "vyasa-rk3288_defconfig"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-13 14:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 14:10 [meta-rockchip] conf: machine: Add support for vyasa-rk3288 Shyam Saini
2018-09-12 16:12 ` Trevor Woerner
2018-09-13 14:48   ` Shyam Saini

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.