> diff --git a/include/configs/MPC8315ERDB.h > b/include/configs/MPC8315ERDB.h > index af78726..432fb31 100644 > --- a/include/configs/MPC8315ERDB.h > +++ b/include/configs/MPC8315ERDB.h > @@ -349,6 +349,29 @@ > #define CONFIG_ETHPRIME "eTSEC1" > > /* > + * SATA > + */ > +#define CONFIG_LIBATA > +#define CONFIG_FSL_SATA > + > +#define CFG_SATA_MAX_DEVICE 2 > +#define CONFIG_SATA1 > +#define CFG_SATA1_OFFSET 0x18000 > +#define CFG_SATA1 (CFG_IMMR + CFG_SATA1_OFFSET) > +#define CFG_SATA1_FLAGS FLAGS_DMA > +#define CONFIG_SATA2 > +#define CFG_SATA2_OFFSET 0x19000 > +#define CFG_SATA2 (CFG_IMMR + CFG_SATA2_OFFSET) > +#define CFG_SATA2_FLAGS FLAGS_DMA > + > +#ifdef CONFIG_FSL_SATA > +#define CONFIG_LBA48 > +#define CONFIG_CMD_SATA > +#define CONFIG_DOS_PARTITION > +#define CONFIG_CMD_EXT2 > +#endif > + > +/*
Kim, I tested the SATA on MPC8315ERDB, it is passed! ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users