On 04/13/2012 06:21 PM, Idwer Vollering wrote:
Op 13 april 2012 23:27 schreef Srini Amble <srini.amble@windriver.com mailto:srini.amble@windriver.com> het volgende:
I have an x86 board which has X58 and ICH10 chipset. If any of you know how I can disable the LAN device in ICH chipset (dev ID 25 and function number 0) in SeaBIOS then please share it with me.
How do you start SeaBIOS? E.G. if you use coreboot to start SeaBIOS you can (AFAIK) disable the LAN device from devicetree.cb.
SeaBIOS is the payload for coreboot in my case. Looking at the source files I have for coreboot and SeaBIOS I do not see reference to 'devicetree.cb' any where. Also, any pointer to how to disable the device in 'devicetree.cb' is much appreciated.
Srini Amble wrote:
SeaBIOS is the payload for coreboot in my case. Looking at the source files I have for coreboot and SeaBIOS I do not see reference to 'devicetree.cb' any where. Also, any pointer to how to disable the device in 'devicetree.cb' is much appreciated.
In the coreboot source tree under:
src/mainboard/<yourmainboardvendor>/<yourmainboardname>/
there will be a file called devicetree.cb, as long as your coreboot source tree is not many years old.
//Peter