diff options
author | Leif Lindholm <leif.lindholm@oss.qualcomm.com> | 2025-04-16 14:11:57 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-04-30 10:56:03 +0000 |
commit | e25331fc4591e1dcc58f46049b0adcecbd9d09d3 (patch) | |
tree | 826f3fcf598f57ddd3a692e762526383a6673152 /BaseTools/Source/Python/Workspace/DscBuildData.py | |
parent | e1dee2bcfa8019fed37146321ceab03281d6108c (diff) | |
download | edk2-e25331fc4591e1dcc58f46049b0adcecbd9d09d3.tar.gz edk2-e25331fc4591e1dcc58f46049b0adcecbd9d09d3.tar.bz2 edk2-e25331fc4591e1dcc58f46049b0adcecbd9d09d3.zip |
MdePkg,UefiPayloadPkg: clean up BaseFdtLib API confusion
Commit 8040fdbb8b8b (MdePkg: consistently use "Property" in BaseFdtLib)
got a bit carried away and confused around how libfdt contains both
getprop and get_property functions, which operate quite differently;
the getprop variant returns a pointer to the value of the property,
whereas the get_property returns a pointer to the fdt_property
structure.
Untangle this, including fixing up affected existing in-tree users, and
adding the previously not exported FdtGetProp wrapper on fdt_getprop.
Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
Diffstat (limited to 'BaseTools/Source/Python/Workspace/DscBuildData.py')
0 files changed, 0 insertions, 0 deletions