All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/4] mx28evk: Add new machine definition
Date: Tue, 03 May 2011 09:26:12 +0200	[thread overview]
Message-ID: <ipoamp$7ls$1@dough.gmane.org> (raw)
In-Reply-To: <1304370168-4354-2-git-send-email-schnitzeltony@gmx.de>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Can you make this 4/4, otherwise bisecting will be broken since this
machines lacks uboot and kernel.

On 02-05-11 23:02, Andreas Mueller wrote:
> 
> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
> ---
>  conf/machine/include/imx28.inc |   19 +++++++++++++++++++
>  conf/machine/mx28evk.conf      |   23 +++++++++++++++++++++++
>  2 files changed, 42 insertions(+), 0 deletions(-)
>  create mode 100644 conf/machine/include/imx28.inc
>  create mode 100644 conf/machine/mx28evk.conf
> 
> diff --git a/conf/machine/include/imx28.inc b/conf/machine/include/imx28.inc
> new file mode 100644
> index 0000000..38248a8
> --- /dev/null
> +++ b/conf/machine/include/imx28.inc
> @@ -0,0 +1,19 @@
> +SOC_FAMILY = "mx28"
> +TARGET_ARCH = "arm"
> +
> +require conf/machine/include/tune-arm926ejs.inc
> +
> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
> +
> +# Increase this everytime you change something in the kernel
> +MACHINE_KERNEL_PR = "r0"
> +
> +KERNEL_IMAGETYPE = "uImage"
> +
> +UBOOT_ENTRYPOINT = "0x8000"
> +UBOOT_LOADADDRESS = "0x8000"
> +
> +EXTRA_IMAGEDEPENDS += "u-boot"
> +
> +IMAGE_FSTYPES += "jffs2 tar.bz2"
> +
> diff --git a/conf/machine/mx28evk.conf b/conf/machine/mx28evk.conf
> new file mode 100644
> index 0000000..e093ffa
> --- /dev/null
> +++ b/conf/machine/mx28evk.conf
> @@ -0,0 +1,23 @@
> +#@Name: Freescale i.MX28 Evaluation Kit
> +#@DESCRIPTION: Machine configuration for Freescale i.MX28 Evaluation Kit
> +#@Homepage: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCIMX28EVKJ&fr=g
> +
> +UBOOT_MACHINE = "mx28_evk_config"
> +
> +PREFERRED_PROVIDER_virtual/kernel = "linux-imx"
> +
> +MACHINE_FEATURES = "kernel26 apm alsa ext2 usbhost usbgadget screen"
> +
> +MACHINE_GUI_CLASS = "bigscreen"
> +LOGO_SIZE = "vga"
> +
> +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
> +XSERVER = "xserver-kdrive-fbdev"
> +
> +require conf/machine/include/imx28.inc
> +
> +# used by sysvinit_2
> +SERIAL_CONSOLE = "115200 ttymxc0"
> +
> +ROOT_FLASH_SIZE = "128"
> +

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNv64UMkyGM64RGpERAnLbAJ428QinP3RjRJfULPVwSBoJDzzmWQCfcK+p
eIXHu+QuINATlNrAQ9LH+pI=
=UwFn
-----END PGP SIGNATURE-----




  reply	other threads:[~2011-05-03  7:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-02 21:02 [PATCH 0/4] Add support for freescale mx28evk board Andreas Mueller
2011-05-02 21:02 ` [PATCH 1/4] mx28evk: Add new machine definition Andreas Mueller
2011-05-03  7:26   ` Koen Kooi [this message]
2011-05-02 21:02 ` [PATCH 2/4] elftosb: Add native helper to create boot stream files used by freescale iMX SoCs Andreas Mueller
2011-05-02 21:02 ` [PATCH 3/4] u-boot: Add support for freescale iMX28 SoCs Andreas Mueller
2011-05-02 21:02 ` [PATCH 4/4] linux-imx-git: add support for freescale mx28evk Andreas Mueller

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='ipoamp$7ls$1@dough.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.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.