* [PATCH 0/7]: Get sparc building again.
@ 2009-03-04 2:15 David Miller
2009-03-04 11:36 ` Vesa Jääskeläinen
2009-03-04 21:26 ` Robert Millan
0 siblings, 2 replies; 5+ messages in thread
From: David Miller @ 2009-03-04 2:15 UTC (permalink / raw)
To: grub-devel
Here is a series of patches that fix the most obvious sparc bugs and
get the grub2 tree building again.
I have code for boot/ that will implement the sparc boot blocks and
things of that nature, but that will come later.
First things first, let's get it to actually build. :)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/7]: Get sparc building again.
2009-03-04 2:15 [PATCH 0/7]: Get sparc building again David Miller
@ 2009-03-04 11:36 ` Vesa Jääskeläinen
2009-03-04 21:26 ` Robert Millan
1 sibling, 0 replies; 5+ messages in thread
From: Vesa Jääskeläinen @ 2009-03-04 11:36 UTC (permalink / raw)
To: The development of GRUB 2
David Miller wrote:
> Here is a series of patches that fix the most obvious sparc bugs and
> get the grub2 tree building again.
>
> I have code for boot/ that will implement the sparc boot blocks and
> things of that nature, but that will come later.
>
> First things first, let's get it to actually build. :)
Thanks for looking at it. It has been rotting for some time now.
Basic principle is to look how it is done on other archs (mainly x86 at
this time). And adapt same principle there too. If those match quite
close each other it is easier to keep them all in sync...
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/7]: Get sparc building again.
2009-03-04 2:15 [PATCH 0/7]: Get sparc building again David Miller
2009-03-04 11:36 ` Vesa Jääskeläinen
@ 2009-03-04 21:26 ` Robert Millan
2009-03-04 21:33 ` David Miller
1 sibling, 1 reply; 5+ messages in thread
From: Robert Millan @ 2009-03-04 21:26 UTC (permalink / raw)
To: The development of GRUB 2
On Tue, Mar 03, 2009 at 06:15:08PM -0800, David Miller wrote:
>
> Here is a series of patches that fix the most obvious sparc bugs and
> get the grub2 tree building again.
>
> I have code for boot/ that will implement the sparc boot blocks and
> things of that nature, but that will come later.
>
> First things first, let's get it to actually build. :)
Hi,
I suggest you get rid of sparc64-ieee1275.rmk and use powerpc-ieee1275.rmk
as a basis. The sparc one has gone completely bitrot, and it'll be more
work to try to fix that than making a few adjustments to the powerpc one.
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/7]: Get sparc building again.
2009-03-04 21:26 ` Robert Millan
@ 2009-03-04 21:33 ` David Miller
2009-03-04 21:37 ` Robert Millan
0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2009-03-04 21:33 UTC (permalink / raw)
To: grub-devel, rmh
From: Robert Millan <rmh@aybabtu.com>
Date: Wed, 4 Mar 2009 22:26:51 +0100
> On Tue, Mar 03, 2009 at 06:15:08PM -0800, David Miller wrote:
> >
> > Here is a series of patches that fix the most obvious sparc bugs and
> > get the grub2 tree building again.
> >
> > I have code for boot/ that will implement the sparc boot blocks and
> > things of that nature, but that will come later.
> >
> > First things first, let's get it to actually build. :)
>
> Hi,
>
> I suggest you get rid of sparc64-ieee1275.rmk and use powerpc-ieee1275.rmk
> as a basis. The sparc one has gone completely bitrot, and it'll be more
> work to try to fix that than making a few adjustments to the powerpc one.
I did! Look at the final sparc64-ieee1275.rmk I end up with
in my patches, it's essentially the powerpc one with
s/powerpc/sparc64/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/7]: Get sparc building again.
2009-03-04 21:33 ` David Miller
@ 2009-03-04 21:37 ` Robert Millan
0 siblings, 0 replies; 5+ messages in thread
From: Robert Millan @ 2009-03-04 21:37 UTC (permalink / raw)
To: David Miller; +Cc: grub-devel
On Wed, Mar 04, 2009 at 01:33:29PM -0800, David Miller wrote:
> From: Robert Millan <rmh@aybabtu.com>
> Date: Wed, 4 Mar 2009 22:26:51 +0100
>
> > On Tue, Mar 03, 2009 at 06:15:08PM -0800, David Miller wrote:
> > >
> > > Here is a series of patches that fix the most obvious sparc bugs and
> > > get the grub2 tree building again.
> > >
> > > I have code for boot/ that will implement the sparc boot blocks and
> > > things of that nature, but that will come later.
> > >
> > > First things first, let's get it to actually build. :)
> >
> > Hi,
> >
> > I suggest you get rid of sparc64-ieee1275.rmk and use powerpc-ieee1275.rmk
> > as a basis. The sparc one has gone completely bitrot, and it'll be more
> > work to try to fix that than making a few adjustments to the powerpc one.
>
> I did! Look at the final sparc64-ieee1275.rmk I end up with
> in my patches, it's essentially the powerpc one with
> s/powerpc/sparc64/
Oh, alright :-)
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-03-04 21:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-04 2:15 [PATCH 0/7]: Get sparc building again David Miller
2009-03-04 11:36 ` Vesa Jääskeläinen
2009-03-04 21:26 ` Robert Millan
2009-03-04 21:33 ` David Miller
2009-03-04 21:37 ` Robert Millan
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.