[U-Boot] Proper way to implement PCI Host driver

2014-08-05 Thread Yehuda Yitchak
Hello everyone i would like to try and add support for a PCI host controller of a Marvell SOC i noticed there are 2 different approaches. 1. placing the driver under drivers/pci as is done for IMX 2. Adding the driver under the board support code i guess the first one is the more clean approach

Re: [U-Boot] Avoiding reload on ARM U-BOOT

2012-02-06 Thread yehuda yitchak
Hello again Sorry for slipping the u-boot list e-mail address i understand the benefit of relocating u-boot to the end of DRAM but in systems where boot time is critical this redundant copy is undesirable. anyway i understand there is no official way of avoiding it. One more question i have is r

[U-Boot] IPv6 Support in U-BOOT

2012-02-08 Thread yehuda yitchak
Hello everyone Does u-boot currently support IPv6 ? i have seen several proposals to support IPv6 and also some implementations for specific Soc but havent found any indication for generic support of IPv6 If not supported , is there a plan to support it soon ? Thanks Yehuda __

Re: [U-Boot] IPv6 Support in U-BOOT

2012-02-08 Thread yehuda yitchak
11:52 AM, yehuda yitchak > wrote: > > Hello everyone > > > > Does u-boot currently support IPv6 ? > > > > i have seen several proposals to support IPv6 and also some > implementations > > for specific Soc but havent found any indication for generic support o