Skip to content

Commit

Permalink
fix: missing gmac
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech committed Sep 26, 2024
1 parent feb0425 commit c613f8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,13 @@ The firmware can only be built on Linux currently. For Windows use WSL.
For Ubuntu/Debian:
```bash
sudo apt install --yes \
acpica-tools \
build-essential \
device-tree-compiler \
g++ \
gcc \
gcc-aarch64-linux-gnu \
git \
iasl \
python-is-python3 \
python3 \
python3-pyelftools \
Expand Down
10 changes: 7 additions & 3 deletions edk2-rockchip/Platform/OrangePi/OrangePi5Pro/OrangePi5Pro.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,20 @@
#
# PCIe/SATA/USB Combo PIPE PHY support flags and default values
#
gRK3588TokenSpaceGuid.PcdComboPhy0Switchable|TRUE
gRK3588TokenSpaceGuid.PcdComboPhy2Switchable|TRUE
gRK3588TokenSpaceGuid.PcdComboPhy0Switchable|FALSE
gRK3588TokenSpaceGuid.PcdComboPhy1Switchable|TRUE
gRK3588TokenSpaceGuid.PcdComboPhy2Switchable|FALSE
gRK3588TokenSpaceGuid.PcdComboPhy0ModeDefault|$(COMBO_PHY_MODE_PCIE)
gRK3588TokenSpaceGuid.PcdComboPhy2ModeDefault|$(COMBO_PHY_MODE_USB3)
gRK3588TokenSpaceGuid.PcdComboPhy1ModeDefault|$(COMBO_PHY_MODE_PCIE)
gRK3588TokenSpaceGuid.PcdComboPhy2ModeDefault|$(COMBO_PHY_MODE_PCIE)

#
# USB/DP Combo PHY support flags and default values
#
gRK3588TokenSpaceGuid.PcdUsbDpPhy0Supported|TRUE
gRK3588TokenSpaceGuid.PcdUsbDpPhy1Supported|TRUE
gRK3588TokenSpaceGuid.PcdDp0LaneMux|{ 0x2, 0x3 }
gRK3588TokenSpaceGuid.PcdDp1LaneMux|{ 0x0 }

#
# GMAC
Expand Down

0 comments on commit c613f8a

Please sign in to comment.