audk/IntelFrameworkModulePkg/Csm/LegacyBiosDxe
Zeng, Star 9fbebd8599 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
2. Add MODULE_UNI_FILE file that contains the localized Abstract and Description of a module.
a. Addresses an information gap between INF files and the UEFI Distribution Packaging Specification XML schema
b. There will be an associated update to UPT in BaseTools to consume MODULE_UNI_FILE and associated UNI file during UDP creation that performs the INF -> XML conversion.
c. There will be an associated update to UPT in BaseTools to produce MODULE_UNI_FILE and associated UNI file during UDP installation that performs the XML -> INF conversion.

3. Add Module Extra UNI file that provides the localized Name of a module.
a. [UserExtensions.TianoCore."ExtraFiles"] provides an easy method for a module to specify extra files not listed in [Sources] or [Binaries] sections to be added to a UDP without having to list the files in the UPT package information data file.
b. There will be an associated update to UPT in BaseTools to package up files listed in [UserExtensions.TianoCore."ExtraFiles"] during UDP creation.
c. UNI file contains localized name of a module to go along with the localized Abstract and Description from the MODULE_UNI_FILE.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zeng, Star <star.zeng@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15967 6f19259b-4bc3-4df7-8a09-765794883524
2014-08-28 07:02:57 +00:00
..
IA32 IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers 2011-06-27 23:32:56 +00:00
Ipf Add type cast on variable before operation. 2014-08-08 05:52:01 +00:00
X64 Fix CRLF format 2014-01-22 08:38:20 +00:00
LegacyBbs.c When CSM uses EFI_SEGMENT and EFI_OFFSET to call CSM16 function, some CSM16 use es:[offset + 0xabcd] to get data passed from CSM32, offset + 0xabcd could exceed 0xFFFF which is invalid in real mode. So added NORMALIZE_EFI_SEGMENT and NORMALIZE_EFI_OFFSET to keep offset as small as possible to avoid this issue during CSM16 function call. 2012-03-01 11:16:42 +00:00
LegacyBda.c IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers 2011-06-27 23:32:56 +00:00
LegacyBios.c Fixed a bug in LegacyBiosDxe to allocate correct ranges of memory. 2014-08-12 05:19:34 +00:00
LegacyBiosDxe.inf IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 06:58:44 +00:00
LegacyBiosDxe.uni IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 07:02:57 +00:00
LegacyBiosDxeExtra.uni IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages 2014-08-28 07:02:57 +00:00
LegacyBiosInterface.h Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility. 2013-12-05 05:30:27 +00:00
LegacyBootSupport.c The size of platform memory above 1M is measured in kilobytes. 2014-03-05 08:45:13 +00:00
LegacyCmos.c IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers 2011-06-27 23:32:56 +00:00
LegacyIde.c Fix GCC44 build failure. 2012-11-21 03:03:32 +00:00
LegacyPci.c Add type cast on variable before operation. 2014-08-08 05:52:01 +00:00
LegacySio.c IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers 2011-06-27 23:32:56 +00:00
Thunk.c CSM should firstly set timer to enable state at first, then RestoreTpl is called. 2011-10-21 08:45:07 +00:00