public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v4 0/4] J721E HS Fixes
@ 2023-03-06  5:42 Manorit Chawdhry
  2023-03-06  5:42 ` [PATCH v4 1/4] arm: k3: config.mk: Add missing dependencies on tispl.bin HS Manorit Chawdhry
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Manorit Chawdhry @ 2023-03-06  5:42 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.

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         |  27 ++++
 8 files changed, 43 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] 8+ messages in thread

end of thread, other threads:[~2023-03-16 18:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-06  5:42 [PATCH v4 0/4] J721E HS Fixes Manorit Chawdhry
2023-03-06  5:42 ` [PATCH v4 1/4] arm: k3: config.mk: Add missing dependencies on tispl.bin HS Manorit Chawdhry
2023-03-06  5:42 ` [PATCH v4 2/4] configs: j721e: Merge the HS and non-HS defconfigs Manorit Chawdhry
2023-03-06  5:42 ` [PATCH v4 3/4] Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region Manorit Chawdhry
2023-03-06 19:01   ` Tom Rini
2023-03-15  6:48     ` Manorit Chawdhry
2023-03-16 18:16       ` Tom Rini
2023-03-06  5:42 ` [PATCH v4 4/4] arm: mach-k3: Increase SYSFW max image size Manorit Chawdhry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox