First, a FATAL error, that blows up your BIOS, should NEVER FAIL to
provide more information. The printk_debug in that failure case is now a printk_error. The msm stuff is for debugging. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2159 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
		@@ -1041,7 +1041,7 @@ unsigned int pci_scan_bus(struct bus *bus,
 | 
				
			|||||||
	if(old_devices) {
 | 
						if(old_devices) {
 | 
				
			||||||
		device_t left;
 | 
							device_t left;
 | 
				
			||||||
		for(left = old_devices; left; left = left->sibling) {
 | 
							for(left = old_devices; left; left = left->sibling) {
 | 
				
			||||||
			printk_debug("%s\n", dev_path(left));
 | 
								printk_error("%s\n", dev_path(left));
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		die("PCI: Left over static devices.  Check your Config.lb\n");
 | 
							die("PCI: Left over static devices.  Check your Config.lb\n");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,11 +3,11 @@ mainboard digitallogic/msm586seg
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
option DEFAULT_CONSOLE_LOGLEVEL=10
 | 
					option DEFAULT_CONSOLE_LOGLEVEL=3
 | 
				
			||||||
option MAXIMUM_CONSOLE_LOGLEVEL=10
 | 
					option MAXIMUM_CONSOLE_LOGLEVEL=3
 | 
				
			||||||
option CONFIG_COMPRESS=0
 | 
					option CONFIG_COMPRESS=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
option CONFIG_CONSOLE_VGA=1
 | 
					option CONFIG_CONSOLE_VGA=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#romimage "normal"
 | 
					#romimage "normal"
 | 
				
			||||||
#	option USE_FALLBACK_IMAGE=0
 | 
					#	option USE_FALLBACK_IMAGE=0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user