Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
b8b5ff5acd0d292bcd804e589d28677af5098573
b8b5ff5
Update XhcWaitOpRegBit to take Timout argument as microsecond.
by Elvin Li
· 11 years ago
5142926
Fix ECC errors:1.Update the comments in function headers to follow the Doxygen special documentation. 2.Make the first line of text in a comment block end with a period. 3.Update the member variable name for SHELL_OPERATION_TYPES to follow the rules "Must contain lower case characters". 4. Return type of a function should exist and in the first line.
by Shumin Qiu
· 11 years ago
6fa0da7
Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'.
by Laszlo Ersek
· 11 years ago
bdebd2c
Fix a bug for vlan ping failure.
by Wu Jiaxin
· 11 years ago
da66011
MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an invalid TokenNumber input.
by Star Zeng
· 11 years ago
adcd738
MdeModulePkg Pcd: Extend PcdVpdBaseAddress to support PcdsPatchableInModule type.
by Star Zeng
· 11 years ago
5bd12b0
ShellPkg: fix DmpStore for deleting
by Jaben Carsey
· 11 years ago
4692bc0
Only save HostSequenceNo for new command in Debug Timer handler.
by Jeff Fan
· 11 years ago
f3b113b
1. Only dump CPU Context and CpuDeadLoop () for CPU exception.
by Jeff Fan
· 11 years ago
6bd6446
ShellPkg: pre-verify split commands
by Jaben Carsey
· 11 years ago
12a27a6
ShellPkg: API name typo.
by Jaben Carsey
· 11 years ago
404b3f4
ShellPkg: fix whitespace character trimming
by Jaben Carsey
· 11 years ago
e3eb7d8
ShellPkg: CTRL-C stops a running script at the same time
by Jaben Carsey
· 11 years ago
806c49d
ShellPkg: Refactor the RunCommand API
by Jaben Carsey
· 11 years ago
8dcd84b
Converse the return value from 'int' to 'BOOLEAN' for function ‘ContainsSplit’ in Shell.c.
by Shumin Qiu
· 11 years ago
957914e
OvmfPkg: VirtioBlkInit(): log topology attributes
by Laszlo Ersek
· 11 years ago
6476804
OvmfPkg: VirtioBlkInit(): expose virtio-blk topology in BlockIo
by Laszlo Ersek
· 11 years ago
21479c3
OvmfPkg/VirtioBlkDxe/VirtioBlk.c: rewrap overlong lines
by Laszlo Ersek
· 11 years ago
5cf69d4
OvmfPkg: IndustryStandard/VirtioBlk: introduce topology-related definitions
by Laszlo Ersek
· 11 years ago
1d17076
OvmfPkg: IndustryStandard/VirtioBlk: add extra horizontal whitespace
by Laszlo Ersek
· 11 years ago
d4468cd
Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the clarification that bitfields are ordered such that bit 0 is the least significant bit.
by Ruiyu Ni
· 11 years ago
5fdd2a8
Update code to avoid using potential NULL pointer.
by Eric Dong
· 11 years ago
e7831c9
ShellPkg: Add missing function header comments
by Jaben Carsey
· 11 years ago
c818639
ShellPkg: Fix "for" command statement initialization.
by Jaben Carsey
· 11 years ago
06f1982
OvmfPkg: QemuFlashFvbServicesRuntimeDxe: fix out-of-LBA write access
by Laszlo Ersek
· 11 years ago
077c7ae
Update code to support guid op nest in the statement.
by Eric Dong
· 11 years ago
c5fba0f
Fix a bug in TCP driver’s component name print function.
by Fu Siyuan
· 11 years ago
9b8e61b
Fix two issues in PeiCore.
by Liming Gao
· 11 years ago
98c4caa
Get entire variable data for efi varstore at first time.
by Eric Dong
· 11 years ago
4636295
Add the missing assignment of EFI_DISK_IO2_TOKEN::Token in FlushDiskEx() implementation. Without the assignment, system may hang sometimes.
by Ruiyu Ni
· 11 years ago
c6cef63
Update code to ensure the pointer ‘CurrentName’ in function ‘PerformSingleMappingDisplay’ isn’t null before being processed.
by Shumin Qiu
· 11 years ago
6f05676
Add a new line to initialize the variable “PassThruProtocol” in ConsoleWrapers.c to ensure the initialization not to be a part of its declaration.
by Shumin Qiu
· 11 years ago
f67eb9d
MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSizePopulateCapsule by PcdGet32 in EntryPoint.
by Star Zeng
· 11 years ago
4374c2e
OvmfPkg/QemuVideoDxe: child handles should have open parent protocol BY_CHILD_CONTROLLER
by Chris Ruffin
· 11 years ago
cc31ac1
ShellPkg: add error messages into function
by Jaben Carsey
· 11 years ago
5a5eb80
ShellPkg: Refactor updating command line for help use
by Jaben Carsey
· 11 years ago
ceecdc6
Fix the non-blocking behavior for connect. The behavior was correct if the code polled the connect routine but was not correct when using select to complete the asynchronous request. This change fixes the select case by moving where some of the operations performed upon the connection completion.
by lpleahy leroy.p.leahy
· 11 years ago
daf7058
ShellPkg: Refactor change to current file system
by Jaben Carsey
· 11 years ago
680db51
ShellPkg: Refactor Split/Pipe based command lines
by Jaben Carsey
· 11 years ago
e94784c
ArmPlatformPkg/ArmFvpDxe: Added Virtio Block support
by Olivier Martin
· 11 years ago
1e69576
ArmPlatformPkg/ArmVExpressPkg: Added the empty 'ArmFvpDxe' platform UEFI driver
by Olivier Martin
· 11 years ago
a1ac579
Check Context before use it.
by Jeff Fan
· 11 years ago
b7ae875
Fix meta file issue.
by Jeff Fan
· 11 years ago
f98f5ec
UefiCpuPkg: S3Resume2Pei: align return stacks explicitly
by Laszlo Ersek
· 11 years ago
ddc0be5
MdeModulePkg/XhciDxe: Fix ICC compiler build warning.
by Feng Tian
· 11 years ago
6ba2921
ShellPkg: add API for determining operation type
by Jaben Carsey
· 11 years ago
1ef61d0
ShellPkg: Refactor Variable replacement into separate function
by Jaben Carsey
· 11 years ago
ca53c0a
ShellPkg: Refactor Alias replacement into separate function
by Jaben Carsey
· 11 years ago
ad2bc85
ShellPkg: refactor out leading and trailing space trimming
by Jaben Carsey
· 11 years ago
321a8d4
ShellPkg: typo in the last commit.
by Jaben Carsey
· 11 years ago
7191440
OvmfPkg: Virtio drivers: fix incorrect casts in init functions
by Laszlo Ersek
· 11 years ago
518c8cd
ShellPkg: Refactor out the searching for pipe characters
by Jaben Carsey
· 11 years ago
ece77e4
OvmfPkg/Virtio: Removed VirtioReadDevice() / VirtIoWriteDevice() functions
by Olivier Martin
· 11 years ago
64106ab
OvmfPkg/Virtio.h: Removed definition of VIRTIO_HDR
by Olivier Martin
· 11 years ago
56f65ed
OvmfPkg: Make the VirtIo devices use the new VIRTIO_DEVICE_PROTOCOL
by Olivier Martin
· 11 years ago
6fb4e77
OvmfPkg/VirtioMmioDeviceLib: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devices over MMIO
by Olivier Martin
· 11 years ago
3bb56c0
OvmfPkg/VirtioPciDeviceDxe: Implement VIRTIO_DEVICE_PROTOCOL for VirtIo Devices over PCI
by Olivier Martin
· 11 years ago
fc4d1ce
OvmfPkg/VirtioDevice.h: Introduced VIRTIO_DEVICE_PROTOCOL protocol
by Olivier Martin
· 11 years ago
ad79317
Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error.
by Elvin Li
· 11 years ago
4db0b65
Correct INF file to make module pass ICC compiler.
by Liming Gao
· 11 years ago
7476ad7
StdLib: Update Copyright Notices.
by Daryl McDaniel
· 11 years ago
6d16cca
StdLib: Remove an unnecessary dependency from LibWchar.
by Daryl McDaniel
· 11 years ago
19a4497
ShellPkg: Refactor Pipe handling
by Jaben Carsey
· 11 years ago
b2ce4a3
ARM Packages: Removed 'inline' keyword
by Olivier Martin
· 11 years ago
62436c2
ArmPkg/AArch64Mmu.h: Fix 'Shift is >= width of type'
by Olivier Martin
· 11 years ago
377a32d
ArmPkg/ArmDisassemblerLib: Fixed logical/bitwise operator confusion
by Olivier Martin
· 11 years ago
77d7af4
ArmPkg/ArmMpCoreInfo.h: Fixed macro definition
by Olivier Martin
· 11 years ago
0e0fb74
1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.
by Fu Siyuan
· 11 years ago
62eeb52
Per PI 1.3 spec, when Reserved bit set in the SlaveAddress parameter, EFI_NOT_FOUND should be returned in EFI_I2C_HOST_PROTOCOL.QueueRequest().
by Elvin Li
· 11 years ago
3520e03
ShellPkg: Remove invalid ASSERT
by Jaben Carsey
· 11 years ago
194ae48
ShellPkg: Add support for CTRL-C within shell user prompting
by Jaben Carsey
· 11 years ago
0f83ac3
Refine code to fix potential code bug.
by Eric Dong
· 11 years ago
05de47e
Refine code to fix potential code bug.
by Eric Dong
· 11 years ago
42f7549
Follow Shell specification to make sure the “command.man” file is always used no matter “command.efi -?” or “command -?” is typed.
by Shumin Qiu
· 11 years ago
447d264
OvmfPkg: enable Xen specific path
by Wei Liu
· 11 years ago
bb6a9a9
OvmfPkg: introduce XenMemMapInitialization
by Wei Liu
· 11 years ago
36658ff
OvmfPkg: introduce PublishPeiMemory
by Wei Liu
· 11 years ago
c7ea55b
OvmfPkg: detect Xen earlier
by Wei Liu
· 11 years ago
4c3966e
OvmfPkg: define EFI_XEN_OVMF_INFO
by Wei Liu
· 11 years ago
e48c696
OvmfPkg: introduce E820.h
by Wei Liu
· 11 years ago
5624a27
MdeModulePkg: introduce PcdPciDisableBusEnumeration
by Wei Liu
· 11 years ago
7cf1a5b
ArmPlatformPkg/ArmVExpress-RTSM-AEMv8Ax4-foundation.dsc: Remove the Monitor stacks PCDs
by Olivier Martin
· 11 years ago
8a25bd7
ArmPlatformPkg/ArmPlatformStackLib: Do not directly use PcdArmPrimaryCore
by Olivier Martin
· 11 years ago
9926709
ArmPlatformPkg: Fix and Implement ArmPlatformGetPrimaryCoreMpId
by Olivier Martin
· 11 years ago
d5ad081
MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when SKU ID enabled.
by Star Zeng
· 11 years ago
9799752
Fixes a build issue (build error 'Statement is unreachable').
by Olivier Martin olivier.martin
· 11 years ago
3f25e6e
Fix comments format issue.
by Jeff Fan
· 11 years ago
8d84dbe
MdeModulePkg/Xhci: Coding style update to follow EDKII C Coding Standards Spec.
by Feng Tian
· 11 years ago
b682373
Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SMBIOS table. Update LegacyBiosDxe to move SMBIOS table to reserved memory for backward compatibility.
by Elvin Li
· 11 years ago
b4e7b2d
Correct file header comments for DiskIo2.h.
by Ruiyu Ni
· 11 years ago
060853f
MdeModulePkg: SmmLockBox: remove wrong DepEx
by Laszlo Ersek
· 11 years ago
5ab7f88
Add InitFlag member in DEBUG_AGENT_PHASE2_CONTEXT to pass into InitializeDebugAgentPhase2().
by Jeff Fan
· 11 years ago
32e817c
MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling protocol interface failure case
by Feng Tian
· 11 years ago
0f58371
MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() should be behind s/w related stop operation, which could avoid h/w not working if s/w stop operation fails.
by Feng Tian
· 11 years ago
6855763
ShellPkg: Fix pci command to parse seg, bus, dev, and func arguments as hex
by Chris Phillips
· 11 years ago
ed8b529
ShellPkg: Unregister all registrations
by Jaben Carsey
· 11 years ago
b5bd21b
MdeModulePkg Pcd: Refine the code to avoid error report.
by Star Zeng
· 11 years ago
68fc0c7
Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_ON_SECURITY_VIOLATION is no longer supported.
by Fu Siyuan
· 11 years ago
1925ea6
Add missing ASM_PFX for HookAfterStubHeaderEnd.
by Jeff Fan
· 11 years ago
958313b
Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make UINIXGCC IA32 build issue:
by Jeff Fan
· 11 years ago
Next »