17 Commits

Author SHA1 Message Date
Leonard Anderweit
bdd0297be6 wic: visionfive2: Fix root partition name
Rename the root partition from 'boot' to 'root'.

Signed-off-by: Leonard Anderweit <leonard.anderweit@gmail.com>
2023-04-17 15:30:42 -07:00
Alexey Firago
2294b6ced3 wic: visionfive2: Add wks for Visionfive2
Add wks with the layout similar to the Starfive SDK from here:
https://github.com/starfive-tech/VisionFive2/blob/JH7110_VisionFive2_devel/conf/genimage-vf2.cfg

Signed-off-by: Alexey Firago <alexey.firago@gmail.com>
2023-04-12 08:30:37 -07:00
Andreas Cord-Landwehr
36ec45a694 nezha.wks: Adapt wks file for removed boot0 2023-01-08 08:07:38 -08:00
Yu Chien Peter Lin
4f57628de2 ae350-ax45mp-spl.wks: partitioning command for ae350-ax45mp
Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
2022-08-15 08:56:10 -07:00
Cezary Sobczak
812ffc4068 nezha.wks: description of SD card image for Nezha D1 dev board
Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com>
2022-03-30 18:54:52 -07:00
Khem Raj
4b1cfe89fd wic/beaglev.wks: Remove workaround to force msdos partition table
The issue was in partition resizing script which has been found and
fixed for GPT see [1]

Therefore we can switch back to GPT parition layout now

[1] https://github.com/96boards/96boards-tools/pull/15

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-08 10:50:39 +10:00
Khem Raj
c0dffa7c60 wic/beaglev.wks: Use legacy msdos partition table
Ensures that dynamic resizing of the SD card works
since 96boards-tools package somehow breaks otherwise

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-18 12:40:18 -07:00
Khem Raj
35d1d58492 beaglev.wic: Do not mark gpt for partition table
partition resizing scripts fail e.g.

Error: Unable to satisfy all constraints on the partition.

This helps in ensuring that parition resizing works well using
IMAGE_INSTALL += "96boards-tools"

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-13 17:44:37 -07:00
Maciej Pijanowski
9b31efa4ab preliminary beaglev support
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2021-05-06 17:12:08 -07:00
Ricardo Salveti
fa8c8584c4 wic: add freedom-u540 wic for sota/ostree
Wic file to be used with sota/ostree (meta-updater), as the source for
root needs to be provided by the otaimage plugin.

It can be maintained outside this layer, but having it maintained at the
official meta-riscv layer makes it a lot easier for users experimenting
with meta-updater.

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
2019-07-25 00:55:26 -07:00
Alistair Francis
58d8b69fcb freedom-u540-opensbi.wks: Change partition order
Change the partition order so that the /boot partition is the first
partition. This allows u-boots auto boot to work as expected. FSBL will
still load OpenSBI as it uses GPT UUIDs to match the boot partition.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2019-07-09 14:22:59 -07:00
Alistair Francis
ef0189f2d8 wic: Update the sdcard generation
Update the SD card generation to follow a more standard sdcard boot
flow. At the moment we don't use this new boot flow, but let's at least
have it ready for future use.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2019-04-22 15:37:08 -07:00
Alistair Francis
672c73f1be riscv-pk: Remove riscv-pk as we no longer use BBL
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2019-03-07 22:37:41 -08:00
Alistair Francis
cf0877972b wic: Bump up the boot loader partition size
This allows us to future proof changes in openSBI as we can just dd the
bootloader to the SD card.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2019-03-04 18:21:38 -08:00
Alistair Francis
6cbef3699d freedom-u540: Enable OpenSBI by default for booting
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2019-03-04 18:21:38 -08:00
Alistair Francis
ea1574a78c wic: Increase the rootFS partition size
The board comes with a 8GB SD card, let's bump the rootFS size to make
it more useable.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2019-01-03 15:46:10 -08:00
Mirza Krak
1c407570ac wic: add kickstarter file for freedom-u540
Signed-off-by: Mirza Krak <mirza.krak@endian.se>
2018-03-26 21:51:50 -07:00