Add Khadas VIM3 (#1473)

* Add Khadas VIM3

Add Khadas VIM3 board support.

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
Stefan Agner
2021-08-06 14:14:09 +02:00
committed by GitHub
parent f47b371f23
commit ac407a6679
10 changed files with 1052 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
config BR2_PACKAGE_KHADAS_BOOT
bool "Khadas Amlogic Secure Boot Loader"
depends on BR2_TARGET_UBOOT
help
Add secure boot loader to U-Boot for Khadas Amlogic targets.
if BR2_PACKAGE_KHADAS_BOOT
choice
prompt "Target"
default BR2_PACKAGE_KHADAS_BOOT_VIM3
config BR2_PACKAGE_KHADAS_BOOT_VIM3
bool "VIM3"
help
Build boot loader for Khadas VIM3
endchoice
endif