Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce macro FDT_MAP_IRQ to map from an interrupt controller and | marcel | 2011-01-29 | 1 | -2/+3 |
| | | | | | interrupt pin pair to a global IRQ number. When multiple PICs exist on a board, the interrupt pin alone is not unique. | ||||
* | Eliminate FDT_IMMR_VA define. | raj | 2010-07-19 | 1 | -2/+2 |
| | | | | | This removes platform dependencies from <machine>/fdt.h for the benfit of portability. | ||||
* | Save fdtbus trigger / polarity data at their correct index. | raj | 2010-07-11 | 1 | -2/+2 |
| | |||||
* | Import the common Flattened Device Tree infrastructure. | raj | 2010-06-02 | 1 | -0/+629 |
o fdtbus(4) - the main abstract bus driver for all FDT-compliant systems. This is a direct replacement for the many incompatible bus drivers grouping integrated peripherals on embedded platforms (like obio(4), ocpbus(4) etc.) o simplebus(4) - bus driver representing ePAPR style 'simple-bus' node, which is an umbrella device for most of the integrated peripherals on a typical system-on-chip device. o Other components (common routines library, PCI node processing helper functions) Reviewed by: imp Sponsored by: The FreeBSD Foundation |