From: Trevor Woerner <twoerner@gmail.com>
To: Shyam Saini <shyam.saini@amarulasolutions.com>
Cc: yocto@yoctoproject.org, michael@amarulasolutions.com,
jagan@amarulasolutions.com
Subject: Re: [meta-rockchip] conf: machine: Add support for vyasa-rk3288
Date: Wed, 12 Sep 2018 12:12:10 -0400 [thread overview]
Message-ID: <20180912161210.GA21553@linux-uys3> (raw)
In-Reply-To: <20180912141004.7929-1-shyam.saini@amarulasolutions.com>
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!
next prev parent reply other threads:[~2018-09-12 16:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-12 14:10 [meta-rockchip] conf: machine: Add support for vyasa-rk3288 Shyam Saini
2018-09-12 16:12 ` Trevor Woerner [this message]
2018-09-13 14:48 ` Shyam Saini
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=20180912161210.GA21553@linux-uys3 \
--to=twoerner@gmail.com \
--cc=jagan@amarulasolutions.com \
--cc=michael@amarulasolutions.com \
--cc=shyam.saini@amarulasolutions.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.