| Submitter | SARTRE Leo |
|---|---|
| Date | March 12, 2013, 2:37 p.m. |
| Message ID | <3465D313FDFB824F9A9C8CD24FA4F6BC0108CCC9@frontmail.adetel.com> |
| Download | mbox | patch |
| Permalink | /patch/46053/ |
| State | Changes Requested |
| Delegated to: | Otavio Salvador |
| Headers | show |
Comments
On Tue, Mar 12, 2013 at 11:37 AM, SARTRE Leo <lsartre@adeneo-embedded.com> wrote: > > Signed-off-by: Leo Sartre <lsartre@adeneo-embedded.com> Please use: cgtgmx6: Add machine definition (or similar) <newline> <brief description of board and maybe a link to where to find more information about it?> > create mode 100644 conf/machine/cgtqmx6.conf Spurious commit message? > diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf > new file mode 100644 > index 0000000..f8a300e > --- /dev/null > +++ b/conf/machine/cgtqmx6.conf > @@ -0,0 +1,19 @@ > +#@TYPE: Machine > +#@NAME: Congatec Qmx6 > +#@DESCRIPTION: Machine configuration for Congatec Qmx6 board > + > +include conf/machine/include/imx-base.inc > +include conf/machine/include/tune-cortexa9.inc > + > +SOC_FAMILY = "mx6q:imx6" We use mx6 as SoC family, not imx6. > +# Use u-boot imx > +UBOOT_SUFFIX = "bin" > +UBOOT_PADDING = "2" > +PREFERRED_PROVIDER_u-boot = "u-boot-imx" > + > +UBOOT_MACHINE = "cgtqmx6_config" > + > +SERIAL_CONSOLE = "115200 ttymxc1" > + > +MACHINE_FEATURES += " pci" Regards,
Patch
diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf new file mode 100644 index 0000000..f8a300e --- /dev/null +++ b/conf/machine/cgtqmx6.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@NAME: Congatec Qmx6 +#@DESCRIPTION: Machine configuration for Congatec Qmx6 board + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa9.inc + +SOC_FAMILY = "mx6q:imx6" + +# Use u-boot imx +UBOOT_SUFFIX = "bin" +UBOOT_PADDING = "2" +PREFERRED_PROVIDER_u-boot = "u-boot-imx" + +UBOOT_MACHINE = "cgtqmx6_config" + +SERIAL_CONSOLE = "115200 ttymxc1" + +MACHINE_FEATURES += " pci"
Signed-off-by: Leo Sartre <lsartre@adeneo-embedded.com> create mode 100644 conf/machine/cgtqmx6.conf -- Léo Sartre Adeneo Embedded www.adeneo-embedded.com