[U-Boot] u-boot use

2010-05-12 Thread VossBillco
I havnt used u-boot for many months and I am now having extreme difficulty using it for text messaging. Can you please send me the usual simple instructions either to my home address or to my web site Thank you Bill Voss 14 Harwood Road Marlow Bucks SL7 2AS England _www.vossbil...@aol.

Re: [U-Boot] u-boot use

2010-05-12 Thread Detlev Zundel
Hi Bill, > I havnt used u-boot for many months and I am now having extreme difficulty > using it for text messaging. > > Can you please send me the usual simple instructions either to my home > address or to my web site This is the mailing list of the Free Software Bootloader Das U-Boot[1]

[U-Boot] [U-boot] use of CONFIG_SYS_EARLY_PCI_INIT with DM PCI

2017-04-25 Thread Suneel Garapati
Hi Simon, Request your inputs on below query - Boards I work on have most of the devices on PCI bus, driver model support enabled, would like to use CONFIG_SYS_EARLY_PCI_INIT to call pci_init but the below snippet would hinder. #ifdef CONFIG_PCI static int initr_pci(void) { -#ifndef CONFIG_DM

Re: [U-Boot] [U-boot] use of CONFIG_SYS_EARLY_PCI_INIT with DM PCI

2017-04-27 Thread Suneel Garapati
Hi Tom/Simon, Request to help on below query. Regards, Suneel On Tue, Apr 25, 2017 at 16:25 Suneel Garapati wrote: > Hi Simon, > > Request your inputs on below query - > > Boards I work on have most of the devices on PCI bus, driver model > support enabled, would like to use CONFIG_SYS_EARLY_PC

Re: [U-Boot] [U-boot] use of CONFIG_SYS_EARLY_PCI_INIT with DM PCI

2017-05-02 Thread Simon Glass
Hi Suneel, On 27 April 2017 at 05:29, Suneel Garapati wrote: > Hi Tom/Simon, > > Request to help on below query. > > Regards, > Suneel > > On Tue, Apr 25, 2017 at 16:25 Suneel Garapati > wrote: >> >> Hi Simon, >> >> Request your inputs on below query - >> >> Boards I work on have most of the dev