]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add partition scheme for mpc85xx devices
authorJustin Hibbits <jhibbits@FreeBSD.org>
Thu, 7 Jun 2018 00:24:10 +0000 (00:24 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Thu, 7 Jun 2018 00:24:10 +0000 (00:24 +0000)
commit60f18ad0b47af6cf88e6412237e58e3e3f9feb28
tree852f74c7f3dd5b6f5108e218a7c46c4b79f191b8
parent30dc95029e879a2ca9be652999284f7728d99f70
Add partition scheme for mpc85xx devices

Some mpc85xx devices with u-boot need MBR partitioning with a FAT boot
partition.  Since the infrastructure is already in place to have a dedicated
boot partition, this adds the necessary bits to use that infrastructure with
mpc85xx boards.

Reviewed By: nwhitehorn
Differential Revision: https://reviews.freebsd.org/D15664
usr.sbin/bsdinstall/partedit/partedit_powerpc.c