Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
547a6507936e6088302e01d6624d60f58d56b732
/
UefiCpuPkg
8f7b315
UefiCpuPkg/CpuMpPei: Register callback on End Of Pei PPI
by Jeff Fan
· 10 years ago
fcc8273
UefiCpuPkg/CpuMpPei: Add AsmHltLoop ()
by Jeff Fan
· 10 years ago
e35d034
UefiCpuPkg/CpuMpPei: Install PI CPU MP PPI
by Jeff Fan
· 10 years ago
53d3f06
UefiCpuPkg/CpuMpPei: Implementation of PeiEnableDisableAP ()
by Jeff Fan
· 10 years ago
3798f35
UefiCpuPkg/CpuMpPei: Implementation of PeiSwitchBSP ()
by Jeff Fan
· 10 years ago
d11bbff
UefiCpuPkg/CpuMpPei: Implementation of PeiStartupThisAP ()
by Jeff Fan
· 10 years ago
60ca9e8
UefiCpuPkg/CpuMpPei: Implementation of PeiStartupAllAPs ()
by Jeff Fan
· 10 years ago
bf55f5b
UefiCpuPkg/CpuMpPei: Implementation of PeiGetProcessorInfo ()
by Jeff Fan
· 10 years ago
a2cc8ca
UefiCpuPkg/CpuMpPei: Implementation of PeiGetNumberOfProcessors ()
by Jeff Fan
· 10 years ago
887810c
UefiCpuPkg/CpuMpPei: Implementation of PeiWhoAmI ()
by Jeff Fan
· 10 years ago
a21fe42
UefiCpuPkg/CpuMpPei: Update and publish CPU BIST information
by Jeff Fan
· 10 years ago
8805c91
UefiCpuPkg/CpuMpPei: Build one GUIDed HOB to save CPU MP Data
by Jeff Fan
· 10 years ago
d1cf933
UefiCpuPkg/CpuMpPei: Load microcode on BSP and APs
by Jeff Fan
· 10 years ago
d32c7f6
UefiCpuPkg: Add some CPUID definitions
by Jeff Fan
· 10 years ago
3031446
UefiCpuPkg: Add microcode PCDs
by Jeff Fan
· 10 years ago
b4cd9f7
UefiCpuPkg/CpuMpPei: Sync BPS's mtrr setting to APs
by Jeff Fan
· 10 years ago
f8e4e86
UefiCpuPkg/CpuMpPei: Sort APIC ID in ascending order
by Jeff Fan
· 10 years ago
7d51bf5
UefiCpuPkg/CpuMpPei: Wakeup APs and collect AP count
by Jeff Fan
· 10 years ago
f79fcf4
UefiCpuPkg: Add PcdCpuApInitTimeOutInMicroSeconds
by Jeff Fan
· 10 years ago
e66d675
UefiCpuPkg/CpuMpPei: Prepare for buffer for AP wakeup and CPU MP data
by Jeff Fan
· 10 years ago
8018cb1
UefiCpuPkg/CpuMpPei: Get AP reset code size and far jump information
by Jeff Fan
· 10 years ago
46ba0f6
UefiCpuPkg/CpuMpPei: Initialize FPU per UEFI specification
by Jeff Fan
· 10 years ago
34ff871
UefiCpuPkg/CpuMpPei: Add AP reset x64 assembly code
by Jeff Fan
· 10 years ago
da1475e
UefiCpuPkg/CpuMpPei: Add AP reset IA32 assembly code
by Jeff Fan
· 10 years ago
a56f6f4
UefiCpuPkg/CpuMpPei: Add MP exchange structure definition
by Jeff Fan
· 10 years ago
05e107f
UefiCpuPkg/CpuMpPei: Find available memory < 1MB for AP reset code
by Jeff Fan
· 10 years ago
f9d3059
UefiCpuPkg/CpuMpPei: Load GDT table on BSP
by Jeff Fan
· 10 years ago
65e79f9
UefiCpuPkg: Add CpuMpPei module
by Jeff Fan
· 10 years ago
c1fd37c
UefiCpuPkg S3Resume2Pei: Fix ASSERT in WriteToOsS3PerformanceData
by Hao Wu
· 10 years ago
a51ee14
UefiCpuPkg/Library/CpuExceptionHandlerLib: Add exception type decoder
by Jeff Fan
· 10 years ago
274e843
UefiCpuPkg S3Resume2Pei: Use safe string functions
by Hao Wu
· 10 years ago
13181dd
UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN type
by Jeff Fan
· 10 years ago
db61e16
UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB
by Jeff Fan
· 10 years ago
087c67d
UefiCpuPkg/CpuExceptionHandlerLib: Support IA32 processors without DE or FXSAVE/FXRESTOR
by Michael Kinney
· 10 years ago
e9cd66d
MdePkg/BaseXApicX2ApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESS
by Michael Kinney
· 10 years ago
59d6724
MdePkg/BaseXApicLib: Support IA32 processors without MSR_IA32_APIC_BASE_ADDRESS
by Michael Kinney
· 10 years ago
718abab
UefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain is used
by Scott Duplichan
· 10 years ago
33f413f
UefiCpuPkg/MpSerivce: add volatile qualifiers
by Chen Fan
· 10 years ago
68f0674
UefiCpuPkg/MpService: Put APs to sleep when not busy.
by Chen Fan
· 10 years ago
e033a1a
UefiCpuPkg/MpService: put AP to busy state when execution
by Chen Fan
· 10 years ago
b302a97
UefiCpuPkg/MpService: fix trivial typo in cpu state
by Chen Fan
· 10 years ago
3f3c489
*/Contributions.txt: Update example email address
by Jordan Justen
· 10 years ago
c4bac15
Refine the format of PCD in INF files for UefiCpuPkg.
by Shumin Qiu
· 10 years ago
e5030c1
UefiCpuPkg CpuExceptionHandlerLib: Use %rax instead of %eax to make code consistence.
by Jeff Fan
· 10 years ago
7475d13
Add typecast to fix VS2005 build issue.
by Jeff Fan
· 10 years ago
3a5d9a3
UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chain
by Jeff Fan
· 10 years ago
9840b12
UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServices
by Chen Fan
· 10 years ago
4a50c27
UefiCpuPkg/CpuDxe: install Mp Service protocol
by Chen Fan
· 10 years ago
dee9376
UefiCpuPkg/CpuDxe: Startup APs
by Jordan Justen
· 10 years ago
cd8c700
UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatus
by Chen Fan
· 10 years ago
0e724fc
UefiCpuPkg/MpService: avoid reset AP still hold a lock
by Chen Fan
· 10 years ago
232eb4c
UefiCpuPkg/MpService: free the unused cpu data buffer
by Chen Fan
· 10 years ago
ac9dbb3
UefiCpuPkg/CpuDxe: introduce ResetApStackless()
by Chen Fan
· 10 years ago
fe078dd
UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()
by Chen Fan
· 10 years ago
e4aaf76
UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus()
by Chen Fan
· 10 years ago
d16cf36
UefiCpuPkg/MpService: Simply Lock usage
by Chen Fan
· 10 years ago
acb2172
UefiCpuPkg/MpService: move settimer out to InitMpSystemData
by Chen Fan
· 10 years ago
9908a82
UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure
by Chen Fan
· 10 years ago
b7c05ba
UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()
by Chen Fan
· 10 years ago
5fee172
UefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()
by Chen Fan
· 10 years ago
3f4f0af
UefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()
by Chen Fan
· 10 years ago
fa7ce67
UefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()
by Chen Fan
· 10 years ago
e7938b5
UefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()
by Chen Fan
· 10 years ago
d894d8b
UefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfProcessors()
by Chen Fan
· 10 years ago
cfa2fac
UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()
by Chen Fan
· 10 years ago
03673ae
UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service Protocol
by Chen Fan
· 10 years ago
003973d
UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL
by Chen Fan
· 10 years ago
e343f8f
UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack
by Chen Fan
· 10 years ago
6a26a59
UefiCpuPkg/CpuDxe: introduce two PCD value
by Chen Fan
· 10 years ago
533263e
UefiCpuPkg/CpuDxe: Add StartApsStackless routine
by Jordan Justen
· 10 years ago
a1e8986
UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.h
by Jordan Justen
· 10 years ago
fab82c1
UefiCpuPkg/CpuDxe: Add stackless assembly AP entry points
by Jordan Justen
· 10 years ago
1535c88
UefiCpuPkg/CpuDxe: Add ApEntryPointInC
by Jordan Justen
· 10 years ago
6022e28
UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport
by Jordan Justen
· 10 years ago
8fd82c2
Remove un-used PPI reference.
by Jeff Fan
· 10 years ago
26830e8
EDK II Contributions.txt: Update patch format information
by Jordan Justen
· 10 years ago
010f55d
UefiCpuPkg: error: invalid instruction mnemonic 'retf'
by Nikolai Saoukh
· 10 years ago
b6341b2
UefiCpuPkg: error: invalid instruction mnemonic 'retf'
by Nikolai Saoukh
· 10 years ago
07da1ac
UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with Xcode
by Anderw Fish
· 10 years ago
ec482fa
UefiCpuPkg: Convert non DOS format files to DOS format
by Gao, Liming
· 10 years ago
3387dcc
UefiCpuPkg: INF/DEC file updates to EDK II packages
by Gao, Liming
· 10 years ago
abae030
UefiCpuPkg: INF/DEC file updates to EDK II packages
by Gao, Liming
· 10 years ago
9ddb2a2
UefiCpuPkg: INF/DEC file updates to EDK II packages
by Gao, Liming
· 10 years ago
e48e074
UefiCpuPkg: INF/DEC file updates to EDK II packages
by Gao, Liming
· 10 years ago
fad213a
EDK II Contributions.txt: Note acceptable contribution licenses
by Jordan Justen
· 10 years ago
acbd7f9
Append the terminating null character at the end of the string to avoid buffer overflow.
by Qiu Shumin
· 10 years ago
3449f56
UefiCpuPkg: Add ResetVector/FixupVtf
by Jordan Justen
· 10 years ago
eee1d2c
UefiCpuPkg VTF0 X64: Build page tables in NASM code
by Jordan Justen
· 10 years ago
5a1f324
UefiCpuPkg: Support building VTF0 ResetVector during the EDK II build
by Jordan Justen
· 10 years ago
9c71e1e
1. Save/restore ICR high 32bit value and check Delivery Status before sending IPI. It could be fix the interrupted issue between ICR high/low writes by SMI handler.
by Jeff Fan
· 11 years ago
cf1eb6e
Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value after sending out INIT IPI instead of hard code 10 MicroSeconds.
by Jeff Fan
· 11 years ago
e364478
Fixed typos: hanlder should be handler.
by Chen Fan
· 11 years ago
9e2364e
Fix the potential address overflow issue when checking PE signature.
by Jeff Fan
· 11 years ago
66c7770
Add DEBUG message for all fields in AcpiS3Context.
by Gao, Liming
· 11 years ago
74b7ec5
Fix ResetVectorVtf0.asm comment typo
by Chen Fan
· 11 years ago
7798fb8
Fix CRLF format
by Tian, Hot
· 11 years ago
554dddf
Fix bug when reserve stack space to fill exception context.
by Jeff Fan
· 11 years ago
9ad1507
Update UefiCpuPkg version: 0.2->0.3
by Jeff Fan
· 11 years ago
44c8400
MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached.
by Jeff Fan
· 11 years ago
f3b113b
1. Only dump CPU Context and CpuDeadLoop () for CPU exception.
by Jeff Fan
· 11 years ago
Next »