Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
f275c91ccac16df2c914504a9afe02359381a56e
f275c91
Update the INF file based on the change to direcotry and file name.
by qwang12
· 16 years ago
186bc15
Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability.
by qwang12
· 16 years ago
4c9c0f7
Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability.
by qwang12
· 16 years ago
96827f1
Correct FeatureFlagExpress PCD format based on INF spec.
by lgao4
· 16 years ago
364a232
Meta-data reviewed and verified.
by gikidy
· 16 years ago
a833f28
Update to add the ASSERT()s in the right place.
by qhuang8
· 16 years ago
4a1102c
K8:
by qwang12
· 16 years ago
29dd3b0
Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when BufferSize is NULL.
by eric_tian
· 16 years ago
7efb1d8
adjust code to remove Klocwork issues.
by vanjeff
· 16 years ago
9d35ff8
Enhance GenFw tool to zero PeImage .xdata section (free form exception data) unused in BIOS, which can increase the compression ratio for the BIOS image.
by lgao4
· 16 years ago
40a06b0
K8:
by qwang12
· 16 years ago
7bfc66a
Meta-data review.
by gikidy
· 16 years ago
16a747e
Add some info for some PCD controlled GUIDs and Protocols.
by gikidy
· 16 years ago
32e2466
Meta-data review.
by gikidy
· 16 years ago
79864f5
Source level security checked
by jji4
· 16 years ago
ba992f9
1, Add logo.bmp to fv file for showing it in graphic mode
by klu2
· 16 years ago
7fa5d6e
Meta-data review.
by gikidy
· 16 years ago
a503cc6
Meta-data review.
by gikidy
· 16 years ago
f50cf50
Meta-data review.
by gikidy
· 16 years ago
f34aec3
coding style
by eric_tian
· 16 years ago
fa7b316
K8:
by qwang12
· 16 years ago
d0720b5
K8: Add in "check-for-null" to catch the de-reference of NULL pointer.
by qwang12
· 16 years ago
96ff65a
K8:
by qwang12
· 16 years ago
5a829f5
K8: add new variable PasswordSize to remove immeidate constant.
by qwang12
· 16 years ago
d64ac71
Add ASSERT in case SalSystemTable is NULL.
by qhuang8
· 16 years ago
1ac628e
Assertions added
by jji4
· 16 years ago
8ca67c4
Update For Review
by hfang
· 16 years ago
c59634e
Source level security checked
by jji4
· 16 years ago
8c80d39
Add some ASSERT()s.
by gikidy
· 16 years ago
49fabc8
Source level security checked
by jji4
· 16 years ago
a2bc29c
Fix a bug that length might be a negative value for worker function BasePrintLibFillBuffer(). In view of this, it is better to reuse for loop to fill the buffer.
by qhuang8
· 16 years ago
3069bc1
Add some ASSERT()s.
by gikidy
· 16 years ago
19c804c
Fix the wrong file comments for SnpDxe.inf driver
by klu2
· 16 years ago
e6c4ef1
Source level security checked
by jji4
· 16 years ago
67252d9
Adjust gSimpleTextInExNotifyGuid position in INF file.
by gikidy
· 16 years ago
066ec71
Adjust gSimpleTextInExNotifyGuid position in INF file.
by gikidy
· 16 years ago
8d4cd91
1.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid to /Protocol
by gikidy
· 16 years ago
dab714a
Insert comments for functions/macros and add the file headers.
by niry
· 16 years ago
bd59b46
sync function header to avoid ecc
by jgong5
· 16 years ago
24af132
Fixed OPTIONAL/comma issue
by jgong5
· 16 years ago
3e8c18d
code scrub fix
by jgong5
· 16 years ago
be973ff
added newline after brief summary
by jgong5
· 16 years ago
9fa98a8
Add change log for some new definitions. They are backward compatible.
by qhuang8
· 16 years ago
f29d42d
Move CompilerStub library for IA32 & x64 only.
by qhuang8
· 16 years ago
1e39deb
Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source.
by qhuang8
· 16 years ago
90e128e
Fix a bug which print new stack size and old stack size wrongly.
by qwang12
· 16 years ago
812acae
Comments checked
by jji4
· 16 years ago
9cdae8c
Array boundary evaluation expression fixed.
by jji4
· 16 years ago
6d9f0e7
Source level security checked
by jji4
· 16 years ago
b77d007
Coding style checked
by jji4
· 16 years ago
649e72d
Performance and size optimised.
by gikidy
· 16 years ago
b364eeb
Apply code to avoid security warnings.
by qhuang8
· 16 years ago
bcccf0b
Apply BaseMemoryLib to replace the for loop.
by qhuang8
· 16 years ago
7646204
Fix the prototype inconsitency issue.
by qhuang8
· 16 years ago
eb1f74c
Add type cast to pass build
by qhuang8
· 16 years ago
6c36580
Apply PeiServicesLib
by qhuang8
· 16 years ago
2f17ffc
Add type cast for PeiServices pointer
by qhuang8
· 16 years ago
de13f24
Apply PeiServicesLib
by qhuang8
· 16 years ago
c89914c
Add type case
by qhuang8
· 16 years ago
03d7703
1. add gEfiDebugPortVariableGuid and gEfiDebugPortDevicePathGuid in MdePkg.dec, even though they are the same value with gEfiDebugPortProtocolGuid.
by vanjeff
· 16 years ago
0bb0f0c
INF extension reviewed
by jji4
· 16 years ago
f890b1e
1.fixed one bug to 'reconnect -r' when running 4 times. 2.Code scrub.
by vanjeff
· 16 years ago
ad951a3
To pass ICC build.
by vanjeff
· 16 years ago
52dbc2f
Update EdkShellPkg to remove the external Shell directory from EDK shell project.
by qhuang8
· 16 years ago
1553d07
fixed assumption 32bit Local Apic timer counter.
by vanjeff
· 16 years ago
6ef5ab8
For PollMem or PollIo, EFI_SUCESS should be returned when paramter Delay == 0.
by klu2
· 16 years ago
9be2c30
Use ACPI timer for Duet platform.
by klu2
· 16 years ago
4e6a198
Add UefiBootServicesTableLib library class reference in HobLib, because if no, the autogen code will generate wrong order for calling library constructor.
by klu2
· 16 years ago
361468e
fix one minor comment error
by ywu21
· 16 years ago
e3c8c68
fix minor comment error
by ywu21
· 16 years ago
3a1ab4b
sync Netlib function from c file
by ywu21
· 16 years ago
8f5e615
fix file header issues add . at the end of lines
by ywu21
· 16 years ago
9685879
by ywu21
· 16 years ago
c92e277
Minor refinement for USB modules.
by xli24
· 16 years ago
55a64ae
unified "iSCSI" in all comments
by ywu21
· 16 years ago
81464cf
Update for code security.
by xli24
· 16 years ago
f8e01ca
Fix bugs in decompress implement in EfiLdr, and enable FAT driver in FDF file.
by klu2
· 16 years ago
5326528
Fixed For Review
by hfang
· 16 years ago
4623101
Roll back ASSERT which is break DUET boot.
by klu2
· 16 years ago
d95ecf4
Using share mode to create file.
by jwang36
· 16 years ago
63d7211
Fix the bug that EntryPoint of DisablePaging64() is corrupted.
by xli24
· 16 years ago
dacae1e
Test version for performance concern.
by jwang36
· 16 years ago
0ae2471
Fixed the out-of-sync issue of AutoGen-ed files in Windows platform.
by jwang36
· 16 years ago
3e03cb4
Refine USB Mass Storage Driver.
by xli24
· 16 years ago
0c9ee2a
Change the name of extension
by jwang36
· 16 years ago
5fe48e5
remove information output in SNP poll function.
by vanjeff
· 16 years ago
5884bab
A test version making use Windows API to create AutoGen files
by jwang36
· 16 years ago
d80ed2a
Code scrub for USB Mass Storage Driver.
by xli24
· 16 years ago
cdfdbb9
add macro function comments
by ywu21
· 16 years ago
6aac5e5
checking coding style issues:
by ywu21
· 16 years ago
67d1416
Roll back to normal version
by jwang36
· 16 years ago
afa5db8
A trial version making use of pywin32 api to create file
by jwang36
· 16 years ago
8444320
test version
by jwang36
· 16 years ago
cad8a80
Try to solve the non-existence issue of AutoGen-ed files.
by jwang36
· 16 years ago
eb9b26e
Final test version (GC plus bufsize=1) trying to solve the non-existence issue of AutoGen-ed files.
by jwang36
· 16 years ago
0f46efe
INF extension reviewed
by jji4
· 16 years ago
4176aa9
Add build steps for duet platform.
by klu2
· 16 years ago
e5ea66a
Another test version (using low-level api provided by os module) trying to solve the non-existence issue of AutoGen-ed files.
by jwang36
· 16 years ago
34b0820
INF file verified, and Coding Style reviewed.
by gikidy
· 16 years ago
ec7def6
Another test version (using garbage collection to do cleanup) trying to solve the non-existence issue of AutoGen-ed files.
by jwang36
· 16 years ago
Next »