mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Eric Bénard" <eric@eukrea.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 2/3] MarSBoard: add new board
Date: Fri, 28 Mar 2014 08:46:47 +0100	[thread overview]
Message-ID: <20140328074647.GA17250@pengutronix.de> (raw)
In-Reply-To: <1395865363-29307-2-git-send-email-eric@eukrea.com>

Hi Eric,

On Wed, Mar 26, 2014 at 09:22:42PM +0100, Eric Bénard wrote:
> +}
> +postcore_initcall(marsboard_lwl_init);
> diff --git a/arch/arm/boards/embest-marsboard/env/config-board b/arch/arm/boards/embest-marsboard/env/config-board
> new file mode 100644
> index 0000000..e8e8378
> --- /dev/null
> +++ b/arch/arm/boards/embest-marsboard/env/config-board
> @@ -0,0 +1,6 @@
> +#!/bin/sh
> +
> +# board defaults, do not change in running system. Change /env/config
> +# instead
> +
> +global.linux.bootargs.base="console=ttymxc0,115200"

For the board specific environment I'd like to do the following:

move the $BOARD/env directory to a board specific name, like
$BOARD/marsboard-env. In your board code (when you know that you're
running on the marsboard), do: defaultenv_append_directory(marsboard_env);

For the environment snippet above: You can simply drop it. barebox will
append a correct 'console=' parameter automatically for you.

> +wm 32 0x020c407c 0x0f0000c3
> +wm 32 0x020c4080 0x000003ff
> +/* enable AXI cache for VDOA/VPU/IPU */
> +wm 32 0x020e0010 0xf00000cf
> +/* set IPU AXI-id0 Qos=0xf(bypass AXI-id1 Qos=0x7 */
> +wm 32 0x020e0018 0x007f007f
> +wm 32 0x020e001c 0x007f007f

You can probably drop these. The -next branch has a patch in it which
should do it:

3739b84 ARM i.MX6q: Mark VPU and IPU AXI transfers as cacheable, increase IPU priority

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2014-03-28  7:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-26 20:22 [PATCH 1/3] RiOTboard: " Eric Bénard
2014-03-26 20:22 ` [PATCH 2/3] MarSBoard: " Eric Bénard
2014-03-28  7:46   ` Sascha Hauer [this message]
2014-03-26 20:22 ` [PATCH 3/3] arm: add defconfig for Embest boards Eric Bénard
2014-03-27 10:07   ` Lucas Stach
2014-03-27 22:45     ` Eric Bénard

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=20140328074647.GA17250@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=eric@eukrea.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox