<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Myles Watson escribió:
<blockquote
 cite="mid:2831fecf0912090824n11b01ff4lcbb2a9a29e3c234e@mail.gmail.com"
 type="cite"><br>
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">do_pci_scan_bridge returns
max 1<br>
do_pci_scan_bridge for PCI: 00:02.0<br>
PCI: pci_scan_bus for bus 02<br>
POST: 0x24<br>
malloc Enter, size 1092, free_mem_ptr 0014bffc<br>
Error! malloc: Out of memory (free_mem_ptr >= free_mem_end_ptr)POST:
0xff<br>
    </div>
  </blockquote>
  <div>Try increasing the heap size in Kconfig.<br>
  <br>
Thanks,<br>
Myles <br>
  </div>
  </div>
</blockquote>
Morning :)<br>
<br>
Yip pushing the heap size to 0x40000 made the difference. But it still
not booting :( Now it stucks at:<br>
POST: 0x88<br>
Enabling resources...<br>
PCI: 00:18.0 cmd <- 00<br>
PCI: 00:00.0 subsystem <- 00/00<br>
PCI: 00:00.0 cmd <- 06<br>
PCI: 00:00.1 cmd <- 06<br>
PCI: 00:00.2 cmd <- 06<br>
PCI: 00:00.3 cmd <- 06<br>
PCI: 00:00.4 cmd <- 06<br>
PCI: 00:00.5 cmd <- 06<br>
PCI: 00:00.7 cmd <- 06<br>
PCI: 00:01.0 bridge ctrl <- 0003<br>
PCI: 00:01.0 cmd <- 07<br>
PCI: 00:02.0 bridge ctrl <- 000b<br>
PCI: 00:02.0 cmd <- 07                        <<<< Here
it just stops and does nothing!<br>
<br>
according to lspci PCI: 00:02.0 is the K8T890 PCI to PCI Bridge
Controller. Any hints?<br>
<br>
btw, I'm getting some errors like: <br>
<br>
PCI: 02:19.0 10 *  [0xc8000000 - 0xcfffffff]
prefmem                                                                      
<br>
PCI: 02:19.0 10 *  [0xc8000000 - 0xcfffffff]
prefmem                                                                         
<br>
!! Resource didn't fit
!!                                                                                                    
<br>
   aligned base ffffffffe0000000 size 8000000 limit
febfffff                                                                 
<br>
   ffffffffe7ffffff needs to be <= febfffff (limit)             <br>
<br>
or like:<br>
<br>
ERROR: PCI: 00:11.5 10 io size: 0x0000000100 not assigned<br>
<br>
Do I have to be worried about them?? <br>
</body>
</html>