[PATCH v3 0/2] riscv: spacemit: add support for bananapi-f3
Yixun Lan
dlan at gentoo.org
Thu Nov 14 14:24:32 CET 2024
Hi Huan:
On 01:21 Thu 14 Nov , Huan Zhou wrote:
> Banana Pi F3 board is a industrial grade RISC-V development board, it
> design with SpacemiT K1 8 core RISC-V chip, CPU integrates 2.0 TOPs AI
> computing power. 4G DDR and 16G eMMC onboard. 2x GbE Ethernet port, 4x USB
> 3.0 and PCIe for M.2 interface, support HDMI and Dual MIPI-CSI Camera.
>
> This patch introduces fundamental support for the Banana Pi F3 board,
> encompassing UART, CPU, and PLIC support. This ensures that U-Boot can
> operate in serial console mode.
>
> Changes in v3:
> - Add memory node for dts
> - Add base commit
> - Add ft_board_setup function for kernel memory init
> - Change license to GPL-2.0-or-later
> - Clear redifinition warning while building in UART_IIR_ID
> - Change underscore to dash in bananapi*f3
> - Update maintainer
> - Use default prompt
> - link to v2 https://lore.kernel.org/u-boot/20240718043329.1500-1-seashell11234455@gmail.com/
>
although you're taking over this patch, the "Changes in v2" log should be preserved
better also add the "link to v1" URL
> Signed-off-by: Huan Zhou <pericycle.cc at gmail.com>
> Signed-off-by: Kongyang Liu <seashell11234455 at gmail.com>
> ---
> Kongyang Liu (2):
> riscv: spacemit: bananapi_f3: initial support added
> doc: spacemit: bananapi_f3: document Banana Pi F3 board
>
> arch/riscv/Kconfig | 5 +
> arch/riscv/cpu/k1/Kconfig | 18 ++
> arch/riscv/cpu/k1/Makefile | 6 +
> arch/riscv/cpu/k1/cpu.c | 9 +
> arch/riscv/cpu/k1/dram.c | 54 ++++
> arch/riscv/dts/Makefile | 1 +
> arch/riscv/dts/k1-bananapi-f3.dts | 25 ++
> arch/riscv/dts/k1.dtsi | 459 +++++++++++++++++++++++++++++++++
> board/spacemit/bananapi-f3/Kconfig | 25 ++
> board/spacemit/bananapi-f3/MAINTAINERS | 7 +
> board/spacemit/bananapi-f3/Makefile | 5 +
> board/spacemit/bananapi-f3/board.c | 9 +
> configs/bananapi-f3_defconfig | 20 ++
> doc/board/index.rst | 1 +
> doc/board/spacemit/bananapi-f3.rst | 78 ++++++
> doc/board/spacemit/index.rst | 8 +
> include/configs/bananapi-f3.h | 13 +
> 17 files changed, 743 insertions(+)
> ---
> base-commit: 40c45a57974bdb09fffa31dde65ddf69e5de53eb
> change-id: 20241112-pickup-bpif3-245ab208b9a4
>
> Best regards,
> --
> Huan Zhou <pericycle.cc at gmail.com>
>
--
Yixun Lan (dlan)
Gentoo Linux Developer
GPG Key ID AABEFD55
More information about the U-Boot
mailing list