venture37

FreeBSD/arm on Raspberry-Pi with working SD card reader

Nov 4th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. processing avail regions:
  2. 00000000-08000000 -> 00000000-00100000 = 100000
  3. 004d4000-08000000 -> 004d4000-08000000 = 7b2c000
  4. fill in phys_avail:
  5. region: 0x00000000 - 0x00100000 (0x00100000)
  6. region: 0x004d4000 - 0x08000000 (0x07b2c000)
  7. KDB: debugger backends: ddb
  8. KDB: current backend: ddb
  9. Copyright (c) 1992-2012 The FreeBSD Project.
  10. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
  11. The Regents of the University of California. All rights reserved.
  12. FreeBSD is a registered trademark of The FreeBSD Foundation.
  13. FreeBSD 10.0-CURRENT #0 r242525: Sat Nov 3 23:22:25 GMT 2012
  14. [email protected]:/usr/obj/arm.arm/usr/src/sys/GEEKLAN arm
  15. CPU: Sheeva 88SV581x rev 7 (Marvell core)
  16. Supported features: ARM_ISA THUMB2 JAZELLE ARMv4 Security_Ext
  17. WB enabled LABT branch prediction enabled
  18. 16KB/32B 4-way instruction cache
  19. 16KB/32B 4-way write-back-locking-C data cache
  20. real memory = 134217728 (128 MB)
  21. avail memory = 126521344 (120 MB)
  22. simplebus0: <Flattened device tree simple bus> mem 0xf2000000-0xf2ffffff on fdtbus0
  23. intc0: <BCM2835 Interrupt Controller> mem 0xf200b200-0xf200b3ff on simplebus0
  24. systimer0: <BCM2835 System Timer> mem 0xf2003000-0xf2003fff irq 8,9,10,11 on simplebus0
  25. Event timer "BCM2835 Event Timer 3" frequency 1000000 Hz quality 1000
  26. Timecounter "BCM2835 Timecouter" frequency 1000000 Hz quality 1000
  27. sdhci_bcm0: <Broadcom 2708 SDHCI controller> mem 0xf2300000-0xf23000ff irq 70 on simplebus0
  28. mmc0: <MMC/SD bus> on sdhci_bcm0
  29. mbox0: <BCM2835 VideoCore Mailbox> mem 0xf200b880-0xf200b8bf irq 1 on simplebus0
  30. mbox0: [GIANT-LOCKED]
  31. bcmwd0: <BCM2708/2835 Watchdog> mem 0xf210001c-0xf2100027 on simplebus0
  32. uart0: <PrimeCell UART (PL011)> mem 0xf2201000-0xf2201fff irq 65 on simplebus0
  33. uart0: console (115200,n,8,1)
  34. dwcotg0: <DWC OTG 2.0 integrated USB controller> mem 0xf2980000-0xf299ffff irq 17 on simplebus0
  35. usbus0 on dwcotg0
  36. Timecounters tick every 10.000 msec
  37. usbus0: 480Mbps High Speed USB v2.0
  38. ugen0.1: <DWCOTG> at usbus0
  39. uhub0: <DWCOTG OTG Root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus0
  40. uhub0: 1 port with 1 removable, self powered
  41. ugen0.2: <vendor 0x0424> at usbus0
  42. uhub1: <vendor 0x0424 product 0x9512, class 9/0, rev 2.00/2.00, addr 2> on usbus0
  43. uhub1: MTT enabled
  44. uhub1: 3 ports with 2 removable, self powered
  45. ugen0.3: <vendor 0x0424> at usbus0
  46. smsc0: <vendor 0x0424 product 0xec00, rev 2.00/2.00, addr 3> on usbus0
  47. mmcsd0: 3886MB <SDHC SD04G 8.0 SN 1621893470 MFG 02/2007 by 3 SD> at mmc0 25.0MHz/1bit/65535-block
  48. smsc0: chip 0xec00, rev. 0002
  49. Trying to mount root from ufs:mmcsd0s2 []...
  50. miibus0: <MII bus> on smsc0
  51. ukphy0: <Generic IEEE 802.3u media interface> PHY 1 on miibus0
  52. ukphy0: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
  53. warning: no time-of-day clock registered, system time will not be set accurately
  54. ue0: <USB Ethernet> on smsc0
  55. ue0: Ethernet address: be:99:09:b6:c8:61
  56. smsc0: chip 0xec00, rev. 0002
  57. ue0: link state changed to UP
Add Comment
Please, Sign In to add comment