Re: [U-Boot] [PATCH] common: add new boot media kconfig entry

2016-06-16 Thread Peng Fan
Hello Heiko, On Wed, Jun 15, 2016 at 05:34:49PM +0200, Heiko Schocher wrote: >Hello Peng, > >Am 15.06.2016 um 08:15 schrieb Peng Fan: >>Add CONFIG_{SD|NOR|NAND|ONENAND|SPI|QSPI|SATA}_BOOT kconfig entries. >> >>SoCs supports loading U-Boot from different medias to DRAM, such as >>i.MX6/7 supports lo

Re: [U-Boot] [PATCH] common: add new boot media kconfig entry

2016-06-16 Thread Peng Fan
Hi Joe, On Wed, Jun 15, 2016 at 10:11:39AM -0500, Joe Hershberger wrote: >Hi Peng, > >On Wed, Jun 15, 2016 at 1:15 AM, Peng Fan wrote: >> Add CONFIG_{SD|NOR|NAND|ONENAND|SPI|QSPI|SATA}_BOOT kconfig entries. >> >> SoCs supports loading U-Boot from different medias to DRAM, such as >> i.MX6/7 suppo

Re: [U-Boot] [PATCH] common: add new boot media kconfig entry

2016-06-15 Thread Heiko Schocher
Hello Peng, Am 15.06.2016 um 08:15 schrieb Peng Fan: Add CONFIG_{SD|NOR|NAND|ONENAND|SPI|QSPI|SATA}_BOOT kconfig entries. SoCs supports loading U-Boot from different medias to DRAM, such as i.MX6/7 supports loading U-Boot to DRAM from sd/emmc/nand/qspi/spi/sata and etc. For i.MX, imximage will

Re: [U-Boot] [PATCH] common: add new boot media kconfig entry

2016-06-15 Thread Joe Hershberger
Hi Peng, On Wed, Jun 15, 2016 at 1:15 AM, Peng Fan wrote: > Add CONFIG_{SD|NOR|NAND|ONENAND|SPI|QSPI|SATA}_BOOT kconfig entries. > > SoCs supports loading U-Boot from different medias to DRAM, such as > i.MX6/7 supports loading U-Boot to DRAM from sd/emmc/nand/qspi/spi/sata > and etc. For i.MX, i

[U-Boot] [PATCH] common: add new boot media kconfig entry

2016-06-14 Thread Peng Fan
Add CONFIG_{SD|NOR|NAND|ONENAND|SPI|QSPI|SATA}_BOOT kconfig entries. SoCs supports loading U-Boot from different medias to DRAM, such as i.MX6/7 supports loading U-Boot to DRAM from sd/emmc/nand/qspi/spi/sata and etc. For i.MX, imximage will generate different IVT headers according to boot medias.