All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] J721E HS Fixes
@ 2023-03-15  6:47 Manorit Chawdhry
  2023-03-15  6:47 ` [PATCH v5 1/4] arm: k3: config.mk: Add missing dependencies on tispl.bin HS Manorit Chawdhry
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Manorit Chawdhry @ 2023-03-15  6:47 UTC (permalink / raw)
  To: u-boot
  Cc: Andrew Davis, Manorit Chawdhry, Vignesh Raghavendra,
	Neha Francis, Jayesh Choudhary, Tom Rini, Judith Mendez,
	Kamlesh Gurudasani

This series fixes the support for J721E board along with some
maintainance for it.

v5:
- change the memory map to list-table

v4:
- Fix docs
- applied reviewed-by

v3:
- drop fixes related to other boards ( make series j721e specific )
- memory map added in docs
- applied reviewed-by

v2:
- Merge two series
- Include some more commits that fix the gp builds when merging
  defconfigs
- Update MAINTAINERS to remove hs related defconfigs
- applied Acks

Andrew Davis (1):
  arm: k3: config.mk: Add missing dependencies on tispl.bin HS

Dave Gerlach (1):
  arm: mach-k3: Increase SYSFW max image size

Manorit Chawdhry (2):
  configs: j721e: Merge the HS and non-HS defconfigs
  Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region

 MAINTAINERS                        |   2 -
 arch/arm/mach-k3/Kconfig           |   6 +-
 arch/arm/mach-k3/config.mk         |   2 +
 configs/j721e_evm_a72_defconfig    |   3 +-
 configs/j721e_evm_r5_defconfig     |  11 +-
 configs/j721e_hs_evm_a72_defconfig | 208 -----------------------------
 configs/j721e_hs_evm_r5_defconfig  | 176 ------------------------
 doc/board/ti/j721e_evm.rst         |  43 ++++++
 8 files changed, 59 insertions(+), 392 deletions(-)
 delete mode 100644 configs/j721e_hs_evm_a72_defconfig
 delete mode 100644 configs/j721e_hs_evm_r5_defconfig

-- 
2.34.1


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

end of thread, other threads:[~2023-03-24  5:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15  6:47 [PATCH v5 0/4] J721E HS Fixes Manorit Chawdhry
2023-03-15  6:47 ` [PATCH v5 1/4] arm: k3: config.mk: Add missing dependencies on tispl.bin HS Manorit Chawdhry
2023-03-15  6:47 ` [PATCH v5 2/4] configs: j721e: Merge the HS and non-HS defconfigs Manorit Chawdhry
2023-03-24  1:07   ` Bryan Brattlof
2023-03-24  5:44     ` Manorit Chawdhry
2023-03-15  6:47 ` [PATCH v5 3/4] Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region Manorit Chawdhry
2023-03-15  6:47 ` [PATCH v5 4/4] arm: mach-k3: Increase SYSFW max image size Manorit Chawdhry

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.