mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Sipeed LicheePi 4A requires some proprietary binaries for booting, these are provided in the th1520-boot-firmware repo [1]. These binaries are also required for the onboard sound and wifi. [1] https://github.com/revyos/th1520-boot-firmware Signed-off-by: Kanak Shilledar <kanakshilledar@gmail.com> [Julien: - add Signed-off-by line in commit log - reindent SIPEED_LPI4ABIN_FILES with 1 tab - fix DEVELOPERS entry (remove extra 's') - add upstream url in Config.in ] Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
config BR2_PACKAGE_SIPEED_LPI4ABIN
|
|
bool "sipeed-lpi4abin"
|
|
depends on BR2_riscv
|
|
help
|
|
This package provides TH1520 SoC binary blobs for
|
|
LicheePi 4A.
|
|
|
|
https://github.com/revyos/th1520-boot-firmware
|