Searched hist:cf7e399fb35b3aea90a27d1df72f45f5d6156204 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ |
H A D | sata.h | diff cf7e399fb35b3aea90a27d1df72f45f5d6156204 Tue Jan 27 15:12:21 CST 2009 Mike Frysinger <vapier@gentoo.org> SATA: do not auto-initialize during boot
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 weird board stuff. Then they can call the actual __sata_initialize().
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
/openbmc/u-boot/board/freescale/mpc8536ds/ |
H A D | mpc8536ds.c | diff cf7e399fb35b3aea90a27d1df72f45f5d6156204 Tue Jan 27 15:12:21 CST 2009 Mike Frysinger <vapier@gentoo.org> SATA: do not auto-initialize during boot
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 weird board stuff. Then they can call the actual __sata_initialize().
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|