Skip to content

Instantly share code, notes, and snippets.

View vickiegpt's full-sized avatar
🔥
Passionate

Yiwei Yang vickiegpt

🔥
Passionate
View GitHub Profile
@vickiegpt
vickiegpt / Makefile
Created July 23, 2026 18:24 — forked from xypron/Makefile
Makefile to create SiFive HiFive Premier P550 firmware
#!/usr/bin/make -f
# SPDX-License-Identifier: MIT
UBOOT_VERSION=eab538b697011b866aba64938ef045e67fa08dc2
OPENSBI_VERSION=EIC7X-2024.11
NSIGN_VERSION=74e7c69b812923f68ef3eeb0c1cbbee90f80b566
all:
make uboot
make sbi