]> git.proxmox.com Git - mirror_edk2.git/commit
FatPkg: Break down Part.c file.
authorChen A Chen <chen.a.chen@intel.com>
Wed, 16 Jan 2019 08:13:31 +0000 (16:13 +0800)
committerHao Wu <hao.a.wu@intel.com>
Thu, 31 Jan 2019 03:10:54 +0000 (11:10 +0800)
commit6aac772c560db55fd82c1e19767036a6f70144a2
tree5b55b7b5069b2a9354d7a58367fede7baff95421
parent8a9301cdd75439e781754014f514fa06d99140d1
FatPkg: Break down Part.c file.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1470
Break down partition parsing logic to 2 parts, Eltorito and MBR.

Cc: Ruiyu Ni <ray.ni@intel.com>
Cc: Zhang Chao B <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chen A Chen <chen.a.chen@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
FatPkg/FatPei/Eltorito.c [new file with mode: 0644]
FatPkg/FatPei/FatPei.inf
FatPkg/FatPei/Mbr.c [new file with mode: 0644]
FatPkg/FatPei/Part.c