Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
07567c3c32f8434ce1e48176fb8f5c0758b70ec7
07567c3
Add more comments.
by qwang12
· 17 years ago
619eff3
clean EBC build.
by vanjeff
· 17 years ago
9cf974f
fixed a typo
by lhauch
· 17 years ago
da3ce3d
remove reference to the obsolete EFI_LIGHT_ISA_IO_PROTOCOL. This protocol is introduced for size reduction. But later this method is obsoleted as EDK II use feature flags to conditional mask off some code. As EDK II core code does not produce this protocol so we remove all reference to this protocol.
by qwang12
· 17 years ago
dcd8047
remove reference to the obsolete EFI_LIGHT_ISA_IO_PROTOCOL.
by qwang12
· 17 years ago
f21c377
install mReadOnlyVariableThunkPresent PPI to insure that only one ReadOnlyVariable thunk driver can be present in the platform.
by qwang12
· 17 years ago
185be2e
Change notification function to the correct protocol.
by qwang12
· 17 years ago
cd28997
fix a typo.
by qwang12
· 17 years ago
616380f
Add "-l" to make VFR Compiler to generate .lst file to assist debug.
by qwang12
· 17 years ago
23fdff8
Added dependency of makefile to source files in order to let source files be rebuilt when tool option changes
by jwang36
· 17 years ago
008a518
change >> to RShiftU64 function call to avoid compiler to insert __aullshr intrinsic.
by qwang12
· 17 years ago
137c54a
Install a Framework SetupBrowser protocol interface. But this interface will return EFI_UNSUPPORTED. This is to satisfy that some platform/chipset code may located this protocol but never invoke either of these two interfaces in the protocol.
by qwang12
· 17 years ago
a8fb9d6
Support EBC for UefiPxeBcDxe module.
by vanjeff
· 17 years ago
7d0db9c
CHAR8 is defined as "1-byte Character" in UEFI spec, but not "unsigned Character". Most compiler treats "char" as signed unless overide by compiler options. Most compiler generate warnings for statement like "CHAR8 *S = "Hello"". In addition, we have defined CHAR8 as char for processor arch such as IA32, X64 and IPF in EDK II.
by qwang12
· 17 years ago
fd6e8b4
add VFRPP patch for EBC WINDDK3790x1830 tool chain.
by qwang12
· 17 years ago
661e7af
Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C).
by qwang12
· 17 years ago
1b2afea
Remove the tailing ',' and redudant ';' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C).
by qwang12
· 17 years ago
1c574ee
Add a type cast of UINT32 to insure that EBC compiler does not report warning of "Integer conversion resulted in a change of sign" when building with -Za option (accept only ANSI/ISO standard C code). 1 << 31 is consider to be a sign change by compiler.
by qwang12
· 17 years ago
552b252
Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C).
by qwang12
· 17 years ago
d389c6f
Changed the error message to be clearer when no source files are found for build
by jwang36
· 17 years ago
38d8677
Remove unused library instances
by qhuang8
· 17 years ago
5f3fdf9
Minor update to follow coding style.
by qhuang8
· 17 years ago
e8a99c0
Remove orphan files: R8Lib.c & R8Lib.h have already been removed from module INF file.
by qhuang8
· 17 years ago
685aec5
Remove unused library instances
by qhuang8
· 17 years ago
f1d0652
Remove two duplicated GUIDs.
by qhuang8
· 17 years ago
4ecdb86
Give the output information in right place.
by vanjeff
· 17 years ago
86b2b82
Use #if...#else to not confuse some lint tools for definition of EFIAPI
by klu2
· 17 years ago
d2e6d78
1. Add comments about reserve space on space according to x64 calling convention
by qhuang8
· 17 years ago
fbbe00a
Add ACPI_ADR_DISPLAY() macros to DevicePath.h
by mdkinney
· 17 years ago
7bc3788
If the last PEIM dispatched in Pre-Memory PEI is the last PEIM in the BFV, then no PEIMs will be dispatched in Post Memory PEI.
by mdkinney
· 17 years ago
1ad76c3
Remove ASSERT() if ReadOnlyVariable2 PPI is not present. Instead, skip variable read if the PPI is not present.
by mdkinney
· 17 years ago
a163442
Add call to CreateEvent() for SetVirtualAddressMap()
by mdkinney
· 17 years ago
2be3c94
Update to doxygen comments.
by qwang12
· 17 years ago
001d920
1) Add in FvFileLoaderToLoadFileThunk. 2) Update some doxygen comments.
by qwang12
· 17 years ago
67ef3ca
1) add in DeviceIoToPciRootBridgeIoThunk
by qwang12
· 17 years ago
6ea838c
Layer AllocateBuffer and FreeBuffer on the PciRootBridgeIo too.
by qwang12
· 17 years ago
fd4ae73
add in DeviceIoToPciRootBridgeIoThunk.
by qwang12
· 17 years ago
00fc1da
Enhance GenFv tool always collect all module Map files into the single FvMap file for user easy reference.
by lgao4
· 17 years ago
f26b92e
Correct data print format.
by htao
· 17 years ago
8792362
[Description]:
by vanjeff
· 17 years ago
ac64461
De-unicode in comment for all source files.
by qhuang8
· 17 years ago
b233cbe
edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h:
by jljusten
· 17 years ago
b562e7f
edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/IfrOpCodeCreation.c
by jljusten
· 17 years ago
ff8dd84
edk2/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h:
by jljusten
· 17 years ago
10d315b
edk2/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib
by jljusten
· 17 years ago
8d0a8e5
Add #ifndef statement for header file.
by qhuang8
· 17 years ago
6d57943
Add #ifndef statement for header file.
by qhuang8
· 17 years ago
bc88c68
Make #ifndef the first statement in header file.
by qhuang8
· 17 years ago
8ad319e
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/(Ia32|X64)/*.S:
by jljusten
· 17 years ago
297c148
edk2/EdkCompatibilityPkg/Foundation/Include/(Ia32|X64)/EfiBind.h:
by jljusten
· 17 years ago
ab4eb96
Rollback the enhancement of Pcibus in r4844 for more investigation.
by qhuang8
· 17 years ago
7659d0c
[Description]:
by vanjeff
· 17 years ago
b96b676
edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c:
by jljusten
· 17 years ago
ee3f13d
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/BaseMemoryLib.inf:
by jljusten
· 17 years ago
44c8b89
Remove the obsolete comments.
by qwang12
· 17 years ago
30d27d1
Pass GCC build.
by qwang12
· 17 years ago
7fd2139
Pass GCC build.
by qwang12
· 17 years ago
3149b37
Use EDK library macro for EDK library function.
by qhuang8
· 17 years ago
1668bd4
by qwang12
· 17 years ago
36fe40c
by qwang12
· 17 years ago
d9e5c1f
1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.
by qwang12
· 17 years ago
254ba24
Add logic to check uninitialized RTC value in PcRtc driver in MdeModulePkg.
by xli24
· 17 years ago
bfe0326
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c:
by jljusten
· 17 years ago
bd2d157
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/*:
by jljusten
· 17 years ago
3f8f7fa
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/*:
by jljusten
· 17 years ago
e2955fb
Merge from edk2/MdePkg/Library/BaseIoLibIntrinsic to achieve better
by jljusten
· 17 years ago
8e98644
edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ReportStatusCode.c:
by jljusten
· 17 years ago
d04f2a1
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/CopyMem.asm:
by jljusten
· 17 years ago
b9b4780
edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/EfiBind.h:
by jljusten
· 17 years ago
2217818
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/EdkIIGlueDefinitionChangesPeim.h:
by jljusten
· 17 years ago
e68757d
edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/EdkIIGlueBase.h:
by jljusten
· 17 years ago
03836d0
Add a reference of 2nd buffer storage in a formset.
by qwang12
· 17 years ago
6960e9a
Remove minor defects in Doxygen header
by qhuang8
· 17 years ago
d6c0ec5
Use Feature Flag PCD to PcdUefiVariableDefaultLangDepricate to replace LANG_SUPPORT.
by qwang12
· 17 years ago
2d81bfb
Add in ConvertIso639LanguageToRfc3066Language API.
by qwang12
· 17 years ago
6fd5fbe
Add in ConvertIso639LanguageToRfc3066Language API.
by qwang12
· 17 years ago
57d6f36
add debug information.
by vanjeff
· 17 years ago
7e1230b
a. Fixed the incorrect generated array in c code for default store values
by jwang36
· 17 years ago
16bdc87
Add compatibility modules into the DSC file.
by qwang12
· 17 years ago
b44bf16
Changed the default value for the same var to be the same.
by jwang36
· 17 years ago
766dca7
Fix a bug and update comments.
by qwang12
· 17 years ago
0004d14
Update the comments.
by qwang12
· 17 years ago
1e55f6a
1) Change Framework version of PeiServiceTable's PciCfg from PEI_PCI_CFG_PPI to ECP_PEI_PCI_CFG_PPI. This help to detect if user is calling PeiServiceTable->PciCfg->Modify in a PI platform. Modify between Framework spec and PI spec is not compatible.
by qwang12
· 17 years ago
bf6d2af
Use "X64" for directory name to follow directory name convention.
by qhuang8
· 17 years ago
955723b
Use "X64" for directory name to follow directory name convention.
by qhuang8
· 17 years ago
f45af90
Update to fix minor coding style issues.
by qhuang8
· 17 years ago
23c98c9
Update to fix minor coding style issues.
by qhuang8
· 17 years ago
3b1d9fd
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
b21f513
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
1424518
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
ae91108
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
cc907d1
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
ecc7f77
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
924c766
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
d614b00
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
7ad23c3
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
6cea0db
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
3a610a1
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
91ee5ef
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
d4a9eca
Change the file name case to follow coding style: The first character should be capital.
by qhuang8
· 17 years ago
Next »