Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
52aa9e136bb99c9c09d37179765344278251c618
52aa9e1
Updating processor bindings to not use stdint.h. Also added code to verify at compile time that data widths are correct.
by geekboy15a
· 15 years ago
4903c01
Change the PM Timer RegisterBitWidth according to the Flags
by niruiyu
· 15 years ago
e8c2392
Add BlockSize declaration in FvMain section other tool would create a FV with blocksize=1 and huge number of blocks.
by niruiyu
· 15 years ago
df7aaeb
roll back IDT_ENTRY counter to 32
by vanjeff
· 15 years ago
711d072
Fix the hardware flow control logic in SerialIo driver.
by niruiyu
· 15 years ago
1fafcca
Update this module from DXE_DRIVER to DXE_RUNTIME_DRIVER and convert mSmmControl pointer upon GoVirtual().
by hhuan13
· 15 years ago
a1bd217
Minor comment fix.
by rsun3
· 15 years ago
9bfb494
The patch attached is to fix the issue that LMFA feature is failed on OVMF. The root cause is that OVMF platform reserved 128k top memory range for EMU variable range before PEI memory range re-locate to specified memory range, which is quite different from real platform. The original implementation has an assumption that AllocatePage will NOT be invoked until PEI memory range is re-located to preassigned memory range, , which is TRUE in most real platform, but FALSE on OVMF platform. So This patch is to enhanced the memory resource HOB re-organization algorithm to eliminate the assumption.
by jchen20
· 15 years ago
947a573
Add Checking for MTRR existence.
by xli24
· 15 years ago
c4ae279
1, Remove comma after year
by klu2
· 15 years ago
8967d98
Add description for the added BootState guid.
by lgao4
· 15 years ago
e4c0074
Cleanup license header
by klu2
· 15 years ago
fe89d43
Add license header for Duet's makefile.
by klu2
· 15 years ago
6a18d37
Add the BootState GUID to EdkCompatibilityPkg.dec and the accordingly GUID header file.
by niruiyu
· 15 years ago
a914195
MdeModule Package version updated from 0.90 to 0.91.
by rsun3
· 15 years ago
3362f0e
Update EdkCompatibilityPkg version from 0.90 to 0.91
by lgao4
· 15 years ago
4237d40
Minor update comment to remove unprintable character in source file.
by qhuang8
· 15 years ago
40e8cca
Fix the SMRAM caching range base and size. The original code uses the biggest SMRAM range base and size to set the cache attribute by gDS->SetMemorySpaceAttributes(). This is not correct because the platform code might split the TSEG into several ranges. The fix searches and joins all the adjacent ranges to the biggest SMRAM range into a cacheable range so that TSEG can be cached as a whole.
by jgong5
· 15 years ago
44a8883
Fix typo that causes a hang.
by andrewfish
· 15 years ago
c0bd010
Updating the USB subsystem init done in PciEmulation so we can use the standard EHCI driver.
by andrewfish
· 15 years ago
8776881
Add a blank line in the end of file.
by lgao4
· 15 years ago
1bd57b6
Add some robustness check in DriverSample driver.
by rsun3
· 15 years ago
51866b5
Update USB init code to do a softreset.
by andrewfish
· 15 years ago
0c1a4aa
Minor update to some protocol interface function prototype for Doxygen document
by rsun3
· 15 years ago
6e374f4
fix build error
by erictian
· 15 years ago
e172ea1
roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTransfer() of Usb2HcProtocol to follow current uefi spec.
by erictian
· 15 years ago
008eeb5
Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.
by jyao1
· 15 years ago
21e66ee
Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.
by jyao1
· 15 years ago
b5cc527
Add SmmCore SmmServicesTable library.
by jyao1
· 15 years ago
1bcef8b
Update MdePkg revision to 1.02
by qhuang8
· 15 years ago
0f02314
Update to use DEBUG/RELEASE properly in DSC now tools have been fixed. Add VectorBase PCD to SEC. Don't assume it is at start of DRAM.
by andrewfish
· 15 years ago
4951b24
Remove dead file, and update startup code to null out vector table.
by andrewfish
· 15 years ago
aebb096
Update to use new $() form
by andrewfish
· 15 years ago
0416278
Added FIQ interrupt primatives. Update exception handler to disable/reenable FIQ when updating in case debug agent library is using FIQ.
by andrewfish
· 15 years ago
41d4780
Make these drivers more compatible with a projected Debug Agent Library implementation.
by andrewfish
· 15 years ago
d03171e
Add an EHCI register dump function for debug. Not hooked in any place...
by andrewfish
· 15 years ago
37cc056
Update package version for IntelFrameworkPkg and IntelFrameworkModulePkg.
by xli24
· 15 years ago
c69f724
Sync EDKII BaseTools to BaseTools project r1913.
by qhuang8
· 15 years ago
5a15736
Fix wrong BufferSize for Configuration data.
by lgao4
· 15 years ago
d34a247
Update the title Network Configuration to IPv4 Network Configuration since IPv6 UI is enabled.
by tye1
· 15 years ago
d5e821a
Correct the CIS spec version info.
by xli24
· 15 years ago
7c090c0
Remove the PcdsDynamicHii section from Duet platform as currently PCD driver running at TPL_NOTIFY and cannot co-work with Duet's variable driver currently.
by niruiyu
· 15 years ago
6a429df
Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the following issue is found:
by niruiyu
· 15 years ago
233af82
Move to SmmServicesTableLib to IA32, x64 arch sub section to align with SmmLib
by qhuang8
· 15 years ago
3a2f9cc
uniform the sw and hw expression to avoid confusing. it does not effect hw function.
by erictian
· 15 years ago
029f9e8
Add SmmLib info to MdePkg.dec.
by xli24
· 15 years ago
b26fc8d
Use the input Request string as check string.
by lgao4
· 15 years ago
06ba53c
Remove SMM_CORE from SmmServicesTableLib.inf that is dedicated for DXE_SMM_DRIVER
by hhuan13
· 15 years ago
18ca224
by gdong1
· 15 years ago
4526f27
Add align build option to avoid the build issues.
by gdong1
· 15 years ago
59aefb7
Update HiiConfigAccess.ExtractConfig interface to support NULL request string and ConfigHdr request string.
by lgao4
· 15 years ago
5bdfa4e
Add array index check to avoid potential buffer overflow.
by xli24
· 15 years ago
2d5ac15
Fix a bug that a NULL pointer may be dereferenced.
by rsun3
· 15 years ago
d5d56f1
Sync EDKII BaseTools to BaseTools project r1911.
by lgao4
· 15 years ago
545312a
1. Correct coding comments.
by lgao4
· 15 years ago
def75b5
Fix a bug in load modules at fixed address which may potentially impact OS S3.
by jchen20
· 15 years ago
f73b3df
Fix a bug in LMFA which may potentially impact OS S3.
by jchen20
· 15 years ago
d367fe4
Turn of USB legacy support in EHCI driver as it is not needed.
by andrewfish
· 15 years ago
97e9818
Sync with ARMASM version.
by andrewfish
· 15 years ago
1fc17d7
Remove Size==0 branch in SmmAllocatePool()
by hhuan13
· 15 years ago
1b14ec4
Add VlanConfigDxe to platform DSC/FDF.
by xdu2
· 15 years ago
90e724b
Minor update the package description as MdePkg now contains the definitions in UEFI 2.3 and PI 1.2
by qhuang8
· 15 years ago
60cf9cf
Minor bug fix and robustness check improvement.
by rsun3
· 15 years ago
9dbad16
Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest update.
by klu2
· 15 years ago
3c447c2
Enable "Load Module At fixed Address" feature in SMM Core
by jchen20
· 15 years ago
de558d9
Fix non-boolean comparison expression.
by lgao4
· 15 years ago
667ffa3
Fixed the build issue which is caused by movement of S3Resume.h is moved from MdePkg to IntelFrameworkPkg.
by jchen20
· 15 years ago
548af3e
Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make the diff easier.
by andrewfish
· 15 years ago
c029854
Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg.
by xli24
· 15 years ago
9851fbc
Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg.
by xli24
· 15 years ago
8cc7e3e
Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg.
by xli24
· 15 years ago
f7c4d74
Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkModulePkg.
by xli24
· 15 years ago
06b07ce
Change the minimal SMM core size from 1MB to 256KB-4K.
by jyao1
· 15 years ago
a17b7e9
Remove EFI_SPECIFICATION_VERSION macro reference in code.
by niruiyu
· 15 years ago
a1749b8
Fix some minor coding style issue for doxygen document.
by qhuang8
· 15 years ago
badc180
Cleanup unused items produced by EmbeddedPkg in UnixPkg.dsc
by klu2
· 15 years ago
171aae8
Cleanup unused library class in UnixPkg.dsc
by klu2
· 15 years ago
6b12cc4
remove the Framework version of EFI_S3_RESUME2_PPI defintion which is already added to IntelFrameworkPkg
by jchen20
· 15 years ago
c4f4112
Remove some comments according to the latest UEFI Spec 2_3_Errata_B.
by ljin6
· 15 years ago
52c0d06
Fix K8 scan issues
by hhuan13
· 15 years ago
d989c45
Still use |.efi Rule for INF file with binary EFI image, because the binary EFI image specified INF file is not in output directory.
by lgao4
· 15 years ago
b8758b6
Remove unneeded space in sym output to make sure the output is RVD compatible.
by andrewfish
· 15 years ago
61e299a
Make script less verbose
by andrewfish
· 15 years ago
4559086
Add parameter checking for MP Services Protocol Thunk driver.
by xli24
· 15 years ago
ccf0f68
Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispatched.
by klu2
· 15 years ago
2292758
Minor coding style fix.
by rsun3
· 15 years ago
17dd1ce
Rollback change of revision 10061.
by xli24
· 15 years ago
7942fd2
Remove comments about in-consistency between code and UEFI/PI spec because UEFI 2.3 Errata B and PI 1.2 Errata A spec were published.
by rsun3
· 15 years ago
476e89a
Update EDKII core UEFI/PI version.
by lgao4
· 15 years ago
bce46f7
remove some comments.
by vanjeff
· 15 years ago
8c5983b
Add the missing check for NULL pointer before use it.
by lgao4
· 15 years ago
202c9c8
add the PI version of EFI_S3_RESUME2_PPI defintion
by jchen20
· 15 years ago
77215d1
update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPI
by jchen20
· 15 years ago
42686f2
Move the framework version of EFI_S3_RESUME_PPI defintion to Intel framework package from MdePkg
by jchen20
· 15 years ago
8f79ed8
roll back some changing since it was not complete.
by vanjeff
· 15 years ago
2014a81
Add the missing OUTPUT directory for the EFI and depex file in Rule section.
by lgao4
· 15 years ago
d6b58d3
updated definitions of PCD PPI/Protocol per latest UEFI Spec.
by vanjeff
· 15 years ago
be04587
Remove assumption that the transition code for transitioning from 64-bit to 32-bit mode is 64 bytes. Instead compute the size based on the implementation in the ASM file.
by mdkinney
· 15 years ago
3df4b6e
Update PI SMM Core to ignore memory ranges from SMRAM Descriptors that are already allocated or not tested or not ECC initialized yet
by mdkinney
· 15 years ago
3c5963c
Update PiSmmCore:
by hhuan13
· 15 years ago
Next »