mbox series

[PULL] u-boot-atmel-2020.04-a

Message ID 864bf221-914f-b3ce-7553-fb6574320f78@microchip.com
State New
Headers show
Series [PULL] u-boot-atmel-2020.04-a | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git

Message

Eugen Hristev Jan. 7, 2020, 12:40 p.m. UTC
Hi Tom,

Please pull tag u-boot-atmel-2020.04-a , the first set of new features 
for the 2020.04 cycle.

This feature set is a patch series from Tudor Ambarus which includes 
parsing of the spi flash SFDP parser for SST flashes, and using those 
tables to retrieve unique saved per device MAC address. This is then 
used as base mac address on the SAMA5D2 Wireless SOM EK board.

Thanks !
Eugen

The following changes since commit ef7c2af65966a57c98d3c47e6c2fe1ce2103b7f6:

   Prepare v2020.01-rc5 (2019-12-16 07:39:56 -0500)

are available in the git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
tags/u-boot-atmel-2020.04-a

for you to fetch changes up to 96b225b0c8359d6873bc09d651ab8d57a2be3aa5:

   configs: sama5d27_wlsom1_ek: mmc: Enable SPI NOR ethaddr retrieval 
(2019-12-17 09:49:05 +0200)

----------------------------------------------------------------
First set of u-boot-atmel features for 2020.04 cycle

----------------------------------------------------------------
Tudor Ambarus (4):
       mtd: spi: spi-nor-core: Add SST vendor specific 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           |   5 +
  configs/sama5d27_wlsom1_ek_qspiflash_defconfig     |   1 +
  drivers/mtd/spi/spi-nor-core.c                     |  46 +++++++-
  include/linux/mtd/spi-nor.h                        |   2 +
  8 files changed, 184 insertions(+), 2 deletions(-)
  create mode 100644 board/atmel/common/mac-spi-nor.c

Comments

Tom Rini Jan. 7, 2020, 6:53 p.m. UTC | #1
On Tue, Jan 07, 2020 at 12:40:12PM +0000, Eugen.Hristev at microchip.com wrote:

> Hi Tom,
> 
> Please pull tag u-boot-atmel-2020.04-a , the first set of new features 
> for the 2020.04 cycle.
> 
> This feature set is a patch series from Tudor Ambarus which includes 
> parsing of the spi flash SFDP parser for SST flashes, and using those 
> tables to retrieve unique saved per device MAC address. This is then 
> used as base mac address on the SAMA5D2 Wireless SOM EK board.
> 
> Thanks !
> Eugen
> 
> The following changes since commit ef7c2af65966a57c98d3c47e6c2fe1ce2103b7f6:
> 
>    Prepare v2020.01-rc5 (2019-12-16 07:39:56 -0500)
> 
> are available in the git repository at:
> 
>    https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git 
> tags/u-boot-atmel-2020.04-a
> 
> for you to fetch changes up to 96b225b0c8359d6873bc09d651ab8d57a2be3aa5:
> 
>    configs: sama5d27_wlsom1_ek: mmc: Enable SPI NOR ethaddr retrieval 
> (2019-12-17 09:49:05 +0200)
> 

Applied to u-boot/master, thanks!