From: Sascha Hauer <s.hauer@pengutronix.de>
To: Franck Jullien <franck.jullien@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/2] nios2: use barebox_add_memory_bank in generic.c
Date: Thu, 15 Nov 2012 08:47:40 +0100 [thread overview]
Message-ID: <20121115074740.GU10369@pengutronix.de> (raw)
In-Reply-To: <1352931813-2817-1-git-send-email-franck.jullien@gmail.com>
On Wed, Nov 14, 2012 at 11:23:32PM +0100, Franck Jullien wrote:
> In the nios2 generic board generic.c file, use the
> new barebox_add_memory_bank to init ram memory.
>
> Signed-off-by: Franck Jullien <franck.jullien@gmail.com>
Applied, thanks
Sascha
> ---
> arch/nios2/boards/generic/generic.c | 11 +++++++++--
> 1 files changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/arch/nios2/boards/generic/generic.c b/arch/nios2/boards/generic/generic.c
> index 66eb856..499d93b 100644
> --- a/arch/nios2/boards/generic/generic.c
> +++ b/arch/nios2/boards/generic/generic.c
> @@ -3,6 +3,7 @@
> #include <driver.h>
> #include <partition.h>
> #include <fs.h>
> +#include <memory.h>
>
> static int phy_address = 1;
>
> @@ -32,11 +33,17 @@ static struct device_d mac_dev = {
> .platform_data = &phy_address,
> };
>
> +static int mem_init(void)
> +{
> + barebox_add_memory_bank("ram0", NIOS_SOPC_MEMORY_BASE, NIOS_SOPC_MEMORY_SIZE);
> +
> + return 0;
> +}
> +mem_initcall(mem_init);
> +
> static int generic_devices_init(void)
> {
> add_cfi_flash_device(DEVICE_ID_DYNAMIC, NIOS_SOPC_FLASH_BASE, NIOS_SOPC_FLASH_SIZE, 0);
> - add_mem_device("ram0", NIOS_SOPC_MEMORY_BASE, NIOS_SOPC_MEMORY_SIZE,
> - IORESOURCE_MEM_WRITEABLE);
> platform_device_register(&mac_dev);
> /*register_device(&epcs_flash_device);*/
>
> --
> 1.7.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
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
prev parent reply other threads:[~2012-11-15 7:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-14 22:23 Franck Jullien
2012-11-14 22:23 ` [PATCH 2/2] nios2: update generic_defconfig Franck Jullien
2012-11-15 7:47 ` Sascha Hauer [this message]
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=20121115074740.GU10369@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=franck.jullien@gmail.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