Advertisement
Guest User

Untitled

a guest
Sep 21st, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. _ _ .____
  2. | |_| | | _ \
  3. | _ | | (_))
  4. | |-| | | |
  5. |_| |_| |_| ..
  6. _ _ ____ _
  7. | | | | | __ ) ___ ___ | |_
  8. | | | |___| _ \ / _ \ / _ \| __|
  9. | |_| |___| |_) | (_) | (_) | |_
  10. \___/ |____/ \___/ \___/ \__|
  11. ** LOADER **
  12. ** BOARD: DB-88F6281A-BP LE
  13.  
  14. U-Boot 1.1.4 (Jan 8 2010 - 14:03:56) MIC version : 3.4.19-16
  15.  
  16. U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CD4E0
  17.  
  18. Soc: 88F6281 A1 (DDR2)
  19. CPU running @ 1200Mhz L2 running @ 400Mhz
  20. SysClock = 400Mhz , TClock = 200Mhz
  21.  
  22. DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
  23. DRAM CS[0] base 0x00000000 size 256MB
  24. DRAM CS[1] base 0x10000000 size 256MB
  25. DRAM Total size 512MB 16bit width
  26. Addresses 8M - 0M are saved for the U-Boot usage.
  27. Mem malloc Initialization (8M - 7M): Done
  28. [1024kB@f8000000] Flash: 1 MB
  29.  
  30. CPU : Marvell Feroceon (Rev 1)
  31.  
  32. Streaming disabled
  33. Write allocate disabled
  34.  
  35.  
  36. USB 0: host mode
  37. PEX 0: PCI Express Root Complex Interface
  38. PEX interface detected Link X1
  39. Net: egiga0 [PRIME], egiga1
  40. Hit any key to stop autoboot: 0
  41. HP>>
  42. HP>> printenv
  43. [U-boot variables]
  44. baudrate=115200
  45. loads_echo=0
  46. rootpath=/mnt/ARM_FS/
  47. run_diag=no
  48. console=console=ttyS0,115200 mtdparts=spi_flash:0x80000@0(uboot)ro,0x80000@0x80000(root)
  49. CASset=min
  50. MALLOC_len=1
  51. ethprime=egiga0
  52. bootargs_root=root=/dev/nfs rw
  53. bootargs_end=:::DB88FXX81:eth0:none
  54. image_name=uImage
  55. usb_bootargs=root=/dev/ram rw
  56. bootusb=usb start;fatload usb 0 0x800000 /boot/uImage.usb;fatload usb 0 0x1100000 /boot/uInitrd.usb
  57. usbboot=setenv bootargs $(usb_bootargs); run bootusb; bootm 0x800000 0x1100000
  58. thinpro_bootargs=root=/dev/sda1 rw init=/init video=xgifb splash quiet
  59. thinpro=ide reset; ext2load ide 0:1 0x200000 /boot/uImage; wol; setenv bootargs $(thinpro_bootargs); bootm 0x200000
  60. pcieTune=yes
  61. mfgmode=setenv bootdelay 3; setenv in_mfg yes;setenvh GotoWOL Yes; setenvh WOLEnabled No; setenv bootcmd run mfgboot; saveenv; reset
  62. mfgbootargs=setenv bootargs root=/dev/sdb1 rw init=/init ip=dhcp rootdelay=8 $(console) udevtimeout=8
  63. mfgboot=usb start; ext2load usb 0:1 0x2000000 /boot/uImage; run mfgbootargs; bootm 0x2000000
  64. product=setenv bootdelay 1; setenv in_mfg no;setenvh GotoWOL No; setenvh WOLEnabled Yes; setenv bootcmd run thinpro; saveenv; reset
  65. standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
  66. ethmtu=1500
  67. mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
  68. mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
  69. usb0Mode=host
  70. yuk_ethaddr=00:00:00:EE:51:81
  71. netretry=no
  72. rcvrip=169.254.100.100
  73. loadaddr=0x02000000
  74. autoload=no
  75. ethact=egiga0
  76. ethaddr=f4:ce:46:24:c7:e6
  77. gatewayip=10.4.50.5
  78. netmask=255.255.255.0
  79. ipaddr=10.4.50.32
  80. serverip=10.4.50.5
  81. bootdelay=1
  82. in_mfg=no
  83. usb_set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial
  84. load_uimage=ext2load usb 0:1 0x800000 /boot/uImage
  85. load_uinitrd=ext2load usb 0:1 0x2100000 /boot/uInitrd
  86. usb_boot=mw 0x800000 0 1; run load_uimage; run load_uinitrd; bootm 0x800000 0x2100000
  87. usb_bootcmd=run usb_set_bootargs; run usb_boot
  88. bootcmd=usb reset; run usb_bootcmd; usb stop; reset
  89. stdin=serial
  90. stdout=serial
  91. stderr=serial
  92. mainlineLinux=no
  93. enaMonExt=no
  94. enaCpuStream=no
  95. enaWrAllo=no
  96. pexMode=RC
  97. disL2Cache=no
  98. setL2CacheWT=yes
  99. disL2Prefetch=yes
  100. enaICPref=yes
  101. enaDCPref=yes
  102. sata_dma_mode=yes
  103. netbsd_en=no
  104. vxworks_en=no
  105. disaMvPnp=no
  106. enaAutoRecovery=yes
  107.  
  108. Environment size: 2348/4092 bytes
  109.  
  110. [PUE variables]
  111. manufacturer=Hewlett-Packard
  112. product_name=hp t5325
  113. vendor=mitac
  114. mac=f4:ce:46:24:c7:e6
  115. uuid=6fda2258-bbcc-11d4-aa37-f4ce4624c7e6
  116. serial=CN3117330R
  117.  
  118. Environment size: 146/4092 bytes
  119.  
  120. [HPE variables]
  121. UbootVersion=0x03041916
  122. UbootReleaseDate=01082010
  123. AssetNumber=0
  124. AssetLocation=0
  125. WOLEnabled=Yes
  126. InitialNumlock=On
  127. ClockSpeed=1200
  128. GotoWOL=Yes
  129.  
  130. Environment size: 141/4092 bytes
  131.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement