All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Rydberg <jrydberg@night.trouble.net>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [ppc patch] heap memory allocation
Date: Thu, 14 Oct 2004 12:10:09 +0200	[thread overview]
Message-ID: <87pt3lvce6.fsf@night.trouble.net> (raw)
In-Reply-To: <20041014033756.GA6157@miracle> (Hollis Blanchard's message of "Wed, 13 Oct 2004 22:37:56 -0500")

Hollis Blanchard <hollis@penguinppc.org> writes:

> [...]
> I've tested this by getting to the GRUB command line on Old World Mac, New
> World Mac, and CodeGen firmware (briQ).
>
> Ok?

I won't address the technical issues in this mail.

> -Hollis
>
> 2004-10-13  Hollis Blanchard  <hollis@penguinppc.org>
>
>     * include/grub/powerpc/ieee1275/ieee1275.h (abort): Add function
>     prototype.
>     * kern/powerpc/ieee1275/init.c (grub_machine_init): Call
>     grub_console_init first.
>     Change the memory range used for grub_ieee1275_claim and
>     grub_mm_init_region.
>     Print an error message if the claim fails.

Looking good Hollis in respect to GCS.  There's just one thing:

> +  /* Apple OF 3.1.1 reserves an extra 0x1000 bytes below the load address
> +   * of an ELF file.  */
> +  heap_len = (grub_addr_t) &_start - 0x1000 - heap_start;

Comments are written without extra prefix stars on new lines.
Like this:

  /* Apple OF 3.1.1 reserves an extra 0x1000 bytes below the load address
     of an ELF file.  */

Other than that, it looks fine to me.  But it's up to the others
to accept the patch.  

I'm pretty sure Marco could make this little change himself if he
chooses to accept the patch.

Best Regards.

~j




  reply	other threads:[~2004-10-14 10:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-14  3:37 [ppc patch] heap memory allocation Hollis Blanchard
2004-10-14 10:10 ` Johan Rydberg [this message]
2004-10-14 11:23 ` Marco Gerards

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=87pt3lvce6.fsf@night.trouble.net \
    --to=jrydberg@night.trouble.net \
    --cc=grub-devel@gnu.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.