* [PATCH] Fix prep boot in linuxppc_2_4_devel
@ 2003-04-16 17:38 Cort Dougan
2003-04-18 21:02 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Cort Dougan @ 2003-04-16 17:38 UTC (permalink / raw)
To: linuxppc-embedded
This fixes the prep boot code so it will actually create a good SMP boot
image. The wrong variable was being used.
diff -Nru a/arch/ppc/boot/prep/Makefile b/arch/ppc/boot/prep/Makefile
--- a/arch/ppc/boot/prep/Makefile Wed Apr 16 11:37:10 2003
+++ b/arch/ppc/boot/prep/Makefile Wed Apr 16 11:37:10 2003
@@ -19,7 +19,7 @@
TFTPIMAGE = /tftpboot/zImage.prep
ifeq ($(CONFIG_SMP),y)
-TFTPIMAGE = $(TFTPBOOT).smp
+TFTPIMAGE := $(TFTPIMAGE).smp
endif
LD_ARGS = -T ../ld.script -Ttext 0x00800000 -Bstatic
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix prep boot in linuxppc_2_4_devel
2003-04-16 17:38 [PATCH] Fix prep boot in linuxppc_2_4_devel Cort Dougan
@ 2003-04-18 21:02 ` Tom Rini
2003-04-19 2:32 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2003-04-18 21:02 UTC (permalink / raw)
To: Cort Dougan; +Cc: linuxppc-embedded
On Wed, Apr 16, 2003 at 11:38:30AM -0600, Cort Dougan wrote:
> This fixes the prep boot code so it will actually create a good SMP boot
> image. The wrong variable was being used.
Urk. Can we kill znetboot / znetboot.initrd instead please?
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix prep boot in linuxppc_2_4_devel
2003-04-18 21:02 ` Tom Rini
@ 2003-04-19 2:32 ` Tom Rini
2003-04-19 2:57 ` Dale Farnsworth
2003-04-19 3:05 ` Eugene Surovegin
0 siblings, 2 replies; 5+ messages in thread
From: Tom Rini @ 2003-04-19 2:32 UTC (permalink / raw)
To: Cort Dougan; +Cc: linuxppc-embedded
On Fri, Apr 18, 2003 at 02:02:31PM -0700, Tom Rini wrote:
> On Wed, Apr 16, 2003 at 11:38:30AM -0600, Cort Dougan wrote:
>
> > This fixes the prep boot code so it will actually create a good SMP boot
> > image. The wrong variable was being used.
>
> Urk. Can we kill znetboot / znetboot.initrd instead please?
Or, for the potentially silent masses of you out there who do use this,
please speak up. I'm not really aware of anyone other than Cort who
does use this target but am more than willing to stand corrected.
--
Tom Rini
http://gate.crashing.org/~trini/
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix prep boot in linuxppc_2_4_devel
2003-04-19 2:32 ` Tom Rini
@ 2003-04-19 2:57 ` Dale Farnsworth
2003-04-19 3:05 ` Eugene Surovegin
1 sibling, 0 replies; 5+ messages in thread
From: Dale Farnsworth @ 2003-04-19 2:57 UTC (permalink / raw)
To: linuxppc-embedded
On Sat, Apr 19, 2003 at 02:32:38AM +0000, Tom Rini wrote:
>
> On Fri, Apr 18, 2003 at 02:02:31PM -0700, Tom Rini wrote:
>
> > On Wed, Apr 16, 2003 at 11:38:30AM -0600, Cort Dougan wrote:
> >
> > > This fixes the prep boot code so it will actually create a good SMP boot
> > > image. The wrong variable was being used.
> >
> > Urk. Can we kill znetboot / znetboot.initrd instead please?
>
> Or, for the potentially silent masses of you out there who do use this,
> please speak up. I'm not really aware of anyone other than Cort who
> does use this target but am more than willing to stand corrected.
I find it convenient and use it quite often.
-Dale
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix prep boot in linuxppc_2_4_devel
2003-04-19 2:32 ` Tom Rini
2003-04-19 2:57 ` Dale Farnsworth
@ 2003-04-19 3:05 ` Eugene Surovegin
1 sibling, 0 replies; 5+ messages in thread
From: Eugene Surovegin @ 2003-04-19 3:05 UTC (permalink / raw)
To: Tom Rini; +Cc: Cort Dougan, linuxppc-embedded
At 07:32 PM 4/18/2003, Tom Rini wrote:
>On Fri, Apr 18, 2003 at 02:02:31PM -0700, Tom Rini wrote:
>
> > On Wed, Apr 16, 2003 at 11:38:30AM -0600, Cort Dougan wrote:
> >
> > > This fixes the prep boot code so it will actually create a good SMP boot
> > > image. The wrong variable was being used.
> >
> > Urk. Can we kill znetboot / znetboot.initrd instead please?
>
>Or, for the potentially silent masses of you out there who do use this,
>please speak up. I'm not really aware of anyone other than Cort who
>does use this target but am more than willing to stand corrected.
I found this target convenient and I use it on daily basis.
I understand that it's a little ugly and referencing some
external hardcoded paths like /tftpboot from makefile is not a
very Good Thing :).
So I would not complain *very* loud if znetboot is killed.
Just my 5 cents :)
Eugene.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-04-19 3:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-16 17:38 [PATCH] Fix prep boot in linuxppc_2_4_devel Cort Dougan
2003-04-18 21:02 ` Tom Rini
2003-04-19 2:32 ` Tom Rini
2003-04-19 2:57 ` Dale Farnsworth
2003-04-19 3:05 ` Eugene Surovegin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).