summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileParser.py
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2022-04-27 16:49:31 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-07-18 12:44:09 +0000
commitfc4a132c0e9d108d30115cb8729f8fcd5564b855 (patch)
tree5c4ee578483ca2868893d76cb59dfa3363e679bb /BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileParser.py
parent039bdb4d3e96f9c9264abf135b8a0eef2e2b4860 (diff)
downloadedk2-fc4a132c0e9d108d30115cb8729f8fcd5564b855.tar.gz
edk2-fc4a132c0e9d108d30115cb8729f8fcd5564b855.tar.bz2
edk2-fc4a132c0e9d108d30115cb8729f8fcd5564b855.zip
DynamicTables: Fix DT PCI interrupt flags parsing
Device Tree PCI interrupt flags use the convention described at linux/Documentation/devicetree/bindings/interrupt-controller/arm,gic.yaml The 3rd cell is the flags, encoded as follows: bits[3:0] trigger type and level flags. 1 = low-to-high edge triggered 2 = high-to-low edge triggered (invalid for SPIs) 4 = active high level-sensitive 8 = active low level-sensitive (invalid for SPIs). Fix the incorrect code. Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Diffstat (limited to 'BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileParser.py')
0 files changed, 0 insertions, 0 deletions