Myles Watson escribió:

do_pci_scan_bridge returns max 1
do_pci_scan_bridge for PCI: 00:02.0
PCI: pci_scan_bus for bus 02
POST: 0x24
malloc Enter, size 1092, free_mem_ptr 0014bffc
Error! malloc: Out of memory (free_mem_ptr >= free_mem_end_ptr)POST: 0xff
Try increasing the heap size in Kconfig.

Thanks,
Myles
Morning :)

Yip pushing the heap size to 0x40000 made the difference. But it still not booting :( Now it stucks at:
POST: 0x88
Enabling resources...
PCI: 00:18.0 cmd <- 00
PCI: 00:00.0 subsystem <- 00/00
PCI: 00:00.0 cmd <- 06
PCI: 00:00.1 cmd <- 06
PCI: 00:00.2 cmd <- 06
PCI: 00:00.3 cmd <- 06
PCI: 00:00.4 cmd <- 06
PCI: 00:00.5 cmd <- 06
PCI: 00:00.7 cmd <- 06
PCI: 00:01.0 bridge ctrl <- 0003
PCI: 00:01.0 cmd <- 07
PCI: 00:02.0 bridge ctrl <- 000b
PCI: 00:02.0 cmd <- 07                        <<<< Here it just stops and does nothing!

according to lspci PCI: 00:02.0 is the K8T890 PCI to PCI Bridge Controller. Any hints?

btw, I'm getting some errors like:

PCI: 02:19.0 10 *  [0xc8000000 - 0xcfffffff] prefmem                                                                      
PCI: 02:19.0 10 *  [0xc8000000 - 0xcfffffff] prefmem                                                                         
!! Resource didn't fit !!                                                                                                    
   aligned base ffffffffe0000000 size 8000000 limit febfffff                                                                 
   ffffffffe7ffffff needs to be <= febfffff (limit)            

or like:

ERROR: PCI: 00:11.5 10 io size: 0x0000000100 not assigned

Do I have to be worried about them??