All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] Update support for Helios4 board
@ 2018-11-30  2:54 Aditya Prayoga
  2018-11-30  2:54 ` [U-Boot] [PATCH v2 1/6] arm: mvebu: helios4: mmc: move environment before 1M Aditya Prayoga
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Aditya Prayoga @ 2018-11-30  2:54 UTC (permalink / raw)
  To: u-boot

Hi everyone,

This series add some missing peripheral support and fixed that was
implemented on U-Boot 2013.01 Marvell version: 2015_T1.0p16
- helios4: mmc: move environment before 1M
- helios4: Enable I2C and IO Expander
- helios4: Reset uSOM onboard phy during board init

and added new peripheral support and improvement
- helios4: Enable mvebu GPIO
- helios4: Enable SPI flash support
- helios4: Reduce U-Boot image size

---
Notes
  checkpatch.pl emit "WARNING: added, moved or deleted file(s), does
    MAINTAINERS need updating?" on 0002-arm-mvebu-helios4-Enable-I2C-and-
    IO-Expander.patch due to new file, armada-388-helios4-u-boot.dtsi
    
---
Changes v1 -> v2:
  * Rearrange the patch, enabling I2C and convert I2C IO expander to DM
    should applied together.
  * Move u-boot specific properties into armada-388-helios4-u-boot.dtsi
    (Dennis Gilmore)
  * Use generic gpio_* API to do phy reset (Baruch Siach)
---
Aditya Prayoga (6):
  arm: mvebu: helios4: mmc: move environment before 1M
  arm: mvebu: helios4: Enable I2C and IO Expander
  arm: mvebu: helios4: Enable mvebu GPIO
  arm: mvebu: helios4: Reduce U-Boot image size
  arm: mvebu: helios4: Enable SPI flash support
  arm: mvebu: helios4: Reset uSOM onboard phy during board init

 arch/arm/dts/armada-388-helios4-u-boot.dtsi | 18 +++++++++
 board/kobol/helios4/helios4.c               | 57 ++++++++++++++---------------
 configs/helios4_defconfig                   | 13 ++++---
 include/configs/helios4.h                   | 48 +++++++++++++++++-------
 4 files changed, 88 insertions(+), 48 deletions(-)
 create mode 100644 arch/arm/dts/armada-388-helios4-u-boot.dtsi

-- 
2.7.4

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

end of thread, other threads:[~2018-12-04 16:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30  2:54 [U-Boot] [PATCH v2 0/6] Update support for Helios4 board Aditya Prayoga
2018-11-30  2:54 ` [U-Boot] [PATCH v2 1/6] arm: mvebu: helios4: mmc: move environment before 1M Aditya Prayoga
2018-11-30  2:54 ` [U-Boot] [PATCH v2 2/6] arm: mvebu: helios4: Enable I2C and IO Expander Aditya Prayoga
2018-11-30  2:54 ` [U-Boot] [PATCH v2 3/6] arm: mvebu: helios4: Enable mvebu GPIO Aditya Prayoga
2018-11-30  2:54 ` [U-Boot] [PATCH v2 4/6] arm: mvebu: helios4: Reduce U-Boot image size Aditya Prayoga
2018-11-30  2:54 ` [U-Boot] [PATCH v2 5/6] arm: mvebu: helios4: Enable SPI flash support Aditya Prayoga
2018-11-30  2:54 ` [U-Boot] [PATCH v2 6/6] arm: mvebu: helios4: Reset uSOM onboard phy during board init Aditya Prayoga
2018-11-30  7:44   ` Stefan Roese
2018-11-30  8:14     ` Aditya Prayoga
2018-11-30  8:25       ` Stefan Roese
2018-12-03  2:39         ` Aditya Prayoga
2018-12-04 14:40           ` Baruch Siach
2018-12-04 15:37             ` Aditya Prayoga
2018-12-04 15:51               ` Stefan Roese
2018-12-04 16:06                 ` Aditya Prayoga

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.