From: Marco Gerards <metgerards@student.han.nl>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [patch] PPC cleanups
Date: Sun, 24 Apr 2005 19:23:03 +0200 [thread overview]
Message-ID: <87pswkrsw8.fsf@student.han.nl> (raw)
In-Reply-To: <20050422035122.GA12337@miracle> (Hollis Blanchard's message of "Thu, 21 Apr 2005 22:51:22 -0500")
Hollis Blanchard <hollis@penguinppc.org> writes:
Hi Hollis,
Here is my final report. I have tested your patch on the PegasosII.
I assume you properly tested it on the G3. You can check in your
patch if you make the changes I proposed in this and my previous
email. Please update the copyright years of the files you changes, if
they are not set correctly.
> + grub_ieee1275_finddevice ("/openprom", &openprom);
> + smartfw = grub_ieee1275_get_property (openprom, "SmartFirmware-version",
> + 0, 0, 0);
Please align the make sure `0, 0, 0' are properly aligned with
`openprom, "SmartF...'.
> + if (smartfw)
> + grub_ieee1275_set_flag (GRUB_IEEE1275_0_BASED_PARTITIONS);
This did not work on the PegasosII. I fixed this by changing this
test to:
if (smartfw == 0)
grub_ieee1275_set_flag (GRUB_IEEE1275_0_BASED_PARTITIONS);
Thanks,
Marco
prev parent reply other threads:[~2005-04-24 17:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-22 3:51 [patch] PPC cleanups Hollis Blanchard
2005-04-24 16:19 ` Marco Gerards
2005-04-24 17:23 ` Marco Gerards [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=87pswkrsw8.fsf@student.han.nl \
--to=metgerards@student.han.nl \
--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.