* [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
* Re: [meta-rockchip] conf: machine: Add support for vyasa-rk3288
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
0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2018-09-12 16:12 UTC (permalink / raw)
To: Shyam Saini; +Cc: yocto, michael, jagan
Hello Shyam,
Thank you for your contribution!
I just have 3 small nits with your patch, which I am happy to fix myself
without you needing to send a v2 (if that's okay with you):
1. I see that there's a mistake in meta-rockchip's README file which I will
fix, the email subject should be prefixed with "[meta-rockchip][PATCH]".
Sorry! I will fix this in the README.
On Wed 2018-09-12 @ 07:40:04 PM, Shyam Saini wrote:
> This patch adds initial support for the Amarula Vyasa Board.
2. I'm going to remove the following second sentence from the commit message.
In 2 years, reading the commit logs regarding future promises/TODOs will
seem funny. The sentence above fully explains this patch.
> 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"
3. I'm going to add a space after += for consistency.
> +KERNEL_EXTRA_ARGS +="LOADADDR=0x02000000"
> +
> +UBOOT_MACHINE = "vyasa-rk3288_defconfig"
> --
> 2.11.0
>
Once again, thank you for your contribution!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-rockchip] conf: machine: Add support for vyasa-rk3288
2018-09-12 16:12 ` Trevor Woerner
@ 2018-09-13 14:48 ` Shyam Saini
0 siblings, 0 replies; 3+ messages in thread
From: Shyam Saini @ 2018-09-13 14:48 UTC (permalink / raw)
To: Trevor Woerner; +Cc: yocto, Michael Nazzareno Trimarchi, Jagan Teki
> Hello Shyam,
Hi Trevor
> Thank you for your contribution!
>
> I just have 3 small nits with your patch, which I am happy to fix myself
> without you needing to send a v2 (if that's okay with you):
I'm perfectly fine with it. You can merge them it with your fixes.
> 1. I see that there's a mistake in meta-rockchip's README file which I will
> fix, the email subject should be prefixed with "[meta-rockchip][PATCH]".
> Sorry! I will fix this in the README.
>
> On Wed 2018-09-12 @ 07:40:04 PM, Shyam Saini wrote:
>> This patch adds initial support for the Amarula Vyasa Board.
>
> 2. I'm going to remove the following second sentence from the commit message.
> In 2 years, reading the commit logs regarding future promises/TODOs will
> seem funny. The sentence above fully explains this patch.
>
>> 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"
>
> 3. I'm going to add a space after += for consistency.
>
>> +KERNEL_EXTRA_ARGS +="LOADADDR=0x02000000"
>> +
>> +UBOOT_MACHINE = "vyasa-rk3288_defconfig"
>> --
>> 2.11.0
>>
>
> Once again, thank you for your contribution!
Will take care of above mentioned points in future.
Thanks a lot for explaining.
Cheers,
Shyam
^ permalink raw reply [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.