Re: [U-Boot] [PATCH v3] SATA: do not auto-initialize during boot

2009-01-27 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1230009039-20117-1-git-send-email-vap...@gentoo.org you wrote: Rather than have the board code initialize SATA automatically during boot, make the user manually run sata init. This brings the SATA subsystem in line with common U-Boot policy. Rather than

Re: [U-Boot] [PATCH v3] SATA: do not auto-initialize during boot

2009-01-23 Thread Mike Frysinger
On Tuesday 23 December 2008 00:10:39 Mike Frysinger wrote: Rather than have the board code initialize SATA automatically during boot, make the user manually run sata init. This brings the SATA subsystem in line with common U-Boot policy. Rather than having a dedicated weak function

[U-Boot] [PATCH v3] SATA: do not auto-initialize during boot

2008-12-22 Thread Mike Frysinger
Rather than have the board code initialize SATA automatically during boot, make the user manually run sata init. This brings the SATA subsystem in line with common U-Boot policy. Rather than having a dedicated weak function is_sata_supported, people can override sata_initialize() to do their