Alexander Goncharov

Results 11 comments of Alexander Goncharov

[blogc-source](https://blogc.rgm.io/man/blogc-source.7.html) says nothing about it, so I guess it's not supported. But this feature is really needed

ping! any comments on this matter from the team?

@kraxel please take a look, I tried to move PCDs to a separate include file

@kraxel Yeah, there's a specific reason why I created a new file rather than added the PCDs to the existing `NetworkPkg/NetworkPcds.dsc.inc` file. At the moment, the NetworkPcds.dsc.inc file contains `gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections`...

A similar patch has already been merged https://github.com/tianocore/edk2/pull/6087 However, I don't believe it's the right approach to deal with network stuff just by adding _a lot_ of DEFINEs IMHO

Where can I find information about it being deprecated? SBL and coreboot still support and run on the usual UEFI payload. Does this mean that the legacy uefi payload patches...

But as far as I understand coreboot cannot use Universal Payload at the moment, because it requires some shim layer that translates coreboot tables into HOBs. Only StarLabs edk2 fork...

When I said `I want to use the same payload for SBL and coreboot` I meant that I want to use a legacy payload that can be the same for...

@minium just some small improvements to support coreboot images that uses `0xffffffff` value to indicate NULL state for directory pointer ;)

Current output from Xray 25.10.15 looks like this: ``` PrivateKey: XXX Password: XXX Hash32: XXX ``` As the guys above mention, to fix that just add `publicKey`. For some stupid...