fdisk(8): Make -A preserve BIOS boot partition
authorvisa <visa@openbsd.org>
Thu, 3 Feb 2022 13:24:04 +0000 (13:24 +0000)
committervisa <visa@openbsd.org>
Thu, 3 Feb 2022 13:24:04 +0000 (13:24 +0000)
commitc7427a548fd48b99c0a5b86c80f2810d8933ba46
tree6df806a9c5aa9d02f03b578492de371773654986
parentd10ca5718eb91b6871b68cf3faa5f4b006520fe4
fdisk(8): Make -A preserve BIOS boot partition

On PolarFire SoC, the HSS firmware loads HSS payload from BIOS boot
partition. Typically the payload carries second-stage low-level boot
code, such as U-Boot. If the payload is missing, the SoC is not able
to boot normally. Hence automatic disk formatting should not delete
the partition.

OK krw@
sbin/fdisk/fdisk.8
sbin/fdisk/part.c