All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] mtd: spi: spi-nor-core: Add Microchip SFDP parser
@ 2019-10-01  8:59 Tudor.Ambarus at microchip.com
  2019-10-01  8:59 ` [U-Boot] [PATCH 1/4] " Tudor.Ambarus at microchip.com
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Tudor.Ambarus at microchip.com @ 2019-10-01  8:59 UTC (permalink / raw)
  To: u-boot

From: Tudor Ambarus <tudor.ambarus@microchip.com>

Parse manufacturer specific SFDP table. The Microchip SFDP table
contains pre-programmed globally unique MAC addresses. Retrieve
the MAC address from the SPI NOR flash and set it in ethaddr in env.

This can go through Eugen's tree if no obiections. Otherwise Eugen
should take care to apply the Microchip specific code after
Jagan's/Vignesh's tree gets merged.

Tudor Ambarus (4):
  mtd: spi: spi-nor-core: Add Microchip SFDP parser
  board: atmel: sama5d27_wlsom1_ek: Set ethaddr from spi-nor flash
  configs: sama5d27_wlsom1_ek: qspiflash: Enable SPI NOR ethaddr
    retrieval
  configs: sama5d27_wlsom1_ek: mmc: Enable SPI NOR ethaddr retrieval

 arch/arm/mach-at91/include/mach/at91_common.h      |   1 +
 board/atmel/common/Makefile                        |   1 +
 board/atmel/common/mac-spi-nor.c                   | 127 +++++++++++++++++++++
 .../atmel/sama5d27_wlsom1_ek/sama5d27_wlsom1_ek.c  |   3 +
 configs/sama5d27_wlsom1_ek_mmc_defconfig           |   7 +-
 configs/sama5d27_wlsom1_ek_qspiflash_defconfig     |   3 +-
 drivers/mtd/spi/spi-nor-core.c                     |  35 ++++++
 include/linux/mtd/spi-nor.h                        |   2 +
 8 files changed, 177 insertions(+), 2 deletions(-)
 create mode 100644 board/atmel/common/mac-spi-nor.c

-- 
2.9.5

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-10-09 16:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01  8:59 [U-Boot] [PATCH 0/4] mtd: spi: spi-nor-core: Add Microchip SFDP parser Tudor.Ambarus at microchip.com
2019-10-01  8:59 ` [U-Boot] [PATCH 1/4] " Tudor.Ambarus at microchip.com
2019-10-07  6:39   ` Eugen.Hristev at microchip.com
2019-10-09 12:04   ` Vignesh Raghavendra
2019-10-09 15:50     ` Tudor.Ambarus at microchip.com
2019-10-09 16:25       ` Vignesh Raghavendra
2019-10-09 16:27         ` Tudor.Ambarus at microchip.com
2019-10-09 16:13   ` Tudor.Ambarus at microchip.com
2019-10-01  8:59 ` [U-Boot] [PATCH 2/4] board: atmel: sama5d27_wlsom1_ek: Set ethaddr from spi-nor flash Tudor.Ambarus at microchip.com
2019-10-01  8:59 ` [U-Boot] [PATCH 3/4] configs: sama5d27_wlsom1_ek: qspiflash: Enable SPI NOR ethaddr retrieval Tudor.Ambarus at microchip.com
2019-10-01  8:59 ` [U-Boot] [PATCH 4/4] configs: sama5d27_wlsom1_ek: mmc: " Tudor.Ambarus at microchip.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.