package/odroidc2-firmware: new package
authorDagg Stompler <daggs@gmx.com>
Fri, 17 Jul 2020 16:46:41 +0000 (19:46 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 3 Sep 2020 12:52:31 +0000 (14:52 +0200)
commitf0de62b7066c58a88207f0edf98ae49a23649421
tree49f327f9ee8042d2a7ef0cddd04db6be05b858f4
parentaf6cffb64e3ba5e766bbf534f75cc6736f063e71
package/odroidc2-firmware: new package

The AmLogic Odroid C2 boards use an ATF version for which the source
code is not available. The mainline U-Boot documentation at
doc/board/amlogic/odroid-c2.rst details how to build a bootable U-Boot
image for this platform: it requires fetching the ATF binary files
from https://github.com/hardkernel/u-boot.git as well as a tool called
fip_create from the same repository.

This commit therefore implements a simple Buildroot package that
retrieves this repository, installs the firmware files, and
builds/installs the host fip_create utility.

This package really installs target images (firmware files) and one
host utility, so we had to take an arbitrary decision on whether it
should be a target package or a host package, and we've chosen to make
it a target package.

Signed-off-by: Dagg Stompler <daggs@gmx.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/odroidc2-firmware/Config.in [new file with mode: 0644]
package/odroidc2-firmware/odroidc2-firmware.hash [new file with mode: 0644]
package/odroidc2-firmware/odroidc2-firmware.mk [new file with mode: 0644]