Cn913xDbA.fdf.inc 685 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) 2019 Marvell International Ltd. and its affiliates
  3. #
  4. # SPDX-License-Identifier: BSD-2-Clause-Patent
  5. #
  6. # Per-board additional content of the DXE phase firmware volume
  7. INF Silicon/Marvell/Drivers/Gpio/MvPca95xxDxe/MvPca95xxDxe.inf
  8. INF Silicon/Marvell/Drivers/Gpio/MvGpioDxe/MvGpioDxe.inf
  9. # DTB
  10. INF RuleOverride = DTB Silicon/Marvell/OcteonTx/DeviceTree/T91/$(PLATFORM_NAME).inf
  11. # ACPI support
  12. !if $(ARCH) == AARCH64
  13. !ifndef $(CN9132)
  14. INF RuleOverride = ACPITABLE Silicon/Marvell/OcteonTx/AcpiTables/T91/$(PLATFORM_NAME).inf
  15. !else
  16. INF RuleOverride = ACPITABLE Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn9131DbA.inf
  17. !endif
  18. !endif