Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
6da6db17a48485e947d8e4e4c1688b29c23fc3d2
6da6db1
EmbeddedPkg/PrePiLib: Remove the performance measurements from the library
by oliviermartin
· 14 years ago
05e48e0
EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLib
by oliviermartin
· 14 years ago
e889946
EmbeddedPkg: Introduce PrePiMemoryAllocationLib (2)
by oliviermartin
· 14 years ago
5b490e7
EmbeddedPkg: Introduce PrePiMemoryAllocationLib
by oliviermartin
· 14 years ago
271c790
Fix ICC build error.
by lzeng14
· 14 years ago
7708d08
Fix CreateBootDisk.bat not using config variables
by niruiyu
· 14 years ago
976f617
Fix ICC build error.
by lzeng14
· 14 years ago
61a02ac
Fix ICC build error.
by lzeng14
· 14 years ago
51a0c5f
MdeModulePkg: Add ResetSystemRuntimeDxe driver
by jljusten
· 14 years ago
7c636bd
MdeModulePkg: Add GenericMemoryTestDxe driver
by jljusten
· 14 years ago
ab94587
This refactors 3 functions out of ShellCommandLib and puts them into a new library (but as 2 functions instead of 3). This allows for users outside of the shell itself to have access to these functions.
by jcarsey
· 14 years ago
f1518f6
add fixes for code verification happyness.
by jcarsey
· 14 years ago
92d4b03
IntelFrameworkModulePkg: Add PalLib library class mapping
by jljusten
· 14 years ago
18bd7e8
Fix the comments in the core interface to follow the UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid.
by niruiyu
· 14 years ago
2525e22
Fix a potential memory free failure bug in AtaAtapiPassThru
by erictian
· 14 years ago
cf40a2b
Fix DevPathToTextIPv6(): no comma between protocol and type string.
by niruiyu
· 14 years ago
af9c2a5
Give Python/PythonCore.inf its own GUID.
by darylm503
· 14 years ago
697aa37
EmulatorPkg: Match paths/names for Xcode with new package naming scheme.
by andrewfish
· 14 years ago
82b2ab6
EmulatorPkg: Add README file
by jljusten
· 14 years ago
461e8e8
EmulatorPkg: Merge build*.sh into build.sh
by jljusten
· 14 years ago
8de0692
add (UINT8 *) type cast to fix ICC build failure.
by niruiyu
· 14 years ago
e23e488
EmulatorPkg: Move Unix/UnixX64.* to EmulatorPkg.*
by jljusten
· 14 years ago
59ad461
EmulatorPkg/Unix: Rename SecMain to Host
by jljusten
· 14 years ago
5817d50
IntelFrameworkModulePkg: Fix clang compielr warning.
by andrewfish
· 14 years ago
1a08be5
Missing from previous check-in.
by darylm503
· 14 years ago
3f2035e
EmulatorPkg: Fix build break.
by andrewfish
· 14 years ago
2fbfd3f
EmulatorPkg: Fix issue with ReadKeyStroke returning EFI_SUCCESS when only a modifier key is pressed.
by andrewfish
· 14 years ago
d18d8a1
EmulatorPkg: Remove all trailing whitespace
by jljusten
· 14 years ago
bb89ec1
InOsEmuPkg: Rename package to EmulatorPkg & Sec to Host
by jljusten
· 14 years ago
d3e0289
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
by jcarsey
· 14 years ago
c60ea9a
ArmPlatformPkg/Bds: Use unaligned read to access OptionalData in EFI_LOAD_OPTION
by oliviermartin
· 14 years ago
aa95e2f
ArmPlatformPkg/Bds: Check if the assumed requirements are set before to use it
by oliviermartin
· 14 years ago
5b49151
ArmPkg/BdsLib: Check if the performance timer is counting down or up in PrintPerformance()
by oliviermartin
· 14 years ago
8ca6180
Enable new "ref5" opcode in browser.
by ydong10
· 14 years ago
2ed77d0
Add new "ref5" opcode data structure and ref data type structure.
by ydong10
· 14 years ago
4f33c83
Restore the whole form set to default value when user enter F9, old logical only for form level.
by ydong10
· 14 years ago
006fecd
Basic Core Python interpreter.
by darylm503
· 14 years ago
65126b4
Changes required to build using the new device abstraction capability of StdLib.
by darylm503
· 14 years ago
53e1e5c
Add device abstraction code for the UEFI Console and UEFI Shell-based file systems.
by darylm503
· 14 years ago
b00771f
Add device abstraction code for the UEFI Console and UEFI Shell-based file systems.
by darylm503
· 14 years ago
46293a4
Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files.
by lzeng14
· 14 years ago
bcecde1
IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers
by jljusten
· 14 years ago
a7a0f78
EdkCompatibilityPkg: Add AcpiVariableHobOnSmramReserveHobThunk
by jljusten
· 14 years ago
070fba6
IntelFrameworkModulePkg: Add Guid/AcpiVariable.h
by jljusten
· 14 years ago
ea060cf
MdeModulePkg: Add IdeBusPei driver
by jljusten
· 14 years ago
4b1bf81
MdeModulePkg: Add PEI USB drivers and related PPIs
by jljusten
· 14 years ago
366f81a
Clarify that the shared variables of the shell protocols are properly named.
by jcarsey
· 14 years ago
92a5447
replace protocol presence ASSERTs with error returns.
by jcarsey
· 14 years ago
ad7782a
maintain output attributes.
by jcarsey
· 14 years ago
35f26e7
replace assert with error.
by jcarsey
· 14 years ago
03131de
Make sure size is correct.
by jcarsey
· 14 years ago
f70c2a1
InOsEmuPkg: Fix Xcode symbol loading with new scheme. Fix bug in dlcose. Move some of the gdb infrastrucuture to the start of main().
by andrewfish
· 14 years ago
8bd282b
allow for failure return when called without a shell present.
by jcarsey
· 14 years ago
febb227
InOsEmuPkg: Fix minor typo and Xcode build breaks. Seems Xcode is more picky about the types you pass into %x.
by andrewfish
· 14 years ago
4ffaadc
Adjust the start position of the opcode string before saving it to avoid show menu info error.
by ydong10
· 14 years ago
fd99d1a
Fix UnixGcc build failures.
by niruiyu
· 14 years ago
345a0c8
OvmfPkg: Add support for UEFI shell
by jljusten
· 14 years ago
984d744
InOsEmuPkg/Unix: Allow binary UEFI shell to be used
by jljusten
· 14 years ago
0bc9421
InOsEmuPkg/Unix: Auto-load symbols files in gdb
by jljusten
· 14 years ago
8e4b3d3
InOsEmuPkg: Make the Guard MemoryAllocationLib handle EFI allocated pages correctly.
by andrewfish
· 14 years ago
1d7ac5a
InOsEmuPkg: Add an OS malloc/valloc/free based implementation of the MemoryAllocationLib. Requires extra Thunk APIs.
by andrewfish
· 14 years ago
0de7eff
InOsEmuPkg: Fix issue with struct stat not having the right size. EFI compiler args are not compatible with system include headers for IA32.
by andrewfish
· 14 years ago
c8f62f9
[InOsEmuPkg] Fix minor coding style bug.
by andrewfish
· 14 years ago
c217506
[InOSEmPkg] Add OS malloc and free to the Thunk.
by andrewfish
· 14 years ago
54e0b04
InOsEmuPkg/Unix: Fix build issues for GCC44 IA32
by jljusten
· 14 years ago
27f6b4f
InOsEmuPkg/Unix: Detect lib directory suffix on Linux
by jljusten
· 14 years ago
feceaad
InOsEmuPkg/Unix/build.sh: Merge changes from build64.sh r11867
by jljusten
· 14 years ago
fe7e504
InOsEmuPkg/Unix: Auto-run emulator in gdb
by jljusten
· 14 years ago
b68b78e
Change DUET DxeIpl to use SerialPort instead of manipulating serial port directly.
by niruiyu
· 14 years ago
f6bd066
Refine code to follow coding style.
by ydong10
· 14 years ago
8b67c4c
Remove non-ASCII characters.
by niruiyu
· 14 years ago
72c8a89
Add check code to avoid access violation.
by ydong10
· 14 years ago
1ef4120
InOsEmuPkg: Add TimerLib for PEI, DXE_CORE, and DXE/EFI drivers/applications.
by andrewfish
· 14 years ago
090f3fd
Move the check refresh attribute logical out of the option string check logical.
by ydong10
· 14 years ago
8f766f6
Add sample code for vfr opcode "guidop"
by ydong10
· 14 years ago
18ad26d
Initialize data before using it
by ydong10
· 14 years ago
ea203f2
InOsEmuPkg: Make sure to skip DXE IPL on emulator build, and don't double build every thing IA-32 Xcode.
by andrewfish
· 14 years ago
53a6813
InOsEmuPkg/Unix: Enable single-pass build with Linux
by jljusten
· 14 years ago
b8800fc
InOsEmuPkg/Unix/Sec: Add BaseMemoryLib implementation to thunk layer
by jljusten
· 14 years ago
7af94c1
InOsEmuPkg/Unix/Sec: Fix EFIAPI usage inconsistencies
by jljusten
· 14 years ago
d7dd938
InOsEmuPkg: Remove unreference local variables
by jljusten
· 14 years ago
8513037
ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid event
by oliviermartin
· 14 years ago
149daa6
ArmPkg/CpuPei: Declare the CPU HOB
by oliviermartin
· 14 years ago
fbcd5ce
ArmPkg/CpuPei: Get the System Memory from the Resource Memory HOB
by oliviermartin
· 14 years ago
d7b6c49
ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gic
by oliviermartin
· 14 years ago
e7c2a83
Fix potential null pointer dereference
by erictian
· 14 years ago
eaaf869
Fix EFI Option ROM being loaded twice unconditionally.
by niruiyu
· 14 years ago
1453e77
InOsEmuPkg: Fix debug prints from DXE/UEFI drivers.
by andrewfish
· 14 years ago
ab34fe8
InOsEmuPkg: Remove unneeded Framework for XCODE linker flag overrides.
by andrewfish
· 14 years ago
b02333c
InOsEmuPkg: Fix issue with EFI_LBA not being implemented as a UINT64 in the IA-32 Gasket.
by andrewfish
· 14 years ago
f2f008b
InOsEmuPkg: Fix UINT64 bugs in IA-32 gasket.
by andrewfish
· 14 years ago
102d35b
InOsEmuPkg: Fix issues with stack alignment in the gasket.
by andrewfish
· 14 years ago
aac0fea
InOsEmuPkg: Fix IA-32 SEC temp ram code.
by andrewfish
· 14 years ago
e7523e0
InOsEmuPkg: Make build dir different for IA-32. Fix PCD XIP issues.
by andrewfish
· 14 years ago
417a802
InOsEmuPkg: Add an Xcode project file for building and debugging IA-32 Unix emulator.
by andrewfish
· 14 years ago
112a857
InOsEmuPkg: Unix emulator now compiles for IA-32.
by andrewfish
· 14 years ago
2a5c468
Update the EFI_PCI_ADDRESS macro in PciRootBridgeIo.h to support PCI Express extended registers.
by rsun3
· 14 years ago
0bc26da
InOsEmuPkg: Fix Linux compile issues in BlockIo code.
by andrewfish
· 14 years ago
57c7d70
InOsEmuPkg: Implement gIdleLoopEventGuid.
by andrewfish
· 14 years ago
d8387fa
IntelFrameworkModulePkg: Add IsaFloppyPei driver
by jljusten
· 14 years ago
Next »