summaryrefslogtreecommitdiff
path: root/EdkShellBinPkg/ChangeLog.txt
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-18 09:56:14 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-18 09:56:14 +0000
commit06d77a8c82709354b58e7e4ea79c17b430e62019 (patch)
tree9acf8437be5e4be733c978e9e34e6c9af58e6d76 /EdkShellBinPkg/ChangeLog.txt
parent67319626746e9bb373a95f38746c32408cc1681e (diff)
downloadedk2-platforms-06d77a8c82709354b58e7e4ea79c17b430e62019.tar.xz
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.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8598 6f19259b-4bc3-4df7-8a09-765794883524
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