public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] microblaze: bootm: Add support for loading initrd
Date: Mon, 06 May 2013 10:53:31 +0200	[thread overview]
Message-ID: <51876F8B.3090306@monstr.eu> (raw)
In-Reply-To: <39b134c2d1ef717b3d43f826b7e0b94106232fd2.1367566009.git.michal.simek@xilinx.com>

On 05/03/2013 09:26 AM, Michal Simek wrote:
> fdt_initrd add additional information to DTB about initrd
> addresses which are later used by kernel.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>  arch/microblaze/lib/bootm.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/microblaze/lib/bootm.c b/arch/microblaze/lib/bootm.c
> index b992a4d..bb01a71 100644
> --- a/arch/microblaze/lib/bootm.c
> +++ b/arch/microblaze/lib/bootm.c
> @@ -64,6 +64,11 @@ int do_bootm_linux(int flag, int argc, char * const argv[],
> 
>  	if (!of_flat_tree && argc > 3)
>  		of_flat_tree = (char *)simple_strtoul(argv[3], NULL, 16);
> +
> +	/* fixup the initrd now that we know where it should be */
> +	if (images->rd_start && images->rd_end && of_flat_tree)
> +		fdt_initrd(of_flat_tree, images->rd_start, images->rd_end, 1);

Michal: You should also check return value.

BTW: it should be also checked for arm and ppc.

will send v2.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130506/352c3840/attachment.pgp>

      reply	other threads:[~2013-05-06  8:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03  7:26 [U-Boot] [PATCH 1/2] microblaze: bootm: Fix coding style issues Michal Simek
2013-05-03  7:26 ` [U-Boot] [PATCH 2/2] microblaze: bootm: Add support for loading initrd Michal Simek
2013-05-06  8:53   ` Michal Simek [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=51876F8B.3090306@monstr.eu \
    --to=monstr@monstr.eu \
    --cc=u-boot@lists.denx.de \
    /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