Hello,
I was still on the SVN version (from 2019) and using VS2008. It would
build fine. I created a new dir to use GIT now, I updated, ran:
edksetup Reconfig Rebuild VS2019
So now, everything seems setup. I exit the command prompt, open it
again, run my prep.bat script like I always did (se
I noticed the daily summary doesn't have my questions .. this is a
test, can someone reply direct to confirm.
Thanks.
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#117216): https://edk2.groups.io/g/devel/message/117216
Mute This Topic:
On 06/17/21 01:22, Andrew Fish via groups.io wrote:
> >
> >
> >> On Jun 16, 2021, at 2:45 PM, David F. wrote:
> >>
> >> Also, I found if there are 2 GOP handles and you change the mode of
> >> one, the other one doesn't reflect the change (but s
Also, I found if there are 2 GOP handles and you change the mode of
one, the other one doesn't reflect the change (but still doesn't solve
anything with the original question), are you supposed to set the mode
on every handle to keep that part in sync?
On Tue, Jun 15, 2021 at 11:33
Hello,
I've found that most implementation of UEFI don't automatically change
the resolution when setting the mode with STOP (Simple Text Output
Protocol) . You can use GOP to change it after the mode but that
causes other problems. For example, using surface pro 7 in this case,
with 4K screen.
Hi,
I just found the Intel UDK debugger and hopping to use it to debug my UEFI
application. Basically, the function ippsEncodeLZ77DynamicHuff_8u in Intel IPP
7 (tried 7.1 as well) used in my application will hang if secure boot is
enabled on most systems (disabled runs fine - someone with vmwa
Let me start by what I did to get the build working with the old BaseTools. I
renamed BaseTools and put back the prior BaseTools from Nov 29 2018 (build.exe
date). It started building out of the gate, then hit nasm.inc not found, so
digging around end up comparing old and new for things and b
Hi,
I haven't updated the edk2 in quite a while, I went ahead and did it tonight,
stdlib was removed so I had to move stuff around. Where I used to have
C:\EDK2, I now have C:\EDK\EDK2 and C:\EDK\EDK2-CLIB. My private directory is
still under C:\EDK\EDK2\Acme. After figuring out how to get
Last night through the forums I sent a problem with NMAKE U1073 trying
to build. Some things built fine, but not others. I think my
original message with all the details is still awaiting moderation.
To follow up on that. I simply renamed BaseTools and restored the
other one I had before updatin