summaryrefslogtreecommitdiffstats
path: root/FatPkg/FatPei/FatPei.inf
diff options
context:
space:
mode:
authorChen A Chen <chen.a.chen@intel.com>2019-01-16 16:13:31 +0800
committerHao Wu <hao.a.wu@intel.com>2019-01-31 11:10:54 +0800
commit6aac772c560db55fd82c1e19767036a6f70144a2 (patch)
tree5b55b7b5069b2a9354d7a58367fede7baff95421 /FatPkg/FatPei/FatPei.inf
parent8a9301cdd75439e781754014f514fa06d99140d1 (diff)
downloadedk2-6aac772c560db55fd82c1e19767036a6f70144a2.tar.gz
edk2-6aac772c560db55fd82c1e19767036a6f70144a2.tar.bz2
edk2-6aac772c560db55fd82c1e19767036a6f70144a2.zip
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>
Diffstat (limited to 'FatPkg/FatPei/FatPei.inf')
-rw-r--r--FatPkg/FatPei/FatPei.inf4
1 files changed, 3 insertions, 1 deletions
diff --git a/FatPkg/FatPei/FatPei.inf b/FatPkg/FatPei/FatPei.inf
index fc8d612283..57312a9047 100644
--- a/FatPkg/FatPei/FatPei.inf
+++ b/FatPkg/FatPei/FatPei.inf
@@ -1,7 +1,7 @@
## @file
# Lite Fat driver only used in Pei Phase.
#
-# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are licensed and made available
# under the terms and conditions of the BSD License which accompanies this
@@ -30,6 +30,8 @@
#
[Sources]
+ Mbr.c
+ Eltorito.c
Part.c
FatLiteApi.c
FatLiteLib.c