boot/opensbi: add support for including Linux payload
authorAlistair Francis <alistair.francis@wdc.com>
Mon, 22 Jul 2019 20:44:46 +0000 (13:44 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Aug 2019 07:46:03 +0000 (09:46 +0200)
commit9b5b7165deb91bad3cdb1ea0dd8f940eff75f3a9
treee60f544cd3cb2e6064de32034abcb816a88ea78d
parenta12ec9ef5f391b38eb468c35cd11360cfb3fd4ec
boot/opensbi: add support for including Linux payload

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
[Thomas:
 - Config.in: move the BR2_TARGET_OPENSBI_PLAT dependency to a
   "depends on", there's no need to have an if...endif block just for
   that.
 - Config.in: drop the BR2_TARGET_OPENSBI_LIBRARY_ONLY dependency,
   since this option doesn't exist
 - opensbi.mk: don't use qstrip on BR2_TARGET_OPENSBI_LINUX_PAYLOAD,
   since it's a boolean option
 - opensbi.mk: use += when adding linux to DEPENDENCIES
 - opensbki.mk: refactor the firmware file installation with a loop]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/opensbi/Config.in
boot/opensbi/opensbi.mk