Skip to content

A simple utility to decode PCI host bridge device tree node's "ranges" property.

Notifications You must be signed in to change notification settings

crab2313/pci-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple command line utility decoding ranges property of PCI bridges device tree node. The interpretation of these cells is here.

Usage

$ pci-range 0x02000000 0x0 0x41000000  0x0 0x41000000  0x0 0x3f000000
PciAddress: MMIO32(0x41000000)
PhysicalAddress: 0x0000000041000000
Size: 0x3f000000
relocatable: false, prefetchable: false, aliased: false

The ranges property of PCI host bridge is grouped by seven cells.

About

A simple utility to decode PCI host bridge device tree node's "ranges" property.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages