[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Boot problem with kernel 2.6.13



On 9/9/05, Andrea Lusuardi - UoVoBW <linolusu@tin.it> wrote:
> On Fri, 9 Sep 2005 11:53:33 +0200
> Matteo Bigoi - Bigo! <sbigol@gmail.com> wrote:
> 
> > Hi,
> > I' ve compiled a 2.6.13 kernel without any patch ad when I boot it,
> > the open firmware print some information ad the kernel don't boot.
> >
> > This is my openfirmware "log":
> >
> > pmac_init(): exit
> > id mac(): done
> > MMU: enter
> > MMU: hw init
> > hash: enter
> > hash: find piece
> > hash: patch
> > hash: done
> > MMU: mapin
> > MMU: setio
> > MMU: exit
> > setup_arch: enter
> > setup_arch: bootmem
> > arch: exit
> > openpic: enter
> > openpic: timer
> > openpic: external
> > openpic: spurious
> > openpic: exit
> >
> > The screen print that informations and remain black with that string
> > printed. I've compiled this kerlel with gcc-4.0 and gcc-3.3 both. The
> > config is the same of my 2.6.12-rc6 kernel that I'm using...
> >
> > What can I do?
> 
> i think you should try disabling the Display early Open Firware boot
> option - or the like as i don't rimember and i haven't got my ib at
> hand - and making sure you are compiling for the right arch.
> Have you selected the Emulate apm option?
> Have you heard about the 2.6.13 boot problems on radeon ibooks?
> 
> There are some not yet resolved - IIRC - issues with the resolution in
> the early boot stages.
> Try this patch, or edit the files by hand.
> 
> [13boot.patch  text/plain (493B)]
> --- linux-2.6.13/drivers/pci/setup-res.c        2005-08-29
> 16:24:25.888337296 +0200 +++
> linux-2.6.13-rc7/drivers/pci/setup-res.c        2005-08-24
> 08:01:19.000000000 +0200 @@ -53,9 +53,7 @@ if (resno < 6) {
>                 reg = PCI_BASE_ADDRESS_0 + 4 * resno;
>         } else if (resno == PCI_ROM_RESOURCE) {
> -               if (!(res->flags & IORESOURCE_ROM_ENABLE))
> -                       return;
> -               new |= PCI_ROM_ADDRESS_ENABLE;
> +               new |= res->flags & IORESOURCE_ROM_ENABLE;
>                 reg = dev->rom_base_reg;
>         } else {
>                 /* Hmm, non-standard resource. */
> 
Or this patch :
http://lkml.org/lkml/2005/8/31/1


Bin
> 
> Bye
> 
> --
>         Andrea Lusuardi aka UoVoBW
>        Registered Linux User #364578
> -------------------------------------------------
> Microsoft: "You've got questions. We've got dancing paperclips"
> 
> 
> --
> To UNSUBSCRIBE, email to debian-powerpc-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
>



Reply to: