All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] J721e: Add HyperBus support
@ 2019-10-10  5:52 Vignesh Raghavendra
  2019-10-10  5:52 ` [U-Boot] [PATCH v2 1/6] mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined Vignesh Raghavendra
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Vignesh Raghavendra @ 2019-10-10  5:52 UTC (permalink / raw)
  To: u-boot

This series adds support for HyperBus Memory Controller of TI's J721e
and AM654 SoCs.


Vignesh Raghavendra (6):
  mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined
  mtd: Add TI HyperBus Memory Controller driver
  arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller node
  arm: dts: k3-j721e-som-p0: Add HyperFlash node
  configs: j721e_evm.h: Define CONFIG_SYS_MAX_FLASH_BANKS_DETECT
  configs: j721e_evm_a72_defconfig: Add HBMC related configs

 arch/arm/dts/k3-j721e-mcu-wakeup.dtsi |  26 +++++++
 arch/arm/dts/k3-j721e-som-p0.dtsi     |  34 +++++++++
 configs/j721e_evm_a72_defconfig       |  12 +++
 drivers/mtd/Kconfig                   |   7 ++
 drivers/mtd/Makefile                  |   1 +
 drivers/mtd/cfi_flash.c               |   6 +-
 drivers/mtd/hbmc-am654.c              | 105 ++++++++++++++++++++++++++
 include/configs/j721e_evm.h           |   3 +
 8 files changed, 192 insertions(+), 2 deletions(-)
 create mode 100644 drivers/mtd/hbmc-am654.c

-- 
2.23.0

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

end of thread, other threads:[~2019-10-23  8:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10  5:52 [U-Boot] [PATCH v2 0/6] J721e: Add HyperBus support Vignesh Raghavendra
2019-10-10  5:52 ` [U-Boot] [PATCH v2 1/6] mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined Vignesh Raghavendra
2019-10-10  6:03   ` Stefan Roese
2019-10-10  5:52 ` [U-Boot] [PATCH v2 2/6] mtd: Add TI HyperBus Memory Controller driver Vignesh Raghavendra
2019-10-10  6:03   ` Stefan Roese
2019-10-10  5:52 ` [U-Boot] [PATCH v2 3/6] arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller node Vignesh Raghavendra
2019-10-23  2:36   ` Stefan Roese
2019-10-23  8:02     ` Vignesh Raghavendra
2019-10-10  5:52 ` [U-Boot] [PATCH v2 4/6] arm: dts: k3-j721e-som-p0: Add HyperFlash node Vignesh Raghavendra
2019-10-10  5:52 ` [U-Boot] [PATCH v2 5/6] configs: j721e_evm.h: Define CONFIG_SYS_MAX_FLASH_BANKS_DETECT Vignesh Raghavendra
2019-10-10  5:52 ` [U-Boot] [PATCH v2 6/6] configs: j721e_evm_a72_defconfig: Add HBMC related configs Vignesh Raghavendra
2019-10-15  8:59 ` [U-Boot] [PATCH v2 0/6] J721e: Add HyperBus support Vignesh Raghavendra
2019-10-18 12:48   ` Tom Rini

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.