All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/3] doc: falcon: riscv: Falcon Mode boot on RISC-V
@ 2023-12-29  8:32 Randolph
  2023-12-29  8:32 ` [PATCH V4 1/3] " Randolph
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Randolph @ 2023-12-29  8:32 UTC (permalink / raw)
  To: u-boot; +Cc: randolph.sklin, dylan, tim609, Randolph

Changes in v4:
- remove "Function that a board must implement" section in
  falcon.rst
- fix compile error when config LOAD_FIT_OPENSBI_OS_BOOT
  not enabled.

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 copy address for SPL

 board/AndesTech/ae350/ae350.c           |  25 ----
 common/spl/Kconfig                      |   2 +-
 common/spl/spl_opensbi.c                |  15 +++
 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                  | 158 ++++++++++++++++++++++++
 8 files changed, 178 insertions(+), 26 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-01-31  2:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-29  8:32 [PATCH V4 0/3] doc: falcon: riscv: Falcon Mode boot on RISC-V Randolph
2023-12-29  8:32 ` [PATCH V4 1/3] " Randolph
2024-01-31  2:49   ` Leo Liang
2023-12-29  8:32 ` [PATCH V4 2/3] spl: riscv: falcon: move fdt blob to specified address Randolph
2024-01-31  2:51   ` Leo Liang
2023-12-29  8:32 ` [PATCH V4 3/3] configs: andes: add the fdt blob copy address for SPL Randolph
2024-01-31  2:52   ` Leo Liang

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.