MrRockchip

am1ia uefi getpir

Dec 8th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Accessing memory
  2. Probing PIRQ table in memory.
  3. Found PCI IRQ routing table signature at 0xfd140.
  4. SIGNATURE = $PIR
  5. VERSION = 0100
  6. SIZE = 192
  7. MAX_DEVICES_ON_BUS = 32 + 16 * 10
  8. INT_ROUTER_BUS = 0x00
  9. INT_ROUTER DEVICE = (0x14 << 3) | 0x3
  10. IRQ_DEVOTED_TO_PCI = 0
  11. VENDOR = 0x1002
  12. DEVICE = 0x439d
  13. MINIPORT = 0
  14. CHECKSUM = 0x7
  15. bus , dev | fn, {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap}, slot, rfu
  16. 0x00, (0x01 << 3) | 0x0, {{0x05, 0xccb0}, {0x06, 0xccb0}, {0x07, 0xccb0}, {0x08, 0xccb0}}, 0x0, 0x0},
  17. 0x00, (0x02 << 3) | 0x0, {{0x01, 0xccb0}, {0x02, 0xccb0}, {0x03, 0xccb0}, {0x04, 0xccb0}}, 0x0, 0x0},
  18. 0x01, (0x00 << 3) | 0x0, {{0x01, 0xccb0}, {0x02, 0xccb0}, {0x03, 0xccb0}, {0x04, 0xccb0}}, 0x11, 0x0},
  19. 0x00, (0x14 << 3) | 0x0, {{0x01, 0xccb0}, {0x02, 0xccb0}, {0x03, 0xccb0}, {0x04, 0xccb0}}, 0x0, 0x0},
  20. 0x00, (0x12 << 3) | 0x0, {{0x03, 0xccb0}, {0x02, 0xccb0}, {0x00, 0x0000}, {0x00, 0x0000}}, 0x0, 0x0},
  21. 0x00, (0x13 << 3) | 0x0, {{0x03, 0xccb0}, {0x02, 0xccb0}, {0x00, 0x0000}, {0x00, 0x0000}}, 0x0, 0x0},
  22. 0x00, (0x16 << 3) | 0x0, {{0x03, 0xccb0}, {0x02, 0xccb0}, {0x00, 0x0000}, {0x00, 0x0000}}, 0x0, 0x0},
  23. 0x00, (0x10 << 3) | 0x0, {{0x03, 0xccb0}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x0000}}, 0x0, 0x0},
  24. 0x00, (0x11 << 3) | 0x0, {{0x04, 0xccb0}, {0x00, 0x0000}, {0x00, 0x0000}, {0x00, 0x0000}}, 0x0, 0x0},
  25. 0x02, (0x00 << 3) | 0x0, {{0x01, 0xccb0}, {0x02, 0xccb0}, {0x03, 0xccb0}, {0x04, 0xccb0}}, 0x0, 0x0},
  26. Validating...
  27. CHECKSUM = 0x7
  28. checksum is ok.
  29. Creating irq_tables.c ...
  30. Done, you can move the file to the coreboot tree now.
  31.  
Advertisement
Add Comment
Please, Sign In to add comment