[U-Boot-Users] [PATCH v3 0/10] SATA framework and Freescale SATA controller support patch set

Dear Wolfgang,
According to your suggestion, I respined the patcheset. please apply it.
Thanks, Dave
The following changes since commit 18e69a35efbb078403db0c0063986470dad7d082: Anton Vorontsov (1): 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
are available in the git repository at:
git://git.ap.freescale.net/scm/u-boot.git develop
Dave Liu (10): ata: merge the ata_piix driver ata: add the support for SATA framework ata: make the ata_piix driver using new SATA framework ata: add the libata support ata: add the fis struct for SATA ata: enable the sata init on bootup ata: add the readme for SATA command line mpc83xx: initialize serdes for MPC837xEMDS boards drivers: Add the support for Freescale SATA controller mpc83xx: enable the SATA interface on mpc837xemds board
board/freescale/mpc837xemds/mpc837xemds.c | 33 + common/Makefile | 2 +- common/cmd_sata.c | 768 +++ +-------------------- disk/part.c | 14 + disk/part_dos.c | 2 + disk/part_iso.c | 2 + disk/part_mac.c | 1 + doc/README.sata | 69 +++ drivers/block/Makefile | 2 + drivers/block/ata_piix.c | 585 ++++++++++++++++++- drivers/block/fsl_sata.c | 921 ++++++++++++++++++++++ +++++++ drivers/block/fsl_sata.h | 374 ++++++++++++ drivers/block/libata.c | 158 +++++ include/configs/MPC837XEMDS.h | 28 + include/configs/sc520_cdp.h | 27 +- include/fis.h | 156 +++++ include/libata.h | 207 +++++++ include/part.h | 3 + include/sata.h | 20 +- lib_ppc/board.c | 8 + 20 files changed, 2686 insertions(+), 694 deletions(-) create mode 100644 doc/README.sata create mode 100644 drivers/block/fsl_sata.c create mode 100644 drivers/block/fsl_sata.h create mode 100644 drivers/block/libata.c create mode 100644 include/fis.h create mode 100644 include/libata.h

Dear Dave,
in message 1206524999.3662.4.camel@localhost.localdomain you wrote:
mpc83xx: initialize serdes for MPC837xEMDS boards
...
mpc83xx: enable the SATA interface on mpc837xemds board
Please run the 83xx specific stuff through the MPC83xx custodian. At least we need his ACK.
Best regards,
Wolfgang Denk

On Wed, 2008-03-26 at 12:23 +0100, Wolfgang Denk wrote:
Dear Dave,
in message 1206524999.3662.4.camel@localhost.localdomain you wrote:
mpc83xx: initialize serdes for MPC837xEMDS boards
...
mpc83xx: enable the SATA interface on mpc837xemds board
Please run the 83xx specific stuff through the MPC83xx custodian. At least we need his ACK.
The two patches is to Kim's tree. I'm 'to' Kim in email. Do you mean I should send another patch series to Kim?
Thanks, Dave

In message 1206524999.3662.4.camel@localhost.localdomain you wrote:
Dave Liu (10): ata: merge the ata_piix driver ata: add the support for SATA framework ata: make the ata_piix driver using new SATA framework ata: add the libata support ata: add the fis struct for SATA ata: enable the sata init on bootup ata: add the readme for SATA command line mpc83xx: initialize serdes for MPC837xEMDS boards drivers: Add the support for Freescale SATA controller mpc83xx: enable the SATA interface on mpc837xemds board
You don't mention anythiong about the sc520 board here, yet...
board/freescale/mpc837xemds/mpc837xemds.c | 33 + common/Makefile | 2 +- common/cmd_sata.c | 768 +++ +-------------------- disk/part.c | 14 + disk/part_dos.c | 2 + disk/part_iso.c | 2 + disk/part_mac.c | 1 + doc/README.sata | 69 +++ drivers/block/Makefile | 2 + drivers/block/ata_piix.c | 585 ++++++++++++++++++- drivers/block/fsl_sata.c | 921 ++++++++++++++++++++++ +++++++ drivers/block/fsl_sata.h | 374 ++++++++++++ drivers/block/libata.c | 158 +++++ include/configs/MPC837XEMDS.h | 28 + include/configs/sc520_cdp.h | 27 +-
...you're trying to sneak in configuration changes here.
Have these been tested?
If yes, then please split these off into a separate patch.
If not, then just dump it.
Best regards,
Wolfgang Denk

ata: merge the ata_piix driver ata: add the support for SATA framework ata: make the ata_piix driver using new SATA framework ata: add the libata support ata: add the fis struct for SATA ata: enable the sata init on bootup ata: add the readme for SATA command line mpc83xx: initialize serdes for MPC837xEMDS boards drivers: Add the support for Freescale SATA controller mpc83xx: enable the SATA interface on mpc837xemds board
You don't mention anythiong about the sc520 board here, yet...
Currently, the ata_piix driver only is used by sc520 board.
board/freescale/mpc837xemds/mpc837xemds.c | 33 + common/Makefile | 2 +- common/cmd_sata.c | 768 +++ +-------------------- disk/part.c | 14 + disk/part_dos.c | 2 + disk/part_iso.c | 2 + disk/part_mac.c | 1 + doc/README.sata | 69 +++ drivers/block/Makefile | 2 + drivers/block/ata_piix.c | 585 ++++++++++++++++++- drivers/block/fsl_sata.c | 921 ++++++++++++++++++++++ +++++++ drivers/block/fsl_sata.h | 374 ++++++++++++ drivers/block/libata.c | 158 +++++ include/configs/MPC837XEMDS.h | 28 + include/configs/sc520_cdp.h | 27 +-
...you're trying to sneak in configuration changes here.
Have these been tested?
I have not the sc520_cdp x86 board, so I can not test it.
but building/compiling it is passed.
If yes, then please split these off into a separate patch.
If not, then just dump it.
dump it, sorry, what do you mean?
Thanks, Dave
participants (2)
-
Dave Liu
-
Wolfgang Denk