Advertisement
Guest User

Untitled

a guest
Jun 18th, 2014
711
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.51 KB | None | 0 0
  1. [mmc/a10] mmc resp 0x00000900
  2. [mmc] MMC_RSP_R1,5,6,7 0x00000900
  3. [mmc] Send command: 12 arg: 0x00000000
  4. [mmc/a10] mmc_send_cmd
  5. [mmc/a10] mmc cmd 12 check rsp busy
  6. [mmc] MMC_RSP_R1b 0x00000900
  7. default_media->open()
  8. CBFS: CBFS_HEADER_ROM_ADDRESS: 0x10/0x400000
  9. CBFS: Size of read done is : 32 bytes
  10. default_media->close()
  11. CBFS: CBFS location: 0x5fc0~0x400000, align: 64
  12. CBFS: Looking for 'fallback/romstage' starting from 0x5fc0.
  13. default_media->open()
  14. CBFS: - load entry 0x5fc0 file name (32 bytes)...
  15. default_media->map(0x5fd8, 0x20)
  16. count value is equal to 32
  17. Mapping size is equal to 31
  18. CBFS: Found file (offset=0x5ff8, len=28860).
  19. default_media->map(0x5fc0, 0x70f4)
  20. count value is equal to 28916
  21. Mapping size is equal to 28947
  22. default_media->close()
  23. CBFS: loading stage fallback/romstage @ 0x41000000 (28832 bytes), entry @ 0x41000000
  24. CBFS: stage loaded.
  25.  
  26.  
  27. coreboot-cdd60d2-dirty Thu Jun 19 02:12:44 IST 2014 starting...
  28. VDD CPU (DCDC2): 1400mv
  29. VDD DLL (DCDC3): 1250mv
  30. AVCC (LDO2) : 3000mv
  31. CSI1-IO (LDO4) : 2800mv
  32. (LDO3) : 2800mv
  33. CPU: 1008 MHz, AXI 336 Mhz, AHB: 168 MHz APB0: 84 MHz
  34. Already have CBFS master header at 7ebffe30
  35. default_media->open()
  36. CBFS: CBFS_HEADER_ROM_ADDRESS: 0x10/0x400000
  37. CBFS: Size of read done is : 32 bytes
  38. default_media->close()
  39. CBFS: CBFS location: 0x5fc0~0x400000, align: 64
  40. CBFS: Looking for 'fallback/coreboot_ram' starting from 0x5fc0.
  41. default_media->open()
  42. CBFS: - load entry 0x5fc0 file name (32 bytes)...
  43. default_media->map(0x5fd8, 0x20)
  44. count value is equal to 32
  45. Mapping size is equal to 32
  46. CBFS: (unmatched file @0x5fc0: fallback/romstage)
  47. CBFS: - load entry 0xd0c0 file name (32 bytes)...
  48. default_media->map(0xd0d8, 0x20)
  49. count value is equal to 32
  50. Mapping size is equal to 64
  51. CBFS: Found file (offset=0xd0f8, len=28471).
  52. default_media->map(0xd0c0, 0x6f6f)
  53. count value is equal to 28527
  54. Mapping size is equal to 28591
  55. default_media->close()
  56. CBFS: loading stage fallback/coreboot_ram @ 0x40000000 (92320 bytes), entry @ 0x40000000
  57. CBFS: stage loaded.
  58. entry is 0x40000000, leaving romstage.
  59. coreboot-cdd60d2-dirty Thu Jun 19 02:12:44 IST 2014 booting...
  60. CBMEM: root @ 7ffff000 254 entries.
  61. BS: BS_PRE_DEVICE times (us): entry 0 run 0 exit 0
  62. BS: BS_DEV_INIT_CHIPS times (us): entry 0 run 0 exit 0
  63. Enumerating buses...
  64. Show all devs...Before device enumeration.
  65. Root Device: enabled 1
  66. CPU_CLUSTER: 0: enabled 1
  67. I2C: 00:34: enabled 1
  68. Compare with tree...
  69. Root Device: enabled 1
  70. CPU_CLUSTER: 0: enabled 1
  71. I2C: 00:34: enabled 1
  72. scan_static_bus for Root Device
  73. CPU_CLUSTER: 0 enabled
  74. smbus: Root Device[0]->I2C: 00:34 enabled
  75. scan_static_bus for Root Device done
  76. done
  77. BS: BS_DEV_ENUMERATE times (us): entry 0 run 0 exit 0
  78. Allocating resources...
  79. Reading resources...
  80. Root Device read_resources bus 0 link: 0
  81. memalign Enter, boundary 8, size 2560, free_mem_ptr 400128a0
  82. memalign 400128a0
  83. I2C: 00:34 missing read_resources
  84. Root Device read_resources bus 0 link: 0 done
  85. Done reading resources.
  86. Show resources in subtree (Root Device)...After reading.
  87. Root Device child on link 0 CPU_CLUSTER: 0
  88. CPU_CLUSTER: 0
  89. CPU_CLUSTER: 0 resource base 40000000 size 40000000 align 0 gran 0 limit 0 flags e0004200 index 0
  90. I2C: 00:34
  91. Setting resources...
  92. Root Device assign_resources, bus 0 link: 0
  93. Root Device assign_resources, bus 0 link: 0
  94. Done setting resources.
  95. Show resources in subtree (Root Device)...After assigning values.
  96. Root Device child on link 0 CPU_CLUSTER: 0
  97. CPU_CLUSTER: 0
  98. CPU_CLUSTER: 0 resource base 40000000 size 40000000 align 0 gran 0 limit 0 flags e0004200 index 0
  99. I2C: 00:34
  100. Done allocating resources.
  101. BS: BS_DEV_RESOURCES times (us): entry 0 run 0 exit 0
  102. Enabling resources...
  103. done.
  104. BS: BS_DEV_ENABLE times (us): entry 0 run 0 exit 0
  105. Initializing devices...
  106. Root Device init
  107. Root Device init 3221168634 usecs
  108. CPU_CLUSTER: 0 init
  109. CPU_CLUSTER: 0 init 4294967116 usecs
  110. Devices initialized
  111. Show all devs...After init.
  112. Root Device: enabled 1
  113. CPU_CLUSTER: 0: enabled 1
  114. I2C: 00:34: enabled 1
  115. BS: BS_DEV_INIT times (us): entry 0 run 0 exit 0
  116. Finalize devices...
  117. Devices finalized
  118. BS: BS_POST_DEVICE times (us): entry 0 run 0 exit 0
  119. BS: BS_OS_RESUME_CHECK times (us): entry 0 run 0 exit 0
  120. Writing coreboot table at 0x7fffd000
  121. rom_table_end = 0x7fffd000
  122. ... aligned to 0x80000000
  123. memalign Enter, boundary 8, size 24, free_mem_ptr 400132a0
  124. memalign 400132a0
  125. memalign Enter, boundary 8, size 24, free_mem_ptr 400132b8
  126. memalign 400132b8
  127. 0. 0000000040000000-000000007fffcfff: RAM
  128. 1. 000000007fffd000-000000007fffffff: CONFIGURATION TABLES
  129. Wrote coreboot table at: 7fffd000, 0x1ac bytes, checksum bd6b
  130. coreboot table: 452 bytes.
  131. CBMEM ROOT 0. 7ffff000 00001000
  132. COREBOOT 1. 7fffd000 00002000
  133. BS: BS_WRITE_TABLES times (us): entry 0 run 0 exit 0
  134. Already have CBFS master header at 7ebffe30
  135. default_media->open()
  136. CBFS: CBFS_HEADER_ROM_ADDRESS: 0x10/0x400000
  137. CBFS: Size of read done is : 32 bytes
  138. default_media->close()
  139. CBFS: CBFS location: 0x5fc0~0x400000, align: 64
  140. CBFS: Looking for 'fallback/payload' starting from 0x5fc0.
  141. default_media->open()
  142. CBFS: - load entry 0x5fc0 file name (32 bytes)...
  143. default_media->map(0x5fd8, 0x20)
  144. count value is equal to 32
  145. Mapping size is equal to 32
  146. CBFS: (unmatched file @0x5fc0: fallback/romstage)
  147. CBFS: - load entry 0xd0c0 file name (32 bytes)...
  148. default_media->map(0xd0d8, 0x20)
  149. count value is equal to 32
  150. Mapping size is equal to 64
  151. CBFS: (unmatched file @0xd0c0: fallback/coreboot_ram)
  152. CBFS: - load entry 0x14040 file name (32 bytes)...
  153. default_media->map(0x14058, 0x20)
  154. count value is equal to 32
  155. Mapping size is equal to 96
  156. CBFS: Found file (offset=0x14078, len=95716).
  157. default_media->map(0x14040, 0x1761c)
  158. count value is equal to 95772
  159. Mapping size is equal to 95868
  160. default_media->close()
  161. CBFS: located payload @ 7ec13e98, 95716 bytes.
  162. Loading segment from rom address 0x7ec13e98
  163. code (compression=1)
  164. memalign Enter, boundary 8, size 28, free_mem_ptr 400132d0
  165. memalign 400132d0
  166. New segment dstaddr 0x4a000000 memsize 0x39929 srcaddr 0x7ec13ed0 filesize 0x175ac
  167. (cleaned up) New segment addr 0x4a000000 size 0x39929 offset 0x7ec13ed0 filesize 0x175ac
  168. Loading segment from rom address 0x7ec13eb4
  169. Entry Point 0x4a000000
  170. memalign Enter, boundary 8, size 24, free_mem_ptr 400132ec
  171. memalign 400132f0
  172. memalign Enter, boundary 8, size 24, free_mem_ptr 40013308
  173. memalign 40013308
  174. memalign Enter, boundary 8, size 24, free_mem_ptr 40013320
  175. memalign 40013320
  176. Bounce Buffer at 7ffcf000, 184640 bytes
  177. Loading Segment: addr: 0x000000004a000000 memsz: 0x0000000000039929 filesz: 0x00000000000175ac
  178. lb: [0x0000000040000000, 0x00000000400168a0)
  179. Post relocation: addr: 0x000000004a000000 memsz: 0x0000000000039929 filesz: 0x00000000000175ac
  180. using LZMA
  181. [ 0x4a000000, 4a039929, 0x4a039929) <- 7ec13ed0
  182. dest 4a000000, end 4a039929, bouncebuffer 7ffcf000
  183. Loaded segments
  184. BS: BS_PAYLOAD_LOAD times (us): entry 0 run 0 exit 0
  185. Jumping to boot code at 4a000000
  186. CPU0: stack: 00006000 - 00008000, lowest used address 00007ab4, stack used: 1356 bytes
  187. entry = 4a000000
  188.  
  189.  
  190. U-Boot 2014.04-10677-g44910e9 (May 29 2014 - 12:00:16) Allwinner Technology
  191.  
  192. CPU: Allwinner A10 (SUN4I)
  193. Board: Cubieboard
  194. I2C: ready
  195. DRAM: 1 GiB
  196. MMC: SUNXI SD/MMC: 0
  197. MMC init failed
  198. Using default environment
  199.  
  200. In: serial
  201. Out: serial
  202. Err: serial
  203. Net: emac
  204. Hit any key to stop autoboot: 0
  205. ** Bad device mmc 0 **
  206. ** Bad device mmc 0 **
  207. ** Bad device mmc 0 **
  208. ** Bad device mmc 0 **
  209. ** Bad device mmc 0 **
  210. ** Bad device mmc 0 **
  211. ** Bad device mmc 0 **
  212. ** Bad device mmc 0 **
  213. ** Bad device mmc 0 **
  214. sun4i#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement