mdzprocter

Untitled

Feb 7th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.80 KB | None | 0 0
  1. root@OpenWrt:~# df -h
  2. Filesystem Size Used Available Use% Mounted on
  3. /dev/root 4.0M 4.0M 0 100% /rom
  4. tmpfs 502.3M 1.8M 500.5M 0% /tmp
  5. /dev/loop0 98.4M 82.1M 16.3M 83% /overlay
  6. overlayfs:/overlay 98.4M 82.1M 16.3M 83% /
  7. tmpfs 512.0K 0 512.0K 0% /dev
  8.  
  9. root@OpenWrt:~# df
  10. Filesystem 1K-blocks Used Available Use% Mounted on
  11. /dev/root 4096 4096 0 100% /rom
  12. tmpfs 514348 1872 512476 0% /tmp
  13. /dev/loop0 100800 84116 16684 83% /overlay
  14. overlayfs:/overlay 100800 84116 16684 83% /
  15. tmpfs 512 0 512 0% /dev
  16.  
  17. root@OpenWrt:~# cat /proc/mtd
  18. dev: size erasesize name
  19. mtd0: 00100000 00010000 "U-Boot"
  20. mtd1: 00700000 00010000 "Rescue system"
  21.  
  22.  
  23.  
  24. root@OpenWrt:~# mount
  25. /dev/root on /rom type squashfs (ro,relatime)
  26. proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
  27. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
  28. cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
  29. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
  30. /dev/loop0 on /overlay type f2fs (rw,lazytime,noatime,background_gc=on,discard,no_heap,user_xattr,inline_xattr,inline_data,inline_dentry,flush_merge,extent_cache,mode=adaptive,active_logs=6,alloc_mode=reuse,fsync_mode=posix)
  31. overlayfs:/overlay on / type overlay (rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
  32. tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
  33. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600,ptmxmode=000)
  34. debugfs on /sys/kernel/debug type debugfs (rw,noatime)
  35. none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,noatime,mode=700)
  36.  
  37.  
  38. root@OpenWrt:~# strings /dev/mtd0 | grep "U-Boot 2"
  39. U-Boot 2015.10-rc2 for db-88f682
  40. U-Boot 2015.10-rc2 (Aug 18 2016 - 20:43:35 +0200)
  41.  
  42. root@OpenWrt:~# strings /dev/mtd0 | grep -i error | wc -l
  43. 173
  44.  
  45. root@OpenWrt:~# strings /dev/mtd0 | grep -i error
  46. %s: Error: serdes lane %d is configured to type %s: type already in use
  47. %s: Error: SerDes type %d is not supported
  48. %s: Error: REF_CLK_SELECTOR_VAL for SerDes type %d is wrong
  49. %s: Error: ref_clock %d for SerDes lane #%d, type %d is not supported
  50. hws_ctrl_high_speed_serdes_phy_config: Error: Serdes initialization fail
  51. hws_serdes_seq_init: Error: Serdes initialization fail
  52. %s: Device ID Error, using 4 SerDes lanes
  53. %s: Error: Lane#4 on Device 6810 is not Active.
  54. %s: Error: invalid value for SatR field 'dbserdes1' (%x)
  55. %s: Error: invalid value for SatR field 'dbserdes2' (%x)
  56. mv_seq_exec_ext:Error: SerDes lane %d is not valid
  57. %s: Error retrieving device ID (%x), using default ID = %x
  58. %s: Error: Wrong unit type (%u)
  59. Error, wrong i2c adapter %d max %d possible
  60. i2c: mux disconnect error
  61. *** Error: ddr3_get_static_ddr_mode: No match for requested DDR mode. ***
  62. Error: Wrong device size of Cs:
  63. Error: Wrong Memory size of Cs:
  64. Error: Wrong device size of Cs: %d
  65. Error: Wrong Memory size of Cs: %d
  66. interface | error_cnt | fail_low | fail_high | fail_addr
  67. ERROR: One of ck_delay values not initialized!!!
  68. error param 4
  69. Supp: 1 error clock for if %d pup %d with ofsset %d success
  70. Supp: align error for if %d pup %d with ofsset %d success
  71. ### ERROR ### Please RESET the board ###
  72. ERROR: %s - start address is not aligned - 0x%08x
  73. ERROR: %s - stop address is not aligned - 0x%08x
  74. syntax error
  75. ERROR : memory not allocated
  76. ## Error: "%s" not defined
  77. ERROR: There is a global environment variable with the same name.
  78. %s: uncompress error %d
  79. ERROR: can't get kernel image!
  80. ERROR: unknown image format type!
  81. ERROR: new format image overwritten - must RESET the board to recover
  82. ERROR: booting os '%s' (%d) is not supported
  83. ## ERROR: %s : %s
  84. Error compiling regex: %s
  85. ## Error: flags type check failure for "%s" <= "%s" (type: %c)
  86. ## Error: Can't delete "%s"
  87. ## Error: Can't overwrite "%s"
  88. ## Error: Can't create "%s"
  89. /* NULL pointer error */
  90. error: unprintable value
  91. Error %s the chip: %d
  92. Error reading from the PHY addr=%02x reg=%02x
  93. Error writing to the PHY addr=%02x reg=%02x
  94. Error reading from the PHY
  95. Error writing to the PHY
  96. ERROR
  97. get mmc type error!
  98. Error: card is write protected!
  99. ERROR: attempting %s past flash size (%#x)
  100. ERROR %d
  101. ## error: substitution buffer overflow
  102. ## Error: variable "%s" not defined
  103. ## error: subst buffer overflow: have %d, need %d
  104. ## error: pattern buffer overflow: have %d, need %d
  105. Hex conversion error on %c
  106. Error %d during SPI transaction
  107. Error during SET_FEATURE.
  108. unable to get device descriptor (error=%d)
  109. unable to get descriptor, error %lX
  110. ERROR: NOT USB_CONFIG_DESC %x
  111. ERROR: Invalid USB CFG length (%d)
  112. ERROR: Invalid USB IF length (%d)
  113. ERROR: Invalid USB EP length (%d)
  114. ERROR: Invalid USB EPC length (%d)
  115. USB device not accepting new address (error=%lX)
  116. ERROR: USB_MAX_HUB (%d) reached
  117. error in inquiry
  118. READ_CAP ERROR
  119. GUNZIP ERROR - image not loaded
  120. ## Error: cannot export environment
  121. ## Error: external checksum format must pass size
  122. ## Error: bad CRC, import failed
  123. ERROR: Environment import failed: errno = %d
  124. ## Error: illegal character '='in variable name "%s"
  125. ## Error inserting "%s" variable, errno=%d
  126. ERROR: Cannot export environment: errno = %d
  127. ERROR: Cannot import environment: errno = %d
  128. No error devices available!
  129. ramdisk - allocation error
  130. ERROR:
  131. device tree - allocation error
  132. ERROR: Did not find a cmdline Flattened Device Tree
  133. ERROR: root node setup failed
  134. ERROR: /chosen node create failed
  135. ERROR: arch-specific fdt fixup failed
  136. ## Error: Secure boot command not specified
  137. ## Error: "%s" returned (code %d)
  138. Command '%s' failed: Error %d
  139. Unknown error
  140. Block sequence error
  141. CRC/checksum error
  142. ** Read error on %d:%d
  143. *** ERROR: Can't read GPT header ***
  144. %s: ERROR: Can't allocate 0x%zX bytes for GPT Entries
  145. *** ERROR: Can't read GPT Entries ***
  146. %s: *** ERROR: Invalid GPT ***
  147. %s: *** ERROR: Invalid Backup GPT ***
  148. unbind() method failed on dev '%s' on error path
  149. Failed to unbind dev '%s' on error path
  150. %s: Device '%s' failed to remove on error path
  151. Device tree error at offset %d
  152. Error binding driver '%s'
  153. %s: Device '%s' failed to post_probe on error path
  154. Error:Too much sg!
  155. scsi_ahci: Error: buffer too small.
  156. Error, wrong i2c adapter %d max %d possible
  157. i2c: mux disconnect error
  158. Status Error: 0x%08X
  159. %s: Error detected in status(0x%X)!
  160. e1000: %s: ERROR: Valid Link not detected: %d
  161. e1000: %s: ERROR: Hardware Initialization Failed
  162. e1000: %s: ERROR: Can't enable I/O memory
  163. e1000: %s: ERROR: Can't enable bus-mastering
  164. e1000: %s: ERROR: Unknown MAC Type
  165. e1000: %s: ERROR: Software init failed
  166. e1000: %s: ERROR: PHY Reset is blocked!
  167. e1000: %s: ERROR: EEPROM is invalid!
  168. e1000: %s: ERROR: Unable to allocate EEPROM buffer!
  169. e1000: %s: ERROR: Unable to read EEPROM!
  170. e1000: %s: ERROR: EEPROM checksum is incorrect!
  171. e1000: %s: ERROR: ...register was 0x%04hx, calculated 0x%04hx
  172. Error: SMI busy timeout
  173. Error: Invalid PHY address %d
  174. bad rx status %08x (crc error), size=%d
  175. bad rx status %08x (overrun error), size=%d
  176. bad rx status %08x (max frame length error), size=%d
  177. bad rx status %08x (resource error), size=%d
  178. probe failed, error %d
  179. USB error: all controllers failed lowlevel init
  180. ehci: Error cannot find high-speed parent of usb-1 device
  181. port(%d) reset error
  182. Extent Error
  183. ** ext2fs_devread() read error **
  184. ** %s read error - block
  185. * %s read error - last part
  186. Error: FAT sector size mismatch (fs=%hu, dev=%lu)
  187. Error reading cluster
  188. ** btrfs_devread() read error **
  189. btrfs: search extent data error
  190. file error
  191. stream error
  192. data error
  193. buffer error
  194. <no error>
  195. <unknown error>
  196. Error: Bad gzipped data
  197. Error: gunzip out of data in header
  198. Error: inflateInit2() returned %d
  199. Error: inflate() returned %d
  200. Error: gunzip out of data in header
  201. ERROR: Failed to allocate 0x%lx bytes below 0x%lx.
  202. ## ERROR: unsupported match method: 0x%02x
  203. ### ERROR ### Please RESET the board ###
  204. Error: %s address not set.
  205. Error: %s address %pM illegal value
  206. *** ERROR: ping address not given
  207. *** ERROR: `serverip' not set
  208. *** ERROR: `ipaddr' not set
  209. *** ERROR: No ethernet found.
  210. *** ERROR: `ethaddr' not set
  211. *** ERROR: `eth%daddr' not set
  212. *** ERROR: Cannot mount
  213. *** ERROR: Cannot umount
  214. *** ERROR: File lookup fail
  215. *** ERROR: Symlink fail
  216. *** ERROR: Fail allocate memory
  217. TFTP error:
  218. TFTP error: '%s' (%d)
  219.  
  220. root@OpenWrt:~# strings /dev/mtd0
  221.  
  222. @8@-
  223. @8@-
  224. @0@-
  225. @0@-
  226. @p@-
  227. ""
  228. @p@-
  229. @p@-
  230. @7@-
  231. @7@-
  232. @8@-
  233. @s@-
  234. @7@-
  235. @8@-
  236. UUUU
  237.  
  238. @p@-
  239. @p@-
  240. @8@-
  241. !1C ,
  242. n;^
  243. Qkkbal
  244. i]Wb
  245. 9a&g
  246. MGiI
  247. wn>Jj
  248. #.zf
  249. +o*7
  250. ` `
  251. SoC:
  252. MV78460-
  253. MV88F6810-
  254. MV88F6820-
  255. MV88F6828-
  256. Unknown-
  257. ?? (%x)
  258. MVEBU SATA INIT
  259. ethaddr
  260. enabled)
  261. (ECC
  262. (ECC not
  263. Cannot add window '%x:%x', conflicts with another window
  264. Cannot add window '%04x:%04x', conflicts with another window
  265. pex_local_bus_num_set: Illegal bus number %d
  266. PCIe, Idx
  267. : detected no link
  268. :** Link is Gen1, check the EP capability
  269. : remains Gen1
  270. : Link upgraded to Gen2 based on client cpabilities
  271. %s: Warning: Wrong serdes type %s serdes#%d
  272. %s: Error: serdes lane %d is configured to type %s: type already in use
  273. %s: Warning: wrong number of lanes is set to XAUI - %d
  274. %s: XAUI has to be defined on 4 lanes
  275. %s: Warning: wrong number of lanes is set to RXAUI - %d
  276. %s: RXAUI has to be defined on 2 lanes
  277. hws_serdes_seq_db_init: serdes revision number is not supported
  278. board SerDes lanes topology details:
  279. | Lane # | Speed | Type |
  280. --------------------------------
  281. |
  282. |
  283. %s: Error: SerDes type %d is not supported
  284. %s: Error: REF_CLK_SELECTOR_VAL for SerDes type %d is wrong
  285. %s: SerDes lane #%d is disabled
  286. %s: Warning: SerDes lane #%d and type %d are not supported together
  287. %s: SerDes lane #%d is not Active
  288. %s: Error: ref_clock %d for SerDes lane #%d, type %d is not supported
  289. hws_ref_clock_set: ref clock is not valid for serdes type %d
  290. hws_ref_clock_set: not supported serdes type
  291. serdes_power_up_ctrl: serdes type %d and speed %d are not supported together
  292. serdes_power_up_ctrl: bad serdes_type parameter
  293. hws_power_up_serdes_lanes: unsupported ref clock
  294. High speed PHY - Version:
  295. hws_ctrl_high_speed_serdes_phy_config: Error: Serdes initialization fail
  296. High speed PHY - Ended Successfully
  297. PCIe0
  298. PCIe1
  299. PCIe2
  300. PCIe3
  301. SATA0
  302. SATA1
  303. SATA2
  304. SATA3
  305. SGMII0
  306. SGMII1
  307. SGMII2
  308. QSGMII
  309. USB3 HOST0
  310. USB3 HOST1
  311. USB3 DEVICE
  312. SGMII3
  313. RXAUI
  314. DEFAULT SERDES
  315. LAST_SERDES_TYPE
  316. hws_serdes_seq_init: Error: Serdes initialization fail
  317. %s: Device ID Error, using 4 SerDes lanes
  318. %s: Error: Lane#4 on Device 6810 is not Active.
  319. SERDES0 card detect:
  320. I2C set bus to MCU BUS failed
  321. I2C read failed, default PEX
  322. NONE
  323. SATA
  324. Initialize Turris board topology
  325. Init DB board SLM 1363 C topology
  326. Init DB board SLM 1363 D topology
  327. Init DB board SLM 1363 E topology
  328. Init DB board SLM 1363 F topology
  329. Init DB board default topology
  330. Init DB board SLM 1364 D topology
  331. Init DB board SLM 1364 E topology
  332. Init DB board SLM 1364 F topology
  333. Init DB-381 board SLM 1427 topology
  334. Init DB-381 board SLM 1426 topology
  335. Init DB-381 board default topology
  336. %s: TWSI Read of 'sgmiispeed' failed
  337. PCIe0 (mini PCIe)
  338. PCIe1 (mini PCIe)
  339. %s: TWSI Read of 'dbserdes1/2' failed
  340. %s: Error: invalid value for SatR field 'dbserdes1' (%x)
  341. _skipping Topology update (run 'SatR write default')
  342. %s: Error: invalid value for SatR field 'dbserdes2' (%x)
  343. _lane #%d Type conflicts with Lane #1 (Lane #%d disabled)
  344. _lane #%d Type conflicts with Lane #2 (Lane #%d disabled)
  345. %s: TWSI Read of 'gpserdes1/2' failed
  346. Lane 1 detection: %s
  347. Lane 2 detection: %s
  348. Detected custom SerDes topology (to restore default run 'SatR write default')
  349. Device 6810 supports only 2 SGMII interfaces: SGMII-2 @ lane3 disabled
  350. Device 6810 does not supports SerDes Lane #4: replaced topology entry with lane #5
  351. Device 6810/20 supports only 2 SATA interfaces: SATA Port 3 @ lane3 disabled
  352. Device 6820 supports only 2 SATA interfaces: SATA Port 2 @ lane4 disabled
  353. sys_env_update_device_toplogy: selected topology is not supported by this routine
  354. Initialize DB-AP board topology
  355. Initialize DB-AMC board topology
  356. USB3.0 Host Port 1
  357. Device 6810 supports only 2 GbE ports: SGMII-2 @ lane5 disabled (setting USB3.0 H1 instead)
  358. Lane 5 detection: %s
  359. Initialize DB-GP board topology
  360. %s: TWSI Read failed - Loading Default Topology
  361. Init RD NAS topology
  362. load_topology_rd NAS: TWSI Read failed
  363. Serdes Lane 4 is SGMII
  364. Serdes Lane 4 is USB3
  365. Init RD AP topology
  366. load_topology_rd AP: TWSI Read failed
  367. Init RD board
  368. load_topology_rd: TWSI Read failed
  369. Initialize DB-88F6821-BP board topology
  370. Initialize DB-88F6820-BP board topology
  371. poll_op_execute: TIMEOUT
  372. mv_seq_exec_ext:Error: SerDes lane %d is not valid
  373. %s: Error retrieving device ID (%x), using default ID = %x
  374. %s: Error: Wrong unit type (%u)
  375. Detected Device ID %s
  376. 6810
  377. 6820
  378. 6811
  379. 6828
  380. NONE
  381. 6920
  382. 6928
  383. hws_serdes_xaui_topology_verify
  384. update_topology_satr
  385. hws_serdes_pex_ref_clock_satr_get
  386. hws_serdes_get_ref_clock_val
  387. hws_update_serdes_phy_selectors
  388. hws_ref_clock_set
  389. hws_serdes_topology_verify
  390. hws_is_serdes_active
  391. hws_serdes_get_max_lane
  392. update_topology_sgmii_speed
  393. load_topology_db_gp
  394. sys_env_unit_max_num_get
  395. sys_env_model_get
  396. I2C set bus to EEPROM BUS failed
  397. I2C EEPROM missing magic!
  398. CRC of EEPROM memory config failed! calc=0x%04x saved=0x%04x
  399. WARNING: Memory config from ATSHA204 EEPROM read failed.
  400. Falling back to default 1GiB map.
  401. I2C EEPROM read failed!
  402. Memory config in EEPROM: 0x%02x
  403. I2C set bus to ATSHA BUS failed
  404. Board: Turris Omnia SN: %08X%08X
  405. Board: Turris Omnia (ver N/A). SN: N/A
  406. WARNING: MAC config from ATSHA204 OTP read failed.
  407. U-Boot
  408. SPL: Unsupported Boot Device!
  409. U-Boot SPL 2015.10-rc2 (Aug 18 2016 - 20:43:35)
  410. Error, wrong i2c adapter %d max %d possible
  411. i2c: mux disconnect error
  412. %s: wrong mux id: %d
  413. %s: could not set mux: id: %d chip: %x channel: %d
  414. Missing mvtwsi controller %d base
  415. twsi0
  416. %s: TSEN not ready
  417. A38x does not support interface 0x%x
  418. DDR3 silicon get target frequency - FAILED 0x%x
  419. DDR3 A38x silicon init - FAILED 0x%x
  420. -- dunit registers --
  421. 0x%x
  422. -- Phy registers --
  423. Un-KNOWN
  424. Title: I/F# , Tj, Calibration_n0, Calibration_p0, Calibration_n1, Calibration_p1, Calibration_n2, Calibration_p2,
  425. CS%d ,
  426. VWTx, VWRx, WL_tot, WL_ADLL, WL_PH, RL_Tot, RL_ADLL, RL_PH, RL_Smp, Cen_tx, Cen_rx, Vref, DQVref,
  427. PBSTx-Pad%d,
  428. PBSRx-Pad%d,
  429. Data: %d,%d,
  430. %d,%d,%d,%d,
  431. IF %d bus_cnt %d phy_reg_1_data 0x%x phy_reg_2_data 0x%x phy_reg_3_data 0x%x
  432. flag_id out of boundary %d
  433. ddr3_tip_set_atr Flag ID 0x%x value is set to 0x%x (was 0x%x)
  434. ddr3_tip_set_atr Flag ID 0x%x value is set to 0x%x
  435. ==============================
  436. Test type %d (0-tx, 1-rx)
  437. Final, CS %d,%s, Sweep, Result, Adll,
  438. I/F%d ,
  439. I/F%d-PHY%d ,
  440. Final,%s, Sweep, Result, %d ,
  441. %s, DQS, ADLL,,,
  442. Unknown Frequency
  443. ===VALIDATE WINDOW LOG START===
  444. DDR Frequency: %s ======
  445. ===VALIDATE WINDOW LOG END ===
  446. IF %d Status:
  447. Init Controller: %s
  448. Low freq Config: %s
  449. Load Pattern: %s
  450. Medium freq Config: %s
  451. WL: %s
  452. RL: %s
  453. WL Supp: %s
  454. PBS RX: %s
  455. PBS TX: %s
  456. Target freq Config: %s
  457. WL TF: %s
  458. RL TF: %s
  459. WL TF Supp: %s
  460. Centr RX: %s
  461. VREF_CALIBRATION: %s
  462. Centr TX: %s
  463. wrong mem size
  464. enabled
  465. disabled
  466. interface_mask: 0x%x
  467. Num Bus: %d
  468. bus_act_mask: 0x%x
  469. Interface ID: %d
  470. DDR Frequency: %s
  471. Speed_bin: %d
  472. Bus_width: %d
  473. Mem_size: %s
  474. CAS-WL: %d
  475. CAS-L: %d
  476. Temperature: %d
  477. Bus %d parameters- CS Mask: 0x%x
  478. Mirror: 0x%x
  479. DQS Swap is %s
  480. Ck Swap:%s
  481. A38xx
  482. A39XX
  483. Unknown Device
  484. === DDR setup START===
  485. Device ID: %s
  486. DDR3 CK delay: %d
  487. === DDR setup END===
  488. IF %d exp:
  489. _i_f %d rcv:
  490. (0x%8x
  491. FAILED
  492. PASS
  493. NOT COMPLETED
  494. 512 MB
  495. 1 GB
  496. 2 GB
  497. 4 GB
  498. 8 GB
  499. DDR_FREQ_LOW_FREQ
  500. 1066
  501. DDR_FREQ_360
  502. DDR_FREQ_1000
  503. DDR3 Post Run Alg - FAILED 0x%x
  504. DDR3 Pre silicon Config - FAILED 0x%x
  505. DDR3 init controller - FAILED 0x%x
  506. DDR3 Post Init - FAILED 0x%x
  507. DDR3 Pre Algo Config - FAILED 0x%x
  508. DDR3 run algorithm - FAILED 0x%x
  509. DDR3 Post Algo Config - FAILED 0x%x
  510. *** Error: ddr3_get_static_ddr_mode: No match for requested DDR mode. ***
  511. Error: Wrong device size of Cs:
  512. Error: Wrong Memory size of Cs:
  513. %s Training Sequence - 2nd boot - Skip
  514. DDR3
  515. %s Training Sequence topology load - FAILED
  516. %s Training Sequence - FAILED
  517. %s Training Sequence - Switching XBAR Window to FastPath Window
  518. ddr3_fast_path_dynamic_cs_size_config FAILED
  519. %s Training Sequence - Ended Successfully
  520. DDR3 Training Sequence - Ver TIP-1.29.
  521. max poll IF #%d
  522. tip_get_freq_config_info_func is NULL
  523. Freq_set: DDR3 poll failed(1)
  524. board IF_Mask=0x%x num_of_bus_per_interface=0x%x
  525. speed_bin_index =%d freq=%d cl=%d cwl=%d
  526. write_mrs_cmd: Poll cmd fail
  527. dev %d access %d IF %d freq %d
  528. Freq_set dev 0x%x access 0x%x if 0x%x freq 0x%x speed %d:
  529. Freq_set: DDR3 poll failed on SR entry
  530. Freq_set: DDR3 poll failed(1)
  531. Freq_set: DDR3 poll failed(2)
  532. Freq_set: DDR3 poll failed(3)
  533. polling failed IF %d
  534. Init_controller, do_mrs_phy=%d, is_ctrl64_bit=%d
  535. active IF %d
  536. memy_size %d speed_bin_ind %d freq %d t_refi %d
  537. Init_controller IF %d cs_mask %d
  538. cl_value 0x%x cwl_val 0x%x
  539. CS number is different per bus (IF %d BUS %d cs_num %d curr_cs_num %d)
  540. WARNING:Wrong configuration for pup #%d CS mask and CS mirroring for all pups should be the same
  541. with adll calib before init
  542. Dump before init controller
  543. INIT_CONTROLLER_MASK_BIT
  544. hws_ddr3_tip_init_controller failure
  545. SET_LOW_FREQ_MASK_BIT %d
  546. ddr3_tip_freq_set failure
  547. LOAD_PATTERN_MASK_BIT #%d
  548. ddr3_tip_load_all_pattern_to_mem failure CS #%d
  549. SET_MEDIUM_FREQ_MASK_BIT %d
  550. WRITE_LEVELING_MASK_BIT
  551. ddr3_tip_dynamic_write_leveling failure
  552. LOAD_PATTERN_2_MASK_BIT CS #%d
  553. READ_LEVELING_MASK_BIT
  554. ddr3_tip_dynamic_read_leveling failure
  555. WRITE_LEVELING_SUPP_MASK_BIT
  556. ddr3_tip_dynamic_write_leveling_supp failure
  557. PBS_RX_MASK_BIT CS #%d
  558. ddr3_tip_pbs_rx failure CS #%d
  559. PBS_TX_MASK_BIT CS #%d
  560. ddr3_tip_pbs_tx failure CS #%d
  561. SET_TARGET_FREQ_MASK_BIT %d
  562. WRITE_LEVELING_TF_MASK_BIT
  563. ddr3_tip_dynamic_write_leveling TF failure
  564. LOAD_PATTERN_HIGH
  565. ddr3_tip_load_all_pattern_to_mem failure
  566. READ_LEVELING_TF_MASK_BIT
  567. ddr3_tip_dynamic_read_leveling TF failure
  568. DM_PBS_TX_MASK_BIT
  569. VREF
  570. VREF Dump
  571. ddr3_tip_vref failure
  572. CENTRALIZATION_RX_MASK_BIT CS #%d
  573. ddr3_tip_centralization_rx failure CS #%d
  574. WRITE_LEVELING_SUPP_TF_MASK_BIT CS #%d
  575. ddr3_tip_dynamic_write_leveling_supp TF failure CS #%d
  576. CENTRALIZATION_TX_MASK_BIT CS #%d
  577. ddr3_tip_centralization_tx failure CS #%d
  578. restore registers to default
  579. Auto Tune failed for IF %d
  580. Run_alg: tuning failed %d
  581. Error: Wrong device size of Cs: %d
  582. Error: Wrong Memory size of Cs: %d
  583. Bist poll failure 2
  584. ddr3_tip_bist_read_result if_id %d
  585. ddr3_tip_bist_activate failed (0x%x)
  586. ddr3_tip_bist_read_result failed
  587. interface | error_cnt | fail_low | fail_high | fail_addr
  588. %d | 0x%08x | 0x%08x | 0x%08x | 0x%08x
  589. %s pat %d IF %d pup %d Regs: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x
  590. cs %x patern %d IF %d pup %d cur_start_win %d cur_end_win %d current_window %d
  591. Pup locked, pat %d IF %d pup %d
  592. fail Lock, pat %d IF %d pup %d
  593. continue to next pup %d %d
  594. fail, IF %d pup %d bit %d fail #1
  595. fail, IF %d pup %d bit %d fail #2
  596. pat %d IF %d pup %d opt_win %d final_win %d waste_win %d st_win_skew %d end_win_skew %d cur_st_win_max %d cur_end_win_min %d bus_st_win %d bus_end_win %d
  597. win valid, pat %d IF %d pup %d
  598. fail win, pat %d IF %d pup %d bus_st_win %d bus_end_win %d
  599. Tx special pattern
  600. SSW - TBD IF %d pup %d
  601. SEW - TBD IF %d pup %d
  602. fail, IF %d pup %d
  603. bus_id %d Res= %d
  604. Special: pat %d IF %d pup %d Regs: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x
  605. Special: Pup lock fail, pat %d IF %d pup %d
  606. Special: PBS:: I/F# %d , Bus# %d fix align to the Left
  607. Special: PBS:: I/F# %d , Bus# %d fix align to the right
  608. Special: Winsize I/F# %d , Bus# %d is %d
  609. Centralization Results
  610. I/F0 Result[0 - success 1-fail 2 - state_2 3 - state_3] ...
  611. %d ,
  612. VREF config, IF[ %d ]pup[ %d ] - Vref tune not requered (%d)
  613. VREF config, IF[ %d ]pup[ %d ] - Vref = %X (%d)
  614. current_valid_window: IF[ %d ] -
  615. I/F[ %d ], pup[ %d ] STATE #%d (%d)
  616. I/F[ %d ], pup[ %d ] CHECK progress - Current %d Last %d, limit VREF %d (%d)
  617. I/F[ %d ], pup[ %d ] VREF_CONVERGE - Vref = %X (%d)
  618. FINAL values: I/F[ %d ], pup[ %d ] - Vref = %X (%d)
  619. ERROR: One of ck_delay values not initialized!!!
  620. ck_num_adll_tap %d ca_num_adll_tap %d adll_tap %d
  621. lock failed for bit %d
  622. i %d ar_result[i] 0x%x tap_val %d max_val %d min_val %d Edge_result %d
  623. Bist Activate: poll failure 2
  624. pup_num %d not valid
  625. if_id %d not valid
  626. error param 4
  627. Read_from_d_b %d cs_type %d oper %d result_type %d direction %d search %d pup_num %d if_id %d pup_access_type %d
  628. ddr3_tip_read_training_result load_res = NULL
  629. if_id %d start_pup %d end_pup %d pup_cnt %d
  630. start_reg %d end_reg %d interface %p
  631. interface_train_res is NULL
  632. reg_offset %d value 0x%x addr %p
  633. *load_res %p
  634. train_status is NULL
  635. wrong parameter train_cs_type %d edge_comp %d pattern %d direction %d search_dir %d control_element %d result_type %d pup_num %d pup_access_type %d if_id %d access_type %d
  636. dev_num %d, access_type %d, if_id %d, pup_access_type %d,pup_num %d, result_type %d, control_element %d search_dir_id %d, direction %d, interface_mask %d,init_value_used %d, num_iter %d, pattern %d, edge_comp_used %d, train_cs_type %d, cs_num %d
  637. wrapper if_id %d pup_id %d bit %d l2h 0x%x (e1 0x%x) h2l 0x%x (e2 0x%x)
  638. search_state %d if_id %d pup_id %d 0x%x
  639. search_state %d if_id %d pup_id %d 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x
  640. XSB-compt: IF %d bus_id %d 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x
  641. XSB-compt: IF %d bus_id %d num_of_succ_byte_compare %d - Success
  642. XSB-compt: IF %d bus_id %d num_of_succ_byte_compare %d - Fail !
  643. XSB-compt: expected 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x
  644. XSB-compt: recieved 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x
  645. Supp: 1 error clock for if %d pup %d with ofsset %d success
  646. One_clk_err_shift
  647. One_clk_err_shift: IF %d bus_id %d phase %d adll %d
  648. Supp: align error for if %d pup %d with ofsset %d success
  649. Wl_supp_align_err_shift: IF %d bus_id %d phase %d adll %d
  650. Wl_supp_align_err_shift: unexpected phase
  651. RL: DDR3 poll failed(1) IF %d
  652. _read Leveling failed for IF %d
  653. Training Done Failed
  654. Training Result Failed
  655. ODPG disable failed
  656. _r_l: DDR3 poll failed(2) for bus %d
  657. RL exit read leveling
  658. polling failed for Old WL result
  659. polling failed for Old RL result
  660. _r_l: DDR3 poll failed(2) for bus %d bit %d
  661. WL: DDR3 poll failed(3)
  662. WL: DDR3 poll (4) failed (Data: 0x%x)
  663. WL: IF %d BUS %d reg 0x%x
  664. WL: IF %d BUS %d failed, reg 0x%x
  665. WL Supp: adll_offset=0 data delay = %d
  666. WL Supp: IF %d bus_id %d adll_offset=0 Success !
  667. WL Supp: adll_offset= %d data delay = %d
  668. WL Supp: IF %d bus_id %d adll_offset= %d Success !
  669. WL Supp: IF %d bus_id %d Failed !
  670. WL Supp: IF %d bus_id %d is_pup_fail %d
  671. WL Supp: IF %d failed
  672. I/F0 PUP0 Result[0 - success, 1-fail] ...
  673. I/F0 PUP0 Stage[0-phase_shift, 1-clock_shift, 2-align_shift] ...
  674. CS%d, %s ,PBS
  675. %s, DQ
  676. %d ,PBS,,,
  677. -- Fail Training IP
  678. -- FAIL EBA %d %d %d %d
  679. ADLL shift results:
  680. -- EEBA Fail
  681. -- EEBA Fail Training IP
  682. -- FAIL EEBA
  683. FP I/F %d, ADLL Shift for EBA: pup[%d] Lock status = %d Lock Val = %d,%d
  684. Update ADLL Shift of all pups:
  685. FP I/F %d, Pup[%d] = %d
  686. Per Bit Skew search, FP I/F %d, bit:%d, pup:%d res0 0x%x
  687. --EBA PBS Fail - Training IP machine
  688. ##########ADLL shift for SBA###########
  689. SBA Fail
  690. adll_shift_lock[%x][%x] = %x
  691. Per Bit Skew search, PF I/F %d, bit:%d, pup:%d res0 0x%x
  692. PBS failed for IF #%d
  693. The abs min_pbs[%d][%d] = %d
  694. Final Results: if_id %d, pup %d, Pup State: %d
  695. dq_map_table not initialized
  696. result_mat: %d
  697. , PBS tap=%d [psec] ==> skew observed = %d
  698. DDR3 Training Sequence - Start scrubbing
  699. DDR3 Training Sequence - End scrubbing
  700. Cannot find console
  701. SPI probe failed.
  702. SF: Failed to set up slave
  703. SF: Failed to get idcodes
  704. SF: Need set QEB func for %02x flash
  705. SF: Warning - Only lower 16MiB accessible,
  706. Full access #define CONFIG_SPI_FLASH_BAR
  707. SF: Unsupported flash IDs:
  708. manuf %02x, jedec %04x, ext_jedec %04x
  709. MX25L2006E
  710. MX25L4005
  711. MX25L8005
  712. MX25L1605D
  713. MX25L3205D
  714. MX25L6405D
  715. MX25L12805
  716. MX25L25635F
  717. MX25L51235F
  718. MX25L12855E
  719. S25FL008A
  720. S25FL016A
  721. S25FL032A
  722. S25FL064A
  723. S25FL116K
  724. S25FL164K
  725. S25FL128P_256K
  726. S25FL128P_64K
  727. S25FL032P
  728. S25FL064P
  729. S25FL128S_256K
  730. S25FL128S_64K
  731. S25FL256S_256K
  732. S25FL256S_64K
  733. S25FL512S_256K
  734. S25FL512S_64K
  735. S25FL512S_512K
  736. spi: invalid wordlen %d
  737. *** spi_xfer: Time out during SPI transfer
  738. %02X
  739. %s: ATSHA204 device failed to wake: 0x%x
  740. Found ATSHA204 at addr 0x%x
  741. ATSHA204 data_locked=%d config_locked=%d
  742. i2c_mux_set
  743. ddr3_ctrl_get_junc_temp
  744. himport_r: can't insert "%s=%s" into hash table
  745. WARNING: '%s' neither in running nor in imported env!
  746. WARNING: '%s' not in imported env, deleting it!
  747. %s, Build: %s
  748. jenkins-omnia-master-23
  749. %llu Hz%s
  750. .%ld
  751. %cHz%s
  752. %llu Bytes%s
  753. %ciB%s
  754. %08lx:
  755. %0*x
  756. %s
  757. ### ERROR ### Please RESET the board ###
  758. RE is too long (code overflow)
  759. RE is too long (data overflow)
  760. unknown cmd (%d) at %d
  761. Jump offset is too big
  762. No closing ']' bracket
  763. No closing bracket
  764. Unbalanced brackets
  765. |.^$*+?()[\
  766. %02x
  767. <NULL>
  768. %s:%u: %s: Assertion `%s' failed.
  769. %*llu
  770. %.*s
  771. (((((
  772. AAAAAA
  773. BBBBBB
  774. 0123456789abcdef
  775. 0123456789ABCDEF
  776. PCA9547A
  777. PCA9547A
  778. PCA9547A
  779. PCA9547A
  780. PCA9547A
  781. PCA9547A
  782. PCA9547A
  783. """"3333DDDDUUUUffffwwww
  784. eserial0
  785. U-Boot 2015.10-rc2 for db-88f682
  786. ""
  787. USBCUSBS
  788. PARTEFI
  789. :C=C
  790. *A=C
  791. :U=C
  792. n;^
  793. Qkkbal
  794. i]Wb
  795. 9a&g
  796. MGiI
  797. wn>Jj
  798. #.zf
  799. +o*7
  800. B c0
  801. s2R"
  802. b$C4
  803. S6r&
  804. >2.Q
  805. P%@Fpg`
  806. RwbVr
  807. ftGd$T
  808. Wfvv
  809. F4VL
  810. DXeH
  811. uJTZ7j
  812. ld\EL
  813. n6~UNt^
  814. fdt_fixup_memory_banks
  815. __of_translate_address
  816. miiphy_register
  817. eth_get_dev_by_name
  818. print_part_efi
  819. get_partition_info_efi
  820. set_default_env
  821. env_import
  822. env_export
  823. ext4fs_devread
  824. i2c_mux_set
  825. v7_dcache_inval_range
  826. is_gpt_valid
  827. v7_outer_cache_inval_range
  828. alloc_read_gpt_entries
  829. is_pte_valid
  830. m88e1111s_config
  831. do_env_export
  832. sdhci_reset
  833. do_env_import
  834. sdhci_transfer_data
  835. sdhci_send_command
  836. sdhci_set_clock
  837. sdhci_init
  838. add_sdhci
  839. do_bootvx_fdt
  840. ahci_port_start
  841. ata_scsiop_inquiry
  842. mvneta_setup_rxqs
  843. fdt_find_or_add_subnode
  844. mvneta_setup_txqs
  845. ahci_init
  846. device_remove
  847. device_probe_child
  848. dev_get_platdata
  849. dev_get_parent_platdata
  850. dev_get_uclass_platdata
  851. dev_get_priv
  852. dev_get_uclass_priv
  853. dev_get_parentdata
  854. usb_get_configuration_no
  855. _ehci_create_int_queue
  856. (((((
  857. AAAAAA
  858. BBBBBB
  859. bootcmd=i2c dev 1; i2c read 0x2a 0x9 1 0x00FFFFF0; setexpr.b rescue *0x00FFFFF0; if test $rescue -ge 1; then echo BOOT RESCUE; run rescueboot; else echo BOOT eMMC FS; run mmcboot; fi
  860. bootdelay=3
  861. baudrate=115200
  862. preboot=
  863. fdt_high=0x10000000
  864. initrd_high=0x10000000
  865. ethact=neta2
  866. mmcboot=setenv bootargs "$bootargs cfg80211.freg=$regdomain"; btrload mmc 0 0x01000000 boot/zImage @; btrload mmc 0 0x02000000 boot/dtb @; bootz 0x01000000 - 0x02000000
  867. rescueboot=i2c mw 0x2a.1 0x3 0x1c 1; i2c mw 0x2a.1 0x4 0x1c 1; mw.l 0x01000000 0x00ff000c; i2c write 0x01000000 0x2a.1 0x5 4 -s; setenv bootargs "$bootargs omniarescue=$rescue"; sf probe; sf read 0x1000000 0x100000 0x700000; bootz 0x1000000
  868. bootargs=earlyprintk console=ttyS0,115200 rootfstype=btrfs rootdelay=2 root=b301 rootflags=subvol=@,commit=5 rw
  869. 0123456789ABCDEFaroc
  870. sdxbim
  871. [0123456789abcdef
  872. EPTGMK
  873. ERROR: %s - start address is not aligned - 0x%08x
  874. ERROR: %s - stop address is not aligned - 0x%08x
  875. (fake run for tracing)
  876. machid
  877. Using machid 0x%lx from environment
  878. Starting kernel ...%s
  879. bootargs
  880. FDT creation failed! hanging...
  881. Bad Linux ARM zImage magic!
  882. Kernel image @ %#08lx [ %#08lx - %#08lx ]
  883. /memory
  884. ## WARNING: fixup memory failed!
  885. Resetting CPU ...
  886. reloc pc : [<%08lx>] lr : [<%08lx>]
  887. sp : %08lx ip : %08lx fp : %08lx
  888. r10: %08lx r9 : %08lx r8 : %08lx
  889. r7 : %08lx r6 : %08lx r5 : %08lx r4 : %08lx
  890. r3 : %08lx r2 : %08lx r1 : %08lx r0 : %08lx
  891. Flags: %c%c%c%c
  892. IRQs %s FIQs %s Mode %s%s
  893. undefined instruction
  894. software interrupt
  895. prefetch abort
  896. data abort
  897. not used
  898. fast interrupt request
  899. USER_26
  900. FIQ_26
  901. IRQ_26
  902. SVC_26
  903. UK4_26
  904. UK5_26
  905. UK6_26
  906. UK7_26
  907. UK8_26
  908. UK9_26
  909. UK10_26
  910. UK11_26
  911. UK12_26
  912. UK13_26
  913. UK14_26
  914. UK15_26
  915. USER_32
  916. FIQ_32
  917. IRQ_32
  918. SVC_32
  919. UK4_32
  920. UK5_32
  921. UK6_32
  922. ABT_32
  923. UK8_32
  924. UK9_32
  925. HYP_32
  926. UND_32
  927. UK12_32
  928. UK13_32
  929. UK14_32
  930. SYS_32
  931. resetting ...
  932. WARNING: Caches not enabled
  933. SoC:
  934. MV78460-
  935. MV88F6810-
  936. MV88F6820-
  937. MV88F6828-
  938. Unknown-
  939. ?? (%x)
  940. MVEBU SATA INIT
  941. enabled)
  942. (ECC
  943. (ECC not
  944. DDR3 Training Sequence - Start scrubbing
  945. DDR3 Training Sequence - End scrubbing
  946. Cannot add window '%x:%x', conflicts with another window
  947. Cannot add window '%04x:%04x', conflicts with another window
  948. I2C set bus to EEPROM BUS failed
  949. I2C EEPROM missing magic!
  950. CRC of EEPROM memory config failed! calc=0x%04x saved=0x%04x
  951. I2C EEPROM read failed!
  952. EEPROM regdomain read failed.
  953. Regdomain set to %s
  954. regdomain
  955. Memory config in EEPROM: 0x%02x
  956. WARNING: Memory config from ATSHA204 EEPROM read failed.
  957. Falling back to default 1GiB map.
  958. Enabling Armada 385 watchdog.
  959. Disabling MCU startup watchdog.
  960. I2C set MCU bus failed! Can not disable MCU WDT.
  961. I2C MCU watchdog failed to disable!
  962. I2C set bus to ATSHA BUS failed
  963. Board: Turris Omnia SN: %08X%08X
  964. Board: Turris Omnia (ver N/A). SN: N/A
  965. WARNING: MAC config from ATSHA204 OTP read failed.
  966. preboot
  967. %s for %08lx ... %08lx ==>
  968. CRC32 for %08lx ... %08lx ==> %08lx
  969. crc32
  970. syntax error
  971. ERROR : memory not allocated
  972. %s=%s
  973. ** Abort
  974. ## Error: "%s" not defined
  975. *?[\
  976. ERROR: There is a global environment variable with the same name.
  977. %s: readonly variable
  978. %s=%s
  979. HUSH_NO_EVAL
  980. Unknown command '%s' - try 'help' or use 'run' command
  981. \$'"
  982. ;&|#
  983. ;$&|
  984. exit not allowed from main input shell.
  985. <INTERRUPT>
  986. HUSH_VERSION
  987. 0.01
  988. showvar
  989. print local hushshell variables
  990. - print values of all hushshell variables
  991. showvar name ...
  992. - print value of hushshell variable 'name'
  993. then
  994. elif
  995. else
  996. while
  997. until
  998. done
  999. bootdelay
  1000. bootcmd
  1001. kernel-offset
  1002. kernaddr
  1003. rootdisk-offset
  1004. rootaddr
  1005. Hit any key to stop autoboot: %2d
  1006. %2d
  1007. DRAM:
  1008. Watchdog enabled
  1009. SPI:
  1010. I2C:
  1011. baudrate
  1012. Net:
  1013. SCSI:
  1014. load-environment
  1015. loadaddr
  1016. MMC:
  1017. model
  1018. Model: %s
  1019. ## Starting application at 0x%08lX ...
  1020. ## Application terminated, rc = 0x%lX
  1021. reset
  1022. Perform RESET of the CPU
  1023. start application at address 'addr'
  1024. addr [arg ...]
  1025. - start application at address 'addr'
  1026. passing 'arg' as arguments
  1027. Trying to execute a command out of order
  1028. ## Checking Image at %08lx ...
  1029. Legacy image found
  1030. Bad Magic Number
  1031. Bad Header Checksum
  1032. Verifying Checksum ...
  1033. Bad Data CRC
  1034. Unknown image format!
  1035. autostart
  1036. Automatic boot of image at addr 0x%08lX ...
  1037. Your platform's zImage format isn't supported yet!
  1038. bootz
  1039. boot Linux zImage image from memory
  1040. iminfo
  1041. print header information for application image
  1042. addr [addr ...]
  1043. - print header information for application image starting at
  1044. address 'addr' in memory; this includes verification of the
  1045. image contents (magic number, header and payload checksums)
  1046. bootd
  1047. boot default, i.e., run 'bootcmd'
  1048. bootm
  1049. boot application image from memory
  1050. loados
  1051. ramdisk
  1052. cmdline
  1053. prep
  1054. fake
  1055. Ramdisk image is corrupt or invalid
  1056. Could not find a valid device tree
  1057. Loading
  1058. %s %s ...
  1059. Uncompressing %s ...
  1060. Unimplemented compression type %d
  1061. Image too large: increase CONFIG_SYS_BOOTM_LEN
  1062. %s: uncompress error %d
  1063. Must RESET board to recover
  1064. verify
  1065. ## Booting kernel from Legacy Image at %08lx ...
  1066. Unsupported Architecture 0x%x
  1067. Wrong Image Type for %s command
  1068. Wrong Image Format for %s command
  1069. ERROR: can't get kernel image!
  1070. ERROR: unknown image format type!
  1071. Could not find a valid setup.bin for x86
  1072. Could not find kernel entry point!
  1073. WARNING: legacy format multi component image overwritten
  1074. ERROR: new format image overwritten - must RESET the board to recover
  1075. initrd_start
  1076. initrd_end
  1077. ERROR: booting os '%s' (%d) is not supported
  1078. subcommand not supported
  1079. ## Transferring control to RTEMS (at address %08lx) ...
  1080. confaddr
  1081. ## Transferring control to Plan 9 (at address %08lx) ...
  1082. filesize
  1083. ## Transferring control to NetBSD stage-2 loader (at address %08lx) ...
  1084. /chosen
  1085. ## ERROR: %s : %s
  1086. ## Starting vxWorks at 0x%08lx, device tree at 0x%08lx ...
  1087. ## vxWorks terminated
  1088. alias for 'help'
  1089. help
  1090. print command description/usage
  1091. - print brief description of all commands
  1092. help command ...
  1093. - print detailed usage of 'command'
  1094. arm-openwrt-linux-muslgnueabi-gcc (OpenWrt/Linaro GCC 4.8-2014.04 r49274) 4.8.3
  1095. GNU ld (GNU Binutils) 2.24.0
  1096. print monitor, compiler and linker version
  1097. ^%s$
  1098. Error compiling regex: %s
  1099. \.callbacks:callbacks,\.flags:flags,baudrate:baudrate,bootfile:bootfile,ipaddr:ipaddr,gatewayip:gatewayip,netmask:netmask,serverip:serverip,nvlan:nvlan,vlan:vlan,eth\d?addr:ethaddr,loadaddr:loadaddr,stdin:console,stdout:console,stderr:console,
  1100. .callbacks
  1101. eth\d?addr:ma,ipaddr:i,gatewayip:i,netmask:i,serverip:i,nvlan:i,vlan:i,dnsip:i,
  1102. ## Warning: Unknown environment variable type '%c'
  1103. ## Warning: Unknown environment variable access method '%c'
  1104. .flags
  1105. ## Error: flags type check failure for "%s" <= "%s" (type: %c)
  1106. ## Error: Can't delete "%s"
  1107. ## Error: Can't overwrite "%s"
  1108. oldval: %s defval: %s
  1109. ## Error: Can't create "%s"
  1110. !spi_flash_probe() failed
  1111. Erasing SPI flash...
  1112. Writing to SPI flash...
  1113. !spi_flash_read() failed
  1114. SPI Flash
  1115. Bad magic number
  1116. Bad header crc
  1117. Bad data crc
  1118. Bad image type
  1119. Empty Script
  1120. Wrong image format for "source" command
  1121. ## Executing script at %08lx
  1122. source
  1123. run script from memory
  1124. %-12s= 0x%08lX
  1125. (not set)
  1126. arch_number
  1127. boot_params
  1128. DRAM bank
  1129. -> start
  1130. -> size
  1131. eth%dname = %s
  1132. eth%iaddr
  1133. %-12s= %s
  1134. current eth = %s
  1135. ipaddr
  1136. ip_addr = %s
  1137. baudrate = %u bps
  1138. TLB addr
  1139. relocaddr
  1140. reloc off
  1141. irq_sp
  1142. sp start
  1143. bdinfo
  1144. print Board Info structure
  1145. btrls
  1146. list files in a directory (default /)
  1147. <interface> [<dev[:part]>] [directory] [subvol_name]
  1148. - list files from 'dev' on 'interface' in a 'directory'
  1149. subvol_name is used read that file from this subvolume.
  1150. btrload
  1151. load binary file from a btr filesystem
  1152. <interface> [<dev[:part]>] <addr> <filename> [subvol_name]
  1153. - Load binary file 'filename' from 'dev' on 'interface'
  1154. to address 'addr' from better filesystem.
  1155. the load stops on end of file.
  1156. subvol_name is used read that file from this subvolume.
  1157. All numeric parameters are assumed to be hex.
  1158. flush
  1159. No arch specific invalidate_icache_all available!
  1160. Instruction Cache is %s
  1161. No arch specific flush_dcache_all available!
  1162. Data (writethrough) Cache is %s
  1163. dcache
  1164. enable or disable data cache
  1165. [on, off, flush]
  1166. - enable, disable, or flush data (writethrough) cache
  1167. icache
  1168. enable or disable instruction cache
  1169. [on, off, flush]
  1170. - enable, disable, or flush instruction cache
  1171. List of available devices:
  1172. %-8s %08x %c%c%c
  1173. coninfo
  1174. print console devices and information
  1175. echo args to console
  1176. [args..]
  1177. - echo args to console; \c suppresses newline
  1178. exit
  1179. exit script
  1180. ext4load
  1181. load binary file from a Ext4 filesystem
  1182. <interface> [<dev[:part]> [addr [filename [bytes [pos]]]]]
  1183. - load binary file 'filename' from 'dev' on 'interface'
  1184. to address 'addr' from ext4 filesystem
  1185. ext4ls
  1186. <interface> <dev[:part]> [directory]
  1187. - list files from 'dev' on 'interface' in a 'directory'
  1188. ext4size
  1189. determine a file's size
  1190. <interface> <dev[:part]> <filename>
  1191. - Find file 'filename' from 'dev' on 'interface'
  1192. and determine its size.
  1193. ext2load
  1194. load binary file from a Ext2 filesystem
  1195. <interface> [<dev[:part]> [addr [filename [bytes [pos]]]]]
  1196. - load binary file 'filename' from 'dev' on 'interface'
  1197. to address 'addr' from ext2 filesystem.
  1198. ext2ls
  1199. usage: fatinfo <interface> [<dev[:part]>]
  1200. ** Unable to use %s %d:%d for fatinfo **
  1201. fatinfo
  1202. print information about filesystem
  1203. <interface> [<dev[:part]>]
  1204. - print information about filesystem from 'dev' on 'interface'
  1205. fatls
  1206. <interface> [<dev[:part]>] [directory]
  1207. - list files from 'dev' on 'interface' in a 'directory'
  1208. fatload
  1209. load binary file from a dos filesystem
  1210. <interface> [<dev[:part]> [<addr> [<filename> [bytes [pos]]]]]
  1211. - Load binary file 'filename' from 'dev' on 'interface'
  1212. to address 'addr' from dos filesystem.
  1213. 'pos' gives the file position to start loading from.
  1214. If 'pos' is omitted, 0 is used. 'pos' requires 'bytes'.
  1215. 'bytes' gives the size to load. If 'bytes' is 0 or omitted,
  1216. the load stops on end of file.
  1217. If either 'pos' or 'bytes' are not aligned to
  1218. ARCH_DMA_MINALIGN then a misaligned buffer warning will
  1219. be printed and performance will suffer for the load.
  1220. fatsize
  1221. The address of the fdt is invalid (NULL).
  1222. libfdt fdt_check_header(): %s
  1223. - too old, fdt %d < %d
  1224. - too new, fdt %d > %d
  1225. ", "
  1226. * 0x%p [0x%08x]
  1227. 0x%08x%s
  1228. %02x%s
  1229. fdtaddr
  1230. /* NULL pointer error */
  1231. The address of the fdt is %#08lx
  1232. New length %d < existing length %d, ignoring.
  1233. libfdt fdt_open_into(): %s
  1234. No FDT memory address configured. Please configure
  1235. the FDT address via "fdt addr <address>" command.
  1236. Aborting!
  1237. New length 0x%X < existing length 0x%X, aborting.
  1238. libfdt fdt_path_offset() returned %s
  1239. libfdt fdt_add_subnode(): %s
  1240. Sorry, I could not convert "%s"
  1241. Unexpected character '%c'
  1242. libfdt fdt_setprop(): %s
  1243. libfdt node not found
  1244. 0x%08X
  1245. error: unprintable value
  1246. 0x%p
  1247. libfdt fdt_getprop(): %s
  1248. %s%s {
  1249. Nested too deep, aborting.
  1250. %s};
  1251. %s%s;
  1252. %s%s =
  1253. %s/* NOP */
  1254. Unknown tag 0x%08X
  1255. libfdt fdt_delprop(): %s
  1256. libfdt fdt_del_node(): %s
  1257. magic: 0x%x
  1258. totalsize: 0x%x (%d)
  1259. off_dt_struct: 0x%x
  1260. off_dt_strings: 0x%x
  1261. off_mem_rsvmap: 0x%x
  1262. version: %d
  1263. last_comp_version: %d
  1264. boot_cpuid_phys: 0x%x
  1265. size_dt_strings: 0x%x
  1266. size_dt_struct: 0x%x
  1267. number mem_rsv: 0x%x
  1268. index start size
  1269. ------------------------------------------------
  1270. libfdt fdt_get_mem_rsv(): %s
  1271. %x %08x%08x %08x%08x
  1272. libfdt fdt_add_mem_rsv(): %s
  1273. libfdt fdt_del_mem_rsv(): %s
  1274. flattened device tree utility commands
  1275. #size-cells
  1276. %s: %s: %s
  1277. fdt_root: %s
  1278. serial#
  1279. serial-number
  1280. WARNING: could not set serial-number %s.
  1281. fdt_initrd: %s
  1282. linux,initrd-start
  1283. WARNING: could not set linux,initrd-start %s.
  1284. linux,initrd-end
  1285. WARNING: could not set linux,initrd-end %s.
  1286. fdt_chosen: %s
  1287. WARNING: could not set bootargs %s.
  1288. Unable to update property %s:%s, err=%s
  1289. %s: num banks %d exceeds hardcoded limit %d. Recompile with higher MEMORY_BANKS_MAX?
  1290. device_type
  1291. WARNING: could not set %s %s.
  1292. /aliases
  1293. usbethaddr
  1294. ethernet%d
  1295. eth%daddr
  1296. local-mac-address
  1297. #address-cells
  1298. dma-ranges
  1299. %s: Bad cell count for %s
  1300. linux,phandle
  1301. Can't set phandle %u: %s
  1302. okay
  1303. disabled
  1304. fail
  1305. fail-%d
  1306. Invalid fdt status: %x
  1307. Warning: device tree alias '%s' points to invalid node %s.
  1308. Warning: device tree node '%s' has no address.
  1309. Warning: U-Boot configured device %s at address %llx,
  1310. but the device tree has it address %llx.
  1311. framebuffer@%llx
  1312. width
  1313. height
  1314. stride
  1315. format
  1316. display-timings
  1317. native-mode
  1318. default
  1319. fstype
  1320. Look up a filesystem type
  1321. <interface> <dev>:<part>
  1322. - print filesystem type
  1323. fstype <interface> <dev>:<part> <varname>
  1324. - set environment variable to filesystem type
  1325. <interface> [<dev[:part]> [directory]]
  1326. - List files in directory 'directory' of partition 'part' on
  1327. device type 'interface' instance 'dev'.
  1328. save
  1329. save file to a filesystem
  1330. <interface> <dev[:part]> <addr> <filename> bytes [pos]
  1331. - Save binary file 'filename' to partition 'part' on device
  1332. type 'interface' instance 'dev' from addr 'addr' in memory.
  1333. 'bytes' gives the size to save in bytes and is mandatory.
  1334. 'pos' gives the file byte position to start writing to.
  1335. If 'pos' is 0 or omitted, the file is written from the start.
  1336. load binary file from a filesystem
  1337. <interface> [<dev[:part]> [<addr> [<filename> [bytes [pos]]]]]
  1338. - Load binary file 'filename' from partition 'part' on device
  1339. type 'interface' instance 'dev' to address 'addr' in memory.
  1340. 'bytes' gives the size to load in bytes.
  1341. If 'bytes' is 0 or omitted, the file is read until the end.
  1342. 'pos' gives the file byte position to start reading from.
  1343. If 'pos' is 0 or omitted, the file is read from the start.
  1344. Valid chip addresses:
  1345. %02X
  1346. Current bus is %d
  1347. Invalid bus %d
  1348. Setting bus to %d
  1349. Failure changing bus number (%d)
  1350. Current bus speed=%d
  1351. Setting bus speed to %d Hz
  1352. Failure changing bus speed (%d)
  1353. Bus %d: %s
  1354. ->%s@0x%2x:%d
  1355. CRC32 for %08lx ... %08lx ==>
  1356. Error %s the chip: %d
  1357. reading
  1358. writing
  1359. %04x:
  1360. %02x
  1361. %08lx:
  1362. %02lx
  1363. %04lx
  1364. I2C sub-system
  1365. loop
  1366. probe
  1367. read
  1368. write
  1369. Unknown operator '%s'
  1370. Invalid data width specifier
  1371. itest
  1372. return true/false on integer compare
  1373. [.b, .w, .l, .s] [*]value1 <op> [*]value2
  1374. ## Total Size = 0x%08x = %d Bytes
  1375. ## First Load Addr = 0x%08lX
  1376. ## Last Load Addr = 0x%08lX
  1377. ## Total Size = 0x%08lX = %ld Bytes
  1378. loads_echo
  1379. ## Ready for S-Record download ...
  1380. ## S-Record download aborted
  1381. ## Start Addr = 0x%08lX
  1382. ## Switch baudrate to %d bps and press ENTER ...
  1383. loady
  1384. ## Ready for binary (ymodem) download to 0x%08lX at %d bps...
  1385. loadx
  1386. ## Ready for binary (xmodem) download to 0x%08lX at %d bps...
  1387. ## Ready for binary (kermit) download to 0x%08lX at %d bps...
  1388. ## Binary (kermit) download aborted
  1389. ## Switch baudrate to %d bps and press ESC ...
  1390. load binary file over serial line (ymodem mode)
  1391. [ off ] [ baud ]
  1392. - load binary file over serial line with offset 'off' and baudrate 'baud'
  1393. load binary file over serial line (xmodem mode)
  1394. loadb
  1395. load binary file over serial line (kermit mode)
  1396. loads
  1397. load S-Record file over serial line
  1398. [ off ]
  1399. - load S-Record file over serial line with offset 'off'
  1400. Base Address: 0x%08lx
  1401. Zero length ???
  1402. double word
  1403. byte
  1404. halfword
  1405. %s at 0x%08lx (%#0*lx) != %s at 0x%08lx (%#0*lx)
  1406. Total of %ld %s(s) were the same
  1407. %08x
  1408. %04x
  1409. infinite loop on address range
  1410. [.b, .w, .l] address number_of_objects
  1411. base
  1412. print or set address offset
  1413. - print address offset for memory commands
  1414. base off
  1415. - set address offset for memory commands to 'off'
  1416. checksum calculation
  1417. address count [addr]
  1418. - compute CRC32 checksum [save at addr]
  1419. memory compare
  1420. [.b, .w, .l] addr1 addr2 count
  1421. memory copy
  1422. [.b, .w, .l] source target count
  1423. memory write (fill)
  1424. [.b, .w, .l] address value [count]
  1425. memory modify (constant address)
  1426. [.b, .w, .l] address
  1427. memory modify (auto-incrementing address)
  1428. memory display
  1429. [.b, .w, .l] address [# of objects]
  1430. NULL device name!
  1431. BUG: failure at %s:%d/%s()!
  1432. common/miiphyutil.c
  1433. BUG!
  1434. miiphy_register: non unique device name '%s'
  1435. miiphy_register: cannot allocate memory for '%s'
  1436. mdio_register: non unique device name '%s'
  1437. %d - %s
  1438. <--> %s
  1439. No such device: %s
  1440. %s is not a known ethernet
  1441. MII devices:
  1442. '%s'
  1443. Current device: '%s'
  1444. PHY extended status read failed, assuming no 1000BASE-X
  1445. PHY 1000BT status
  1446. PHY speed
  1447. PHY AN speed
  1448. read failed, assuming 10BASE-T
  1449. 1000BASE-X PHY AN duplex
  1450. PHY duplex
  1451. read failed, assuming half duplex
  1452. full
  1453. half
  1454. IEEE 802.3
  1455. IEEE 802.9 ISLAN-16T
  1456. PHY 0x%02X: OUI = 0x%04X, Model = 0x%02X, Rev = 0x%02X, %3dbase%s, %s
  1457. Error reading from the PHY addr=%02x reg=%02x
  1458. addr=%02x reg=%02x data=
  1459. %04X
  1460. Error writing to the PHY addr=%02x reg=%02x
  1461. Error reading from the PHY
  1462. addr=%02x
  1463. Error writing to the PHY
  1464. The MII dump command only formats the standard MII registers, 0-5.
  1465. %u. (%04hx) -- %s --
  1466. (%04hx:%04x) %u.
  1467. %2u,%2u = b%u%u speed selection = %s Mbps
  1468. %2u = %5u duplex = %s
  1469. %2u-%2u = %5u selector = %s
  1470. %2u-%2u = %u selector = %s
  1471. %2u
  1472. %2u-%2u
  1473. = %5u %s
  1474. MII utility commands
  1475. device - list available devices
  1476. mii device <devname> - set current device
  1477. mii info <addr> - display MII PHY info
  1478. mii read <addr> <reg> - read MII PHY <addr> register <reg>
  1479. mii write <addr> <reg> <data> - write MII PHY <addr> register <reg>
  1480. mii modify <addr> <reg> <data> <mask> - modify MII PHY <addr> register <reg>
  1481. updating bits identified in <mask>
  1482. mii dump <addr> <reg> - pretty-print <addr> <reg> (0-5 only)
  1483. Addr and/or reg may be ranges, e.g. 2-7.
  1484. next page able
  1485. acknowledge
  1486. remote fault
  1487. (reserved)
  1488. asymmetric pause able
  1489. 100BASE-T4 able
  1490. 100BASE-X full duplex able
  1491. 100BASE-TX able
  1492. 10BASE-T full duplex able
  1493. 10BASE-T able
  1494. xxx to do
  1495. asymmetric pause
  1496. pause enable
  1497. 100BASE-TX full duplex able
  1498. 10BASE-T full duplex able
  1499. 10BASE-T able
  1500. OUI portion
  1501. manufacturer part number
  1502. manufacturer rev. number
  1503. 100BASE-X full duplex able
  1504. 100BASE-X half duplex able
  1505. 10 Mbps full duplex able
  1506. 10 Mbps half duplex able
  1507. 100BASE-T2 full duplex able
  1508. 100BASE-T2 half duplex able
  1509. extended status
  1510. MF preamble suppression
  1511. A/N complete
  1512. A/N able
  1513. link status
  1514. jabber detect
  1515. extended capabilities
  1516. loopback
  1517. speed selection
  1518. A/N enable
  1519. power-down
  1520. isolate
  1521. restart A/N
  1522. collision test enable
  1523. PHY control register
  1524. PHY status register
  1525. PHY ID 1 register
  1526. PHY ID 2 register
  1527. Autonegotiation advertisement register
  1528. Autonegotiation partner abilities register
  1529. PHY does not have extended functions
  1530. Reading from bus %s
  1531. PHY at address %d:
  1532. %d - 0x%x
  1533. mdio
  1534. MDIO utility commands
  1535. list - List MDIO buses
  1536. mdio read <phydev> [<devad>.]<reg> - read PHY's register at <devad>.<reg>
  1537. mdio write <phydev> [<devad>.]<reg> <data> - write PHY's register at <devad>.<reg>
  1538. mdio rx <phydev> [<devad>.]<reg> - read PHY's extended register at <devad>.<reg>
  1539. mdio wx <phydev> [<devad>.]<reg> <data> - write PHY's extended register at <devad>.<reg>
  1540. <phydev> may be:
  1541. <busname> <addr>
  1542. <addr>
  1543. <eth name>
  1544. <addr> <devad>, and <reg> may be ranges, e.g. 1-5.4-0x1f.
  1545. sleep
  1546. delay execution for some time
  1547. - delay execution for N seconds (N is _decimal_ !!!)
  1548. No MMC device available
  1549. no mmc device at slot %x
  1550. ENH
  1551. user
  1552. wrrel
  1553. Partition configuration:
  1554. User Enhanced Start:
  1555. User Enhanced Size:
  1556. No enhanced user data area
  1557. User partition write reliability: %s
  1558. GP%i Capacity:
  1559. No GP%i partition
  1560. GP%i write reliability: %s
  1561. Partitioning successful, power-cycle to make effective
  1562. Failed!
  1563. ERROR
  1564. #part_num shouldn't be larger than %d
  1565. switch to partitions #%d, %s
  1566. mmc%d is current device
  1567. mmc%d(part %d) is current device
  1568. get mmc type error!
  1569. MMC erase: dev # %d, block # %d, count %d ...
  1570. Error: card is write protected!
  1571. %d blocks erased: %s
  1572. MMC write: dev # %d, block # %d, count %d ...
  1573. %d blocks written: %s
  1574. MMC read: dev # %d, block # %d, count %d ...
  1575. %d blocks read: %s
  1576. DDR
  1577. ENH
  1578. Device: %s
  1579. Manufacturer ID: %x
  1580. OEM: %x
  1581. Name: %c%c%c%c%c
  1582. Tran Speed: %d
  1583. Rd Block Len: %d
  1584. %s version %d.%d
  1585. High Capacity: %s
  1586. Bus Width: %d-bit%s
  1587. Erase Group Size:
  1588. HC WP Group Size:
  1589. User Capacity:
  1590. WRREL
  1591. Boot Capacity:
  1592. RPMB Capacity:
  1593. OK, force rescan
  1594. set dsr %s
  1595. mmcinfo
  1596. display MMC info
  1597. - display info of the current MMC device
  1598. MMC sub system
  1599. info - display info of the current MMC device
  1600. mmc read addr blk# cnt
  1601. mmc write addr blk# cnt
  1602. mmc erase blk# cnt
  1603. mmc rescan
  1604. mmc part - lists available partition on current mmc device
  1605. mmc dev [dev] [part] - show or set current mmc device [partition]
  1606. mmc list - lists available devices
  1607. mmc hwpartition [args...] - does hardware partitioning
  1608. arguments (sizes in 512-byte blocks):
  1609. [user [enh start cnt] [wrrel {on|off}]] - sets user data area attributes
  1610. [gp1|gp2|gp3|gp4 cnt [enh] [wrrel {on|off}]] - general purpose partition
  1611. [check|set|complete] - mode, complete set partitioning completed
  1612. WARNING: Partitioning is a write-once setting once it is set to complete.
  1613. Power cycling is required to initialize partitions after set to complete.
  1614. mmc setdsr <value> - set DSR register value
  1615. erase
  1616. list
  1617. hwpartition
  1618. setdsr
  1619. Invalid address/size
  1620. gatewayip
  1621. netmask
  1622. hostname
  1623. rootpath
  1624. serverip
  1625. dnsip
  1626. ping failed; host %s is not alive
  1627. host %s is alive
  1628. ping
  1629. send ICMP ECHO_REQUEST to network host
  1630. pingAddress
  1631. boot image via network using NFS protocol
  1632. [loadAddress] [[hostIPaddr:]bootfilename]
  1633. dhcp
  1634. boot image via network using DHCP/TFTP protocol
  1635. tftpput
  1636. TFTP put command, for uploading files to a server
  1637. Address Size [[hostIPaddr:]filename]
  1638. tftpboot
  1639. boot image via network using TFTP protocol
  1640. bootp
  1641. boot image via network using BOOTP/TFTP protocol
  1642. 0x%.4x 0x%.4x %-23s 0x%.2x
  1643. vendor ID = 0x%.4x
  1644. device ID = 0x%.4x
  1645. command register = 0x%.4x
  1646. status register = 0x%.4x
  1647. revision ID = 0x%.2x
  1648. class code = 0x%.2x (%s)
  1649. sub class code = 0x%.2x
  1650. programming interface = 0x%.2x
  1651. cache line = 0x%.2x
  1652. latency time = 0x%.2x
  1653. header type = 0x%.2x
  1654. BIST = 0x%.2x
  1655. base address 0 = 0x%.8x
  1656. base address 1 = 0x%.8x
  1657. base address 2 = 0x%.8x
  1658. base address 3 = 0x%.8x
  1659. base address 4 = 0x%.8x
  1660. base address 5 = 0x%.8x
  1661. cardBus CIS pointer = 0x%.8x
  1662. sub system vendor ID = 0x%.4x
  1663. sub system ID = 0x%.4x
  1664. expansion ROM base address = 0x%.8x
  1665. interrupt line = 0x%.2x
  1666. interrupt pin = 0x%.2x
  1667. min Grant = 0x%.2x
  1668. max Latency = 0x%.2x
  1669. primary bus number = 0x%.2x
  1670. secondary bus number = 0x%.2x
  1671. subordinate bus number = 0x%.2x
  1672. secondary latency timer = 0x%.2x
  1673. IO base = 0x%.2x
  1674. IO limit = 0x%.2x
  1675. secondary status = 0x%.4x
  1676. memory base = 0x%.4x
  1677. memory limit = 0x%.4x
  1678. prefetch memory base = 0x%.4x
  1679. prefetch memory limit = 0x%.4x
  1680. prefetch memory base upper = 0x%.8x
  1681. prefetch memory limit upper = 0x%.8x
  1682. IO base upper 16 bits = 0x%.4x
  1683. IO limit upper 16 bits = 0x%.4x
  1684. bridge control = 0x%.4x
  1685. capabilities = 0x%.2x
  1686. CardBus number = 0x%.2x
  1687. CardBus latency timer = 0x%.2x
  1688. CardBus memory base 0 = 0x%.8x
  1689. CardBus memory limit 0 = 0x%.8x
  1690. CardBus memory base 1 = 0x%.8x
  1691. CardBus memory limit 1 = 0x%.8x
  1692. CardBus IO base 0 = 0x%.4x
  1693. CardBus IO base high 0 = 0x%.4x
  1694. CardBus IO limit 0 = 0x%.4x
  1695. CardBus IO limit high 0 = 0x%.4x
  1696. CardBus IO base 1 = 0x%.4x
  1697. CardBus IO base high 1 = 0x%.4x
  1698. CardBus IO limit 1 = 0x%.4x
  1699. CardBus IO limit high 1 = 0x%.4x
  1700. subvendor ID = 0x%.4x
  1701. subdevice ID = 0x%.4x
  1702. PC Card 16bit base address = 0x%.8x
  1703. unknown header
  1704. Scanning PCI devices on bus %d
  1705. BusDevFun VendorId DeviceId Device Class Sub-Class
  1706. _____________________________________________________________
  1707. %02x.%02x.%02x
  1708. Found PCI device %02x.%02x.%02x:
  1709. Cannot read bus configuration: %d
  1710. list and access PCI Configuration Space
  1711. malloc
  1712. Read
  1713. Written
  1714. Failed to initialize SPI flash at %u:%u
  1715. No SPI flash selected. Please run `sf probe'
  1716. update
  1717. ERROR: attempting %s past flash size (%#x)
  1718. Failed to map physical memory
  1719. Updating, %zu%% %lu B/s
  1720. SPI flash failed in %s step
  1721. %zu bytes written, %zu bytes skipped
  1722. in %ld.%lds, speed %ld B/s
  1723. SF: %zu bytes @ %#x %s:
  1724. ERROR %d
  1725. SF: %zu bytes @ %#x Erased: %s
  1726. SPI flash sub-system
  1727. probe [[bus:]cs] [hz] [mode] - init flash device on given SPI bus
  1728. and chip select
  1729. sf read addr offset|partition len - read `len' bytes starting at
  1730. `offset' or from start of mtd
  1731. `partition'to memory at `addr'
  1732. sf write addr offset|partition len - write `len' bytes from memory
  1733. at `addr' to flash at `offset'
  1734. or to start of mtd `partition'
  1735. sf erase offset|partition [+]len - erase `len' bytes from `offset'
  1736. or from start of mtd `partition'
  1737. `+len' round up `len' to block size
  1738. sf update addr offset|partition len - erase and write `len' bytes from memory
  1739. at `addr' to flash at `offset'
  1740. or to start of mtd `partition'
  1741. scsi
  1742. scanning bus for devices...
  1743. Found %d device(s).
  1744. scsidevs
  1745. Reset SCSI
  1746. SCSI dev. %d:
  1747. no SCSI devices available
  1748. Device %d:
  1749. SCSI device %d:
  1750. unknown device
  1751. ... is now current device
  1752. SCSI device %d not available
  1753. SCSI read: device %d block # %ld, count %ld ...
  1754. %ld blocks read: %s
  1755. SCSI write: device %d block # %ld, count %ld ...
  1756. %ld blocks written: %s
  1757. scsiboot
  1758. boot from SCSI device
  1759. loadAddr dev:part
  1760. SCSI sub-system
  1761. reset - reset SCSI controller
  1762. scsi info - show available SCSI devices
  1763. scsi scan - (re-)scan SCSI bus
  1764. scsi device [dev] - show or set current device
  1765. scsi part [dev] - print partition table of one or all SCSI devices
  1766. scsi read addr blk# cnt - read `cnt' blocks starting at block `blk#'
  1767. to memory address `addr'
  1768. scsi write addr blk# cnt - write `cnt' blocks starting at block
  1769. `blk#' from memory address `addr'
  1770. ## error: substitution buffer overflow
  1771. ## Error: variable "%s" not defined
  1772. ## error: subst buffer overflow: have %d, need %d
  1773. %s: No match
  1774. ## error: pattern buffer overflow: have %d, need %d
  1775. gsub
  1776. invalid op
  1777. setexpr
  1778. set environment variable as the result of eval expression
  1779. [.b, .w, .l] name [*]value1 <op> [*]value2
  1780. - set environment variable 'name' to the result of the evaluated
  1781. expression specified by <op>. <op> can be &, |, ^, +, -, *, /, %
  1782. size argument is only meaningful if value1 and/or value2 are
  1783. memory addresses (*)
  1784. setexpr[.b, .w, .l] name [*]value
  1785. - load a value into a variable
  1786. setexpr name gsub r s [t]
  1787. - For each substring matching the regular expression <r> in the
  1788. string <t>, substitute the string <s>. The result is
  1789. assigned to <name>. If <t> is not supplied, use the old
  1790. value of <name>
  1791. setexpr name sub r s [t]
  1792. - Just like gsub(), but replace only the first matching substring
  1793. Hex conversion error on %c
  1794. Invalid bitlen %d
  1795. Invalid device %d:%d
  1796. Error %d during SPI transaction
  1797. sspi
  1798. SPI utility command
  1799. [<bus>:]<cs>[.<mode>] <bit_len> <dout> - Send and receive bits
  1800. <bus> - Identifies the SPI bus
  1801. <cs> - Identifies the chip select
  1802. <mode> - Identifies the SPI mode to use
  1803. <bit_len> - Number of bits to send (base 10)
  1804. <dout> - Hexadecimal string that gets sent
  1805. time:
  1806. %lu minutes,
  1807. %lu.%03lu seconds
  1808. run commands and summarize execution time
  1809. command [args...]
  1810. true
  1811. do nothing, successfully
  1812. false
  1813. do nothing, unsuccessfully
  1814. minimal test like /bin/sh
  1815. [args..]
  1816. See Interface
  1817. Audio
  1818. Communication
  1819. Human Interface
  1820. Printer
  1821. Mass Storage
  1822. CDC Data
  1823. Vendor specific
  1824. Human Interface, Subclass:
  1825. None
  1826. Boot
  1827. Keyboard
  1828. Mouse
  1829. reserved
  1830. Mass Storage,
  1831. RBC
  1832. SFF-8020i (ATAPI)
  1833. QIC-157 (Tape)
  1834. SFF-8070
  1835. Transp. SCSI
  1836. Command/Bulk
  1837. Command/Bulk/Int
  1838. Bulk only
  1839. 12 Mb/s
  1840. %s (%s, %dmA)
  1841. %s %s %s %s
  1842. String: "%s"
  1843. Self Powered
  1844. Bus Powered
  1845. Remote Wakeup
  1846. Configuration: %d
  1847. - Interfaces: %d %s%s%dmA
  1848. Interface: %d
  1849. - Alternate Setting %d, Endpoints: %d
  1850. - Class
  1851. -
  1852. - Endpoint %d %s
  1853. Control
  1854. Isochronous
  1855. Interrupt
  1856. MaxPacket %d
  1857. Interval %dms
  1858. %d: %s, USB Revision %x.%x
  1859. - %s %s %s
  1860. - Class:
  1861. - Class: (from Interface) %s
  1862. - PacketSize: %d Configurations: %d
  1863. - Vendor: 0x%04x Product 0x%04x Version %d.%d
  1864. starting USB...
  1865. resetting USB...
  1866. stop
  1867. serial
  1868. stopping USB..
  1869. USB is stopped. Please issue 'usb start' first.
  1870. tree
  1871. USB device tree:
  1872. config for device %d
  1873. *** No device available ***
  1874. Device %d does not exist.
  1875. Device is no hub or does not have %d ports.
  1876. Setting Test_J mode
  1877. Setting Test_K mode
  1878. Setting Test_SE0_NAK mode
  1879. Setting Test_Packet mode
  1880. Setting Test_Force_Enable mode
  1881. Unrecognized test mode: %s
  1882. Available modes: J, K, S[E0_NAK], P[acket], F[orce_Enable]
  1883. on downstream facing port %d...
  1884. on upstream facing port...
  1885. Error during SET_FEATURE.
  1886. Test mode successfully set. Use 'usb start' to return to normal operation.
  1887. stor
  1888. no USB devices available
  1889. no current device selected
  1890. USB read: device %d block # %ld, count %ld ...
  1891. USB write: device %d block # %ld, count %ld ...
  1892. %ld blocks write: %s
  1893. USB device %d:
  1894. 1.5 Mb/s
  1895. 480 Mb/s
  1896. 5 Gb/s
  1897. usbboot
  1898. boot from USB device
  1899. USB sub-system
  1900. start - start (scan) USB controller
  1901. usb reset - reset (rescan) USB controller
  1902. usb stop [f] - stop USB [f]=force stop
  1903. usb tree - show USB device tree
  1904. usb info [dev] - show available USB devices
  1905. usb test [dev] [port] [mode] - set USB 2.0 test mode
  1906. (specify port 0 to indicate the device's upstream port)
  1907. Available modes: J, K, S[E0_NAK], P[acket], F[orce_Enable]
  1908. usb storage - show details of USB storage devices
  1909. usb dev [dev] - show or set current USB storage device
  1910. usb part [dev] - print partition table of one or all USB storage devices
  1911. usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'
  1912. to memory address `addr'
  1913. usb write addr blk# cnt - write `cnt' blocks starting at block `blk#'
  1914. from memory address `addr'
  1915. unable to get device descriptor (error=%d)
  1916. USB device descriptor short read (expected %i, got %i)
  1917. unable to get descriptor, error %lX
  1918. config descriptor too short (expected %i, got %i)
  1919. %s: failed to get descriptor - too long: %d
  1920. selecting invalid interface %d
  1921. usb_new_device: Cannot read configuration, skipping device %04x:%04x
  1922. ERROR: NOT USB_CONFIG_DESC %x
  1923. ERROR: Invalid USB CFG length (%d)
  1924. ERROR: Invalid USB IF length (%d)
  1925. USB IF descriptor overflowed buffer!
  1926. Too many USB interfaces!
  1927. ERROR: Invalid USB EP length (%d)
  1928. USB EP descriptor overflowed buffer!
  1929. Endpoint descriptor out of order!
  1930. Interface %d has too many endpoints!
  1931. ERROR: Invalid USB EPC length (%d)
  1932. USB EPC descriptor overflowed buffer!
  1933. EPC descriptor out of order!
  1934. failed to set default configuration len %d, status %lX
  1935. Cannot allocate device context to get SLOT_ID
  1936. usb_new_device: invalid max packet size
  1937. Couldn't reset port %i
  1938. USB device not accepting new address (error=%lX)
  1939. usb_pgood_delay
  1940. cannot reset port %i!?
  1941. ERROR: USB_MAX_HUB (%d) reached
  1942. usb_hub
  1943. usb-hub
  1944. Did not get interrupt on CBI
  1945. cmd 0x%02X returned 0x%02X 0x%02X 0x%02X 0x%02X (NOT READY)
  1946. cmd 0x%02X returned 0x%02X 0x%02X 0x%02X 0x%02X
  1947. No storage devices, perhaps not 'usb start'ed..?
  1948. USB Storage Transport unknown / not yet implemented
  1949. Sorry, protocol %d not yet supported.
  1950. error in inquiry
  1951. Device NOT ready
  1952. Request Sense returned %02X %02X %02X
  1953. READ_CAP ERROR
  1954. max USB Storage Device reached: %d stopping
  1955. usb_mass_storage
  1956. usb-mass-storage
  1957. ## Copying part %d from legacy image at %08lx ...
  1958. Must specify load address for %s command with compressed image
  1959. Bad Image Part
  1960. Invalid image type for imxtract
  1961. Loading part %d ...
  1962. Uncompressing part %d ...
  1963. GUNZIP ERROR - image not loaded
  1964. fileaddr
  1965. imxtract
  1966. extract a part of a multi-image
  1967. Saving Environment to %s...
  1968. ## Error: cannot export environment
  1969. Environment size: %d/%ld bytes
  1970. ## Warning: defaulting to text format
  1971. ## Error: external checksum format must pass size
  1972. ## Info: input data size = %zu = 0x%zX
  1973. ## Error: bad CRC, import failed
  1974. ERROR: Environment import failed: errno = %d
  1975. at %s:%d/%s()
  1976. common/cmd_nvedit.c
  1977. ## %s: only one of "-b", "-c" or "-t" allowed
  1978. ## Warning: Input data exceeds %d bytes - truncated
  1979. ## Resetting to default environment
  1980. ## Error: illegal character '='in variable name "%s"
  1981. ## Can't malloc %d bytes
  1982. ## Error inserting "%s" variable, errno=%d
  1983. setenv
  1984. ERROR: Cannot export environment: errno = %d
  1985. at %s:%d/%s()
  1986. env_buf [%d bytes] too small for value of "%s"
  1987. edit:
  1988. run commands in an environment variable
  1989. var [...]
  1990. - run the commands in the environment variable(s) 'var'
  1991. set environment variables
  1992. [-f] name value ...
  1993. - [forcibly] set environment variable 'name' to 'value ...'
  1994. setenv [-f] name
  1995. - [forcibly] delete environment variable 'name'
  1996. printenv
  1997. print environment variables
  1998. [-a]
  1999. - print [all] values of all environment variables
  2000. printenv name ...
  2001. - print value of environment variable 'name'
  2002. editenv
  2003. edit environment variable
  2004. name
  2005. - edit environment variable 'name'
  2006. environment handling commands
  2007. delete
  2008. edit
  2009. export
  2010. import
  2011. print
  2012. exists
  2013. saveenv
  2014. save environment variables to persistent storage
  2015. *** Warning - %s, using default environment
  2016. Using default environment
  2017. common/env_common.c
  2018. !bad CRC
  2019. ERROR: Cannot import environment: errno = %d
  2020. at %s:%d/%s()
  2021. !import failed
  2022. stdin
  2023. stdout
  2024. stderr
  2025. In:
  2026. No input devices available!
  2027. Out:
  2028. No output devices available!
  2029. Err:
  2030. No error devices available!
  2031. pre-reloc realloc() is not supported
  2032. bootm_low
  2033. bootm_size
  2034. bootm_mapsize
  2035. %d Bytes =
  2036. Unknown OS
  2037. Unknown Architecture
  2038. Unknown Image
  2039. unknown
  2040. Unknown Compression
  2041. %sImage Name: %.*s
  2042. %sImage Type:
  2043. %s %s %s (%s)
  2044. %sData Size:
  2045. %sLoad Address: %08x
  2046. %sEntry Point: %08x
  2047. %sContents:
  2048. %s Image %d:
  2049. %s Offset = 0x%08lx
  2050. ## Loading init Ramdisk from Legacy Image at %08lx ...
  2051. No Linux %s Ramdisk Image
  2052. Wrong Ramdisk Image Format
  2053. ## Loading init Ramdisk from multi component Legacy Image at %08lx ...
  2054. initrd_high
  2055. ramdisk - allocation error
  2056. Loading Ramdisk to %08lx, end %08lx ...
  2057. none
  2058. uncompressed
  2059. bzip2
  2060. bzip2 compressed
  2061. gzip
  2062. gzip compressed
  2063. lzma
  2064. lzma compressed
  2065. lzo compressed
  2066. aisimage
  2067. Davinci AIS image
  2068. Filesystem Image
  2069. firmware
  2070. Firmware
  2071. flat_dt
  2072. Flat Device Tree
  2073. gpimage
  2074. TI Keystone SPL Image
  2075. kernel
  2076. Kernel Image
  2077. kernel_noload
  2078. Kernel Image (no loading done)
  2079. kwbimage
  2080. Kirkwood Boot Image
  2081. imximage
  2082. Freescale i.MX Boot Image
  2083. Invalid Image
  2084. multi
  2085. Multi-File Image
  2086. omapimage
  2087. TI OMAP SPL With GP CH
  2088. pblimage
  2089. Freescale PBL Boot Image
  2090. RAMDisk Image
  2091. Script
  2092. socfpgaimage
  2093. Altera SOCFPGA preloader
  2094. standalone
  2095. Standalone Program
  2096. ublimage
  2097. Davinci UBL image
  2098. mxsimage
  2099. Freescale MXS Boot Image
  2100. atmelimage
  2101. ATMEL ROM-Boot Image
  2102. x86_setup
  2103. x86 setup.bin
  2104. lpc32xximage
  2105. LPC32XX Boot Image
  2106. rkimage
  2107. Rockchip Boot Image
  2108. rksd
  2109. Rockchip SD Boot Image
  2110. rkspi
  2111. Rockchip SPI Boot Image
  2112. Invalid OS
  2113. linux
  2114. Linux
  2115. netbsd
  2116. NetBSD
  2117. Enea OSE
  2118. plan9
  2119. Plan 9
  2120. rtems
  2121. RTEMS
  2122. u-boot
  2123. U-Boot
  2124. vxworks
  2125. VxWorks
  2126. Invalid ARCH
  2127. alpha
  2128. Alpha
  2129. Intel x86
  2130. ia64
  2131. IA64
  2132. m68k
  2133. M68K
  2134. microblaze
  2135. MicroBlaze
  2136. mips
  2137. MIPS
  2138. mips64
  2139. MIPS 64 Bit
  2140. nios2
  2141. NIOS II
  2142. powerpc
  2143. PowerPC
  2144. s390
  2145. IBM S390
  2146. SuperH
  2147. sparc
  2148. SPARC
  2149. sparc64
  2150. SPARC 64 Bit
  2151. blackfin
  2152. Blackfin
  2153. avr32
  2154. AVR32
  2155. nds32
  2156. NDS32
  2157. or1k
  2158. OpenRISC 1000
  2159. sandbox
  2160. Sandbox
  2161. arm64
  2162. AArch64
  2163. AMD x86_64
  2164. ERROR:
  2165. - must RESET the board to recover.
  2166. reserving fdt memory region: addr=%llx size=%llx
  2167. image is not a fdt
  2168. fdt_high
  2169. Failed using fdt_high value for Device Tree
  2170. device tree - allocation error
  2171. Using Device Tree in place at %p, end %p
  2172. Loading Device Tree to %p, end %p ...
  2173. fdt move failed
  2174. ## Flattened Device Tree from Legacy Image at %08lx
  2175. fdt header checksum invalid
  2176. fdt checksum invalid
  2177. uImage is not a fdt
  2178. uImage is compressed
  2179. uImage data is not a fdt
  2180. fdt overwritten
  2181. ## Flattened Device Tree blob at %08lx
  2182. ERROR: Did not find a cmdline Flattened Device Tree
  2183. Booting using the fdt blob at %#08lx
  2184. ## Flattened Device Tree from multi component Image at %08lX
  2185. Booting using the fdt at 0x%p
  2186. fdt size != image size
  2187. ERROR: root node setup failed
  2188. ERROR: /chosen node create failed
  2189. ERROR: arch-specific fdt fixup failed
  2190. - must RESET the board to recover.
  2191. ** Too many args (max. %d) **
  2192. ## Command too long!
  2193. bootsecure
  2194. ## Error: Secure boot command not specified
  2195. ## Error: "%s" returned (code %d)
  2196. %.*s
  2197. %s - %s
  2198. Usage:
  2199. - No additional help available.
  2200. %-*s- %s
  2201. Unknown command '%s' - try 'help' without arguments for list of all known commands
  2202. Unknown command '%s' - try 'help'
  2203. 'bootd' recursion detected
  2204. Command '%s' failed: Error %d
  2205. Cksum
  2206. xyzModem - %s mode, %d(SOH)/%d(STX)/%d(CAN) packets, %d retries
  2207. Unknown error
  2208. Block sequence error
  2209. CRC/checksum error
  2210. Invalid framing
  2211. Cancelled
  2212. End of file
  2213. Timed out
  2214. Sorry, zModem not available yet
  2215. Can't access file
  2216. Loading from %s device %d, partition %d: Name: %.32s Type: %.32s
  2217. ** Read error on %d:%d
  2218. ** Bad Header Checksum **
  2219. ** Unknown image type
  2220. Partition Map for
  2221. SATA
  2222. ATAPI
  2223. HOST
  2224. UNKNOWN
  2225. device %d -- Partition Type: %s
  2226. (%d:%d) Vendor: %s Prod.: %s Rev: %s
  2227. Model: %s Firm: %s Ser#: %s
  2228. Vendor: %s Rev: %s Prod: %s
  2229. device type DOC
  2230. device type unknown
  2231. Unhandled device type: %i
  2232. Type:
  2233. Removable
  2234. Hard Disk
  2235. CD ROM
  2236. Optical Device
  2237. Tape
  2238. # %02X #
  2239. Capacity: %ld.%ld MB = %ld.%ld GB (%ld x %ld)
  2240. Capacity: not available
  2241. ## Unknown partition table
  2242. ** Bad device specification %s %s **
  2243. ** Bad HW partition specification %s %s **
  2244. ** Bad device %s %s **
  2245. hostfs
  2246. Sandbox host
  2247. bootdevice
  2248. ** No device specified **
  2249. auto
  2250. ** Bad partition specification %s %s **
  2251. ** Bad device size - %s %s **
  2252. ** No partition table - %s %s **
  2253. Whole Disk
  2254. ** Invalid partition %d **
  2255. ** No valid partitions found **
  2256. ** Invalid partition type "%.32s" (expect "U-Boot")
  2257. FAT32
  2258. Extd
  2259. Boot
  2260. ** Can't read partition table on %d:%d **
  2261. bad MBR sector signature 0x%02x%02x
  2262. %3d %-10d %-10d %08x-%02x %02x%s%s
  2263. hd%c%d
  2264. sd%c%d
  2265. usbd%c%d
  2266. docd%c%d
  2267. xx%c%d
  2268. Part Start Sector Num Sectors UUID Type
  2269. %s: calloc failed!
  2270. ** Can't write to device %d **
  2271. %s: 0x%x != 0x%x
  2272. GUID Partition Table Entry Array CRC is wrong
  2273. %s signature is wrong: 0x%llX != 0x%llX
  2274. GUID Partition Table Header
  2275. %s CRC is wrong: 0x%x != 0x%x
  2276. GPT: my_lba incorrect: %llX != %lx
  2277. GPT: first_usable_lba incorrect: %llX > %lx
  2278. GPT: last_usable_lba incorrect: %llX > %lx
  2279. %s: Invalid Argument(s)
  2280. *** ERROR: Can't read GPT header ***
  2281. %s: ERROR: Can't allocate 0x%zX bytes for GPT Entries
  2282. *** ERROR: Can't read GPT Entries ***
  2283. GPT: Failed to allocate memory for PTE
  2284. %s: *** ERROR: Invalid GPT ***
  2285. %s: *** ERROR: Invalid Backup GPT ***
  2286. %s: *** Using Backup GPT ***
  2287. Part Start LBA End LBA Name
  2288. Attributes
  2289. Type GUID
  2290. Partition GUID
  2291. %3d 0x%08llx 0x%08llx "%s"
  2292. attrs: 0x%016llx
  2293. type: %s
  2294. guid: %s
  2295. Partition overlap
  2296. Partitions layout exceds disk size
  2297. %s: failed writing '%s' (%d blks at 0x%lx)
  2298. Primary GPT Header
  2299. Primary GPT Entries
  2300. Backup GPT Entries
  2301. Backup GPT Header
  2302. unbind() method failed on dev '%s' on error path
  2303. Failed to unbind dev '%s' on error path
  2304. %s: Device '%s' failed to remove on error path
  2305. %s: null device
  2306. No match for driver '%s'
  2307. Device tree error at offset %d
  2308. Error binding driver '%s'
  2309. Virtual root driver does not exist!
  2310. Virtual root driver already exists!
  2311. Some drivers were not found
  2312. u-boot,dm-pre-reloc
  2313. Some drivers failed to bind
  2314. root
  2315. root_driver
  2316. Device '%s': seq %d is in use by '%s'
  2317. %s: Device '%s' failed child_post_remove()
  2318. %s: Device '%s' failed to remove, but children are gone
  2319. %s: Device '%s' failed to post_probe on error path
  2320. generic_simple_bus
  2321. simple-bus
  2322. %-11s [ %c ]
  2323. |
  2324. `--
  2325. |--
  2326. Class Probed Name
  2327. uclass %d: %s
  2328. - %c %s @ %08lx
  2329. , seq %d, (req %d)
  2330. No Link on this port!
  2331. %s: No mem for table!
  2332. Invalid port number %d
  2333. Error:Too much sg!
  2334. timeout exit!
  2335. %s: No memory for ataid[port]
  2336. ATA
  2337. scsi_ahci: Error: buffer too small.
  2338. controller reset failed (0x%x)
  2339. scsi_ahci: SCSI READ CAPACITY10 command failure. No ATA info!
  2340. Please run SCSI commmand INQUIRY firstly!
  2341. scsi_ahci: SCSI READ CAPACITY16 command failure. No ATA info!
  2342. Please run SCSI commmand INQUIRY firstly!
  2343. Unsupport SCSI command 0x%02x
  2344. Can not start port %d
  2345. 64bit
  2346. ncq
  2347. ilck
  2348. stag
  2349. led
  2350. clo
  2351. only
  2352. pmp
  2353. fbss
  2354. pio
  2355. slum
  2356. part
  2357. ccc
  2358. ems
  2359. sxs
  2360. apst
  2361. nvmp
  2362. boh
  2363. %s: No memory for probe_ent
  2364. SATA link %d timeout.
  2365. Target spinup took %d ms.
  2366. AHCI %02x%02x.%02x%02x %u slots %u ports %s Gbps 0x%x impl %s mode
  2367. flags: %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s
  2368. S/N: %s
  2369. Firmware version: %s
  2370. Product model number: %s
  2371. Capablity: %lld sectors
  2372. id[49]: capabilities = 0x%04x
  2373. id[53]: field valid = 0x%04x
  2374. id[63]: mwdma = 0x%04x
  2375. id[64]: pio = 0x%04x
  2376. id[75]: queue depth = 0x%04x
  2377. id[76]: sata capablity = 0x%04x
  2378. id[78]: sata features supported = 0x%04x
  2379. id[79]: sata features enable = 0x%04x
  2380. id[80]: major version = 0x%04x
  2381. id[81]: minor version = 0x%04x
  2382. id[82]: command set supported 1 = 0x%04x
  2383. id[83]: command set supported 2 = 0x%04x
  2384. id[84]: command set extension = 0x%04x
  2385. id[85]: command set enable 1 = 0x%04x
  2386. id[86]: command set enable 2 = 0x%04x
  2387. id[87]: command set default = 0x%04x
  2388. id[88]: udma = 0x%04x
  2389. id[93]: hardware reset result = 0x%04x
  2390. %02X
  2391. %s: ATSHA204 device failed to wake: 0x%x
  2392. Found ATSHA204 at addr 0x%x
  2393. ATSHA204 data_locked=%d config_locked=%d
  2394. linux,keymap
  2395. linux,fn-keymap
  2396. Error, wrong i2c adapter %d max %d possible
  2397. i2c: mux disconnect error
  2398. %s: wrong mux id: %d
  2399. %s: could not set mux: id: %d chip: %x channel: %d
  2400. Missing mvtwsi controller %d base
  2401. twsi0
  2402. Status Error: 0x%08X
  2403. Timeout waiting card ready
  2404. MMC Device %d not found
  2405. MMC: block number 0x%lx exceeds max(0x%lx)
  2406. mmc fail to send stop cmd
  2407. Card doesn't support part_switch
  2408. eMMC >= 4.4 required for enhanced user data area
  2409. Card does not support partitioning
  2410. Card does not define HC WP group size
  2411. User data enhanced area not HC WP group size aligned
  2412. GP%i partition not HC WP group size aligned
  2413. Card does not support enhanced attribute
  2414. Total enhanced size exceeds maximum (%u > %u)
  2415. Card does not support host controlled partition write reliability settings
  2416. Card already partitioned
  2417. MMC: SET_DSR failed
  2418. Man %06x Snr %04x%04x
  2419. %c%c%c%c%c%c
  2420. %s is deprecated! use mmc_create() instead.
  2421. MMC: no card present
  2422. Card did not respond to voltage select!
  2423. eMMC
  2424. %s: %d
  2425. (%s)
  2426. sdh_host malloc fail!
  2427. mv_sdh
  2428. %s: Aligned buffer alloc failed!!!
  2429. %s: Internal clock never stabilised.
  2430. %s: Reset 0x%x never completed.
  2431. %s: MMC: %d busy
  2432. timeout increasing to: %u ms.
  2433. %s: Timeout for status update!
  2434. %s: Error detected in status(0x%X)!
  2435. %s: Transfer data timeout
  2436. %s: Your controller doesn't support SDMA!!
  2437. %s: Hardware doesn't specify base clock frequency
  2438. %s: mmc create fail!
  2439. Caution! Your devices Erase group is 0x%x
  2440. The erase range would be change to 0x%lx~0x%lx
  2441. mmc erase failed
  2442. mmc write failed
  2443. Removing MTD device #%d (%s) with use count %d
  2444. U-Boot BUG at %s:%d!
  2445. drivers/mtd/mtdcore.c
  2446. %s: unlock failed, writes may not work
  2447. offset is not a number
  2448. Offset exceeds device limit
  2449. '%s' is not a number
  2450. Size exceeds partition or device limit
  2451. device %d
  2452. whole chip
  2453. offset 0x%llx, size 0x%llx
  2454. memory-map
  2455. SF: Failed to set up slave
  2456. SF: Failed to get idcodes
  2457. SF: Need set QEB func for %02x flash
  2458. SF: Detected %s with page size
  2459. , erase size
  2460. , total
  2461. , mapped at %p
  2462. SF: Warning - Only lower 16MiB accessible,
  2463. Full access #define CONFIG_SPI_FLASH_BAR
  2464. SF: Unsupported flash IDs:
  2465. manuf %02x, jedec %04x, ext_jedec %04x
  2466. MX25L2006E
  2467. MX25L4005
  2468. MX25L8005
  2469. MX25L1605D
  2470. MX25L3205D
  2471. MX25L6405D
  2472. MX25L12805
  2473. MX25L25635F
  2474. MX25L51235F
  2475. MX25L12855E
  2476. S25FL008A
  2477. S25FL016A
  2478. S25FL032A
  2479. S25FL064A
  2480. S25FL116K
  2481. S25FL164K
  2482. S25FL128P_256K
  2483. S25FL128P_64K
  2484. S25FL032P
  2485. S25FL064P
  2486. S25FL128S_256K
  2487. S25FL128S_64K
  2488. S25FL256S_256K
  2489. S25FL256S_64K
  2490. S25FL512S_256K
  2491. S25FL512S_64K
  2492. S25FL512S_512K
  2493. signal for %s is %x (ctrl %08x)!!!!
  2494. e1000: %s: ERROR: Valid Link not detected: %d
  2495. e1000: %s: ERROR: Hardware Initialization Failed
  2496. e1000#%u: Out of Memory!
  2497. e1000#%u
  2498. e1000: %s: ERROR: Can't enable I/O memory
  2499. e1000: %s: ERROR: Can't enable bus-mastering
  2500. e1000: %s: ERROR: Unknown MAC Type
  2501. e1000: %s: ERROR: Software init failed
  2502. e1000: %s: ERROR: PHY Reset is blocked!
  2503. e1000: %s: ERROR: EEPROM is invalid!
  2504. e1000: %s: ERROR: Unable to allocate EEPROM buffer!
  2505. e1000: %s: ERROR: Unable to read EEPROM!
  2506. e1000: %s: ERROR: EEPROM checksum is incorrect!
  2507. e1000: %s: ERROR: ...register was 0x%04hx, calculated 0x%04hx
  2508. e1000: %02x:%02x:%02x:%02x:%02x:%02x
  2509.  
  2510. Error: SMI busy timeout
  2511. Error: Invalid PHY address %d
  2512. Err: Invalid register offset %d
  2513. Err: SMI read ready timeout
  2514. TIMEOUT for RX stopped ! rx_queue_cmd: 0x08%x
  2515. TIMEOUT for TX stopped status=0x%08x
  2516. TX FIFO empty timeout status=0x08%x
  2517. bad rx status %08x (buffer oversize), size=%d
  2518. bad rx status %08x (crc error), size=%d
  2519. bad rx status %08x (overrun error), size=%d
  2520. bad rx status %08x (max frame length error), size=%d
  2521. bad rx status %08x (resource error), size=%d
  2522. timeout: packet not sent
  2523. %s: No link.
  2524. can't power up port
  2525. %s: can't create txq=%d
  2526. can't init eth hal
  2527. %s: can't create rxq=%d
  2528. neta%d
  2529. Failed to allocate PHY device for %s:%d
  2530. %s Waiting for PHY auto negotiation to complete
  2531. TIMEOUT !
  2532. user interrupt!
  2533. done
  2534. Phy %d not found
  2535. PHY reset timed out
  2536. %s:%d is connected to %s. Reconnecting to %s
  2537. Could not get PHY for %s: addr %d
  2538. Generic PHY
  2539. sgmii-2500
  2540. qsgmii
  2541. rmii
  2542. rgmii
  2543. rgmii-id
  2544. rgmii-rxid
  2545. rgmii-txid
  2546. rtbi
  2547. xgmii
  2548. Waiting for PHY realtime link
  2549. %s: phy soft reset timeout
  2550. Marvell 88E1310
  2551. Marvell 88E1518
  2552. Marvell 88E1510
  2553. Marvell 88E1149S
  2554. Marvell 88E1145
  2555. Marvell 88E1121R
  2556. Marvell 88E1118R
  2557. Marvell 88E1118
  2558. Marvell 88E1111S
  2559. Marvell 88E1011S
  2560. pci_bus_to_hose() failed
  2561. %02x:%02x.%-*x - %04x:%04x - %s
  2562. PCI:
  2563. Build before PCI Rev2.0
  2564. Mass storage controller
  2565. Network controller
  2566. Display controller
  2567. Multimedia device
  2568. Memory controller
  2569. Bridge device
  2570. Simple comm. controller
  2571. Base system peripheral
  2572. Input device
  2573. Docking station
  2574. Processor
  2575. Serial bus controller
  2576. Intelligent controller
  2577. Satellite controller
  2578. Cryptographic device
  2579. Does not fit any class
  2580. pci_hose_bus_to_phys: invalid hose
  2581. pci_hose_bus_to_phys: invalid physical address
  2582. pci_hose_phys_to_bus: invalid hose
  2583. pci_hose_phys_to_bus: invalid physical address
  2584. VGA ROM copy failed
  2585. Incorrect expansion ROM header signature %04x
  2586. ID mismatch: vendor ID %04x, device ID %04x
  2587. BIOS native execution is only available on x86
  2588. BIOS emulation not available - see CONFIG_BIOSEMU
  2589. PCIe unable to add mbus window for mem at %08x+%08x
  2590. stdout-path
  2591. No serial driver found
  2592. ## Baudrate %d bps not supported
  2593. ## Baudrate may not be deleted
  2594. serial_dw
  2595. snps,dw-apb-uart
  2596. reg-shift
  2597. spi: invalid wordlen %d
  2598. *** spi_xfer: Time out during SPI transfer
  2599. usb,device-class
  2600. usb,interface-class
  2601. generic_bus_%x_dev_%x
  2602. usb_dev_generic_drv
  2603. scanning bus %d for devices...
  2604. No USB Device found
  2605. %d USB Device(s) found
  2606. USB%d:
  2607. Port not available.
  2608. probe failed, error %d
  2609. No controllers found
  2610. USB error: all controllers failed lowlevel init
  2611. usb_dev_generic
  2612. out of buffer pointers (%zu bytes left)
  2613. EHCI failed to shut down host controller.
  2614. EHCI failed: timeout when disabling periodic list
  2615. EHCI failed: timeout when enabling periodic list
  2616. Timeout destroying interrupt endpoint queue
  2617. ehci: Error cannot find high-speed parent of usb-1 device
  2618. unable to allocate TDs
  2619. unable to construct SETUP TD
  2620. unable to construct DATA TD
  2621. EHCI fail timeout STS_ASS set
  2622. EHCI timed out on TD - token=%#x
  2623. EHCI fail timeout STS_ASS reset
  2624. port(%d) reset error
  2625. %s: xfers requiring several transactions are not supported.
  2626. Timeout poll on interrupt endpoint
  2627. EHCI fail to reset
  2628. USB EHCI %x.%02x
  2629. ehci_mvebu
  2630. marvell,orion-ehci
  2631. ** Unrecognized filesystem type **
  2632. ** %s shorter than offset + len **
  2633. ** Unable to write file %s **
  2634. bootfile
  2635. ** No boot file defined **
  2636. %llu bytes read in %lu ms
  2637. %llu bytes written in %lu ms
  2638. ext4
  2639. unsupported
  2640. ** Can not find directory. **
  2641. ** Cannot support non-zero offset **
  2642. ** File not found %s **
  2643. invalid extent block
  2644. Extent Error
  2645. ** SI ext2fs read block (indir 1)malloc failed. **
  2646. ** SI ext2fs read block (indir 1):malloc failed. **
  2647. ** SI ext2fs read block (indir 1)failed. **
  2648. ** DI ext2fs read block (indir 2 1)malloc failed. **
  2649. ** DI ext2fs read block (indir 2 1)failed. **
  2650. ** DI ext2fs read block (indir 2 2)malloc failed. **
  2651. ** DI ext2fs read block (indir 2 2)failed. **
  2652. ** TI ext2fs read block (indir 2 1)malloc failed. **
  2653. ** TI ext2fs read block (indir 2 1)failed. **
  2654. ** TI ext2fs read block (indir 2 2)malloc failed. **
  2655. ** TI ext2fs read block (indir 2 2)failed. **
  2656. <DIR>
  2657. <SYM>
  2658. < ? >
  2659. %10u %s
  2660. Failed to mount ext2 filesystem...
  2661. ** Invalid Block Device Descriptor (NULL)
  2662. %s read outside partition %lu
  2663. ** ext2fs_devread() read error **
  2664. ** %s read error - block
  2665. * %s read error - last part
  2666. FAT: Misaligned buffer address (%p)
  2667. FAT32
  2668. FAT12
  2669. FAT16
  2670. Invalid FAT entry
  2671. ** Partition %d not valid on device %d **
  2672. Error: FAT sector size mismatch (fs=%hu, dev=%lu)
  2673. %s%c
  2674. %8u %s%c
  2675. %d file(s), %d dir(s)
  2676. Error reading cluster
  2677. No current device
  2678. Interface:
  2679. Unknown
  2680. Device %d:
  2681. No valid FAT fs found
  2682. Filesystem: %s "%s"
  2683. reading %s
  2684. ** Unable to read file %s **
  2685. Can't list files without a filesystem!
  2686. %s/%s
  2687. Can't load file without a filesystem!
  2688. too many chunk items
  2689. <FILE>
  2690. <DIR>
  2691. <SYM>
  2692. <UNKNOWN>
  2693. ** btrfs_devread() read error **
  2694. _BHRfS_M
  2695. fsid doesn't match
  2696. no subvol found
  2697. btrfs: search extent data error
  2698. btrfs: found encrypted data, cannot continue
  2699. btrfs: found compressed data, cannot continue
  2700. BtrFS init: Max node or leaf size %d
  2701. btrfs probe failed
  2702. invalid distance too far back
  2703. invalid distance code
  2704. invalid literal/length code
  2705. incorrect header check
  2706. unknown compression method
  2707. invalid window size
  2708. unknown header flags set
  2709. header crc mismatch
  2710. invalid block type
  2711. invalid stored block lengths
  2712. too many length or distance symbols
  2713. invalid code lengths set
  2714. invalid bit length repeat
  2715. invalid literal/lengths set
  2716. invalid distances set
  2717. incorrect data check
  2718. incorrect length check
  2719. need dictionary
  2720. stream end
  2721. file error
  2722. stream error
  2723. data error
  2724. insufficient memory
  2725. buffer error
  2726. incompatible version
  2727. compatible
  2728. <valid offset/length>
  2729. <no error>
  2730. <unknown error>
  2731. FDT_ERR_NOTFOUND
  2732. FDT_ERR_EXISTS
  2733. FDT_ERR_NOSPACE
  2734. FDT_ERR_BADOFFSET
  2735. FDT_ERR_BADPATH
  2736. FDT_ERR_BADSTATE
  2737. FDT_ERR_TRUNCATED
  2738. FDT_ERR_BADMAGIC
  2739. FDT_ERR_BADVERSION
  2740. FDT_ERR_BADSTRUCTURE
  2741. FDT_ERR_BADLAYOUT
  2742. pciVVVV,DDDD
  2743. %.*s%d
  2744. No valid device tree binary found - please append one to U-Boot binary, use u-boot-dtb.bin or define CONFIG_OF_EMBED. For sandbox, use -d <file.dtb>
  2745. /config
  2746. used
  2747. compress
  2748. hash
  2749. %s-memory%s
  2750. %s-offset%s
  2751. hback-porch
  2752. hfront-porch
  2753. hactive
  2754. hsync-len
  2755. vback-porch
  2756. vfront-porch
  2757. vactive
  2758. vsync-len
  2759. clock-frequency
  2760. vsync-active
  2761. hsync-active
  2762. de-active
  2763. pixelclk-active
  2764. interlaced
  2765. doublescan
  2766. doubleclk
  2767. fdtcontroladdr
  2768. <none>
  2769. nvidia,tegra20-emc
  2770. nvidia,tegra20-emc-table
  2771. nvidia,tegra20-kbc
  2772. nvidia,tegra20-nand
  2773. nvidia,tegra20-pwm
  2774. nvidia,tegra124-dc
  2775. nvidia,tegra124-sor
  2776. nvidia,tegra124-pmc
  2777. nvidia,tegra20-dc
  2778. nvidia,tegra210-sdhci
  2779. nvidia,tegra124-sdhci
  2780. nvidia,tegra30-sdhci
  2781. nvidia,tegra20-sdhci
  2782. nvidia,tegra124-pcie
  2783. nvidia,tegra30-pcie
  2784. nvidia,tegra20-pcie
  2785. nvidia,tegra124-xusb-padctl
  2786. nvidia,tegra210-xusb-padctl
  2787. smsc,lan9215
  2788. samsung,exynos-sromc
  2789. samsung,s3c2440-i2c
  2790. samsung,exynos-sound
  2791. wolfson,wm8994-codec
  2792. google,cros-ec-keyb
  2793. samsung,exynos-usb-phy
  2794. samsung,exynos5250-usb3-phy
  2795. samsung,exynos-tmu
  2796. samsung,exynos-fimd
  2797. samsung,exynos-mipi-dsi
  2798. samsung,exynos5-dp
  2799. samsung,exynos-dwmmc
  2800. samsung,exynos-mmc
  2801. samsung,exynos4210-uart
  2802. maxim,max77686
  2803. spi-flash
  2804. maxim,max98095-codec
  2805. samsung,exynos5-hsi2c
  2806. sandbox,lcd-sdl
  2807. samsung,sysmmu-v3.3
  2808. intel,microcode
  2809. memory-spd
  2810. intel,pantherpoint-ahci
  2811. intel,model-206ax
  2812. intel,gma
  2813. ams,as3722
  2814. intel,ich-spi
  2815. intel,quark-mrc
  2816. intel,x86-pinctrl
  2817. socionext,uniphier-xhci
  2818. intel,bd82x6x
  2819. intel,irq-router
  2820. altr,socfpga-stmmac
  2821. intel,baytrail-fsp
  2822. intel,baytrail-fsp-mdp
  2823. %llu/%llu
  2824. %llu bytes, crc 0x%08x
  2825. uncompressed %llu of %llu
  2826. crcs == 0x%08x/0x%08x
  2827. %s: size %lu not a multiple of %lu
  2828. %s: start offset %llu not a multiple of %lu
  2829. Error: Bad gzipped data
  2830. Error: gunzip out of data in header
  2831. size of %llx doesn't match trailer low bits %x
  2832. %s: uncompressed size %llu exceeds device size
  2833. 1.2.3
  2834. Error: inflateInit2() returned %d
  2835. %s: weird termination with result %d
  2836. Error: inflate() returned %d
  2837. Error: gunzip out of data in header
  2838. initcall sequence %p failed at call %p (err=%d)
  2839. ERROR: Failed to allocate 0x%lx bytes below 0x%lx.
  2840. .%03ld
  2841. list passed to list_sort() too long for efficiency
  2842. ## ERROR: unsupported match method: 0x%02x
  2843. Env export buffer too small: %zu, but need %zu
  2844. himport_r: can't insert "%s=%s" into hash table
  2845. WARNING: '%s' neither in running nor in imported env!
  2846. WARNING: '%s' not in imported env, deleting it!
  2847. %s, Build: %s
  2848. jenkins-omnia-master-23
  2849. %llu Hz%s
  2850. .%ld
  2851. %cHz%s
  2852. %llu Bytes%s
  2853. %ciB%s
  2854. %0*x
  2855. %s
  2856. ### ERROR ### Please RESET the board ###
  2857. RE is too long (code overflow)
  2858. RE is too long (data overflow)
  2859. unknown cmd (%d) at %d
  2860. Jump offset is too big
  2861. No closing ']' bracket
  2862. No closing bracket
  2863. Unbalanced brackets
  2864. |.^$*+?()[\
  2865. <NULL>
  2866. %s:%u: %s: Assertion `%s' failed.
  2867. %*llu
  2868. ## Warning: gatewayip needed but not set
  2869. ARP Retry count exceeded; starting again
  2870. bad length %d < %d
  2871. *** WARNING: %s is too long (%d - max: %d) - truncated
  2872. Host Name
  2873. Root Path
  2874. Opt Boot File
  2875. *** WARNING: using vendor optional boot file
  2876. *** Unhandled DHCP Option in OFFER/ACK: %d
  2877. DHCP client bound to address %pI4 (%lu ms)
  2878. DHCP: INVALID STATE
  2879. BOOTP broadcast %d
  2880. Retry time exceeded; starting again
  2881. %s%daddr
  2882. %saddr
  2883. net/eth.c
  2884. eth%dmacskip
  2885. ethmacskip
  2886. Warning: %s MAC addresses don't match:
  2887. Address in SROM is %pM
  2888. Address in environment is %pM
  2889. Warning: %s using MAC address from net device
  2890. Error: %s address not set.
  2891. Warning: %s failed to set MAC address
  2892. Error: %s address %pM illegal value
  2893. ethact
  2894. Board Net Initialization Failed
  2895. CPU Net Initialization Failed
  2896. Net Initialization Skipped
  2897. ethprime
  2898. [PRIME]
  2899. Warning: eth device name has a space!
  2900. ethrotate
  2901. autoload
  2902. netretry
  2903. once
  2904. *** ERROR: ping address not given
  2905. *** ERROR: `serverip' not set
  2906. *** ERROR: `ipaddr' not set
  2907. *** ERROR: No ethernet found.
  2908. *** ERROR: `ethaddr' not set
  2909. *** ERROR: `eth%daddr' not set
  2910. Abort
  2911. Bytes transferred = %d (%x hex)
  2912. ICMP Host Redirect to %pI4
  2913. %d.%d.%d.%d
  2914. nvlan
  2915. *** ERROR: Cannot mount
  2916. *** ERROR: Cannot umount
  2917. done
  2918. *** ERROR: File lookup fail
  2919. *** ERROR: Symlink fail
  2920. Retry count exceeded; starting again
  2921. *** ERROR: Fail allocate memory
  2922. /nfsroot/%02X%02X%02X%02X.img
  2923. *** Warning: no boot file name; using '%s'
  2924. Using %s device
  2925. File transfer via NFS from server %pI4; our IP address is %pI4
  2926. ; sending through gateway %pI4
  2927. Filename '%s/%s'.
  2928. Size is 0x%x Bytes =
  2929. Load address: 0x%lx
  2930. Loading: *
  2931. octet
  2932. blksize%c%d%c
  2933. File too large
  2934. File has bad magic
  2935. blksize
  2936. TFTP error:
  2937. First block is not block 1 (%ld)
  2938. Starting again
  2939. TFTP error: '%s' (%d)
  2940. Not retrying...
  2941. %s; starting again
  2942. Retry count exceeded
  2943. TFTP server died
  2944. from
  2945. tftpblocksize
  2946. tftptimeout
  2947. TFTP timeout (%ld ms) too low, set min = 1000 ms
  2948. TFTP %s server %pI4; our IP address is %pI4
  2949. Filename '%s'.
  2950. Save address: 0x%lx
  2951. Save size: 0x%lx
  2952. Saving: *
  2953. Load address: 0x%lx
  2954. Driver model low level access
  2955. tree Dump driver model tree ('*' = activated)
  2956. dm uclass Dump list of instances for each uclass
  2957. dm devres Dump list of device resources for each device
  2958. uclass
  2959. devres
  2960. raise: Signal # %d caught
  2961.  
  2962. U-Boot 2015.10-rc2 (Aug 18 2016 - 20:43:35 +0200)
  2963. [addr [arg ...]]
  2964. - boot application image stored in memory
  2965. passing arguments 'arg ...'; when booting a Linux kernel,
  2966. 'arg' can be the address of an initrd image
  2967. When booting a Linux kernel which requires a flat device-tree
  2968. a third argument is required which is the address of the
  2969. device-tree blob. To boot that kernel without an initrd image,
  2970. use a '-' for the second argument. If you do not pass a third
  2971. a bd_info struct will be passed instead
  2972. Sub-commands to do part of the bootm sequence. The sub-commands must be
  2973. issued in the order below (it's ok to not issue all sub-commands):
  2974. start [addr [arg ...]]
  2975. loados - load OS image
  2976. ramdisk - relocate initrd, set env initrd_start/initrd_end
  2977. fdt - relocate flat device tree
  2978. cmdline - OS specific command line processing/setup
  2979. bdt - OS specific bd_t processing
  2980. prep - OS specific prep before relocation or go
  2981. go - start OS
  2982. [addr [initrd[:size]] [fdt]]
  2983. - boot Linux zImage stored in memory
  2984. The argument 'initrd' is optional and specifies the address
  2985. of the initrd in memory. The optional argument ':size' allows
  2986. specifying the size of RAW initrd.
  2987. When booting a Linux kernel which requires a flat device-tree
  2988. a third argument is required which is the address of the
  2989. device-tree blob. To boot that kernel without an initrd image,
  2990. use a '-' for the second argument. If you do not pass a third
  2991. a bd_info struct will be passed instead
  2992. [addr]
  2993. - run script starting at addr
  2994. - A valid image header must be present
  2995.  
  2996. addr [-c] <addr> [<length>] - Set the [control] fdt location to <addr>
  2997. fdt move <fdt> <newaddr> <length> - Copy the fdt to <addr> and make it active
  2998. fdt resize - Resize fdt to size + padding to 4k addr
  2999. fdt print <path> [<prop>] - Recursive print starting at <path>
  3000. fdt list <path> [<prop>] - Print one level starting at <path>
  3001. fdt get value <var> <path> <prop> - Get <property> and store in <var>
  3002. fdt get name <var> <path> <index> - Get name of node <index> and store in <var>
  3003. fdt get addr <var> <path> <prop> - Get start address of <property> and store in <var>
  3004. fdt get size <var> <path> [<prop>] - Get size of [<property>] or num nodes and store in <var>
  3005. fdt set <path> <prop> [<val>] - Set <property> [to <val>]
  3006. fdt mknode <path> <node> - Create a new node after <path>
  3007. fdt rm <path> [<prop>] - Delete the node or <property>
  3008. fdt header - Display header info
  3009. fdt bootcpu <id> - Set boot cpuid
  3010. fdt memory <addr> <size> - Add/Update memory node
  3011. fdt rsvmem print - Show current mem reserves
  3012. fdt rsvmem add <addr> <size> - Add a mem reserve
  3013. fdt rsvmem delete <index> - Delete a mem reserves
  3014. fdt chosen [<start> <end>] - Add/update the /chosen branch in the tree
  3015. <start>/<end> - initrd start/end addr
  3016. NOTE: Dereference aliases by omiting the leading '/', e.g. fdt print ethernet0.
  3017. bus [muxtype:muxaddr:muxchannel] - show I2C bus info
  3018. crc32 chip address[.0, .1, .2] count - compute CRC32 checksum
  3019. i2c dev [dev] - show or set current I2C bus
  3020. i2c loop chip address[.0, .1, .2] [# of objects] - looping read of device
  3021. i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
  3022. i2c mm chip address[.0, .1, .2] - write to I2C device (auto-incrementing)
  3023. i2c mw chip address[.0, .1, .2] value [count] - write to I2C device (fill)
  3024. i2c nm chip address[.0, .1, .2] - write to I2C device (constant address)
  3025. i2c probe [address] - test for and show device(s) on the I2C bus
  3026. i2c read chip address[.0, .1, .2] length memaddress - read to memory
  3027. i2c write memaddress chip address[.0, .1, .2] length [-s] - write memory
  3028. to I2C; the -s option selects bulk write in a single transaction
  3029. i2c reset - re-init the I2C Controller
  3030. i2c speed [speed] - show or set I2C bus speed
  3031. [bus] [long]
  3032. - short or long list of PCI devices on bus 'bus'
  3033. pci header b.d.f
  3034. - show header of PCI device 'bus.device.function'
  3035. pci display[.b, .w, .l] b.d.f [address] [# of objects]
  3036. - display PCI configuration space (CFG)
  3037. pci next[.b, .w, .l] b.d.f address
  3038. - modify, read and keep CFG address
  3039. pci modify[.b, .w, .l] b.d.f address
  3040. - modify, auto increment CFG address
  3041. pci write[.b, .w, .l] b.d.f address value
  3042. - write to CFG address
  3043. addr part [dest]
  3044. - extract <part> from legacy image at <addr> and copy to <dest>
  3045. default [-f] -a - [forcibly] reset default environment
  3046. env default [-f] var [...] - [forcibly] reset variable(s) to their default values
  3047. env delete [-f] var [...] - [forcibly] delete variable(s)
  3048. env edit name - edit environment variable
  3049. env exists name - tests for existence of variable
  3050. env export [-t | -b | -c] [-s size] addr [var ...] - export environment
  3051. env import [-d] [-t [-r] | -b | -c] addr [size] - import environment
  3052. env print [-a | name ...] - print environment
  3053. env run var [...] - run commands in an environment variable
  3054. env save - save environment
  3055. env set [-f] name [arg ...]
  3056. PCA9547A
  3057. PCA9547A
  3058. PCA9547A
  3059. PCA9547A
  3060. PCA9547A
  3061. PCA9547A
  3062. PCA9547A
  3063. Marvell Armada 385 GP
  3064. !marvell,a385-gp
  3065. marvell,armada388
  3066. marvell,armada380
  3067. chosen
  3068. ,serial0:115200n8
  3069. aliases
  3070. 8/soc/internal-regs/gpio@18100
  3071. >/soc/internal-regs/gpio@18140
  3072. D/soc/internal-regs/serial@12000
  3073. L/soc/internal-regs/serial@12100
  3074. memory
  3075. Tmemory
  3076. !arm,cortex-a9-pmu
  3077. !marvell,armada380-mbus
  3078. simple-bus
  3079. bootrom
  3080. !marvell,bootrom
  3081. devbus-bootcs
  3082. !marvell,mvebu-devbus
  3083. disabled
  3084. devbus-cs0
  3085. !marvell,mvebu-devbus
  3086. disabled
  3087. devbus-cs1
  3088. !marvell,mvebu-devbus
  3089. disabled
  3090. devbus-cs2
  3091. !marvell,mvebu-devbus
  3092. disabled
  3093. devbus-cs3
  3094. !marvell,mvebu-devbus
  3095. disabled
  3096. internal-regs
  3097. !simple-bus
  3098. cache-controller@8000
  3099. !arm,pl310-cache
  3100. scu@c000
  3101. !arm,cortex-a9-scu
  3102. timer@c600
  3103. !arm,cortex-a9-twd-timer
  3104. interrupt-controller@d000
  3105. !arm,cortex-a9-gic
  3106. spi@10600
  3107. !marvell,armada-380-spi
  3108. marvell,orion-spi
  3109. okay
  3110. 0default
  3111. spi-flash@0
  3112. !st,m25p128
  3113. jedec,spi-nor
  3114. spi@10680
  3115. !marvell,armada-380-spi
  3116. marvell,orion-spi
  3117. disabled
  3118. i2c@11000
  3119. !marvell,mv64xxx-i2c
  3120. okay
  3121. 0default
  3122. pca9555@20
  3123. !nxp,pca9555
  3124. 0default
  3125. pca9555@21
  3126. !nxp,pca9555
  3127. 0default
  3128. i2c@11100
  3129. !marvell,mv64xxx-i2c
  3130. disabled
  3131. serial@12000
  3132. !snps,dw-apb-uart
  3133. okay
  3134. 0default
  3135. serial@12100
  3136. !snps,dw-apb-uart
  3137. disabled
  3138. pinctrl@18000
  3139. !marvell,mv88f6828-pinctrl
  3140. ge-rgmii-pins-0
  3141. mpp6
  3142. mpp7
  3143. mpp8
  3144. mpp9
  3145. mpp10
  3146. mpp11
  3147. mpp12
  3148. mpp13
  3149. mpp14
  3150. mpp15
  3151. mpp16
  3152. mpp17
  3153. ge-rgmii-pins-1
  3154. mpp21
  3155. mpp27
  3156. mpp28
  3157. mpp29
  3158. mpp30
  3159. mpp31
  3160. mpp32
  3161. mpp37
  3162. mpp38
  3163. mpp39
  3164. mpp40
  3165. mpp41
  3166. i2c-pins-0
  3167. mpp2
  3168. mpp3
  3169. i2c0
  3170. mdio-pins
  3171. mpp4
  3172. mpp5
  3173. ref-clk-pins-0
  3174. mpp45
  3175. ref-clk-pins-1
  3176. mpp46
  3177. spi-pins-0
  3178. mpp22
  3179. mpp23
  3180. mpp24
  3181. mpp25
  3182. spi0
  3183. spi-pins-1
  3184. mpp56
  3185. mpp57
  3186. mpp58
  3187. mpp59
  3188. spi1
  3189. uart-pins-0
  3190. mpp0
  3191. mpp1
  3192. uart-pins-1
  3193. mpp19
  3194. mpp20
  3195. sdhci-pins
  3196. mpp48
  3197. mpp49
  3198. mpp50
  3199. mpp52
  3200. mpp53
  3201. mpp54
  3202. mpp55
  3203. mpp57
  3204. mpp58
  3205. mpp59
  3206. sata-pins-0
  3207. mpp20
  3208. sata0
  3209. sata-pins-1
  3210. mpp19
  3211. sata1
  3212. sata-pins-2
  3213. mpp47
  3214. sata2
  3215. sata-pins-3
  3216. mpp44
  3217. sata3
  3218. pca0_pins
  3219. mpp18
  3220. gpio
  3221. gpio@18100
  3222. !marvell,orion-gpio
  3223. gpio@18140
  3224. !marvell,orion-gpio
  3225. system-controller@18200
  3226. !marvell,armada-380-system-controller
  3227. marvell,armada-370-xp-system-controller
  3228. clock-gating-control@18220
  3229. !marvell,armada-380-gating-clock
  3230. mvebu-sar@18600
  3231. !marvell,armada-380-core-clock
  3232. mbus-controller@20000
  3233. !marvell,mbus-controller
  3234. interrupt-controller@20a00
  3235. !marvell,mpic
  3236. timer@20300
  3237. !marvell,armada-380-timer
  3238. marvell,armada-xp-timer
  3239. nbclk
  3240. fixed
  3241. watchdog@20300
  3242. !marvell,armada-380-wdt
  3243. nbclk
  3244. fixed
  3245. cpurst@20800
  3246. !marvell,armada-370-cpu-reset
  3247. mpcore-soc-ctrl@20d20
  3248. !marvell,armada-380-mpcore-soc-ctrl
  3249. coherency-fabric@21010
  3250. !marvell,armada-380-coherency-fabric
  3251. pmsu@22000
  3252. !marvell,armada-380-pmsu
  3253. ethernet@30000
  3254. !marvell,armada-370-neta
  3255. okay
  3256. 0default
  3257. rgmii-id
  3258. ethernet@34000
  3259. !marvell,armada-370-neta
  3260. disabled
  3261. usb@58000
  3262. !marvell,orion-ehci
  3263. okay
  3264. xor@60800
  3265. !marvell,orion-xor
  3266. okay
  3267. xor00
  3268. xor01
  3269. xor@60900
  3270. !marvell,orion-xor
  3271. okay
  3272. xor10
  3273. xor11
  3274. ethernet@70000
  3275. !marvell,armada-370-neta
  3276. okay
  3277. 0default
  3278. rgmii-id
  3279. mdio@72004
  3280. !marvell,orion-mdio
  3281. 0default
  3282. ethernet-phy@1
  3283. ethernet-phy@0
  3284. rtc@a3800
  3285. !marvell,armada-380-rtc
  3286. Crtc
  3287. rtc-soc
  3288. sata@a8000
  3289. !marvell,armada-380-ahci
  3290. okay
  3291. 0default
  3292. sata-port@0
  3293. sata-port@1
  3294. sata@e0000
  3295. !marvell,armada-380-ahci
  3296. okay
  3297. 0default
  3298. sata-port@0
  3299. sata-port@1
  3300. clock@e4250
  3301. !marvell,armada-380-corediv-clock
  3302. [nand
  3303. thermal@e8078
  3304. !marvell,armada380-thermal
  3305. okay
  3306. flash@d0000
  3307. !marvell,armada370-nand
  3308. disabled
  3309. sdhci@d8000
  3310. !marvell,armada-380-sdhci
  3311. Csdhci
  3312. mbus
  3313. conf-sdio3
  3314. okay
  3315. 0default
  3316. usb3@f0000
  3317. !marvell,armada-380-xhci
  3318. okay
  3319. usb3@f8000
  3320. !marvell,armada-380-xhci
  3321. okay
  3322. pcie-controller
  3323. !marvell,armada-370-pcie
  3324. okay
  3325. Tpci
  3326. pcie@1,0
  3327. Tpci
  3328. okay
  3329. pcie@2,0
  3330. Tpci
  3331. okay
  3332. pcie@3,0
  3333. Tpci
  3334. okay
  3335. pcie@4,0
  3336. Tpci
  3337. disabled
  3338. gpio-fan
  3339. !gpio-fan
  3340. clocks
  3341. mainpll
  3342. !fixed-clock
  3343. oscillator
  3344. !fixed-clock
  3345. cpus
  3346. ,marvell,armada-380-smp
  3347. cpu@0
  3348. Tcpu
  3349. !arm,cortex-a9
  3350. cpu@1
  3351. Tcpu
  3352. !arm,cortex-a9
  3353. usb3-vbus
  3354. !regulator-fixed
  3355. :usb3-vbus
  3356. v5-vbus0
  3357. !regulator-fixed
  3358. :v5.0-vbus0
  3359. v5-vbus1
  3360. !regulator-fixed
  3361. :v5.0-vbus1
  3362. pwr-sata0
  3363. !regulator-fixed
  3364. :pwr_en_sata0
  3365. v5-sata0
  3366. !regulator-fixed
  3367. :v5.0-sata0
  3368. v12-sata0
  3369. !regulator-fixed
  3370. :v12.0-sata0
  3371. pwr-sata1
  3372. :pwr_en_sata1
  3373. !regulator-fixed
  3374. v5-sata1
  3375. !regulator-fixed
  3376. :v5.0-sata1
  3377. v12-sata1
  3378. !regulator-fixed
  3379. :v12.0-sata1
  3380. pwr-sata2
  3381. !regulator-fixed
  3382. :pwr_en_sata2
  3383. v5-sata2
  3384. !regulator-fixed
  3385. :v5.0-sata2
  3386. v12-sata2
  3387. !regulator-fixed
  3388. :v12.0-sata2
  3389. pwr-sata3
  3390. !regulator-fixed
  3391. :pwr_en_sata3
  3392. v5-sata3
  3393. !regulator-fixed
  3394. :v5.0-sata3
  3395. v12-sata3
  3396. !regulator-fixed
  3397. :v12.0-sata3
  3398. #address-cells
  3399. #size-cells
  3400. model
  3401. compatible
  3402. stdout-path
  3403. gpio0
  3404. gpio1
  3405. serial0
  3406. serial1
  3407. device_type
  3408. interrupts-extended
  3409. controller
  3410. interrupt-parent
  3411. pcie-mem-aperture
  3412. pcie-io-aperture
  3413. ranges
  3414. clocks
  3415. status
  3416. cache-unified
  3417. cache-level
  3418. interrupts
  3419. #interrupt-cells
  3420. interrupt-controller
  3421. linux,phandle
  3422. cell-index
  3423. pinctrl-names
  3424. pinctrl-0
  3425. spi-max-frequency
  3426. m25p,fast-read
  3427. timeout-ms
  3428. clock-frequency
  3429. gpio-controller
  3430. #gpio-cells
  3431. reg-shift
  3432. reg-io-width
  3433. marvell,pins
  3434. marvell,function
  3435. ngpios
  3436. #clock-cells
  3437. msi-controller
  3438. clock-names
  3439. phy-mode
  3440. vcc-supply
  3441. dmacap,memcpy
  3442. dmacap,xor
  3443. dmacap,memset
  3444. reg-names
  3445. target-supply
  3446. clock-output-names
  3447. mrvl,clk-delay-cycles
  3448. cd-gpios
  3449. no-1-8-v
  3450. wp-inverted
  3451. bus-width
  3452. msi-parent
  3453. bus-range
  3454. assigned-addresses
  3455. interrupt-map-mask
  3456. interrupt-map
  3457. marvell,pcie-port
  3458. marvell,pcie-lane
  3459. gpio-fan,speed-map
  3460. enable-method
  3461. regulator-name
  3462. regulator-min-microvolt
  3463. regulator-max-microvolt
  3464. enable-active-high
  3465. regulator-always-on
  3466. gpio
  3467. vin-supply
  3468. baudrate=115200
  3469. bootdelay=3
  3470. ethact=neta2
  3471. fdt_high=0x10000000
  3472. initrd_high=0x10000000
  3473. bootargs=earlyprintk console=ttyS0,115200 rootfstype=btrfs rootdelay=2 root=b301 rootflags=subvol=@,commit=5 rw
  3474. bootcmd=i2c dev 1; i2c read 0x2a 0x9 1 0x00FFFFF0; setexpr.b rescue *0x00FFFFF0; if test $rescue -ge 1; then echo BOOT RESCUE; run rescueboot; else echo BOOT eMMC FS; run mmcboot; setenv bootargs; run distro_bootcmd; fi
  3475. rescueboot=i2c mw 0x2a.1 0x3 0x1c 1; i2c mw 0x2a.1 0x4 0x1c 1; mw.l 0x01000000 0x00ff000c; i2c write 0x01000000 0x2a.1 0x5 4 -s; setenv bootargs "$bootargs omniarescue=$rescue"; sf probe; sf read 0x1000000 0x100000 0x700000; bootz 0x1000000
  3476. mmcboot=btrload mmc 0 ${kernel_addr_r} boot/zImage @ && btrload mmc 0 ${fdt_addr_r} boot/dtb @ && setenv bootargs ${bootargs} cfg80211.freg=${regdomain} && bootz ${kernel_addr_r} - ${fdt_addr_r}
  3477. kernel_addr_r=0x1000000
  3478. scriptaddr=0x1800000
  3479. fdt_addr_r=0x2000000
  3480. boot_targets=mmc0 scsi0
  3481. boot_prefixes=/ /boot/
  3482. boot_scripts=boot.scr
  3483. distro_bootcmd=scsi_need_init=true; for target in ${boot_targets}; do run bootcmd_${target}; done
  3484. bootcmd_mmc0=devnum=0; run mmc_boot
  3485. mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
  3486. bootcmd_scsi0=devnum=0; run scsi_boot
  3487. scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
  3488. scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
  3489. scan_dev_for_boot_part=for distro_bootpart in 1; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then run scan_dev_for_boot; fi; done
  3490. scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_scripts; done
  3491. scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
  3492. boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
  3493.  
Add Comment
Please, Sign In to add comment