Advertisement
Guest User

Untitled

a guest
Feb 17th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.51 KB | None | 0 0
  1. diff --git a/src/mainboard/pcengines/apu2/BiosCallOuts.c b/src/mainboard/pcengines/apu2/BiosCallOuts.c
  2. index ab9d521..1f4cac2 100644
  3. --- a/src/mainboard/pcengines/apu2/BiosCallOuts.c
  4. +++ b/src/mainboard/pcengines/apu2/BiosCallOuts.c
  5. @@ -99,7 +99,7 @@ static AGESA_STATUS Fch_Oem_config(UINT32 Func, UINT32 FchData, VOID *ConfigPtr)
  6.  
  7.         /* EHCI configuration */
  8.         FchParams->Usb.Ehci3Enable = !IS_ENABLED(CONFIG_HUDSON_XHCI_ENABLE);
  9. -       FchParams->Usb.Ehci1Enable = FALSE; // Disable EHCI 0 (port 0 to 3)
  10. +       FchParams->Usb.Ehci1Enable = TRUE;  // Enable EHCI 0 (port 0 to 3)
  11.         FchParams->Usb.Ehci2Enable = TRUE;  // Enable EHCI 1 ( port 4 to 7) port 4 and 5 to EHCI header port 6 and 7 to PCIe slot.
  12.  
  13.         /* sata configuration */
  14. diff --git a/src/mainboard/pcengines/apu2/Kconfig b/src/mainboard/pcengines/apu2/Kconfig
  15. index 4303b84..8db9b2b 100644
  16. --- a/src/mainboard/pcengines/apu2/Kconfig
  17. +++ b/src/mainboard/pcengines/apu2/Kconfig
  18. @@ -55,7 +55,7 @@ config HUDSON_LEGACY_FREE
  19.  
  20.  config AGESA_BINARY_PI_FILE
  21.     string
  22. -   default "3rdparty/blobs/mainboard/pcengines/apu2/AGESA.bin"
  23. +   default "3rdparty/blobs/pi/amd/00730F01/FT3b/AGESA.bin"
  24.  
  25.  choice
  26.     prompt "J19 pins 1-10"
  27. diff --git a/src/mainboard/pcengines/apu2/devicetree.cb b/src/mainboard/pcengines/apu2/devicetree.cb
  28. index 3c5ec81..defd3a4 100644
  29. --- a/src/mainboard/pcengines/apu2/devicetree.cb
  30. +++ b/src/mainboard/pcengines/apu2/devicetree.cb
  31. @@ -25,9 +25,9 @@ chip northbridge/amd/pi/00730F01/root_complex
  32.  
  33.             chip northbridge/amd/pi/00730F01 # PCI side of HT root complex
  34.                 device pci 0.0 on  end # Root Complex
  35. -               device pci 0.2 off end # IOMMU
  36. -               device pci 1.0 off  end # Internal Graphics P2P bridge 0x9804
  37. -               device pci 1.1 off  end # Internal Multimedia
  38. +               device pci 0.2 on end # IOMMU
  39. +               device pci 1.0 on  end # Internal Graphics P2P bridge 0x9804
  40. +               device pci 1.1 on  end # Internal Multimedia
  41.                 device pci 2.0 on  end # PCIe Host Bridge
  42.                 device pci 2.1 on  end # mPCIe slot 2 (on GFX lane)
  43.                 device pci 2.2 on  end # LAN3
  44. @@ -40,7 +40,7 @@ chip northbridge/amd/pi/00730F01/root_complex
  45.             chip southbridge/amd/pi/hudson # it is under NB/SB Link, but on the same pci bus
  46.                 device pci 10.0 on  end # XHCI HC0 muxed with EHCI 2
  47.                 device pci 11.0 on  end # SATA
  48. -               device pci 12.0 off end # USB EHCI0 usb[0:3] not connected
  49. +               device pci 12.0 on  end # USB EHCI0 usb[0:3] not connected
  50.                 device pci 13.0 on  end # USB EHCI1 usb[4:7]
  51.                 device pci 14.0 on  end # SM
  52.                 device pci 14.3 on      # LPC 0x439d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement