Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorry to bug, but could you elaborate on some of the README? #3

Open
hanetzer opened this issue Sep 1, 2023 · 1 comment
Open

Sorry to bug, but could you elaborate on some of the README? #3

hanetzer opened this issue Sep 1, 2023 · 1 comment

Comments

@hanetzer
Copy link

hanetzer commented Sep 1, 2023

So. I get the concept of this well enough. Problem is, I have no idea how to build the DebugAgentDxe.ffs.
I'm not a complete idiot regarding this stuff, I've managed to get serialice working on the device
(unfortunately it never seems to get beyond the 'firstboot' ryzen machines do), so I was hoping to try a
different approach.

Also, the preprocessor macro you say to redefine doesn't seem to be in use anymore.

@hanetzer
Copy link
Author

hanetzer commented Sep 1, 2023

Ah, figured out the preproccessor bit.

diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dec b/SourceLevelDebugPkg/SourceLevelDebugPkg.dec
index 564aca6e7c..a32a544398 100644
--- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dec
+++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dec
@@ -111,7 +111,7 @@
   #  For example, a value of 0x00000004 stands for revision 0.4.
   #  Debug packet compression and decompression is supported since revision 0.4.
   # @Prompt Default revision of the debug agent transfer protocol.
-  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision|0x00000004|UINT32|0x0000000a
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision|0x00000003|UINT32|0x0000000a
 
 [UserExtensions.TianoCore."ExtraFiles"]
   SourceLevelDebugPkgExtra.uni

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant