[LinuxBIOS] MB1030 / 3036 I like 13 :D

Christian Sühs chris at suehsi.de
Wed Apr 26 11:34:26 CEST 2006


> 
> Ok, I will try this.
> 
> chip northbridge/amd/gx1
> 	device pci_domain 0 on
> 		device pci 0.0 on end
> 		chip drivers/pci/onboard
> 			device pci 9.0 on
> 			register "rom_address" = "0xfffc0000"
> 			end
> 		end
> 		chip southbridge/amd/cs5530
> 		.
> 		.
> 		.
> 

This fails, the buildsript stops with a warning like.
Only chips can have a register.

than I have tried this:

  chip northbridge/amd/gx1
  	device pci_domain 0 on
  		device pci 0.0 on end
		device pci 9.0 on
  		chip drivers/pci/onboard
  			register "rom_address" = "0xfffc0000"
  			end
  		end
  		chip southbridge/amd/cs5530

the right device is allocated, the emulator is not entered

I also tried this:

chip northbridge/amd/gx1
  	device pci_domain 0 on
  		device pci 0.0 on end
		device pci 9.0 on
  		chip drivers/pci/onboard
			device pci 9.0 on end
  			register "rom_address" = "0xfffc0000"
  			end
  		end
  		chip southbridge/amd/cs5530

This results in the same as before.

chris




More information about the coreboot mailing list