Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
fd6f5e52b14e61fd19430cb0dcc5c0f76a5c8fbe
/
MdeModulePkg
fd6f5e5
correct /// usage mistake
by ywu21
· 16 years ago
fd97c92
INF module description edited
by jji4
· 16 years ago
9614285
Update EFI_KEY_OPTION.KeyOptions --> EFI_KEY_OPTION.KeyData to follow UEFI spec.
by lgao4
· 16 years ago
2c6d600
INF module description added
by jji4
· 16 years ago
036befa
delete redundant **/
by ywu21
· 16 years ago
57e6bb7
update function header
by ywu21
· 16 years ago
4cf432d
delete #include <Uefi/UefiBaseType.h>
by ywu21
· 16 years ago
242354a
update file header
by ywu21
· 16 years ago
02aa4e5
update file header update function header
by ywu21
· 16 years ago
52ed4ff
update file header
by ywu21
· 16 years ago
db3e605
update file header update function header
by ywu21
· 16 years ago
2dce4b4
update file header
by ywu21
· 16 years ago
b604547
update file header
by ywu21
· 16 years ago
1055b68
1 update function header
by ywu21
· 16 years ago
9fd6fde
update file header
by ywu21
· 16 years ago
fa6fb82
update file header
by ywu21
· 16 years ago
530e25f
update file header delete IN from IScsiPublishIbft ( IN VOID );
by ywu21
· 16 years ago
d8c0456
update file header
by ywu21
· 16 years ago
7a45742
update file header
by ywu21
· 16 years ago
aeb4932
update file header
by ywu21
· 16 years ago
753f9e6
update file header
by ywu21
· 16 years ago
9ece9bd
change to #include <PiDxe.h> #include <Uefi.h>
by ywu21
· 16 years ago
fd82de4
update file header
by ywu21
· 16 years ago
7551539
update file header update function header update enum variable definition
by ywu21
· 16 years ago
8e29a12
update file header
by ywu21
· 16 years ago
a4e5d8a
update file header
by ywu21
· 16 years ago
d272bf7
update file header
by ywu21
· 16 years ago
669314e
update file header
by ywu21
· 16 years ago
fab4bd0
update file header update function header update comments for one macro
by ywu21
· 16 years ago
11e0ec6
update file header
by ywu21
· 16 years ago
f69bf3f
update file header update function header
by ywu21
· 16 years ago
2cf14c7
Update structure name aligned to UEFI specification.
by lgao4
· 16 years ago
2bd6a5f
Fix typo.
by klu2
· 16 years ago
41bc19f
Synchronize PlatformBdsLibNull library class's header file to library instance.
by klu2
· 16 years ago
262b066
Synchronize GenericBdsLib library class's header file to library instance.
by klu2
· 16 years ago
c6d0ee4
Code scrubbing.
by jgong5
· 16 years ago
857c841
Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Library
by mdkinney
· 16 years ago
e492d1b
by ywu21
· 16 years ago
50d7eba
Change _CR() to BASE_CR() to follow naming convention
by mdkinney
· 16 years ago
120db52
Add comments for functions and fix some coding style issue.
by niry
· 16 years ago
4e2dd55
Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macro
by mdkinney
· 16 years ago
e8cb61f
Roll back change to Terminal Type PCD
by mdkinney
· 16 years ago
9437f42
Add the missing internal header file to pass build
by lgao4
· 16 years ago
fb89ee5
for 202033
by ywu21
· 16 years ago
93173f0
for 202033
by ywu21
· 16 years ago
9445163
change some comment and for 202033
by ywu21
· 16 years ago
6cd8bf6
Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This function should never return NULL. If it does, it is a build.exe bug.
by qwang12
· 16 years ago
6a30c6d
Comments have been checked with spec
by jji4
· 16 years ago
5899f27
Code Scrub for UsbKbDxe module.
by xli24
· 16 years ago
84828cd
Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.
by xli24
· 16 years ago
41cc186
Match PCD rename in MdePkg/MdePkg.dec r6857.
by jljusten
· 16 years ago
714e2a1
Move Ia32PcRtc.c from IA-32 sub-directory and rename to PcRtcEntry.c since IPF is not supported by this module now.
by qhuang8
· 16 years ago
1e746b6
move false dependency relation
by eric_tian
· 16 years ago
edd1ceb
Typo corrected
by jji4
· 16 years ago
d354ab7
1)Global variables have been moved backward ahead of functions.
by jji4
· 16 years ago
9d6abd6
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION definition.
by gikidy
· 16 years ago
1987397
Changed the POLL&TIMEOUT timer values from 50ms to 10ms.
by vanjeff
· 16 years ago
53cf48e
Update function comment and use MdePkg Library FreePool function.
by qwang12
· 16 years ago
53dff89
Update function comment.
by qwang12
· 16 years ago
cfc8865
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file.
by gikidy
· 16 years ago
346cf9a
Code scrub for MdeModule Include header file (Protocol and DEC)
by lgao4
· 16 years ago
aa79b0b
Global variables have been moved backward ahead of functions.
by jji4
· 16 years ago
ff6bf04
Parameter checking in BdsLibMatchDevicePaths() is wrong. This bug was found because active console out devices are shown inactive in Setup Boot Maintenance Manager.
by rsun3
· 16 years ago
e6b7d45
Code scrub for PlatformBdsLibNull.inf library instance.
by klu2
· 16 years ago
f699888
Add 3 reallocation pool services in MemoryAllocationLib class.
by qhuang8
· 16 years ago
b0dd810
Code scrub for GenericBdsLib library instance.
by klu2
· 16 years ago
ac7e320
Remove NibbleToHexChar() function from BaseLib
by lgao4
· 16 years ago
48bd50c
1. Fixed issue when calculating timeout value in timeout function in MNP module.
by vanjeff
· 16 years ago
85511dd
Fix coding style issues for Tcp4Dxe driver.
by niry
· 16 years ago
bfd8914
Add the AND of all architectural protocols for this special DXE_RUNTIME driver.
by qhuang8
· 16 years ago
8db9d51
Make HiiDatabase module not depend on HiiLib; otherwise it will inherit HII_DATABASE_PROTOCOL to its own dependency.
by qhuang8
· 16 years ago
0891b0a
Fixed one bug when calculating timeout value in timeout function for UDP protocol.
by vanjeff
· 16 years ago
11e92503
Add GetCurrentLanguage() to HiiLib in MdeModulePkg
by qhuang8
· 16 years ago
a55caa5
Update PEIM entry point to follow PEIM entry point.
by lgao4
· 16 years ago
8bd22b8
Update PEIM entry point to follow PEIM entry point.
by lgao4
· 16 years ago
0674470
Add necessary CONST modifier.
by xli24
· 16 years ago
310bc76
Add necessary CONST modifier.
by xli24
· 16 years ago
ebafc55
Add additional comments for structure definition.
by lgao4
· 16 years ago
f875a4f
1) Change the return type of IfrLibFreeUpdateData to VOID.
by qwang12
· 16 years ago
25ce1e9
Fix ECC issue for PCD Dxe and Peim
by klu2
· 16 years ago
352f357
Fix ECC issue for GenericBdsLib
by klu2
· 16 years ago
a5ff00a
Fix constructor/destructor issue for DXE_DRIVER library instance.
by qhuang8
· 16 years ago
133e09d
code scrub
by eric_tian
· 16 years ago
519f076
1.retried graphics library class from MdePkg
by vanjeff
· 16 years ago
d9b834a
Move call to CoreDisplayDiscoveredNotDispatched to be before the
by jljusten
· 16 years ago
9490351
Add useful DEBUG message for determining the when drivers are
by jljusten
· 16 years ago
c464849
Update to use ReallocatePool() from BaseMemoryLib
by mdkinney
· 16 years ago
d777486
Update to use ReallocatePool() from BaseMemoryLib
by mdkinney
· 16 years ago
7b3381a
Clean up
by mdkinney
· 16 years ago
35d59af
1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output.
by qwang12
· 16 years ago
b643f69
using the exact device path DEBUGPORT_DEVICE_PATH.
by vanjeff
· 16 years ago
31771ab
synchronize the file with the MDE_Library_Spec and fixed some typo.
by gikidy
· 16 years ago
204ba91
code scrub.
by vanjeff
· 16 years ago
2d285fa
Code scrub for DebugPortDxe.
by vanjeff
· 16 years ago
f4113e1
1) Remove the variable initalization in declaration.
by qwang12
· 16 years ago
05f89b1
1. Add Max Try Times check to clear Ps2Kbd status register. If exceed the max try times, the device may be error.
by lgao4
· 16 years ago
ea99d5d
Function headers and comments have been checked with spec.
by jji4
· 16 years ago
404c795
retried GetGraphicsBitMapFromFV()and GetGraphicsBitMapFromFVEx(), instead using GetSectionFromAnyFv() in DxeServiceLib.
by vanjeff
· 16 years ago
f9f31f7
ECC Cleanup: Remove variable initialization in declaration.
by qwang12
· 16 years ago
b315472
1.Removed PrintXY from Graphics Library.
by vanjeff
· 16 years ago
Next »