U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/3] doc: falcon: riscv: Falcon Mode boot on RISC-V
@ 2023-11-16 13:01 Randolph
  2023-11-16 13:01 ` [PATCH V3 1/3] " Randolph
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Randolph @ 2023-11-16 13:01 UTC (permalink / raw)
  To: u-boot; +Cc: randolph.sklin, dylan, tim609, peterlin, Randolph

Changes in v3:
- Change by suggestions in falcon.rst 
- Move the board-related code to arch-specific code,
  its the issue when enabling LOAD_FIT_OPENSBI_OS_BOOT
- Add SPL_PAYLOAD_ARGS_ADDR to defconfig.
  This is the address that SPL copies into defconfig.

Randolph (3):
  doc: falcon: riscv: Falcon Mode boot on RISC-V
  spl: riscv: falcon: move fdt blob to specified address
  configs: andes: add the fdt blob address for SPL copy to

 board/AndesTech/ae350/ae350.c           |  25 ----
 common/spl/Kconfig                      |   2 +-
 common/spl/spl_opensbi.c                |  16 +++
 configs/ae350_rv32_falcon_defconfig     |   1 +
 configs/ae350_rv32_falcon_xip_defconfig |   1 +
 configs/ae350_rv64_falcon_defconfig     |   1 +
 configs/ae350_rv64_falcon_xip_defconfig |   1 +
 doc/develop/falcon.rst                  | 171 ++++++++++++++++++++++++
 8 files changed, 192 insertions(+), 26 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-12-04 13:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-16 13:01 [PATCH V3 0/3] doc: falcon: riscv: Falcon Mode boot on RISC-V Randolph
2023-11-16 13:01 ` [PATCH V3 1/3] " Randolph
2023-12-04 13:00   ` Leo Liang
2023-11-16 13:01 ` [PATCH V3 2/3] spl: riscv: falcon: move fdt blob to specified address Randolph
2023-12-04 13:01   ` Leo Liang
2023-11-16 13:01 ` [PATCH V3 3/3] configs: andes: add the fdt blob address for SPL copy to Randolph
2023-12-04 13:02   ` Leo Liang

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