[LinuxBIOS] MB1030 / 3036 I like 13 :D

Eric W. Biederman ebiederman at lnxi.com
Wed Apr 26 11:15:09 CEST 2006


Christian Sühs <chris at suehsi.de> writes:

>> 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.

Ok. Sorry, the I had forgotten that twist.
I'm just trying to sort out the indentation so that part is
readable.


So what I should have suggested was simply:
> chip northbridge/amd/gx1
>  	device pci_domain 0 on
>  		device pci 0.0 on end
>  		chip drivers/pci/onboard
>  			device pci 9.0 on end
>  			register "rom_address" = "0xfffc0000"
>  		end
>  		chip southbridge/amd/cs5530
>  		.
>  		.
>  		.

So the chip which has the name 9.0 has a register rom_address.

And with that I think I have reached my limit of usefulness.

Eric




More information about the coreboot mailing list