Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
58228071abac66df09605d34d8e356bce2fc49bf
5822807
Rename the global variable to avoid possible symbol conflict.
by qwang12
· 16 years ago
e56dd2c
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
7492c63
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
ba31c2e
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
78e570b
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
819d148
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
df1f748
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
fe1e36e
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
fe46741
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
7829726
Implement Read() and Poll()
by mdkinney
· 16 years ago
34c4ae4
Add performance measurement token for SEC
by mdkinney
· 16 years ago
7cff25d
Measure time spent in Driver Binding Supported() calls
by mdkinney
· 16 years ago
008d401
Measure time spent in SEC
by mdkinney
· 16 years ago
a5f2a20
Fix bug walking list of ACPI descriptors searching for bus ranges.
by mdkinney
· 16 years ago
9df8788
Performance improvement on startup of build.exe
by jwang36
· 16 years ago
5da37dd
Adjust assembler's comments.
by klu2
· 16 years ago
cc26d6f
Modify DSC file of UnixPkg according to update of MDE package.
by xli24
· 16 years ago
a7e883d
Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly.
by xli24
· 16 years ago
3ea27e1
ATA_REQUEST_SENSE_ERROR is not defined in ATA spec and no one use it.
by vanjeff
· 16 years ago
9fe0e26
Fix hard code base tool path.
by klu2
· 16 years ago
4bf952d
Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCode, not EfiBootServicesData
by mdkinney
· 16 years ago
ebc5f59
Remove duplicate module in MdePkg DSC file.
by klu2
· 16 years ago
e34ecc8
Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in INF file
by eric_tian
· 16 years ago
045c8b9
add Metronome.inf into MdeModulePkg.dsc.
by vanjeff
· 16 years ago
6296e67
Fix copyright date
by mdkinney
· 16 years ago
fbfd91e
Add generic module that produces the Metronome Architectural Protocol on top of an instance of the Timer Library defined in the MdePkg
by mdkinney
· 16 years ago
2faf4da
Refine comments of X64 assembly files of MDE BaseLib.
by xli24
· 16 years ago
405b567
Refine file header for INF files of DXE and PEI core modules.
by xli24
· 16 years ago
0047820
Refine version info in MDE file header.
by xli24
· 16 years ago
57246fe
sync comments.
by vanjeff
· 16 years ago
85ea851
Refine file header for INF files of MDE library instances.
by xli24
· 16 years ago
f40a038
Fixed incorrect function prototype in AutoGen.c for PEI modules.
by jwang36
· 16 years ago
0308e20
1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c
by eric_tian
· 16 years ago
a41a173
adjust file list order in dsc file.
by vanjeff
· 16 years ago
82adad5
1. Fixed bugs of HSD bug trackers 201729, 201670 and 201601
by jwang36
· 16 years ago
ad6d2a4
adjust file list order in dsc file.
by vanjeff
· 16 years ago
078bee4
clean up EBC in inf files.
by vanjeff
· 16 years ago
82e718f
Fix build break (verified to boot to shell).
by qhuang8
· 16 years ago
9a833c8
Add missing protocol header file.
by klu2
· 16 years ago
1875720
Add back gEfiFormBrowser2ProtocolGuid & gEfiFormBrowser2ProtocolGuid as they were actually used by LocateFormBrowser2Protocols() in this library instance.
by qhuang8
· 16 years ago
9d96b05
Fix EFI_IMAGE_NT_SIGNATURE (PE00). (Its value should be 0x00004550.)
by qhuang8
· 16 years ago
3443441
remove null directory
by vanjeff
· 16 years ago
55256f5
Update supported module type of MDE library instances according to MDE library spec.
by xli24
· 16 years ago
464cf98
Remove over specify protocol/ppi/guid
by klu2
· 16 years ago
bb40027
move Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c.
by vanjeff
· 16 years ago
aa5f255
Copied remotely
by vanjeff
· 16 years ago
bf314e6
update files header
by vanjeff
· 16 years ago
01f6d46
Move global variable to the top of C file for consistent coding style.
by qwang12
· 16 years ago
44cfd8a
Move global variable to the top of C file for consistent coding style.
by qwang12
· 16 years ago
d251b34
Make use of correct format String:
by qwang12
· 16 years ago
0e549d5
Make use of correct format String:
by qwang12
· 16 years ago
13c3106
added EFI_SIGNATURE_XX in Base.h, and updated the industry header files to use them.
by vanjeff
· 16 years ago
88a1936
re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description.
by vanjeff
· 16 years ago
3052ec6
re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume Descriptor and Primary Volume Description.
by vanjeff
· 16 years ago
a397f1b
Use Pci.h instead of Pci23.h
by mdkinney
· 16 years ago
c17f446
Rename Print() to VPrintXY() to eliminate symbol collision with the Print function in the UefiLib
by mdkinney
· 16 years ago
dc31771
Add X64 Gate Descriptor
by mdkinney
· 16 years ago
8be701c
Update 8259 driver to use IoLib instead of the CPU I/O Protocol
by mdkinney
· 16 years ago
46f8260
Update LIBRARY_CLASS declaration in the INF file so this library is type BASE and can be linked against all module types.
by mdkinney
· 16 years ago
33730c7
Remove DXS file. The dependency expression has been moved into the INF file.
by mdkinney
· 16 years ago
2952f72
Update 8254 Timer driver to use IoLib instead of CPU I/O Protocol
by mdkinney
· 16 years ago
0f25cc1
Update Metronome driver to use the IoLib instead of the CPU I/O Protocol.
by mdkinney
· 16 years ago
03c1105
Fix duplicate symbol in this driver.
by mdkinney
· 16 years ago
bc14bdb
by vanjeff
· 16 years ago
efe08f4
Remove the duplicated definitins.
by qwang12
· 16 years ago
a979fca
Uefi.h include is required as this module need the EFI_CONFIGURATION_TABLE type definition.
by qwang12
· 16 years ago
2616448
Coding style fix.
by qwang12
· 16 years ago
5897821
Coding style fix.
by qwang12
· 16 years ago
6053411
Coding style fix.
by qwang12
· 16 years ago
751635b
Coding style fix.
by qwang12
· 16 years ago
2278f5f
Coding style fix.
by qwang12
· 16 years ago
1fd83dd
Include DevicePath.h as this file need EFI_DEVICE_PATH_PROTOCOL's definition.
by qwang12
· 16 years ago
49e7092
Add in local variable to ensure that "operands are evaluated in specified order".
by qwang12
· 16 years ago
18e6a25
Remove the unnecessary include file: Uefi.h. Module should include this file base on the specification it comply with.
by qwang12
· 16 years ago
5a6f122
Modify DSC file according to update of MDE library instances.
by xli24
· 16 years ago
cc1143b
Modify DSC file according to update of MDE library instances.
by xli24
· 16 years ago
0a525ec
Modify DSC file according to update of MDE library instances.
by xli24
· 16 years ago
9a02293
Modify DSC file according to update of MDE library instances.
by xli24
· 16 years ago
1fbe8cd
Modify DSC file according to update of MDE library instances.
by xli24
· 16 years ago
601c8c2
Modify DSC file according to update of MDE library instances.
by xli24
· 16 years ago
aa79e01
Modify DSC file according to update of MDE library instances.
by xli24
· 16 years ago
a86d0e2
Remove EdkFvbServiceLib and GraphicsLib from MdeModulePkg, for they have been added to MDE package.
by xli24
· 16 years ago
677472a
1. Rename following library instances according to MDE Library Spec:
by xli24
· 16 years ago
7e43ed8
Refine code for ECC check.
by xli24
· 16 years ago
14f268b
Revert CpuId and CpuIdEx to r6213.
by xli24
· 16 years ago
610204a
Sync function prototype of CpuId and CpuIdEx with MDE library specification.
by xli24
· 16 years ago
1fa524e
Fix ECC issue
by klu2
· 16 years ago
44b013b
ECC Cleanup.
by vanjeff
· 16 years ago
572b6b1
rename filename to match the actual ones.
by vanjeff
· 16 years ago
83c20be
Renamed
by vanjeff
· 16 years ago
efe146f
Renamed
by vanjeff
· 16 years ago
719d0c9
Renamed
by vanjeff
· 16 years ago
248a4d9
Renamed
by vanjeff
· 16 years ago
7612cbf
ECC Clean up.
by vanjeff
· 16 years ago
67e66cd
ECC Clean up.
by vanjeff
· 16 years ago
43025b2
ECC Clean up.
by vanjeff
· 16 years ago
2f3d6fb
synchronize asm and s file
by eric_tian
· 16 years ago
2fb8d3e
Fix .S assembler building issue.
by eric_tian
· 16 years ago
4d9ff8b
Add .S source file to INF
by klu2
· 16 years ago
1dc58db
Add S assembler file for BaseMemoryLibOptDxe driver.
by klu2
· 16 years ago
Next »