All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: Otavio Salvador <otavio@ossystems.com.br>,
	 Valentin Raevsky <valentin@compulab.co.il>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [PATCH 3/3] cm-fx6: add cm-fx6 machine configuration
Date: Tue, 14 Apr 2015 21:24:32 +0300	[thread overview]
Message-ID: <552D5B60.8060402@compulab.co.il> (raw)
In-Reply-To: <CAP9ODKq+Cp1TSmkoDWkvGAYv7e-9oxkkXUzZ2esjBK9+TqMYDw@mail.gmail.com>

On 04/13/15 16:47, Otavio Salvador wrote:
> On Sat, Apr 11, 2015 at 6:39 AM, Valentin Raevsky
> <valentin@compulab.co.il> wrote:
>> Add cm-fx6 machine configuration: u-boot and kernel.
>> The cm-fx6 is a CompuLab CoM. The board features:
>> -- Freescale i.MX6 quad-core Cortex-A9 CPU, 1.2GHz
> 
> Quad / DualLite ?

Yes, thanks. We use Quad, Dual, and Solo (DL).

> 
>> -- Up to 4GB DDR3 and up to 32GB on-board SSD storage
>> -- Integrated GPU and 1080p VPU, dual display support
>> -- WiFi, BT 3.0, GbE, PCIe, SATA, USB x5, UART x5, CAN x2
>>
>> For more information visit:
>> http://www.compulab.co.il/products/computer-on-modules/cm-fx6/
> 
> Great :)
> 
>> Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
>> ---
>>  conf/machine/cm-fx6.conf |   22 ++++++++++++++++++++++
>>  1 file changed, 22 insertions(+)
>>  create mode 100644 conf/machine/cm-fx6.conf
>>
>> diff --git a/conf/machine/cm-fx6.conf b/conf/machine/cm-fx6.conf
>> new file mode 100644
>> index 0000000..1b357cd
>> --- /dev/null
>> +++ b/conf/machine/cm-fx6.conf
>> @@ -0,0 +1,22 @@
>> +#@TYPE: Machine
>> +#@NAME: CompuLab CM-FX6
>> +#@SOC: i.MX6 Q/DL
>> +#@DESCRIPTION: Machine configuration for CompuLab CM-FX6 machines
>> +#@MAINTAINER: Valentin Raevsky <valentin@compulab.co.il>
> 
> Great.
> 
>> +require conf/machine/include/imx-base.inc

Valentin told me that including this results in some strange build
breakage...
Is it because we tried with kernel kernel 3.10.17?

>> +require conf/machine/include/tune-cortexa9.inc
>> +
>> +SOC_FAMILY = "mx6:mx6dl:mx6q"
>> +
>> +PREFERRED_PROVIDER_u-boot = "u-boot-cm-fx6"
>> +PREFERRED_PROVIDER_virtual/kernel = "linux-cm-fx6"
> 
> This will need to be adjusted for v2, as part of the renaming.

No problem, I just want to understand, how should we add boards to the
same recipes (linux-compulab, u-boot-compulab).

> 
> ...
>> +KERNEL_IMAGETYPE = "zImage"
> 
> zImage is the BSP layer default so please drop it.

Ok.

> 
> Apart from this, it is very good.
> 
> Generally the most important remark is the way you've been sending the
> patchset. You need to add the proper subject-prefix when sending it.
> 
> You can take a look at the README[1] as it describes the proper way to do it.
> 
> 1. https://github.com/Freescale/meta-fsl-arm-extra

Thanks for the pointer!

> 
> Thanks for the hard work you've been doing at cooking this patches. I
> know the first iterations are tough but this ends being a pleasant
> experience as soon you get more used to it, I apologize in send so
> many "remarks" to the patchset but those are necessary so we can keep
> the good level of quality of the BSP layer in long term.

Well, thank you for reviewing those patches and being patient!
We have a mutual goal, so no problem with remarks or their amount.
As more remarks come in now, less we will have to deal with later ;-)

-- 
Regards,
Igor.


  reply	other threads:[~2015-04-14 18:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-11  9:39 [PATCH 1/3] u-boot-cm-fx6: add u-boot configuration for cm-fx6 machines Valentin Raevsky
2015-04-11  9:39 ` [PATCH 2/3] linux-cm-fx6: add cm-fx6 kernel configuration files Valentin Raevsky
2015-04-13 13:39   ` Otavio Salvador
2015-04-14 18:14     ` Igor Grinberg
2015-04-11  9:39 ` [PATCH 3/3] cm-fx6: add cm-fx6 machine configuration Valentin Raevsky
2015-04-13 13:47   ` Otavio Salvador
2015-04-14 18:24     ` Igor Grinberg [this message]
2015-04-14 18:44       ` Otavio Salvador
2015-04-13 13:35 ` [PATCH 1/3] u-boot-cm-fx6: add u-boot configuration for cm-fx6 machines Otavio Salvador
2015-04-14 18:05   ` Igor Grinberg
2015-04-14 18:41     ` Otavio Salvador

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=552D5B60.8060402@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    --cc=valentin@compulab.co.il \
    /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.