* sparc 10 w/512 megs hangs during boot
@ 2000-12-24 7:57 Ron Calderon
2000-12-24 10:53 ` Jan-Benedict Glaw
0 siblings, 1 reply; 6+ messages in thread
From: Ron Calderon @ 2000-12-24 7:57 UTC (permalink / raw)
To: linux-kernel
My sparc 10 seems to hang with any 2.4.0-test12+
kernel
if I add mem=128M it boots fine, but anything above
128M wont boot it just hangs. Is there something I've
missed? here is screen output.
Resetting ...
SPARCstation 10 (1 X 390Z50), No Keyboard
ROM Rev. 2.12, 512 MB memory installed, Serial
#6299671.
Ethernet address 8:0:20:11:fe:10, Host ID: 72602017.
Boot device: /iommu/sbus/espdma/esp/sd@3,0:c File
and args:
SILO boot:
Uncompressing image...
PROMLIB: obio_ranges 5
bootmem_init: Scan sp_banks,
init_bootmem(spfn[1c9],bpfn[1c9],mlpfn[c000])
free_bootmem: base[0] size[c000000]
reserve_bootmem: base[0] size[1c9000]
reserve_bootmem: base[1c9000] size[1800]
then it just hangs here....
any info would be great
ron
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: sparc 10 w/512 megs hangs during boot
2000-12-24 7:57 sparc 10 w/512 megs hangs during boot Ron Calderon
@ 2000-12-24 10:53 ` Jan-Benedict Glaw
0 siblings, 0 replies; 6+ messages in thread
From: Jan-Benedict Glaw @ 2000-12-24 10:53 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1212 bytes --]
On Sat, Dec 23, 2000 at 11:57:21PM -0800, Ron Calderon wrote:
> My sparc 10 seems to hang with any 2.4.0-test12+
> kernel
...but 2.4.0-test11-X kernels are fine? Well, good info;)
> if I add mem=128M it boots fine, but anything above
> 128M wont boot it just hangs. Is there something I've
> missed? here is screen output.
I see this as well (SS10 dual with 128MB RAM). However, if
slightly older kernel are okay, then it's quite easy to look
through the patches. Which is your last-known-to-be-good kernel?
> Uncompressing image...
> PROMLIB: obio_ranges 5
> bootmem_init: Scan sp_banks,
> init_bootmem(spfn[1c9],bpfn[1c9],mlpfn[c000])
> free_bootmem: base[0] size[c000000]
> reserve_bootmem: base[0] size[1c9000]
> reserve_bootmem: base[1c9000] size[1800]
>
> then it just hangs here....
I additionally get "Unexpected Level 15 Interrupt" und "Program
terminated" ;-)
MfG, JBG
--
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
/* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */
keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
"insmod vi.o and there we go..." (Alexander Viro on linux-kernel)
[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: sparc 10 w/512 megs hangs during boot
@ 2000-12-26 0:42 Ron Calderon
0 siblings, 0 replies; 6+ messages in thread
From: Ron Calderon @ 2000-12-26 0:42 UTC (permalink / raw)
To: Ron Calderon, jbglaw, linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 3280 bytes --]
apparently test7 has the same problem and when I
compile test6 I get these errors:
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -m32
-pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
-fno-strict-aliasing -c -o fault.o fault.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -m32
-pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
-fno-strict-aliasing -c -o init.o init.c
init.c: In function `kmap_init':
init.c:92: warning: unused variable `pteval'
init.c: In function `mem_init':
init.c:460: `highmem_mapnr' undeclared (first use in
this function)
init.c:460: (Each undeclared identifier is reported
only once
init.c:460: for each function it appears in.)
init.c: In function `flush_page_to_ram':
init.c:588: warning: passing arg 1 of
`___f___flush_page_to_ram' makes integer from pointer
without a cast
make[3]: *** [init.o] Error 1
make[3]: Leaving directory
`/usr/src/linux/arch/sparc/mm'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory
`/usr/src/linux/arch/sparc/mm'
make[1]: *** [_dir_arch/sparc/mm] Error 2
make[1]: Leaving directory `/usr/src/linux'
make: *** [stamp-build] Error 2
so as far as I can see test5 is the last kernel that
can be built and booted properly on a sparc10 with
512M of ram. All others after test5 do not boot my
sparc10 with more than 128M of ram.
ron
--- Ron Calderon <ronnnyc@yahoo.com> wrote:
> test8 is borked too. I'll try test7 next
>
> ron
> --- Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> > On Sun, Dec 24, 2000 at 12:48:44PM -0800, Ron
> > Calderon wrote:
> > > I just finished compiling 2.4.0-test5 and that
> > worked
> > > fine with 512M ram. I'll start going thru the
> > other
> > > kernels. It'll take me sometime since compileing
> > takes
> > > a long time.
> >
> > I've not yet started active searching. However:
> > - test5 is fine
> > - test13-pre3 is not
> >
> > I don't know how fast your machine is, but we
> should
> > coordinate out
> > search... I'll try to build -test10final (with
> > minimal config to
> > only test boot) so that shouldn't take so very
> > long... You should
> > test sth around -test8...
> >
> > MfG, JBG
> >
> > --
> > Fehler eingestehen, Größe zeigen: Nehmt die
> > Rechtschreibreform zurück!!!
> > /* Jan-Benedict Glaw <jbglaw@lug-owl.de> --
> > +49-177-5601720 */
> > keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C
> > A444 A961 1DBD 5E75 8399 E1BB
> > "insmod vi.o and there we go..." (Alexander
> > Viro on linux-kernel)
> >
>
> > ATTACHMENT part 2 application/pgp-signature
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Thousands of Stores. Millions of
> Products.
> http://shopping.yahoo.com/
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: sparc 10 w/512 megs hangs during boot
@ 2000-12-25 1:19 Ron Calderon
0 siblings, 0 replies; 6+ messages in thread
From: Ron Calderon @ 2000-12-25 1:19 UTC (permalink / raw)
To: jbglaw, linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1405 bytes --]
test8 is borked too. I'll try test7 next
ron
--- Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> On Sun, Dec 24, 2000 at 12:48:44PM -0800, Ron
> Calderon wrote:
> > I just finished compiling 2.4.0-test5 and that
> worked
> > fine with 512M ram. I'll start going thru the
> other
> > kernels. It'll take me sometime since compileing
> takes
> > a long time.
>
> I've not yet started active searching. However:
> - test5 is fine
> - test13-pre3 is not
>
> I don't know how fast your machine is, but we should
> coordinate out
> search... I'll try to build -test10final (with
> minimal config to
> only test boot) so that shouldn't take so very
> long... You should
> test sth around -test8...
>
> MfG, JBG
>
> --
> Fehler eingestehen, Größe zeigen: Nehmt die
> Rechtschreibreform zurück!!!
> /* Jan-Benedict Glaw <jbglaw@lug-owl.de> --
> +49-177-5601720 */
> keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C
> A444 A961 1DBD 5E75 8399 E1BB
> "insmod vi.o and there we go..." (Alexander
> Viro on linux-kernel)
>
> ATTACHMENT part 2 application/pgp-signature
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: sparc 10 w/512 megs hangs during boot
2000-12-24 20:48 Ron Calderon
@ 2000-12-24 20:59 ` Jan-Benedict Glaw
0 siblings, 0 replies; 6+ messages in thread
From: Jan-Benedict Glaw @ 2000-12-24 20:59 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 882 bytes --]
On Sun, Dec 24, 2000 at 12:48:44PM -0800, Ron Calderon wrote:
> I just finished compiling 2.4.0-test5 and that worked
> fine with 512M ram. I'll start going thru the other
> kernels. It'll take me sometime since compileing takes
> a long time.
I've not yet started active searching. However:
- test5 is fine
- test13-pre3 is not
I don't know how fast your machine is, but we should coordinate out
search... I'll try to build -test10final (with minimal config to
only test boot) so that shouldn't take so very long... You should
test sth around -test8...
MfG, JBG
--
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
/* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */
keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
"insmod vi.o and there we go..." (Alexander Viro on linux-kernel)
[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: sparc 10 w/512 megs hangs during boot
@ 2000-12-24 20:48 Ron Calderon
2000-12-24 20:59 ` Jan-Benedict Glaw
0 siblings, 1 reply; 6+ messages in thread
From: Ron Calderon @ 2000-12-24 20:48 UTC (permalink / raw)
To: jbglaw, linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1883 bytes --]
I just finished compiling 2.4.0-test5 and that worked
fine with 512M ram. I'll start going thru the other
kernels. It'll take me sometime since compileing takes
a long time.
ron
--- Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:
> On Sat, Dec 23, 2000 at 11:57:21PM -0800, Ron
> Calderon wrote:
> > My sparc 10 seems to hang with any 2.4.0-test12+
> > kernel
>
> ...but 2.4.0-test11-X kernels are fine? Well, good
> info;)
>
> > if I add mem=128M it boots fine, but anything
> above
> > 128M wont boot it just hangs. Is there something
> I've
> > missed? here is screen output.
>
> I see this as well (SS10 dual with 128MB RAM).
> However, if
> slightly older kernel are okay, then it's quite easy
> to look
> through the patches. Which is your
> last-known-to-be-good kernel?
>
> > Uncompressing image...
> > PROMLIB: obio_ranges 5
> > bootmem_init: Scan sp_banks,
> > init_bootmem(spfn[1c9],bpfn[1c9],mlpfn[c000])
> > free_bootmem: base[0] size[c000000]
> > reserve_bootmem: base[0] size[1c9000]
> > reserve_bootmem: base[1c9000] size[1800]
> >
> > then it just hangs here....
>
> I additionally get "Unexpected Level 15 Interrupt"
> und "Program
> terminated" ;-)
>
> MfG, JBG
>
> --
> Fehler eingestehen, Größe zeigen: Nehmt die
> Rechtschreibreform zurück!!!
> /* Jan-Benedict Glaw <jbglaw@lug-owl.de> --
> +49-177-5601720 */
> keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C
> A444 A961 1DBD 5E75 8399 E1BB
> "insmod vi.o and there we go..." (Alexander
> Viro on linux-kernel)
>
> ATTACHMENT part 2 application/pgp-signature
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2000-12-26 1:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-24 7:57 sparc 10 w/512 megs hangs during boot Ron Calderon
2000-12-24 10:53 ` Jan-Benedict Glaw
2000-12-24 20:48 Ron Calderon
2000-12-24 20:59 ` Jan-Benedict Glaw
2000-12-25 1:19 Ron Calderon
2000-12-26 0:42 Ron Calderon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®