[target][banana pi f3] quick n dirty port to the bananapi f3 board

A decent 8 core riscv64 board with dual ethernet and 2 or 4GB ram.

Fairly easy to bring up on, though not a lot of docs at the moment.
This commit is contained in:
Travis Geiselbrecht
2024-06-17 00:41:12 -07:00
parent bd423cad4d
commit d1f4b4a546
13 changed files with 4337 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Banana Pi F3
A port to the Banana Pi F3 board.
See links at https://wiki.banana-pi.org/Banana_Pi_BPI-F3 and https://docs.banana-pi.org/en/BPI-F3/BananaPi_BPI-F3

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
PLATFORM := spacemit-k1
MEMSIZE ?= 0x80000000 # 2GB smallest configuration
# set time base
GLOBAL_DEFINES += ARCH_RISCV_MTIME_RATE=24000000