Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZR233 committed Dec 6, 2024
1 parent 7fd754f commit bdd9217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/aarch64-phytium-pi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ pci-bus-end = "0x2"
# PCI device memory ranges.
pci-ranges = [
["0x0", "0x5000_0000"], # PIO space
["0x5800_0000", "0x8000_0000"], # 32-bit MMIO space
["0x10_0000_0000", "0x20_0000_0000"], # 64-bit MMIO space
["0x5800_0000", "0x2800_0000 "], # 32-bit MMIO space
["0x10_0000_0000", "0x10_0000_0000"], # 64-bit MMIO space
]

# Number of CPUs
Expand Down

0 comments on commit bdd9217

Please sign in to comment.