Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: fc4a132c0e9d108d30115cb8729f8fcd5564b855
      
https://github.com/tianocore/edk2/commit/fc4a132c0e9d108d30115cb8729f8fcd5564b855
  Author: Pierre Gondois <[email protected]>
  Date:   2022-07-18 (Mon, 18 Jul 2022)

  Changed paths:
    M DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtPcieLibArm/SsdtPcieGenerator.c
    M DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtUtility.h

  Log Message:
  -----------
  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 <[email protected]>
Reviewed-by: Sami Mujawar <[email protected]>




_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to