mbox series

[U-Boot,v2,0/6] J721e: Add HyperBus support

Message ID 20191010055207.26831-1-vigneshr@ti.com
Headers show
Series J721e: Add HyperBus support | expand

Message

Vignesh Raghavendra Oct. 10, 2019, 5:52 a.m. UTC
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

Comments

Vignesh Raghavendra Oct. 15, 2019, 8:59 a.m. UTC | #1
Hi Tom,

On 10/10/19 11:22 AM, Vignesh Raghavendra wrote:
> This series adds support for HyperBus Memory Controller of TI's J721e
> and AM654 SoCs.
> 

Stefan has provided Reviewed-bys for CFI related changes. Could you
please pull in this series if there no further comments?

Regards
Vignesh

> 
> 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
>
Tom Rini Oct. 18, 2019, 12:48 p.m. UTC | #2
On Tue, Oct 15, 2019 at 02:29:27PM +0530, Vignesh Raghavendra wrote:
> Hi Tom,
> 
> On 10/10/19 11:22 AM, Vignesh Raghavendra wrote:
> > This series adds support for HyperBus Memory Controller of TI's J721e
> > and AM654 SoCs.
> > 
> 
> Stefan has provided Reviewed-bys for CFI related changes. Could you
> please pull in this series if there no further comments?
> 
> Regards
> Vignesh
> 
> > 
> > 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

So, since Stefan is happy I guess this should go through the CFI tree
that he maintains and I'll go correct patchwork, thanks!