Difference between revisions of "Developer Manual"
Jump to navigation
Jump to search
Eocallaghan (talk | contribs) |
|||
Line 98: | Line 98: | ||
When a device in '''devicetree.cb''' is found during the coreboot PCI/system scan process the functions to do customized initialization are called via the '''device_operations''' and the '''chip_operations''' structures. You will find these structures in the devices source files. | When a device in '''devicetree.cb''' is found during the coreboot PCI/system scan process the functions to do customized initialization are called via the '''device_operations''' and the '''chip_operations''' structures. You will find these structures in the devices source files. | ||
See [[Creating A devicetree.cb]]. | |||
=== irq_table.c === | === irq_table.c === |