9ea3da06b2
Add MacchiatoBin board by SolidRun. This board is based on Marvell Armada 8040 SoC. Board support package includes the following two options: mainline and vendor BSPs. Mainline BSP: - Marvell ATF v1.3-armada-17.10 - mainline U-Boot v2017.11 - mainline Linux kernel v4.14.4 Marvell BSP with more hardware support enabled: - Marvell ATF v1.3-armada-17.10 - Marvell U-Boot based on v2017.03 - Marvell Linux kernel based v4.4.52 More details about this board are available on wiki: - http://wiki.macchiatobin.net Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> [Thomas: misc tweaks in readme.txt.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
227 B
INI
17 lines
227 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition uboot {
|
|
in-partition-table = "no"
|
|
image = "flash-image.bin"
|
|
offset = 0x200000
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
offset = 0x2200000
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|