summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Csm/LegacyBiosDxe
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-062-5/+5
* IntelFrameworkModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* IntelFrameworkModulePkg/LegacyBios: Fix legacy serial redirection bugRuiyu Ni2016-11-101-1/+1
* IntelFrameworkModulePkg: Fix typos in commentsGary Lin2016-10-243-5/+5
* IntelFrameworkModulePkg LegacyBiosDxe: Add nasm source file into INF fileLiming Gao2016-06-281-0/+2
* IntelFrameworkModulePkg LegacyBiosDxe: Convert X64/InterruptTable.asm to NASMLiming Gao2016-06-281-0/+71
* IntelFrameworkModulePkg LegacyBiosDxe: Convert Ia32/InterruptTable.asm to NASMLiming Gao2016-06-281-0/+70
* IntelFrameworkModulePkg/LegacyBios: Get SIO data from SIO interfaceRuiyu Ni2016-06-143-1/+224
* IntelFrameworkModulePkg/LegacyBios: Get COM base from SerialIo parentRuiyu Ni2016-06-143-8/+15
* IntelFrameworkModulePkg/LegacyBios: Rename local variablesRuiyu Ni2016-06-141-17/+17
* IntelFrameworkModulePkg/LegacyBios: return NotFound when IsaIo absentRuiyu Ni2016-06-141-2/+3
* IntelFrameworkModulePkg/LegacyBios: Get SIO data in separate functionRuiyu Ni2016-06-141-33/+57
* IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* IntelFrameworkModulePkg: Add UEFI2.5 PersistentMemory support in LegacyBiosLiming Gao2015-04-292-2/+6
* IntelFrameworkModulePkg: update comments to clarify runtime memory usage for ...Elvin Li2015-04-101-1/+1
* IntelFrameworkModulePkg: add comments to clarify runtime memory usage for leg...Elvin Li2015-04-091-0/+6
* IntelFrameworkModulePkg: Update LegacyBiosDxe to use UmaAddress and UmaSize i...David Woodhouse2015-04-082-3/+31
* IntelFrameworkModulePkg: Put report status code after event was signaled per ...Elvin Li2015-04-071-6/+8
* IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-33/+34
* Fixed a bug in LegacyBiosDxe to allocate correct ranges of memory.Elvin Li2014-08-121-2/+2
* Add type cast on variable before operation.Jeff Fan2014-08-083-9/+9
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+2
* The size of platform memory above 1M is measured in kilobytes.Mike Maslenkin2014-03-051-2/+2
* Fix CRLF formatTian, Hot2014-01-222-596/+596
* Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error.Elvin Li2013-12-111-1/+1
* Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li2013-12-054-14/+193
* Check if video device exists before trying to install Video OpROM.li-elvin2013-05-091-1/+9
* Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM ...li-elvin2013-04-121-1/+1
* Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInst...li-elvin2013-03-152-2/+32
* Remove hard code value and create new PCDs for OpROM reserved range in CSM mo...li-elvin2012-12-122-2/+17
* Fix GCC44 build failure.li-elvin2012-11-212-2/+2
* If IDE controller is not in IDE mode, we should not clear IO bar.li-elvin2012-11-202-15/+36
* Remove 0xc8000 check when searching PNP header. Remove the check about the si...li-elvin2012-11-151-49/+47
* Add missing status code in several modules.li-elvin2012-10-302-0/+29
* Handle the case when OpROM wants to completely remove itself.niruiyu2012-09-241-1/+10
* Check if active video mode is changed after OpROM starts, if active video mod...li-elvin2012-08-132-4/+10
* Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, C...li-elvin2012-07-173-2/+18
* Update the way to allocate high PMM, firstly try to allocate high PMM below 1...li-elvin2012-05-231-5/+16
* Improve robustness when scanning PCI Option ROM.rsun32012-03-141-5/+28
* When CSM uses EFI_SEGMENT and EFI_OFFSET to call CSM16 function, some CSM16 u...li-elvin2012-03-013-7/+15
* CSM is updated to remove RaiseTPL (TPL_HIGH_LEVEL) and disable 2 known UEFI i...li-elvin2011-11-151-2/+9
* CSM should firstly set timer to enable state at first, then RestoreTpl is cal...li-elvin2011-10-211-4/+4
* Use a local variable and assign 0 to it, then use it as legacy interrupt tabl...li-elvin2011-10-191-3/+10
* InstallOpROM in CSM driver could be enhanced to start video when RomImage is ...li-elvin2011-10-101-0/+17
* Use PCD for PMM size and EndOpromShadowAddress to remove hard code value in C...li-elvin2011-10-104-38/+16
* Add RomImage pointer NULL check.li-elvin2011-09-291-1/+1
* Update CSM module to provide the general solution when the Timer Arch Protoco...li-elvin2011-08-304-5/+156
* Remove the code added originally to restore 8254 timer to 54ms.li-elvin2011-08-093-38/+0