Advertisement
Guest User

Untitled

a guest
Mar 18th, 2011
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. ATOM BIOS Rom:
  2. SubsystemVendorID: 0x174b SubsystemID: 0xe100
  3. IOBaseAddress: 0xc000
  4. Filename: BE100201.SS1
  5. BIOS Bootup Message: RV730 GDDR3 SAMSUNG 128B 750E/873M DVII+HDMI+VGA AC COOLER
  6. Connector at index 0 type: VGA (1)
  7. Connector's i2cid: 93
  8. Connector at index 1 type: HDMI-A (11)
  9. Connector's i2cid: 94
  10. Connector at index 2 type: DVI-I (2)
  11. Connector's i2cid: 90
  12. Connector at index 3 type: DVI-I (2)
  13. Connector's i2cid: 90
  14.  
  15. Section
  16. sectname __const
  17. segname __TEXT
  18. addr 0x0000e740
  19. size 0x000023f0
  20. offset 60024
  21. align 2^5 (32)
  22. reloff 81548
  23. nreloc 1281
  24. flags 0x00000000
  25. reserved1 0
  26. reserved2 0
  27. Section
  28. sectname __literal4
  29. segname __TEXT
  30. addr 0x00010b30
  31. size 0x00000004
  32. offset 69224
  33. align 2^2 (4)
  34. reloff 0
  35. nreloc 0
  36. flags 0x00000003
  37. reserved1 0
  38. reserved2 0
  39.  
  40. ShrikeInfo::createInfo(unsigned char, PlatformParameters&):
  41. 0000cf36 pushl %ebp
  42. 0000cf37 movl %esp,%ebp
  43. 0000cf39 movl 0x0c(%ebp),%ecx
  44. 0000cf3c movl $0x0000e6b8,0x08(%ecx)
  45. 0000cf43 movb $0x03,0x03(%ecx)
  46. 0000cf47 xorl %edx,%edx
  47. 0000cf49 movl %edx,%eax
  48. 0000cf4b shll $0x04,%eax
  49. 0000cf4e addl $0x000108e0,%eax
  50. 0000cf53 movl %eax,0x0c(%ecx,%edx,4)
  51. 0000cf57 incl %edx
  52. 0000cf58 movzbl 0x03(%ecx),%eax
  53. 0000cf5c cmpl %edx,%eax
  54. 0000cf5e jg 0x10000cf49
  55. 0000cf60 xorl %eax,%eax
  56. 0000cf62 leave
  57. 0000cf63 ret
  58.  
  59. senseid
  60. VGA => 4
  61. HDMI-A => 5
  62. DVI => 1
  63.  
  64. ConnectorInfo address = 0x000108e0
  65.  
  66. File offsets for the FAT binary (i386 arch) = 155648
  67.  
  68. Start 0x0000e740
  69. size 0x000023f0
  70. Ende 10b30
  71.  
  72. offset 60024
  73.  
  74. OFFSET_TO_SHRIKE_CONNECTIONS_TABLE = 155648 + 60024 + 0x000108e0 - 0x0000e740
  75. OFFSET_TO_SHRIKE_CONNECTIONS_TABLE = 155648 + 60024 + 67808 - 59200
  76. =224280
  77. =0x36C18
  78.  
  79. #define CONNECTORTYPE_LVDS 0x0002
  80. #define CONNECTORTYPE_DVI 0x0004
  81. #define CONNECTORTYPE_DP 0x0400 /* Displayport */
  82. #define CONNECTORTYPE_HDMI 0x0800
  83.  
  84. 0000000 02 00 00 00 40 00 00 00 09 00 00 00 02 01 00 03 (???)
  85. 0000010 02 00 00 00 00 01 00 00 09 01 00 00 20 01 02 02 (???)
  86. 0000020 00 04 00 00 04 07 00 00 00 01 00 00 10 00 01 01 (DVI)
  87. 0000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  88.  
  89. to:
  90.  
  91. 0000000 02 00 00 00 40 00 00 00 09 00 00 00 00 01 00 03 (?)
  92. 0000010 00 08 00 00 00 02 00 00 00 01 00 00 20 01 02 05 (HDMI)
  93. 0000020 00 04 00 00 04 07 00 00 00 01 00 00 10 00 01 01 (DVI-Dual)
  94. 0000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement