All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] arm: k3: Add support for loading main_r5fss0_core0
@ 2020-01-10 10:23 Keerthy
  2020-01-10 10:23 ` [PATCH 01/10] cmd: elf: Export out load_elf_image_phdr Keerthy
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Keerthy @ 2020-01-10 10:23 UTC (permalink / raw)
  To: u-boot

This patch series enables mcu_r5fss0_core0 & main_r5fss0_core0.
Tested for firmware loading and execution on J721e.

Faiz Abbas (1):
  configs: j721e_evm_r5: Add configs for environment in eMMC

Keerthy (9):
  cmd: elf: Export out load_elf_image_phdr
  Makefile: Enable CMD_ELF for SPL as well
  arm: k3: Add support for loading non linux remote cores
  armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM
  armv7R: K3: Add support for jumping to firmware
  arm: dts: k3-j721e-r5: Add fs_loader node
  arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL
  include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 &
    main_r5fss0_core0
  configs: j721e_evm_r5: Enable R5F remoteproc support

 .../arm/dts/k3-j721e-r5-common-proc-board.dts |  20 ++++
 arch/arm/mach-k3/common.c                     | 106 ++++++++++++++++--
 arch/arm/mach-k3/common.h                     |   2 +
 arch/arm/mach-k3/j721e_init.c                 |  34 ++++++
 arch/arm/mach-k3/r5_mpu.c                     |   4 +-
 cmd/Makefile                                  |   2 +-
 cmd/elf.c                                     |   6 +-
 configs/j721e_evm_a72_defconfig               |   3 +
 configs/j721e_evm_r5_defconfig                |   4 +
 include/configs/j721e_evm.h                   |  10 ++
 include/elf.h                                 |   2 +
 11 files changed, 178 insertions(+), 15 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-01-10 11:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 10:23 [PATCH 00/10] arm: k3: Add support for loading main_r5fss0_core0 Keerthy
2020-01-10 10:23 ` [PATCH 01/10] cmd: elf: Export out load_elf_image_phdr Keerthy
2020-01-10 10:23 ` [PATCH 02/10] Makefile: Enable CMD_ELF for SPL as well Keerthy
2020-01-10 10:30   ` Simon Goldschmidt
2020-01-10 10:40     ` keerthy
2020-01-10 11:55       ` Simon Goldschmidt
2020-01-10 10:23 ` [PATCH 03/10] arm: k3: Add support for loading non linux remote cores Keerthy
2020-01-10 10:23 ` [PATCH 04/10] armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM Keerthy
2020-01-10 10:23 ` [PATCH 05/10] armv7R: K3: Add support for jumping to firmware Keerthy
2020-01-10 10:23 ` [PATCH 06/10] arm: dts: k3-j721e-r5: Add fs_loader node Keerthy
2020-01-10 10:23 ` [PATCH 07/10] arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL Keerthy
2020-01-10 10:23 ` [PATCH 08/10] include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 & main_r5fss0_core0 Keerthy
2020-01-10 10:23 ` [PATCH 09/10] configs: j721e_evm_r5: Add configs for environment in eMMC Keerthy
2020-01-10 10:26   ` Lokesh Vutla
2020-01-10 10:23 ` [PATCH 10/10] configs: j721e_evm_r5: Enable R5F remoteproc support Keerthy

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.