|
[PATCH v2 12/19] Vlv2TbltDevicePkg/FvbRuntimeDxe: Remove unused variables
Fix the following errors from gcc:
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c: In function ‘FvbWriteBlock’:
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c:368:44: error: variable
Fix the following errors from gcc:
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c: In function ‘FvbWriteBlock’:
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c:368:44: error: variable
|
By
Gary Lin
·
#106
·
|
|
[PATCH v2 13/19] Vlv2TbltDevicePkg/PlatformSetupDxe: Remove the unused variables
Fix the following errors from gcc:
Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c: In function ‘PrepareSetupInformation’:
Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c:540:31:
Fix the following errors from gcc:
Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c: In function ‘PrepareSetupInformation’:
Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c:540:31:
|
By
Gary Lin
·
#107
·
|
|
[PATCH v2 14/19] Vlv2TbltDevicePkg/VlvPlatformInitDxe: Remove unused variables
Fix the following errors from gcc:
Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c: In function ‘GetIntegratedIntelVbtPtr’:
Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c:145:33: error:
Fix the following errors from gcc:
Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c: In function ‘GetIntegratedIntelVbtPtr’:
Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c:145:33: error:
|
By
Gary Lin
·
#108
·
|
|
[PATCH v2 15/19] Vlv2TbltDevicePkg/PlatformDxe: Remove the unused variables
Fix the following errors from gcc:
Vlv2TbltDevicePkg/PlatformDxe/Platform.c: In function ‘InitPciDevPME’:
Vlv2TbltDevicePkg/PlatformDxe/Platform.c:516:26: error: variable ‘Status’ set but not
Fix the following errors from gcc:
Vlv2TbltDevicePkg/PlatformDxe/Platform.c: In function ‘InitPciDevPME’:
Vlv2TbltDevicePkg/PlatformDxe/Platform.c:516:26: error: variable ‘Status’ set but not
|
By
Gary Lin
·
#109
·
|
|
[PATCH v2 16/19] Vlv2TbltDevicePkg/Wpce791: Remove the unused variable
Fix the following error from gcc:
Vlv2TbltDevicePkg/Wpce791/LpcDriver.c: In function ‘LpcDriverStart’:
Vlv2TbltDevicePkg/Wpce791/LpcDriver.c:239:27: error: variable ‘LpcDev’ set but not used
Fix the following error from gcc:
Vlv2TbltDevicePkg/Wpce791/LpcDriver.c: In function ‘LpcDriverStart’:
Vlv2TbltDevicePkg/Wpce791/LpcDriver.c:239:27: error: variable ‘LpcDev’ set but not used
|
By
Gary Lin
·
#110
·
|
|
[PATCH v2 17/19] Vlv2TbltDevicePkg/SmBiosMiscDxe: Remove unused variables
Fix the following errors from gcc:
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Function.c: In function
Fix the following errors from gcc:
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Function.c: In function
|
By
Gary Lin
·
#111
·
|
|
[PATCH v2 18/19] Vlv2TbltDevicePkg/PpmPolicy: Remove the usage of global variables
gcc issued the error of "multiple deifintion" since gBS was also defined
in MdePkg/Library/UefiBootServicesTableLib. Actually those global variables,
gBS, pBS, and pRS, in PpmPolicy.h were only used
gcc issued the error of "multiple deifintion" since gBS was also defined
in MdePkg/Library/UefiBootServicesTableLib. Actually those global variables,
gBS, pBS, and pRS, in PpmPolicy.h were only used
|
By
Gary Lin
·
#112
·
|
|
[PATCH v2 19/19] Vlv2TbltDevicePkg/PpmPolicy: Remove the unused variable
Fix the following error from gcc:
Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.c: In function ‘PpmPolicyEntry’:
Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.c:50:29: error: variable ‘MaxRatio’ set but not
Fix the following error from gcc:
Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.c: In function ‘PpmPolicyEntry’:
Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.c:50:29: error: variable ‘MaxRatio’ set but not
|
By
Gary Lin
·
#113
·
|
|
Re: Ingebrigtsen: The End of Gmane?
Thanks!
--
Bruce
By
Bruce Cran <bruce@...>
·
#114
·
|
|
Re: [PATCH v4 0/7] BaseTools: add support for GCC5 in LTO mode
Ard:
Thanks for your update. I have some comments for them.
1) It uses GCC as Link for GCC44-GCC49. Have you done verification on them? I verify GCC49 in OVMFIa32X64 platform. It works.
2) After
Ard:
Thanks for your update. I have some comments for them.
1) It uses GCC as Link for GCC44-GCC49. Have you done verification on them? I verify GCC49 in OVMFIa32X64 platform. It works.
2) After
|
By
Liming Gao
·
#115
·
|
|
Re: [Patch 1/3] BaseTools: Correct ReadMe.txt file with CRLF line ending
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
Best Regards,
Zhu Yonghong
|
By
Zhu, Yonghong <yonghong.zhu@...>
·
#116
·
|
|
[patch] BaseTool/Upt: Avoid UNI file name conflict
When creating a UNI file if there is a name conflict, add an index from 0 to the file name
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: hesschen
When creating a UNI file if there is a name conflict, add an index from 0 to the file name
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: hesschen
|
By
hesschen <hesheng.chen@...>
·
#117
·
|
|
Re: [PATCH v4 0/7] BaseTools: add support for GCC5 in LTO mode
Yes, I tested all of them.
It depends. Some options (like -z) don't need it, but others do.
Yes
Which GCC version are you using?
Yes, I tested all of them.
It depends. Some options (like -z) don't need it, but others do.
Yes
Which GCC version are you using?
|
By
Ard Biesheuvel
·
#118
·
|
|
Re: [PATCH v4 0/7] BaseTools: add support for GCC5 in LTO mode
I cannot reproduce this with gcc version 5.4.0 20160609 (Ubuntu
5.4.0-6ubuntu1~16.04.1)
In any case, I think we should merge Steven's patch that adds handling
to the relocation types to GenFw. The
I cannot reproduce this with gcc version 5.4.0 20160609 (Ubuntu
5.4.0-6ubuntu1~16.04.1)
In any case, I think we should merge Steven's patch that adds handling
to the relocation types to GenFw. The
|
By
Ard Biesheuvel
·
#119
·
|
|
bugzilla whining
Hello Mike,
I got my first ever bugzilla whine today. It says "All of these bugs are
in the CONFIRMED state, and have not been touched in 7 days or more."
I'm not amused. :) I keep a very close eye
Hello Mike,
I got my first ever bugzilla whine today. It says "All of these bugs are
in the CONFIRMED state, and have not been touched in 7 days or more."
I'm not amused. :) I keep a very close eye
|
By
Laszlo Ersek
·
#120
·
|
|
Re: [PATCH v2 02/19] Vlv2TbltDevicePkg: Only define MDEPKG_NDEBUG for gcc release build
Acked-by: Laszlo Ersek <lersek@...>
Acked-by: Laszlo Ersek <lersek@...>
|
By
Laszlo Ersek
·
#121
·
|
|
Re: Ingebrigtsen: The End of Gmane?
Thanks!
Laszlo
By
Laszlo Ersek
·
#122
·
|
|
Re: [Patch] Vlv2TbltDevicePkg:Signal EndOfDxe Event.
I recommend using the new EfiEventGroupSignal() function from UefiLib instead.
Please refer to the following commits:
ca8f50e88e03 MdePkg/UefiLib: move InternalEmptyFunction to
I recommend using the new EfiEventGroupSignal() function from UefiLib instead.
Please refer to the following commits:
ca8f50e88e03 MdePkg/UefiLib: move InternalEmptyFunction to
|
By
Laszlo Ersek
·
#123
·
|
|
[patch] BaseTool/UPT: Add Test Install
Add a new function to test if a DIST file list
one by one to see if they can meet the requirement
of Dependency.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: hesschen
Add a new function to test if a DIST file list
one by one to see if they can meet the requirement
of Dependency.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: hesschen
|
By
hesschen <hesheng.chen@...>
·
#124
·
|
|
Re: OVMF and passed usb 3. controller
Thanks a lot for reply, guys. Bios form https://www.kraxel.org rly helped
and my keyboard working fine.
Thanks,
Eugene.
2016-07-26 4:36 GMT+03:00 Tian, Feng <feng.tian@...>:
Thanks a lot for reply, guys. Bios form https://www.kraxel.org rly helped
and my keyboard working fine.
Thanks,
Eugene.
2016-07-26 4:36 GMT+03:00 Tian, Feng <feng.tian@...>:
|
By
Eugene Chekanskiy <echekanskiy@...>
·
#125
·
|