summaryrefslogtreecommitdiff
path: root/EdkShellBinPkg/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'EdkShellBinPkg/ChangeLog.txt')
-rw-r--r--EdkShellBinPkg/ChangeLog.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/EdkShellBinPkg/ChangeLog.txt b/EdkShellBinPkg/ChangeLog.txt
index 763ec57039..ca0f638155 100644
--- a/EdkShellBinPkg/ChangeLog.txt
+++ b/EdkShellBinPkg/ChangeLog.txt
@@ -37,6 +37,23 @@ EDK_0000: Compatible: owner
!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!
##########################################################################################
+EDK_8598: Non-Compatible: ftian
+
+ Shell Applications: Remove the binary files of those applications which have been
+ contained in Minimum Shell. Only retain those applications which is in Full Shell
+ but not in Minimum Shell.
+
+ Code Change:
+ 1) Remove the binary files of those applications in EdkShellBinPkg\Bin\Ia32\Apps
+ which don't be covered by Minimum Shell
+ 2) Remove the binary files of those applications in EdkShellBinPkg\Bin\X64\Apps
+ which don't be covered by Minimum Shell
+ 3) Remove the binary files of those applications in EdkShellBinPkg\Bin\Ipf\Apps
+ which don't be covered by Minimum Shell
+
+ Possible Impacts:
+ 1) Platform FDF files that directly refer to these applications should be updated
+ to avoid build break.
=========================================================================================
EDK_4227: Compatible: qhuang8