[PATCH V4 0/3] doc: falcon: riscv: Falcon Mode boot on RISC-V

Randolph randolph at andestech.com
Fri Dec 29 09:32:20 CET 2023


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



More information about the U-Boot mailing list