[edk2-devel] Attempting to update to latest Repository Won't Build.

2024-03-28 Thread David F.
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

[edk2-devel] test message - my messages aren't showing up?

2024-03-28 Thread David F.
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:

Re: [edk2-devel] SIMPLE_TEXT_OUTPUT_PROTOCOL and Video Resolution

2021-06-23 Thread David F.
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

Re: [edk2-devel] SIMPLE_TEXT_OUTPUT_PROTOCOL and Video Resolution

2021-06-16 Thread David F.
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

[edk2-devel] SIMPLE_TEXT_OUTPUT_PROTOCOL and Video Resolution

2021-06-15 Thread David F.
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.

[edk2-devel] Using debugger to debug UEFI application?

2020-05-26 Thread David F.
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

Re: [edk2-devel] Updating to latest EDK2 and now get NMAKE: fatal error U1073: Don't know how to make.. on some items?

2020-05-26 Thread David F.
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

[edk2-devel] Updating to latest EDK2 and now get NMAKE: fatal error U1073: Don't know how to make.. on some items?

2020-05-25 Thread David F.
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

[edk2-devel] BuildTools Broken

2020-05-25 Thread David F.
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