2018-09-12 12:22:55 +02:00
|
|
|
comment "riscv-pk needs a Linux kernel to be built"
|
|
|
|
depends on BR2_riscv
|
|
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
|
|
|
|
config BR2_TARGET_RISCV_PK
|
2019-03-21 00:05:22 +01:00
|
|
|
bool "riscv-pk (deprecated)"
|
2018-09-12 12:22:55 +02:00
|
|
|
depends on BR2_riscv
|
|
|
|
depends on BR2_LINUX_KERNEL
|
|
|
|
help
|
2019-03-21 00:05:22 +01:00
|
|
|
The RISC-V Proxy Kernel (pk) and Boot Loader (BBL) have
|
|
|
|
been deprecated. Please use OpenSBI instead.
|
|
|
|
|
2018-09-12 12:22:55 +02:00
|
|
|
The RISC-V Proxy Kernel (pk) package contains the Berkeley
|
|
|
|
Boot Loader (BBL) which has been designed to boot a Linux
|
|
|
|
kernel on a RISC-V processor.
|
|
|
|
|
|
|
|
https://github.com/riscv/riscv-pk.git
|