86531fae3e
This patch adds support for the HiFive Unleashed board. This includes building the firmware, kernel and rootFS for the HiFive Unleashed. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> [Thomas: - fix the directory name hifive_unleased -> hifive-unleashed - drop from readme.txt the instructions about manually flashing each partition, since we have a full SD card image - drop the custom post-image.sh script] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
300 B
INI
18 lines
300 B
INI
image sdcard.img {
|
|
hdimage {
|
|
gpt = true
|
|
}
|
|
|
|
partition bootloader {
|
|
image = "fw_payload.bin"
|
|
offset = 1M
|
|
size = 32M
|
|
partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
|
}
|
|
|
|
partition rootfs {
|
|
image = "rootfs.ext4"
|
|
partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
|
|
}
|
|
}
|