Hi Tom, Please pull tag u-boot-atmel-2020.01-b , the second set of features and fixes for the 2020.01 cycle.
This feature set includes my work on a new tiny flexcom driver and eeprom mac retrieval for the sam9x60-ek board. Thanks ! Eugen The following changes since commit 680023c5fab6b1777c0c6f2e76e5d2effb7903a0: Merge tag 'u-boot-stm32-2019-10-23' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-10-23 14:04:02 -0400) are available in the git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git tags/u-boot-atmel-2020.01-b for you to fetch changes up to 4c49753ce2e527c6b561ca6fbbd782b4914f83e2: MAINTAINERS: add MICROCHIP_FLEXCOM to at91 (2019-10-24 13:02:01 +0300) ---------------------------------------------------------------- Second set of u-boot-atmel features and fixes for 2020.01 cycle ---------------------------------------------------------------- Eugen Hristev (6): misc: microchip_flexcom: introduce microchip_flexcom driver ARM: dts: sam9x60: add flx0 node ARM: dts: sam9x60ek: add i2c0 as flexcom0 subnode and eeprom memory board: sam9x60ek: add support for MAC address retrieval configs: sam9x60ek: enable microchip_flexcom, i2c and eeprom MAINTAINERS: add MICROCHIP_FLEXCOM to at91 MAINTAINERS | 1 + arch/arm/dts/sam9x60.dtsi | 15 ++++++++ arch/arm/dts/sam9x60ek.dts | 29 ++++++++++++++++ board/atmel/sam9x60ek/sam9x60ek.c | 12 +++++++ configs/sam9x60ek_mmc_defconfig | 7 ++++ configs/sam9x60ek_nandflash_defconfig | 7 ++++ configs/sam9x60ek_qspiflash_defconfig | 7 ++++ drivers/misc/Kconfig | 9 +++++ drivers/misc/Makefile | 1 + drivers/misc/microchip_flexcom.c | 64 +++++++++++++++++++++++++++++++++++ 10 files changed, 152 insertions(+) create mode 100644 drivers/misc/microchip_flexcom.c _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot