es ms ts {s s s s s s s s s s s s s s s s s s t t t t t #t +t 2t :t Bt Jt @ 4y Iy \y ly vy y y y \ ~ I I I I , X ` % K D " fU vn H rn \ " , X ,L @ ,L ' ,L 3 ,L = ,L 0 w,a Q m jp5 c d 2 y +L | ~ - d jHq A } mQ V l kdz b e O\ l cc= n;^ iL A` rqg <G K k 5l B @ l 2u\ E Y= 0 &: Q Q a !# V ( _ $ |o/ LhX a =-f A v q * q 3 x4 j-=m ld \c Qkkbal 0e N b l{ W eP | bI- | eL Xa M Q :t 0 A J =m j iC n4F g ` s- D 3_L | <q P A ' % hW o f a ^ )" = Y .;\ l t9G w & s c ;d >jm Zjz ' }D h i]Wb ge q6l knv + Zz J go C ` ~ 8R O g gW ?K6 H + L J 6`z A ` U g n1y iF a f o%6 hR w G "/& U ; ( Z + j \ 1 , [ d & c ju m ?6 g r W J z + {8 |! B hn [& w owG Z pj ; f\ e i b kaE l x T N 9a&g ` MGiI wn>Jj Z f @ ; 7S G 0 0 S $ 6 )W T g #.zf Ja h] +o*7 Z - + , , , , - ,v u z u du t Tt v y s 8 ( H @ @ ' @B {! ! ! ! ! ! ! ! " " )" pI t 5 pI t = pI t ?[ 0 pI t D E pI t pI u Co $+ Io @+ Ro P+ Xo + bo <+ oo D+ yo h) o H) o 6 o H6 # ( - 2 7 < F P w w & ; O a s B{ ? ) 9 U q # , 8 F \ ? \ ? h ) ) 5 @ ) K f L @ @ M @ M M @ M M M - M < M J O Y ` g n u | @ @ @ @ ! ! @ 0 0 0 @ 0 ' @ 0 @ 9 @ @ B @ K @ U @ ] P f ` o ` @ x ` ` A V ! ( 4 : B J R J V [ d k q w m s ,( ,( ( , ,( ,( j u { ,( ,( q % - > F \ c p ~ # , ~ E S Z e x ,( ,( ! " # $ % & ' ( ) * + , - . / 0 1 2 3 ! B c0 @ P ` p ) J k 1 s2R" R B r b9 { Z b$C4 d t D Tj K ( S6r& 0 v f V F[ z 8 H X h x@ a (#8 H i + Z J z jq P 3: * y X ; l | L \", <` A * h I ~ n ^ N >2.Q p : Y x - N o 0 P%@Fpg` = ^ " 25B RwbVr n O , 4 $ ftGd$T D _ ~ < & 6 Wfvv F4VL m / DXeH x'h 8 (} \ ? uJTZ7j z * :. l M &| ld\EL < , > ] | n6~UNt^ . > @ A A @ A @ @ A A @ @ A @ A A @ 0 1A 3 @2 6 @7 5 4A < @= ? >A : ;A 9 @8 ( @) + *A . /A - @, $ %A ' @& " @# ! A ` aA c @b f @g e dA l @m o nA j kA i @h x @y { zA ~ A } @| t uA w @v r @s q pA P @Q S RA V WA U @T \ ]A _ @^ Z @[ Y XA H IA K @J N @O M LA D @E G FA B CA A @@ ! 1 A a 0 @ ` @ @ A @ ! @ a ` 1 0 @ # + 3 ; C S c s ` P s p 0 ` @ X ; x 8 h ( H T + t 4 d $ D \ S | < l , L R # r 2 b " B Z C z : j * J V @ 3 v 6 f & F ^ c ~ > n . N ` Q q 1 a ! A Y ; y 9 i ) I U + u 5 e % E ] S } = m - M S # s 3 c # C [ C { ; k + K W @ 3 w 7 g ' G _ c ? o / O ` P s p 0 ` @ X ; x 8 h ( H T + t 4 d $ D \ S | < l , L R # r 2 b " B Z C z : j * J V @ 3 v 6 f & F ^ c ~ > n . N ` Q q 1 a ! A Y ; y 9 i ) I U + u 5 e % E ] S } = m - M S # s 3 c # C [ C { ; k + K W @ 3 w 7 g ' G _ c ? o / O bootcmd=run $modeboot bootdelay=3 baudrate=115200 ipaddr=10.10.70.102 serverip=10.10.70.101 ethaddr=00:0a:35:00:01:22 kernel_image=uImage kernel_load_address=0x2080000 ramdisk_image=uramdisk.image.gz ramdisk_load_address=0x4000000 devicetree_image=devicetree.dtb devicetree_load_address=0x2000000 bitstream_image=system.bit.bin boot_image=BOOT.bin loadbit_addr=0x100000 loadbootenv_addr=0x2000000 kernel_size=0x500000 devicetree_size=0x20000 ramdisk_size=0x5E0000 boot_size=0xF00000 fdt_high=0x20000000 initrd_high=0x20000000 bootenv=uEnv.txt loadbootenv=fatload mmc 0 ${loadbootenv_addr} ${bootenv} importbootenv=echo Importing environment from SD ...; env import -t ${loadbootenv_addr} $filesize mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && mmcinfo && fatload mmc 0 ${loadbit_addr} ${bitstream_image} && fpga load 0 ${loadbit_addr} ${filesize} norboot=echo Copying Linux from NOR flash to RAM... && cp.b 0xE2100000 ${kernel_load_address} ${kernel_size} && cp.b 0xE2600000 ${devicetree_load_address} ${devicetree_size} && echo Copying ramdisk... && cp.b 0xE2620000 ${ramdisk_load_address} ${ramdisk_size} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} qspiboot=echo Copying Linux from QSPI flash to RAM... && sf probe 0 0 0 && sf read ${kernel_load_address} 0x100000 ${kernel_size} && sf read ${devicetree_load_address} 0x600000 ${devicetree_size} && echo Copying ramdisk... && sf read ${ramdisk_load_address} 0x620000 ${ramdisk_size} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} uenvboot=if run loadbootenv; then echo Loaded environment from ${bootenv}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi sdboot=if mmcinfo; then run uenvboot; echo Copying Linux from SD to RAM... && fatload mmc 0 ${kernel_load_address} ${kernel_image} && fatload mmc 0 ${devicetree_load_address} ${devicetree_image} && fatload mmc 0 ${ramdisk_load_address} ${ramdisk_image} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address}; fi usbboot=if usb start; then run uenvboot; echo Copying Linux from USB to RAM... && fatload usb 0 ${kernel_load_address} ${kernel_image} && fatload usb 0 ${devicetree_load_address} ${devicetree_image} && fatload usb 0 ${ramdisk_load_address} ${ramdisk_image} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address}; fi nandboot=echo Copying Linux from NAND flash to RAM... && nand read ${kernel_load_address} 0x100000 ${kernel_size} && nand read ${devicetree_load_address} 0x600000 ${devicetree_size} && echo Copying ramdisk... && nand read ${ramdisk_load_address} 0x620000 ${ramdisk_size} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} jtagboot=echo TFTPing Linux to RAM... && tftpboot ${kernel_load_address} ${kernel_image} && tftpboot ${devicetree_load_address} ${devicetree_image} && tftpboot ${ramdisk_load_address} ${ramdisk_image} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_norboot=echo Copying Image from NOR flash to RAM... && cp.b 0xE2100000 0x100000 ${boot_size} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_nandboot=echo Copying Image from NAND flash to RAM... && nand read 0x100000 0x0 ${boot_size} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_qspiboot=echo Copying Image from QSPI flash to RAM... && sf probe 0 0 0 && sf read 0x100000 0x0 ${boot_size} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_sdboot=echo Copying Image from SD to RAM... && fatload mmc 0 0x100000 ${boot_image} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_jtagboot=echo TFTPing Image to RAM... && tftpboot 0x100000 ${boot_image} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} dfu_ram_info=set dfu_alt_info ${kernel_image} ram 0x3000000 0x500000\\;${devicetree_image} ram 0x2A00000 0x20000\\;${ramdisk_image} ram 0x2000000 0x600000 dfu_ram=run dfu_ram_info && dfu 0 ram 0 thor_ram=run dfu_ram_info && thordown 0 ram 0 dfu_mmc_info=set dfu_alt_info ${kernel_image} fat 0 1\\;${devicetree_image} fat 0 1\\;${ramdisk_image} fat 0 1 dfu_mmc=run dfu_mmc_info && dfu 0 mmc 0 thor_mmc=run dfu_mmc_info && thordown 0 mmc 0 * E H C I H o s t C o n t r o l l e r u - b o o t 0123456789ABCDEF xilinx_load xilinx_dump xilinx_info fdt_fixup_memory_banks miiphy_register composite_unbind v7_dcache_inval_range do_bootvx_fdt fdt_find_or_add_subnode set_default_env fpga_loadbitstream env_import env_export xilinx_load xilinx_loadfs xilinx_dump fpga_dev_info fpga_add fpga_fsload fpga_load fpga_dump m88e1111s_config ext4fs_devread fpga_info ext4fs_log_journal ext4fs_put_metadata do_env_export sdhci_reset do_env_import dev_enum_stor sdhci_transfer_data sdhci_send_command sdhci_set_clock sdhci_init add_sdhci usb_get_configuration_no alloc_double_indirect_block dfu_transfer_medium_ram dfu_fill_entity_ram submit_int_msg dfu_init_env_entities dfu_get_buf dfu_get_hash_algo do_thor_down dfu_write dfu_read download_head dfu_fill_entity download_tail ci_ep_queue process_rqt_download dfu_config_entities process_data thor_rx_data thor_tx_data zynq_dma_transfer thor_rx_tx_complete zynq_dma_xfer_init mmc_access_part thor_func_setup mmc_block_op thor_init thor_handle zynq_align_dma_buffer mmc_file_op zynq_validate_bitstream dfu_write_medium_mmc zynq_load thor_func_set_alt dfu_get_medium_size_mmc dfu_read_medium_mmc zynq_loadfs dfu_fill_entity_mmc g_dnl_register mdio_wait zynq_qspi_setup_transfer zynq_qspi_irq_poll spi_setup_slave ((((( AAAAAA BBBBBB bootcmd=run $modeboot bootdelay=3 baudrate=115200 ipaddr=10.10.70.102 serverip=10.10.70.101 ethaddr=00:0a:35:00:01:22 kernel_image=uImage kernel_load_address=0x2080000 ramdisk_image=uramdisk.image.gz ramdisk_load_address=0x4000000 devicetree_image=devicetree.dtb devicetree_load_address=0x2000000 bitstream_image=system.bit.bin boot_image=BOOT.bin loadbit_addr=0x100000 loadbootenv_addr=0x2000000 kernel_size=0x500000 devicetree_size=0x20000 ramdisk_size=0x5E0000 boot_size=0xF00000 fdt_high=0x20000000 initrd_high=0x20000000 bootenv=uEnv.txt loadbootenv=fatload mmc 0 ${loadbootenv_addr} ${bootenv} importbootenv=echo Importing environment from SD ...; env import -t ${loadbootenv_addr} $filesize mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && mmcinfo && fatload mmc 0 ${loadbit_addr} ${bitstream_image} && fpga load 0 ${loadbit_addr} ${filesize} norboot=echo Copying Linux from NOR flash to RAM... && cp.b 0xE2100000 ${kernel_load_address} ${kernel_size} && cp.b 0xE2600000 ${devicetree_load_address} ${devicetree_size} && echo Copying ramdisk... && cp.b 0xE2620000 ${ramdisk_load_address} ${ramdisk_size} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} qspiboot=echo Copying Linux from QSPI flash to RAM... && sf probe 0 0 0 && sf read ${kernel_load_address} 0x100000 ${kernel_size} && sf read ${devicetree_load_address} 0x600000 ${devicetree_size} && echo Copying ramdisk... && sf read ${ramdisk_load_address} 0x620000 ${ramdisk_size} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} uenvboot=if run loadbootenv; then echo Loaded environment from ${bootenv}; run importbootenv; fi; if test -n $uenvcmd; then echo Running uenvcmd ...; run uenvcmd; fi sdboot=if mmcinfo; then run uenvboot; echo Copying Linux from SD to RAM... && fatload mmc 0 ${kernel_load_address} ${kernel_image} && fatload mmc 0 ${devicetree_load_address} ${devicetree_image} && fatload mmc 0 ${ramdisk_load_address} ${ramdisk_image} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address}; fi usbboot=if usb start; then run uenvboot; echo Copying Linux from USB to RAM... && fatload usb 0 ${kernel_load_address} ${kernel_image} && fatload usb 0 ${devicetree_load_address} ${devicetree_image} && fatload usb 0 ${ramdisk_load_address} ${ramdisk_image} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address}; fi nandboot=echo Copying Linux from NAND flash to RAM... && nand read ${kernel_load_address} 0x100000 ${kernel_size} && nand read ${devicetree_load_address} 0x600000 ${devicetree_size} && echo Copying ramdisk... && nand read ${ramdisk_load_address} 0x620000 ${ramdisk_size} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} jtagboot=echo TFTPing Linux to RAM... && tftpboot ${kernel_load_address} ${kernel_image} && tftpboot ${devicetree_load_address} ${devicetree_image} && tftpboot ${ramdisk_load_address} ${ramdisk_image} && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_norboot=echo Copying Image from NOR flash to RAM... && cp.b 0xE2100000 0x100000 ${boot_size} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_nandboot=echo Copying Image from NAND flash to RAM... && nand read 0x100000 0x0 ${boot_size} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_qspiboot=echo Copying Image from QSPI flash to RAM... && sf probe 0 0 0 && sf read 0x100000 0x0 ${boot_size} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_sdboot=echo Copying Image from SD to RAM... && fatload mmc 0 0x100000 ${boot_image} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} rsa_jtagboot=echo TFTPing Image to RAM... && tftpboot 0x100000 ${boot_image} && zynqrsa 0x100000 && bootm ${kernel_load_address} ${ramdisk_load_address} ${devicetree_load_address} dfu_ram_info=set dfu_alt_info ${kernel_image} ram 0x3000000 0x500000\\;${devicetree_image} ram 0x2A00000 0x20000\\;${ramdisk_image} ram 0x2000000 0x600000 dfu_ram=run dfu_ram_info && dfu 0 ram 0 thor_ram=run dfu_ram_info && thordown 0 ram 0 dfu_mmc_info=set dfu_alt_info ${kernel_image} fat 0 1\\;${devicetree_image} fat 0 1\\;${ramdisk_image} fat 0 1 dfu_mmc=run dfu_mmc_info && dfu 0 mmc 0 thor_mmc=run dfu_mmc_info && thordown 0 mmc 0 , ! Device Firmware Upgrade aroc sdxbim Xilinx EPTGMKUSB download gadget ; k API: could not allocate memory for the signature! UBootAPI mmc usb ERROR @ %s(): group%d - out of order iteration ERROR: %s - start address is not aligned - 0x%08x ERROR: %s - stop address is not aligned - 0x%08x ECC enabled ECC disabled Non existing GEM id %d qspi0 qspi1_cs qspi1 qspi0_dio qspi1_cs_dio qspi1_dio nand8 nand16 usb0 usb1 armpll ddrpll iopll ddr_2x ddr_3x dci cpu_6or4x cpu_3or2x cpu_2x cpu_1x gem0 gem1 smc lqspi sdio0 sdio1 uart0 uart1 dbg_trc dbg_apb pcap fclk0 fclk1 fclk2 fclk3 usb0_aper usb1_aper gem0_aper gem1_aper sdio0_aper sdio1_aper spi0_aper spi1_aper can0_aper can1_aper i2c0_aper i2c1_aper uart0_aper uart1_aper gpio_aper lqspi_aper smc_aper clk frequency %10s%20lu bootargs FDT creation failed! hanging... (fake run for tracing) machid Using machid 0x%lx from environment Starting kernel ...%s Bad Linux ARM zImage magic! Kernel image @ %#08lx [ %#08lx - %#08lx ] /memory ## WARNING: fixup memory failed! Resetting CPU ... pc : [<%08lx>] lr : [<%08lx>] sp : %08lx ip : %08lx fp : %08lx r10: %08lx r9 : %08lx r8 : %08lx r7 : %08lx r6 : %08lx r5 : %08lx r4 : %08lx r3 : %08lx r2 : %08lx r1 : %08lx r0 : %08lx Flags: %c%c%c%c IRQs %s FIQs %s Mode %s%s undefined instruction software interrupt prefetch abort data abort not used fast interrupt request USER_26 FIQ_26 IRQ_26 SVC_26 UK4_26 UK5_26 UK6_26 UK7_26 UK8_26 UK9_26 UK10_26 UK11_26 UK12_26 UK13_26 UK14_26 UK15_26 USER_32 FIQ_32 IRQ_32 SVC_32 UK4_32 UK5_32 UK6_32 ABT_32 UK8_32 UK9_32 UK10_32 UND_32 UK12_32 UK13_32 UK14_32 SYS_32 resetting ... WARNING: Caches not enabled run qspiboot run nandboot run norboot run sdboot run jtagboot bootcmd run modeboot Board: Xilinx Zynq 7z010 7z015 7z020 7z030 7z045 7z100 usb_dnl_thor %s - %s Usage: %s - No additional help available. %-*s- %s Unknown command '%s' - try 'help' without arguments for list of all known commands zynq-uboot> Unknown command '%s' - try 'help' 'bootd' recursion detected Command '%s' failed: Error %d %s for %08lx ... %08lx ==> Unknown hash algorithm '%s' HASH_MAX_DIGEST_SIZE exceeded sha256 crc32 syntax error %s=%s ** Abort ## Error: "%s" not defined ERROR : memory not allocated *?[\ %u ERROR: There is a global environment variable with the same name. %s: readonly variable %s=%s HUSH_NO_EVAL Unknown command '%s' - try 'help' or use 'run' command IFS \$'" ;&|# ;$&| exit not allowed from main input shell. <INTERRUPT> HUSH_VERSION 0.01 showvar print local hushshell variables - print values of all hushshell variables showvar name ... - print value of hushshell variable 'name' then elif else fi for while until done ** Too many args (max. %d) ** ## Command too long! %.*s %*s Cksum xyzModem - %s mode, %d(SOH)/%d(STX)/%d(CAN) packets, %d retries Unknown error Block sequence error CRC/checksum error Invalid framing Cancelled End of file Timed out Sorry, zModem not available yet Can't access file Loading from %s device %d, partition %d: Name: %.32s Type: %.32s ** Read error on %d:%d ** Bad Header Checksum ** Fit image detected... ** Unknown image type ** Bad FIT image format bootdelay Hit any key to stop autoboot: %2d %2d DRAM: I2C: baudrate fdtcontroladdr Net: loadaddr MMC: ## Starting application at 0x%08lX ... ## Application terminated, rc = 0x%lX reset Perform RESET of the CPU start application at address 'addr' addr [arg ...] - start application at address 'addr' passing 'arg' as arguments ## Checking Image at %08lx ... Legacy image found Bad Magic Number Bad Header Checksum Verifying Checksum ... Bad Data CRC OK FIT image found Bad FIT image format! Bad hash in FIT image! Unknown image format! Trying to execute a command out of order autostart yes Automatic boot of image at addr 0x%08lX ... Your platform's zImage format isn't supported yet! bootz boot Linux zImage image from memory iminfo print header information for application image addr [addr ...] - print header information for application image starting at address 'addr' in memory; this includes verification of the image contents (magic number, header and payload checksums) bootd boot default, i.e., run 'bootcmd' boot application image from memory loados ramdisk cmdline bdt prep fake Ramdisk image is corrupt or invalid Could not find a valid device tree verify ## Booting kernel from Legacy Image at %08lx ... Unsupported Architecture 0x%x Wrong Image Type for %s command Wrong Image Format for %s command ERROR: can't get kernel image! Can't get image type! Can't get image compression! Can't get image OS! Can't get image load address! ERROR: unknown image format type! Can't get entry point property! Could not find kernel entry point! XIP %s ... Loading %s ... Uncompressing %s ... GUNZIP: uncompress, out-of-mem or overwrite error - must RESET board to recover Unimplemented compression type %d WARNING: legacy format multi component image overwritten ERROR: new format image overwritten - must RESET the board to recover initrd_start initrd_end ERROR: booting os '%s' (%d) is not supported subcommand not supported ! %s:%d FIT images not supported for '%s' - must reset board to recover! common/bootm_os.c RTEMS ## Transferring control to RTEMS (at address %08lx) ... no filesize QNX Plan 9 confaddr ## Transferring control to Plan 9 (at address %08lx) ... /chosen ## ERROR: %s : %s ## Starting vxWorks at 0x%08lx, device tree at 0x%08lx ... ## vxWorks terminated VxWorks alias for 'help' help print command description/usage - print brief description of all commands help command ... - print detailed usage of 'command' %s arm-xilinx-eabi-gcc (Sourcery CodeBench Lite 2011.09-49) 4.6.1 GNU ld (Sourcery CodeBench Lite 2011.09-49) 2.21.53.20110905 print monitor, compiler and linker version .callbacks:callbacks,.flags:flags,baudrate:baudrate,bootfile:bootfile,loadaddr:loadaddr,stdin:console,stdout:console,stderr:console, .callbacks ethaddr:ma, ## Warning: Unknown environment variable type '%c' ## Warning: Unknown environment variable access method '%c' Warning: Non-standard access flags. (0x%x) .flags ## Error: flags type check failure for "%s" <= "%s" (type: %c) ## Error: Can't delete "%s" ## Error: Can't overwrite "%s" oldval: %s defval: %s ## Error: Can't create "%s" !spi_flash_probe() failed Erasing SPI flash... Writing to SPI flash... !spi_flash_read() failed SPI Flash Bad magic number Bad header crc Bad data crc Bad image type Empty Script No FIT subimage unit name Can't find '%s' FIT subimage Not a image image Bad Data Hash Could not find script subimage data Wrong image format for "source" command ## Executing script at %08lx source run script from memory %-12s= 0x%08lX (not set) arch_number boot_params DRAM bank -> start -> size eth%dname = %s eth%iaddr %-12s= %s current eth = %s ipaddr ip_addr = %s baudrate = %u bps TLB addr relocaddr reloc off irq_sp sp start ARM frequency = %ld MHz DSP frequency = %ld MHz DDR frequency = %ld MHz bdinfo print Board Info structure flush No arch specific invalidate_icache_all available! OFF Instruction Cache is %s No arch specific flush_dcache_all available! Data (writethrough) Cache is %s dcache enable or disable data cache [on, off, flush] - enable, disable, or flush data (writethrough) cache icache enable or disable instruction cache [on, off, flush] - enable, disable, or flush instruction cache Not implemented clk CLK sub-system dump List of available devices: %-8s %08x %c%c%c coninfo print console devices and information \c echo args to console [args..] - echo args to console; \c suppresses newline ## No elf image at address 0x%08lx ## Not a 32-bit elf image at address 0x%08lx tftp Automatic boot of VxWorks image at address 0x%08lx ... ## Ethernet MAC address not copied to NV RAM bootaddr eth(0,0) bootfile %s:%s srv %s:file e=%s serverip h=%s hostname tn=%s ## Not an ELF image, assuming binary ## Using bootline (@ 0x%lx): %s ## Starting vxWorks at 0x%08lx ... ## Starting application at 0x%08lx ... ## Application terminated, rc = 0x%lx bootvx Boot vxWorks from an ELF image [address] - load address of vxWorks ELF image. bootelf Boot from an ELF image in memory [-p|-s] [address] - load ELF image at [address] via program headers (-p) or via section headers (-s) exit exit script Bad ext4 partition %s %d:%d ** Error ext4fs_write() ** ext4load load binary file from a Ext4 filesystem <interface> <dev[:part]> [addr] [filename] [bytes] - load binary file 'filename' from 'dev' on 'interface' to address 'addr' from ext4 filesystem ext4ls list files in a directory (default /) <interface> <dev[:part]> [directory] - list files from 'dev' on 'interface' in a 'directory' ext4write create a file in the root directory <interface> <dev[:part]> <addr> <absolute filename path> [sizebytes] - create a file in / directory ext2load load binary file from a Ext2 filesystem <interface> <dev[:part]> [addr] [filename] [bytes] - load binary file 'filename' from 'dev' on 'interface' to address 'addr' from ext2 filesystem. ext2ls ** Unable to use %s %d:%d for fatwrite ** ** Unable to write "%s" from %s %d:%d ** %ld bytes written usage: fatinfo <interface> [<dev[:part]>] ** Unable to use %s %d:%d for fatinfo ** fatwrite write file into a dos filesystem <interface> <dev[:part]> <addr> <filename> <bytes> - write file 'filename' from the address 'addr' in RAM to 'dev' on 'interface' fatinfo print information about filesystem <interface> [<dev[:part]>] - print information about filesystem from 'dev' on 'interface' fatls <interface> [<dev[:part]>] [directory] - list files from 'dev' on 'interface' in a 'directory' fatload load binary file from a dos filesystem <interface> [<dev[:part]>] <addr> <filename> [bytes [pos]] - Load binary file 'filename' from 'dev' on 'interface' to address 'addr' from dos filesystem. 'pos' gives the file position to start loading from. If 'pos' is omitted, 0 is used. 'pos' requires 'bytes'. 'bytes' gives the size to load. If 'bytes' is 0 or omitted, the load stops on end of file. If either 'pos' or 'bytes' are not aligned to ARCH_DMA_MINALIGN then a misaligned buffer warning will be printed and performance will suffer for the load. The address of the fdt is invalid (NULL). libfdt fdt_check_header(): %s - too old, fdt %d < %d - too new, fdt %d > %d ", " * 0x%p [0x%08x] < 0x%08x%s [ %02x%s fdtaddr /* NULL pointer error */ The address of the fdt is %#08lx New length %d < existing length %d, ignoring. libfdt fdt_open_into(): %s No FDT memory address configured. Please configure the FDT address via "fdt addr <address>" command. Aborting! mo New length 0x%X < existing length 0x%X, aborting. libfdt fdt_path_offset() returned %s libfdt fdt_add_subnode(): %s Sorry, I could not convert "%s" Unexpected character '%c' libfdt fdt_setprop(): %s libfdt node not found 0x%08X error: unprintable value 0x%p libfdt fdt_getprop(): %s %s%s { Nested too deep, aborting. %s}; %s%s; %s%s = %s/* NOP */ Unknown tag 0x%08X libfdt fdt_delprop(): %s libfdt fdt_del_node(): %s magic: 0x%x totalsize: 0x%x (%d) off_dt_struct: 0x%x off_dt_strings: 0x%x off_mem_rsvmap: 0x%x version: %d last_comp_version: %d boot_cpuid_phys: 0x%x size_dt_strings: 0x%x size_dt_struct: 0x%x number mem_rsv: 0x%x boo rs index start size ------------------------------------------------ libfdt fdt_get_mem_rsv(): %s %x %08x%08x %08x%08x libfdt fdt_add_mem_rsv(): %s libfdt fdt_del_mem_rsv(): %s flattened device tree utility commands #address-cells #size-cells %s: %s: %s fdt_initrd: %s linux,initrd-start WARNING: could not set linux,initrd-start %s. linux,initrd-end WARNING: could not set linux,initrd-end %s. fdt_chosen: %s WARNING: could not set bootargs %s. Unable to update property %s:%s, err=%s %s: num banks %d exceeds hardcoded limit %d. Recompile with higher MEMORY_BANKS_MAX? device_type WARNING: could not set %s %s. reg /aliases usbethaddr ethernet%d eth%daddr local-mac-address %s: Bad cell count for %s ranges linux,phandle Can't set phandle %u: %s okay disabled fail fail-%d Invalid fdt status: %x Warning: device tree alias '%s' points to invalid node %s. Warning: device tree node '%s' has no address. Warning: U-Boot configured device %s at address %llx, but the device tree has it address %llx. default fpga fpgadata loadb loadp loadbp loadfs loadmk FPGA device not specified Wrong parameters for FPGA request GUNZIP: error Fpga subimage data not found Unknown operation Unknown fpga operation "%s" loadable FPGA image support [operation type] [device number] [image address] [image size] fpga operations: dump [dev] Load device to memory buffer info [dev] list known device information load [dev] [address] [size] Load device from memory buffer loadp [dev] [address] [size] Load device from memory buffer with partial bitstream loadb [dev] [address] [size] Load device from bitstream buffer (Xilinx only) loadbp [dev] [address] [size] Load device from bitstream buffer with partial bitstream(Xilinx only) Load device from filesystem (FAT by default) (Xilinx only) loadfs [dev] [address] [image size] [blocksize] <interface> [<dev[:part]>] <filename> loadmk [dev] [address] Load device generated with mkimage For loadmk operating on FIT format uImage address must include subimage unit name in the form of addr:<subimg_uname> Current bus speed=%d Setting bus speed to %d Hz Failure changing bus speed (%d) Bus %d: %s Invalid bus %d Error writing to the chip. Error writing the chip. Error reading the chip. Valid chip addresses: %02X %04x: %02x CRC32 for %08lx ... %08lx ==> Current bus is %d Setting bus to %d Failure changing bus number (%d) %08lx: Error reading the chip, %02lx %04lx %08lx ? i2c I2C sub-system bus dev loop mm mw nm probe read Unknown operator '%s' Invalid data width specifier itest return true/false on integer compare [.b, .w, .l, .s] [*]value1 <op> [*]value2 -lt -gt -eq == -ne != <> -ge >= -le <= ## Total Size = 0x%08x = %d Bytes ## First Load Addr = 0x%08lX ## Last Load Addr = 0x%08lX ## Total Size = 0x%08lX = %ld Bytes loads_echo ## Ready for S-Record download ... ## S-Record download aborted ## Start Addr = 0x%08lX ## Switch baudrate to %d bps and press ENTER ... loady ## Ready for binary (ymodem) download to 0x%08lX at %d bps... loadx ## Ready for binary (xmodem) download to 0x%08lX at %d bps... ## Ready for binary (kermit) download to 0x%08lX at %d bps... ## Binary (kermit) download aborted ## Switch baudrate to %d bps and press ESC ... load binary file over serial line (ymodem mode) [ off ] [ baud ] - load binary file over serial line with offset 'off' and baudrate 'baud' load binary file over serial line (xmodem mode) load binary file over serial line (kermit mode) loads load S-Record file over serial line [ off ] - load S-Record file over serial line with offset 'off' Base Address: 0x%08lx double word byte halfword %s at 0x%08lx (%#0*lx) != %s at 0x%08lx (%#0*lx) Total of %ld %s(s) were the same Zero length ??? %08x %04x infinite loop on address range [.b, .w, .l] address number_of_objects base print or set address offset - print address offset for memory commands base off - set address offset for memory commands to 'off' checksum calculation address count [addr] - compute CRC32 checksum [save at addr] cmp memory compare [.b, .w, .l] addr1 addr2 count memory copy [.b, .w, .l] source target count memory write (fill) [.b, .w, .l] address value [count] memory modify (constant address) [.b, .w, .l] address memory modify (auto-incrementing address) memory display [.b, .w, .l] address [# of objects] NULL device name! BUG: failure at %s:%d/%s()! common/miiphyutil.c BUG! miiphy_register: non unique device name '%s' miiphy_register: cannot allocate memory for '%s' mdio_register: non unique device name '%s' %s: %d - %s <--> %s No such device: %s %s is not a known ethernet MII devices: '%s' Current device: '%s' PHY speed PHY AN speed read failed, assuming 10BASE-T PHY duplex PHY AN duplex read failed, assuming half duplex MII_BMSR read failed, assuming no link FDX HDX full half IEEE 802.3 ??? IEEE 802.9 ISLAN-16T PHY 0x%02X: OUI = 0x%04X, Model = 0x%02X, Rev = 0x%02X, %3dbase%s, %s Error reading from the PHY addr=%02x reg=%02x addr=%02x reg=%02x data= %04X Error writing to the PHY addr=%02x reg=%02x du The MII dump command only formats the standard MII registers, 0-5. %u. (%04hx) -- %s -- (%04hx:%04hx) %u. %2u,%2u = b%u%u speed selection = %s Mbps %2u = %5u duplex = %s %2u-%2u = %5u selector = %s %2u-%2u = %u selector = %s %2u %2u-%2u = %5u %s mii MII utility commands device - list available devices mii device <devname> - set current device mii info <addr> - display MII PHY info mii read <addr> <reg> - read MII PHY <addr> register <reg> mii write <addr> <reg> <data> - write MII PHY <addr> register <reg> mii dump <addr> <reg> - pretty-print <addr> <reg> (0-5 only) Addr and/or reg may be ranges, e.g. 2-7. PHY control register PHY status register PHY ID 1 register PHY ID 2 register Autonegotiation advertisement register Autonegotiation partner abilities register loopback speed selection A/N enable power-down isolate restart A/N collision test enable (reserved) 100BASE-T4 able 100BASE-X full duplex able 100BASE-X half duplex able 10 Mbps full duplex able 10 Mbps half duplex able 100BASE-T2 full duplex able 100BASE-T2 half duplex able extended status MF preamble suppression A/N complete remote fault A/N able link status jabber detect extended capabilities OUI portion manufacturer part number manufacturer rev. number next page able asymmetric pause pause enable 100BASE-TX full duplex able 100BASE-TX able 10BASE-T full duplex able 10BASE-T able xxx to do acknowledge asymmetric pause able 100BASE-X full duplex able 10BASE-T full duplex able 10BASE-T able PHY does not have extended functions Reading from bus %s PHY at address %d: %d. %d - 0x%x mdio MDIO utility commands list - List MDIO buses mdio read <phydev> [<devad>.]<reg> - read PHY's register at <devad>.<reg> mdio write <phydev> [<devad>.]<reg> <data> - write PHY's register at <devad>.<reg> mdio rx <phydev> [<devad>.]<reg> - read PHY's extended register at <devad>.<reg> mdio wx <phydev> [<devad>.]<reg> <data> - write PHY's extended register at <devad>.<reg> <phydev> may be: <busname> <addr> <addr> <eth name> <addr> <devad>, and <reg> may be ranges, e.g. 1-5.4-0x1f. sleep delay execution for some time N - delay execution for N seconds (N is _decimal_ !!!) no mmc device at slot %x Yes No No MMC device available Device: %s Manufacturer ID: %x OEM: %x Name: %c%c%c%c%c Tran Speed: %d Rd Block Len: %d %s version %d.%d High Capacity: %s Capacity: Bus Width: %d-bit OK, force rescan ERROR set dsr %s OK #part_num shouldn't be larger than %d switch to partitions #%d, %s mmc%d is current device mmc%d(part %d) is current device get mmc type error! MMC erase: dev # %d, block # %d, count %d ... Error: card is write protected! %d blocks erased: %s MMC write: dev # %d, block # %d, count %d ... %d blocks written: %s MMC read: dev # %d, block # %d, count %d ... %d blocks read: %s mmcinfo display MMC info - display info of the current MMC device MMC sub system info - display info of the current MMC device mmc read addr blk# cnt mmc write addr blk# cnt mmc erase blk# cnt mmc rescan mmc part - lists available partition on current mmc device mmc dev [dev] [part] - show or set current mmc device [partition] mmc list - lists available devices mmc setdsr <value> - set DSR register value erase list setdsr ping failed; host %s is not alive host %s is alive Invalid address/size gatewayip netmask rootpath dnsip domain ping send ICMP ECHO_REQUEST to network host pingAddress nfs boot image via network using NFS protocol [loadAddress] [[hostIPaddr:]bootfilename] dhcp boot image via network using DHCP/TFTP protocol tftpput TFTP put command, for uploading files to a server Address Size [[hostIPaddr:]filename] tftpboot boot image via network using TFTP protocol bootp boot image via network using BOOTP/TFTP protocol malloc Read Written Failed to initialize SPI flash at %u:%u No SPI flash selected. Please run `sf probe' update ERROR: attempting %s past flash size (%#x) Failed to map physical memory Updating, %zu%% %lu B/s SPI flash failed in %s step %zu bytes written, %zu bytes skipped in %ld.%lds, speed %ld B/s SF: %zu bytes @ %#x %s: %s SF: %zu bytes @ %#x Erased: %s sf SPI flash sub-system probe [[bus:]cs] [hz] [mode] - init flash device on given SPI bus and chip select sf read addr offset len - read `len' bytes starting at `offset' to memory at `addr' sf write addr offset len - write `len' bytes from memory at `addr' to flash at `offset' sf erase offset [+]len - erase `len' bytes from `offset' `+len' round up `len' to block size sf update addr offset len - erase and write `len' bytes from memory at `addr' to flash at `offset' Hex conversion error on %c Invalid bitlen %d Invalid device %d:%d Error during SPI transaction sspi SPI utility command [<bus>:]<cs>[.<mode>] <bit_len> <dout> - Send and receive bits <bus> - Identifies the SPI bus <cs> - Identifies the chip select <mode> - Identifies the SPI mode to use <bit_len> - Number of bits to send (base 10) <dout> - Hexadecimal string that gets sent true do nothing, successfully false do nothing, unsuccessfully minimal test like /bin/sh [args..] -o -a -z -n -e See Interface Audio Communication Human Interface Printer Mass Storage Hub CDC Data Vendor specific Human Interface, Subclass: None Boot Keyboard Mouse reserved Mass Storage, RBC SFF-8020i (ATAPI) QIC-157 (Tape) UFI SFF-8070 Transp. SCSI Command/Bulk Command/Bulk/Int Bulk only 12 Mb/s +- %d %s (%s, %dmA) %s %s %s %s %d: %s, USB Revision %x.%x - %s %s %s - Class: - Class: (from Interface) %s - PacketSize: %d Configurations: %d - Vendor: 0x%04x Product 0x%04x Version %d.%d String: "%s" Self Powered Bus Powered Remote Wakeup In Out Configuration: %d - Interfaces: %d %s%s%dmA Interface: %d - Alternate Setting %d, Endpoints: %d - Class - - Endpoint %d %s Control Isochronous Interrupt MaxPacket %d Interval %dms (Re)start USB... stop stopping USB.. USB is stopped. Please issue 'usb start' first. USB device tree: inf config for device %d *** No device available *** Device %d does not exist. Device is no hub or does not have %d ports. Setting Test_J mode Setting Test_K mode Setting Test_SE0_NAK mode Setting Test_Packet mode Setting Test_Force_Enable mode Unrecognized test mode: %s Available modes: J, K, S[E0_NAK], P[acket], F[orce_Enable] on downstream facing port %d... on upstream facing port... Error during SET_FEATURE. Test mode successfully set. Use 'usb start' to return to normal operation. stor no USB devices available no current device selected USB read: device %d block # %ld, count %ld ... %ld blocks read: %s USB write: device %d block # %ld, count %ld ... %ld blocks write: %s USB device %d: unknown device Device %d: ... is now current device usbboot boot from USB device loadAddr dev:part USB sub-system start - start (scan) USB controller usb reset - reset (rescan) USB controller usb stop [f] - stop USB [f]=force stop usb tree - show USB device tree usb info [dev] - show available USB devices usb test [dev] [port] [mode] - set USB 2.0 test mode (specify port 0 to indicate the device's upstream port) Available modes: J, K, S[E0_NAK], P[acket], F[orce_Enable] usb storage - show details of USB storage devices usb dev [dev] - show or set current USB storage device usb part [dev] - print partition table of one or all USB storage devices usb read addr blk# cnt - read `cnt' blocks starting at block `blk#' to memory address `addr' usb write addr blk# cnt - write `cnt' blocks starting at block `blk#' from memory address `addr' 1.5 Mb/s 480 Mb/s 5 Gb/s failed to stop USB controller %d unable to get descriptor, error %lX config descriptor too short (expected %i, got %i) %s: failed to get descriptor - too long: %d selecting invalid interface %d ERROR, too many USB Devices, max=%d Cannot allocate device context to get SLOT_ID usb_new_device:cannot locate device's port. Couldn't reset port %i USB device not accepting new address (error=%lX) unable to get device descriptor (error=%d) USB device descriptor short read (expected %i, got %i) usb_new_device: Cannot read configuration, skipping device %04x:%04x ERROR: NOT USB_CONFIG_DESC %x ERROR: Invalid USB CFG length (%d) ERROR: Invalid USB IF length (%d) USB IF descriptor overflowed buffer! Too many USB interfaces! ERROR: Invalid USB EP length (%d) USB EP descriptor overflowed buffer! Endpoint descriptor out of order! Interface %d has too many endpoints! ERROR: Invalid USB EPC length (%d) USB EPC descriptor overflowed buffer! EPC descriptor out of order! failed to set default configuration len %d, status %lX USB%d: lowlevel init failed scanning bus %d for devices... No USB Device found %d USB Device(s) found USB error: all controllers failed lowlevel init cannot reset port %i!? ERROR: USB_MAX_HUB (%d) reached Did not get interrupt on CBI cmd 0x%02X returned 0x%02X 0x%02X 0x%02X 0x%02X (NOT READY) cmd 0x%02X returned 0x%02X 0x%02X 0x%02X 0x%02X No storage devices, perhaps not 'usb start'ed..? USB Storage Transport unknown / not yet implemented Sorry, protocol %d not yet supported. error in inquiry Device NOT ready Request Sense returned %02X %02X %02X READ_CAP ERROR scanning usb for storage devices... max USB Storage Device reached: %d stopping %d Storage Device(s) found TIZEN "THOR" Downloader ERROR: USB init failed: %d at %s:%d/%s() common/cmd_thordown.c ERROR: THOR DOWNLOAD failed: %d at %s:%d/%s() ERROR: THOR failed: %d at %s:%d/%s() thordown TIZEN "THOR" downloader <USB_controller> <interface> <dev> - device software upgrade via LTHOR TIZEN dowload program via <USB_controller> on device <dev>, attached to interface <interface> ## Copying part %d from legacy image at %08lx ... Must specify load address for %s command with compressed image Bad Image Part ## Copying '%s' subimage from FIT image at %08lx ... Could not find script subimage compression type Invalid image type for imxtract Loading part %d ... Uncompressing part %d ... GUNZIP ERROR - image not loaded fileaddr imxtract extract a part of a multi-image do_bootm ERROR prep subcommand failed! Argument image is now in RAM: 0x%p Argument image is now in RAM at: 0x%p Subcommand failed spl SPL configuration export <img=atags|fdt> [kernel_addr] [initrd_addr] [fdt_addr] img "atags" or "fdt" kernel_addr address where a kernel image is stored. kernel is loaded as part of the boot process, but it is not started. initrd_addr address of initial ramdisk can be set to "-" if fdt_addr without initrd_addr is used. fdt_addr in case of fdt, the address of the device tree. export atags usb_dnl_dfu Device Firmware Upgrade <USB_controller> <interface> <dev> [list] - device firmware upgrade via <USB_controller> on device <dev>, attached to interface <interface> [list] - list available alt settings ## Error: cannot export environment Environment size: %d/%ld bytes ## Warning: defaulting to text format ## Error: external checksum format must pass size ## Info: input data size = %zu = 0x%zX ## Error: bad CRC, import failed ERROR: Environment import failed: errno = %d at %s:%d/%s() common/cmd_nvedit.c ## %s: only one of "-b", "-c" or "-t" allowed ## Warning: Input data exceeds %d bytes - truncated ## Resetting to default environment Saving Environment to %s... ## Error: illegal character '='in variable name "%s" ## Can't malloc %d bytes ## Error inserting "%s" variable, errno=%d setenv ERROR: Cannot export environment: errno = %d at %s:%d/%s() %zX env_buf [%d bytes] too small for value of "%s" edit: run run commands in an environment variable var [...] - run the commands in the environment variable(s) 'var' set environment variables [-f] name value ... - [forcibly] set environment variable 'name' to 'value ...' setenv [-f] name - [forcibly] delete environment variable 'name' printenv print environment variables [-a] - print [all] values of all environment variables printenv name ... - print value of environment variable 'name' editenv edit environment variable name - edit environment variable 'name' environment handling commands saveenv save environment variables to persistent storage delete edit import print save *** Warning - %s, using default environment Using default environment common/env_common.c !bad CRC ERROR: Cannot import environment: errno = %d at %s:%d/%s() !import failed y Y yes YES stdin stdout stderr In: No input devices available! Out: No output devices available! Err: No error devices available! bootm_low bootm_size bootm_mapsize %d Bytes = Unknown OS Unknown Architecture Unknown Image Unknown Compression %sImage Name: %.*s %sImage Type: %s %s %s (%s) %sData Size: %sLoad Address: %08x %sEntry Point: %08x %sContents: %s Image %d: %s Offset = 0x%08lx ## Loading init Ramdisk from Legacy Image at %08lx ... No Linux %s Ramdisk Image Wrong Ramdisk Image Format ## Loading init Ramdisk from multi component Legacy Image at %08lx ... initrd_high ramdisk - allocation error Loading Ramdisk to %08lx, end %08lx ... Invalid OS linux Linux netbsd NetBSD ose Enea OSE plan9 rtems u-boot U-Boot vxworks qnx Invalid ARCH alpha Alpha arm ARM Intel x86 ia64 IA64 m68k M68K microblaze MicroBlaze mips MIPS mips64 MIPS 64 Bit nios2 NIOS II powerpc PowerPC ppc s390 IBM S390 SuperH sparc SPARC sparc64 SPARC 64 Bit blackfin Blackfin avr32 AVR32 nds32 NDS32 or1k OpenRISC 1000 sandbox Sandbox arm64 AArch64 aisimage Davinci AIS image Filesystem Image firmware Firmware flat_dt Flat Device Tree gpimage TI Keystone SPL Image kernel Kernel Image kernel_noload Kernel Image (no loading done) kwbimage Kirkwood Boot Image imximage Freescale i.MX Boot Image Invalid Image multi Multi-File Image omapimage TI OMAP SPL With GP CH pblimage Freescale PBL Boot Image RAMDisk Image Script standalone Standalone Program ublimage Davinci UBL image mxsimage Freescale MXS Boot Image atmelimage ATMEL ROM-Boot Image none uncompressed bzip2 bzip2 compressed gzip gzip compressed lzma lzma compressed lzo lzo compressed ERROR: - must RESET the board to recover. reserving fdt memory region: addr=%llx size=%llx image is not a fdt fdt_high Failed using fdt_high value for Device Tree device tree - allocation error Using Device Tree in place at %p, end %p Loading Device Tree to %p, end %p ... fdt move failed ## Flattened Device Tree from Legacy Image at %08lx fdt header checksum invalid fdt checksum invalid uImage is not a fdt uImage is compressed uImage data is not a fdt fdt overwritten ## Flattened Device Tree blob at %08lx ERROR: Did not find a cmdline Flattened Device Tree Booting using the fdt blob at %#08lx ## Flattened Device Tree from multi component Image at %08lX Booting using the fdt at 0x%p fdt size != image size ERROR: /chosen node create failed description timestamp /images arch compression entry %s %s algo: invalid/unsupported key-name-hint required :%s (required) %s %s value: unavailable %s Description: %s Type: %s %s Compression: %s %s Data Start: %s Data Size: %s Architecture: %s %s OS: %s %s Load Address: %s Entry Point: hash Hash signature Sign Can't set '%s' property for '%s' node (%s) sha1 md5 Can't get hash algo property Bad hash value Can't get hash value property Unsupported hash algorithm Bad hash value len Can't get image data/size Corrupted or truncated tree uboot-ignore -skipped error! %s for '%s' hash node in '%s' image node + Can't find images parent node '%s' (%s) ## Checking hash(es) for FIT Image at %08lx ... Hash(es) for Image %u (%s): /configurations compatible %s Kernel: %s Init Ramdisk: %s %s FDT: %s %sFIT description: %s Image %u (%s) %s Default Configuration: '%s' %s Configuration %u (%s) Verifying Hash Integrity ... ## Loading %s from FIT Image at %08lx ... Bad FIT %s image format! Could not find configuration node Using '%s' configuration Could not find subimage node Trying '%s' %s subimage Unsupported Architecture FDT image is compressed No Linux %s %s Image Could not find %s subimage data! Subimage data is not a FDT Can't get %s subimage load address! Error: %s overwritten Loading %s from 0x%08lx to 0x%08lx serial (%d:%d) Vendor: %s Prod.: %s Rev: %s Model: %s Firm: %s Ser#: %s Vendor: %s Rev: %s Prod: %s device type DOC device type unknown Unhandled device type: %i Type: Removable Hard Disk CD ROM Optical Device Tape # %02X # Capacity: %ld.%ld MB = %ld.%ld GB (%ld x %ld) Capacity: not available Partition Map for IDE SATA ATAPI USB DOC HOST UNKNOWN device %d -- Partition Type: %s DOS ## Unknown partition table ** Bad device specification %s %s ** ** Bad HW partition specification %s %s ** ** Bad device %s %s ** hostfs Sandbox host bootdevice ** No device specified ** auto ** Bad partition specification %s %s ** ** Bad device size - %s %s ** ** No partition table - %s %s ** Whole Disk ** Invalid partition %d ** ** No valid partitions found ** ** Invalid partition type "%.32s" (expect "U-Boot") FAT FAT32 Extd Boot ** Can't read partition table on %d:%d ** bad MBR sector signature 0x%02x%02x %3d %-10d %-10d %08x-%02x %02x%s%s hd%c%d sd%c%d usbd%c%d docd%c%d xx%c%d Part Start Sector Num Sectors UUID Type %s: No support for %s. No FPGA suport! Xilinx Device Descriptor @ 0x%p Altera devices Lattice devices %s: Invalid or unsupported device type %d %s: Invalid device number %d %s: Null buffer. %s: FPGA support not initialized! %s: Exceeded Max FPGA device count %s: NULL device descriptor %s: Unsupported FPGA type %d Bitstream support not implemented for this FPGA device %s: No FPGA devices available. %s: Align buffer at %x to %x(swap %d) %s: Bitstream is not swapped(%d) - swap it %s: Bitstream is not validated yet (diff %x) %s: Bitstream has to be placed up to 1MB (%x) %s: Timeout wait for INIT to clear %s: Timeout wait for INIT to set %s: Timeout wait for DMA to complete %s: Timeout wait for FPGA to config %s: NULL part size %s: Invalid Interface type, %d %s: Invalid family type, %d %s: NULL descriptor! design filename = "%s" %s: Part number id not recognized in bitstream %s: Wrong bitstream ID for this device %s: Bitstream ID %s, current device ID %d/%s %s: Please fill correct device ID to xilinx_desc part number = "%s" %s: Date identifier not recognized in bitstream date = "%s" %s: Time identifier not recognized in bitstream time = "%s" %s: Data length id not recognized in bitstream bytes in bitstream = %d %s: Invalid device descriptor %s: Missing load operation %s: Missing loadfs operation %s: Missing dump operation Family: Spartan-II Spartan-III Virtex-II Zynq PL Unknown family type, %d Interface type: Slave Serial Master Serial Slave Parallel JTAG Mode Slave SelectMap Mode Master SelectMap Mode Device configuration interface (Zynq) Unsupported interface type, %d Device Size: %zd bytes Cookie: 0x%x (%d) Device name: %s Device Function Table @ 0x%p No Device Function Table. dfu_bufsiz %s: Could not memalign 0x%lx bytes DFU complete %s: 0x%08x %s: Wrong sequence number! [%d] [%d] ERROR: Buffer overflow! (0x%p + 0x%x > 0x%p) at %s:%d/%s() drivers/dfu/dfu.c %s: File too big for buffer %s: Failed to fill buffer UPLOAD ... done Ctrl+C to exit ... dfu_hash_algo ERROR: DFU hash method: %s not supported! at %s:%d/%s() ERROR: Hash algorithm %s not supported at %s:%d/%s() ; nand NAND support not available! %s: Device %s not (yet) supported! dfu_alt_info ERROR: "dfu_alt_info" env variable not defined! at %s:%d/%s() ERROR: DFU entities configuration failed! at %s:%d/%s() DFU alt settings list: dev: %s alt: %d name: %s layout: %s eMMC OneNAND RAM RAW_ADDR EXT2 EXT3 EXT4 RAM_ADDR fat ext4 %s: Layout (%s) not (yet) supported! %s%s mmc %d:%d 0x%x %lx dfu: Read error! dfu: Wrong file size! ERROR: Cannot switch to partition %d at %s:%d/%s() drivers/dfu/dfu_mmc.c Request would exceed designated area! ERROR: Operation not supported at %s:%d/%s() ERROR: MMC operation failed at %s:%d/%s() ERROR: Invalid number of arguments. at %s:%d/%s() ERROR: Couldn't find MMC device no. %d. at %s:%d/%s() ERROR: Couldn't init MMC device. at %s:%d/%s() raw mmcpart ERROR: Couldn't find part #%d on mmc device #%d at %s:%d/%s() ERROR: Memory layout (%s) not supported! at %s:%d/%s() ERROR: unsupported layout: %s at %s:%d/%s() drivers/dfu/dfu_ram.c ERROR: request exceeds allowed area at %s:%d/%s() ERROR: unsupported device: %s at %s:%d/%s() Error, wrong i2c adapter %d max %d possible zynq_1 zynq_0 Status Error: 0x%08X Timeout waiting card ready MMC Device %d not found MMC: block number 0x%lx exceeds max(0x%lx) mmc fail to send stop cmd Card doesn't support part_switch MMC: SET_DSR failed Man %06x Snr %04x%04x %c%c%c%c%c%c %s is deprecated! use mmc_create() instead. MMC: no card present Card did not respond to voltage select! %s: %d %s: Reset 0x%x never completed. %s: Internal clock never stabilised. %s: Aligned buffer alloc failed!!! %s: MMC: %d busy timeout increasing to: %u ms. timeout. %s: Timeout for status update! %s: Error detected in status(0x%X)! %s: Transfer data timeout %s: Hardware doesn't specify base clock frequency %s: mmc create fail! zynq_sdhci_init: sdhci_host malloc fail zynq_sdhci Caution! Your devices Erase group is 0x%x The erase range would be change to 0x%lx~0x%lx mmc erase failed mmc write failed S25FL008A S25FL016A S25FL032A S25FL064A S25FL128P_256K S25FL128P_64K S25FL032P S25FL064P S25FL128S_256K S25FL128S_64K S25FL256S_256K S25FL256S_64K S25FL512S_256K S25FL512S_64K S25FL512S_512K M25P10 M25P20 M25P40 M25P80 M25P16 M25P32 M25P64 M25P128 N25Q32 N25Q32A N25Q64 N25Q64A N25Q128 N25Q128A N25Q256 N25Q256A N25Q512 N25Q512A N25Q1024 N25Q1024A W25P80 W25P16 W25P32 W25X40 W25X16 W25X32 W25X64 W25Q80BL W25Q16CL W25Q32BV W25Q64CV W25Q128BV W25Q256 W25Q80BW W25Q16DW W25Q32DW W25Q64DW W25Q128FW SF: Need set QEB func for %02x flash SF: Failed to set up slave SF: Failed to get idcodes SF: Detected %s with page size , erase size , total , mapped at %p SF: Unsupported flash IDs: manuf %02x, jedec %04x, ext_jedec %04x %s: Timeout GEM: SOF or EOF not set for last buffer received! TX underrun TX buffers exhausted in mid frame PHY is not detected %s: No link. Gem.%x Failed to allocate PHY device for %s:%d %s Waiting for PHY auto negotiation to complete TIMEOUT ! user interrupt! done Phy not found PHY reset timed out %s:%d is connected to %s. Reconnecting to %s Could not get PHY for %s: addr %d Generic PHY %s: phy soft reset timeout Waiting for PHY realtime link Marvell 88E1310 Marvell 88E1149S Marvell 88E1145 Marvell 88E1121R Marvell 88E1118 Marvell 88E1118R Marvell 88E1111S Marvell 88E1011S Marvell 88E1518 Cannot find console ## Baudrate %d bps not supported ## Baudrate may not be deleted spi: invalid wordlen %d %s: Unsupported mode bits %x %s: No QSPI device detected based on MIO settings %s: Fail to allocate zynq_qspi_slave %s: ep0 transaction already in progress <UEI %x> EP%d/%s FAIL info=%x pg0=%x ci_udc ep0 ep1in-bulk ep2out-bulk ep3in-int ep- f_thor ERROR: ERROR:%d at %s:%d/%s() drivers/usb/gadget/f_thor.c ERROR: thor_setup: unknown request: %d at %s:%d/%s() ERROR: kill %s: resubmit %d bytes --> %d at %s:%d/%s() ERROR: %s: EPs setup failed! at %s:%d/%s() U-Boot 2014.07-dirty k unknown p unknown c unknown Command not supported -> cmd: %d PIT table file - not supported ERROR: Alt setting [%d] to write not found! at %s:%d/%s() ERROR: DFU write failed [%d] cnt: %d at %s:%d/%s() ERROR: DFU write failed [%d]: left: %llu at %s:%d/%s() ERROR: DFU flush failed! at %s:%d/%s() ERROR: Operation not supported: %d at %s:%d/%s() RQT: UPLOAD not supported! ERROR: unknown request (%d) at %s:%d/%s() THOR %s: Data not received! Download request from the Host PC ROHT Wrong reply information %s: No data received! drivers/usb/gadget/composite.c composite usb_dnload %s: failed!, error: %d DOWNLOAD ... OK Ctrl+C to exit ... out of buffer pointers (%u bytes left) unable to allocate TDs unable to construct SETUP TD unable to construct DATA TD EHCI fail timeout STS_ASS set EHCI timed out on TD - token=%#x EHCI fail timeout STS_ASS reset EHCI failed to shut down host controller. EHCI failed: timeout when disabling periodic list EHCI failed: timeout when enabling periodic list port(%d) reset error EHCI fail to reset USB EHCI %x.%02x Timeout destroying interrupt endpoint queue %s: Interrupt transfers requiring several transactions are not supported. Timeout poll on interrupt endpoint usb0 wrong num MIO: %d, Index %d usb1 wrong num MIO: %d, Index %d zynq ULPI viewport init failed ULPI integrity check failed ULPI: %s: wrong transceiver speed specified: %u, falling back to full speed ULPI: %s: wrong OpMode specified: %u, falling back to OpMode Normal ULPI: %s: unrecognized Serial Mode specified: %u ULPI: %s: failed writing the suspend bit ULPI: %s: reset timed out ULPI: %s: failed writing reset bit ULPI wakeup timed out ULPI request timed out ** Unrecognized filesystem type ** ** Unable to read file %s ** ** Unable to write file %s ** ** No boot file defined ** %d bytes read in %lu ms ( %d bytes written in %lu ms ** Can not find directory. ** ** Cannot support non-zero offset ** ** File not found %s ** part_offset is %lu total_sector is %llu error: overflow occurs no block left to assign No Memory %s: Device read error! no block left assign no block left Extent Error ** SI ext2fs read block (indir 1)malloc failed. ** ** SI ext2fs read block (indir 1):malloc failed. ** ** SI ext2fs read block (indir 1)failed. ** ** DI ext2fs read block (indir 2 1)malloc failed. ** ** DI ext2fs read block (indir 2 1)failed. ** ** DI ext2fs read block (indir 2 2)malloc failed. ** ** DI ext2fs read block (indir 2 2)failed. ** ** TI ext2fs read block (indir 2 1)malloc failed. ** ** TI ext2fs read block (indir 2 1)failed. ** ** TI ext2fs read block (indir 2 2)malloc failed. ** ** TI ext2fs read block (indir 2 2)failed. ** invalid extent block file found deleting Please supply Absolute path Invalid path It is a Directory 1st Block Full:Allocate new block Directory exceeds limit no inode left to assign <DIR> <SYM> < ? > %10d %s Failed to mount ext2 filesystem... %s read outside partition %lu ** ext2fs_devread() read error ** ** %s read error - block * %s read error - last part Error in ext4fs_log_gdt Error in getting the block group descriptor table error in File System init No memory Not enough space on partition !!! Error in copying content Invalid input arguments %s total bytes %d revoke blknr is %ld buffer ptr is NULL _get_node: malloc failed Journal Recovery Completed Journal Scan Completed Recovery required File System is consistent update journal finished Error: Invalid FAT entry: 0x%08x FAT32 FAT12 FAT16 FAT: Misaligned buffer address (%p) Invalid FAT entry error: wrinting directory entry Error: reading directory block Error: %ld overflow Error: clearing FAT entries Error: writing contents Error: flush fat buffer Error: writing directory entry Error: finding empty cluster U ** Partition %d not valid on device %d ** Error: FAT sector size mismatch (fs=%hu, dev=%lu) %s%c %8ld %s%c %d file(s), %d dir(s) Error reading cluster No current device Interface: Unknown Device %d: No valid FAT fs found Filesystem: %s "%s" reading %s writing %s Can't list files without a filesystem! %s/%s Can't load file without a filesystem! invalid distance too far back invalid distance code invalid literal/length code incorrect header check unknown compression method invalid window size unknown header flags set header crc mismatch invalid block type invalid stored block lengths too many length or distance symbols invalid code lengths set invalid bit length repeat invalid literal/lengths set invalid distances set incorrect data check incorrect length check need dictionary stream end file error stream error data error insufficient memory buffer error incompatible version 1.2.3 Error: inflateInit2() returned %d Error: inflate() returned %d Error: Bad gzipped data Error: gunzip out of data in header initcall sequence %p failed at call %p ERROR: Failed to allocate 0x%lx bytes below 0x%lx. .%03ld ## ERROR: unsupported match method: 0x%02x Env export buffer too small: %zu, but need %zu himport_r: can't insert "%s=%s" into hash table WARNING: '%s' neither in running nor in imported env! WARNING: '%s' not in imported env, deleting it! %s %llu Bytes%s %lu .%ld %ciB%s %0*x ### ERROR ### Please RESET the board ### <NULL> 0123456789abcdef %s:%u: %s: Assertion `%s' failed. %*llu <valid offset/length> <no error> <unknown error> FDT_ERR_NOTFOUND FDT_ERR_EXISTS FDT_ERR_NOSPACE FDT_ERR_BADOFFSET FDT_ERR_BADPATH FDT_ERR_BADSTATE FDT_ERR_TRUNCATED FDT_ERR_BADMAGIC FDT_ERR_BADVERSION FDT_ERR_BADSTRUCTURE FDT_ERR_BADLAYOUT ## Warning: gatewayip needed but not set ARP Retry count exceeded; starting again bad length %d < %d *** WARNING: %s is too long (%d - max: %d) - truncated Host Name Root Path Opt Boot File *** WARNING: using vendor optional boot file *** Unhandled DHCP Option in OFFER/ACK: %d DHCP client bound to address %pI4 DHCP: INVALID STATE BOOTP broadcast %d Retry count exceeded ethact %pM %s%daddr %saddr net/eth.c eth%dmacskip ethmacskip Warning: %s MAC addresses don't match: Address in SROM is %pM Address in environment is %pM Warning: %s using MAC address from net device Board Net Initialization Failed CPU Net Initialization Failed Net Initialization Skipped ethprime [PRIME] Warning: eth device name has a space! eth Warning: failed to set MAC address ethrotate autoload NFS netretry once ICMP Host Redirect to %pI4 %d.%d.%d.%d nvlan *** ERROR: ping address not given *** ERROR: `serverip' not set *** ERROR: `ipaddr' not set *** ERROR: No ethernet found. *** ERROR: `ethaddr' not set *** ERROR: `eth%daddr' not set Abort Bytes transferred = %ld (%lx hex) Retry count exceeded; starting again T *** ERROR: Cannot mount *** ERROR: Cannot umount done *** ERROR: File lookup fail *** ERROR: Symlink fail /nfsroot/%02X%02X%02X%02X.img *** Warning: no boot file name; using '%s' Using %s device File transfer via NFS from server %pI4; our IP address is %pI4 ; sending through gateway %pI4 Filename '%s/%s'. Size is 0x%x Bytes = Load address: 0x%lx Loading: * octet blksize%c%d%c File too large File has bad magic %s; starting again TFTP server died Retry count exceeded blksize TFTP error: First block is not block 1 (%ld) Starting again TFTP error: '%s' (%d) Not retrying... from tftpblocksize tftptimeout TFTP timeout (%ld ms) too low, set minimum = 1000 ms TFTP %s server %pI4; our IP address is %pI4 Filename '%s'. Save address: 0x%lx Save size: 0x%lx Saving: * Load address: 0x%lx ( w U-Boot 2014.07-dirty (Nov 20 2014 - 17:05:21)
,( mv L 6 6 x6 tv T6 06 6 ~x wx 8 |x x x x x x & x s Dv s lv @ v 0 l s s d* u u * v s s t t Ht u \t dt t t u pu u @u u Xw x xx ( `w hx w w Lx @w w x x Hw P x w m # w w 0* w w [addr [arg ...]] - boot application image stored in memory passing arguments 'arg ...'; when booting a Linux kernel, 'arg' can be the address of an initrd image When booting a Linux kernel which requires a flat device-tree a third argument is required which is the address of the device-tree blob. To boot that kernel without an initrd image, use a '-' for the second argument. If you do not pass a third a bd_info struct will be passed instead For the new multi component uImage format (FIT) addresses must be extened to include component or configuration unit name: addr:<subimg_uname> - direct component image specification addr#<conf_uname> - configuration specification Use iminfo command to get the list of existing component images and configurations. Sub-commands to do part of the bootm sequence. The sub-commands must be issued in the order below (it's ok to not issue all sub-commands): start [addr [arg ...]] loados - load OS image ramdisk - relocate initrd, set env initrd_start/initrd_end fdt - relocate flat device tree cmdline - OS specific command line processing/setup bdt - OS specific bd_t processing prep - OS specific prep before relocation or go go - start OS ,( ,( ~ ,( ,( ~ ,( ,( ,( ,( ~ @ ,( ,( ~ ,( ,( ,( ,( ,( ,( D ,( ,( [addr [initrd[:size]] [fdt]] - boot Linux zImage stored in memory The argument 'initrd' is optional and specifies the address of the initrd in memory. The optional argument ':size' allows specifying the size of RAW initrd. When booting a Linux kernel which requires a flat device-tree a third argument is required which is the address of the device-tree blob. To boot that kernel without an initrd image, use a '-' for the second argument. If you do not pass a third a bd_info struct will be passed instead u [addr] - run script starting at addr - A valid image header must be present For FIT format uImage addr must include subimage unit name in the form of addr:<subimg_uname> dump - Print clock frequencies ,( ,( addr [-c] <addr> [<length>] - Set the [control] fdt location to <addr> fdt move <fdt> <newaddr> <length> - Copy the fdt to <addr> and make it active fdt resize - Resize fdt to size + padding to 4k addr fdt print <path> [<prop>] - Recursive print starting at <path> fdt list <path> [<prop>] - Print one level starting at <path> fdt get value <var> <path> <prop> - Get <property> and store in <var> fdt get name <var> <path> <index> - Get name of node <index> and store in <var> fdt get addr <var> <path> <prop> - Get start address of <property> and store in <var> fdt get size <var> <path> [<prop>] - Get size of [<property>] or num nodes and store in <var> fdt set <path> <prop> [<val>] - Set <property> [to <val>] fdt mknode <path> <node> - Create a new node after <path> fdt rm <path> [<prop>] - Delete the node or <property> fdt header - Display header info fdt bootcpu <id> - Set boot cpuid fdt memory <addr> <size> - Add/Update memory node fdt rsvmem print - Show current mem reserves fdt rsvmem add <addr> <size> - Add a mem reserve fdt rsvmem delete <index> - Delete a mem reserves fdt chosen [<start> <end>] - Add/update the /chosen branch in the tree <start>/<end> - initrd start/end addr NOTE: Dereference aliases by omiting the leading '/', e.g. fdt print ethernet0. / bus [muxtype:muxaddr:muxchannel] - show I2C bus info crc32 chip address[.0, .1, .2] count - compute CRC32 checksum i2c dev [dev] - show or set current I2C bus i2c loop chip address[.0, .1, .2] [# of objects] - looping read of device i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device i2c mm chip address[.0, .1, .2] - write to I2C device (auto-incrementing) i2c mw chip address[.0, .1, .2] value [count] - write to I2C device (fill) i2c nm chip address[.0, .1, .2] - write to I2C device (constant address) i2c probe [address] - test for and show device(s) on the I2C bus i2c read chip address[.0, .1, .2] length memaddress - read to memory i2c write memaddress chip address[.0, .1, .2] length - write memory to i2c i2c reset - re-init the I2C Controller i2c speed [speed] - show or set I2C bus speed X ,( ,( tv ,( ,( $ ,( ,( ,( ,( t T ,( ,( ,( ,( T ,( ,( ,( ,( ,( ,( @ ,( ,( l ,( ,( B{ < ,( ,( ,( ,( @ ,( ,( L ,( ,( H ,( ,( ` \ ,( ,( % ,( ,( ,( ,( ,( ,( f ,( ,( k ,( ,( addr part [dest] - extract <part> from legacy image at <addr> and copy to <dest> addr uname [dest] - extract <uname> subimage from FIT image at <addr> and copy to <dest> ,( ,( ,( ,( ~ ~ ~ ~ ,( ,( default [-f] -a - [forcibly] reset default environment env default [-f] var [...] - [forcibly] reset variable(s) to their default values env delete [-f] var [...] - [forcibly] delete variable(s) env edit name - edit environment variable env export [-t | -b | -c] [-s size] addr [var ...] - export environment env import [-d] [-t | -b | -c] addr [size] - import environment env print [-a | name ...] - print environment env run var [...] - run commands in an environment variable env save - save environment env set [-f] name [arg ...] = \ ,( ,( W ,( ,( c ,( ,( _ ,( ,( Y ,( ,( X ,( ,( t XX ,( ,( \ ,( ,( 4 ^ ,( ,( l PE PE XE XE `E `E hE hE pE pE xE xE E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E F F F F F F F F F F (F (F 0F 0F 8F 8F @F @F HF HF PF PF XF XF `F `F hF hF pF pF xF xF F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F G G G G G G G G G G (G (G 0G 0G 8G 8G @G @G HG HG PG PG XG XG `G `G hG hG pG pG xG xG G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G H H H H H H H H H H (H (H 0H 0H 8H 8H @H @H HH HH PH PH XH XH `H `H hH hH pH pH xH xH H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H I I I I I I I I I I (I (I 0I 0I 8I 8I @I @I HI HI I I ` d I I ( | A % @. | E A d+ @. | A ( - | A % @. | f A ) . | U A * @. | v A $ ( | @ A ( - | ` A # @. | ttyPS0 L4 T4 3 3 3 (3 ttyPS1 D4 4 03 83 @3 H3 K B A 8F A E L M M M M M M M N M M N $ $ $ $ $ xN ,N N 4N o ` b a td 4d _ 4` m m Yg N N N N m ) @ @ ! t! ! x
GCC: (Sourcery CodeBench Lite 2011.09-49) 4.6.1
API_RESET bi_memsize API_TSTC bi_boot_params NETLOOP_RESTART long long unsigned int __u16 API_DEV_WRITE API_GET_SYS_INFO syscall API_ENV_ENUM bi_intfreq long long int API_dev_write bi_arch_number /opt/u-boot-xlnx API_RSVD api_signature API_env_enum screen_rows __va_list API_display_get_info retval uint16_t NETLOOP_SUCCESS API_dev_open bi_flashstart bd_t __u32 bi_busfreq calls_no act_len_net bi_bootflags API_DISPLAY_CLEAR screen_cols API_dev_read API_reset display_info bi_ip_addr pixel_width API_MAXCALL bi_enetaddr net_loop_state API_DEV_ENUM eth_current __gnuc_va_list bd_info API_display_draw_bitmap API_DISPLAY_DRAW_BITMAP API_DEV_CLOSE device_info API_DEV_READ API_DISPLAY_GET_INFO uchar block_count lbastart_t net_state scp_t API_ENV_GET act_len_stor API_getc platform_set_mr iobase unsigned char API_env_set API_GETC API_puts bi_sramsize lbasize_t mem_region API_get_timer API_tstc NETLOOP_FAIL API_dev_close bi_dsp_freq clk_bus uint32_t API_ENV_SET API_display_clear GNU C 4.6.1 API_putc api/api.c cookie API_get_sys_info bi_flashsize bi_dram API_PUTC API_GET_TIMER short int bi_sramstart API_DEV_OPEN API_PUTS API_env_get __ap short unsigned int bi_ethspeed API_UDELAY NETLOOP_CONTINUE API_udelay API_dev_enum phys_size_t clk_cpu api_init bi_arm_freq calls_table cfp_t mr_no bi_ddr_freq eth_device bi_memstart bi_flashoffset pixel_height api/api_display.c video_fontdata tlb_addr fdt_size bus_clk tlb_size start_addr_sp have_console dev_open_net dev_valid_net dev_close_net reloc_off dev_enum_net fdt_blob irq_sp timebase_h timebase_l gd_t cur_i2c_bus mem_clk env_buf relocaddr new_fdt eth_get_dev new_gd timer_rate_hz timer_reset_value arch_global_data pci_clk api/api_net.c dev_write_net cpu_clk env_valid lastinc dev_read_net dev_enum_reset lbaint_t max_dev dev_stor_init specs enum_ended removable part_type dev_stor_is_valid dev_read_stor block_write dev_is_stor block_dev_desc_t log2blksz __func__ block_read stor_spec dev_stor_get dev_close_stor block_erase dev_enum_storage dev_stor_type product dev_stor_index api/api_storage.c enum_started dev_open_stor target more vendor if_type dev_enum_stor api/api_platform-arm.c platform_sys_info set_csselr invalidate_icache_all get_clidr flush_dcache_range v7_inval_dcache_level_setway range_op v7_outer_cache_disable v7_outer_cache_enable invalidate_dcache_range flush_cache v7_maint_dcache_all v7_outer_cache_flush_all mmu_page_table_flush v7_inval_tlb log_2_n_round_up v7_dcache_clean_inval_range log2_num_ways arch/arm/cpu/armv7/cache_v7.c way_shift log2n num_sets level_start_bit log2_line_len flush_dcache_all operation v7_clean_inval_dcache_level_setway v7_dcache_inval_range get_ccsidr v7_outer_cache_inval_all arm_init_before_mmu v7_maint_dcache_level_setway v7_outer_cache_flush_range v7_outer_cache_inval_range v7_dcache_maint_range cache_type invalidate_dcache_all arch/arm/cpu/armv7/cpu.c cpu_cache_initialization cleanup_before_linux read_bit_mask wait_on_value loops bound arch/arm/cpu/armv7/syslib.c sdelay match_value read_addr uint64_t __le32 timeend dividend countticks lldiv timer_init __base divisor usec __rem get_timer_masked __res control emask timediff __u64 timenow get_tbclk __udelay arch/arm/cpu/armv7/zynq/timer.c timer_base get_ticks scu_timer write_count pss_rst_ctrl dma_src_len fpga_rst_ctrl pss_idcode scu_regs aper_clk_ctrl arm_pll_ctrl io_pll_ctrl dma_dst_len lqspi_clk_ctrl clk_621_true int_mask gem0_rclk_ctrl can_clk_ctrl lvl_shftr_en can_mioclk_ctrl ocm_cfg trust_zone reserved0_7 sdio_clk_ctrl mctrl ddr_urgent_sel arm_clk_ctrl arch_cpu_init dma_src_addr pcap_clk_ctrl fpga0_clk_ctrl fpga1_clk_ctrl fpga2_clk_ctrl smc_clk_ctrl fpga3_clk_ctrl ddr_pll_ctrl dci_clk_ctrl rom_shadow filter_end slcr_regs enable_caches filter_start reserved5_1 uart_clk_ctrl reserved0_5 ddr_clk_ctrl reserved0_6 dbg_clk_ctrl dma_dst_addr ddr_urgent read_count reset_cpu int_sts zynq_get_silicon_version gem0_clk_ctrl gem1_clk_ctrl reserved2 reserved0_1 reserved0_2 reserved0_3 reserved0_4 mio_pin reserved8 arch/arm/cpu/armv7/zynq/cpu.c reserved0_8 reboot_status devcfg_regs reserved1 reserved3 reserved4 reserved6 reserved7 reserved9 gem1_rclk_ctrl reserved5_2 ecctype arch/arm/cpu/armv7/zynq/ddrc.c zynq_ddrc_init ecc_scrub ddrc_ctrl ddrc_regs dbg_apb_clk smc_aper_clk fclk2_clk zynq_slcr_get_idcode can1_clk zynq_slcr_mio_get_status zynq_slcr_get_mio_pin_status qspi1_pins clk_max gem0_clk lqspi_aper_clk peri_name usb0_aper_clk usb1_aper_clk sdio0_aper_clk pcap_clk zynq_slcr_lock periph zynq_slcr_get_boot_mode dbg_trc_clk uart1_clk qspi0_dio_pins qspi1_dio_pins spi0_aper_clk spi1_aper_clk ddrpll_clk cpu_6or4x_clk mio_ptr iopll_clk fclk1_clk can0_clk ddr2x_clk get_pins gpio_aper_clk qspi1_cs_pin nand16_pins sdio1_aper_clk usb0_pins zynq_slcr_devcfg_enable clk_rate arch/arm/cpu/armv7/zynq/slcr.c sdio1_clk dci_clk spi1_clk zynq_slcr_unlock zynq_slcr_gem_clk_setup armpll_clk i2c0_aper_clk i2c1_aper_clk fclk3_clk gem_id num_pins cpu_3or2x_clk lqspi_clk zynq_slcr_cpu_reset zynq_slcr_devcfg_disable uart0_clk dma_clk uart0_aper_clk cpu_1x_clk uart1_aper_clk swdt_clk mio_periphs fclk0_clk gem1_clk qspi0_pins gem0_aper_clk check_val can0_aper_clk can1_aper_clk gem1_aper_clk cpu_2x_clk ddr3x_clk zynq_clk qspi1_cs_dio_pin sdio0_clk usb1_pins nand8_pins spi0_clk smc_clk srcsel pllreg arch/arm/cpu/armv7/zynq/clk.c clk_621 clk_ops soc_clk_dump prate zynq_clk_register_aper_clk zynq_clk_periph_get_rate bypass get_uart_clk _Bool ddr3x_get_rate ddr2x_get_rate init_ddr_clocks new_rate set_cpu_clk_info init_aper_clocks periph_calc_two_divs init_cpu_clocks clks tgt_rate cur_rate __zynq_clk_periph_get_parent best_err zynq_clk_periph_set_rate div1 zynq_clk_get_name div0 zynq_clk_set_rate init_periph_clocks clkid_2_register zynq_clk_get_rate best_rate __zynq_clk_cpu_get_parent zynq_clk_early_init __zynq_clk_pll_get_rate zynq_clk_register_periph_clk zynq_clk_register_pll arch_fixup_memory_node arch/arm/lib/bootm-fdt.c BOOTSTAGE_ID_NAND_FIT_READ_OK BOOTSTAGE_ID_NAND_AVAILABLE BOOTSTAGE_ID_IDE_PART BOOTSTAGE_ID_START_UBOOT_R BOOTSTAGE_ID_CHECK_HEADER video_page fit_noffset_fdt BOOTSTAGE_ID_BOARD_ENV BOOTSTAGE_ID_RUN_OS BOOTSTAGE_ID_IDE_PART_READ announce_and_cleanup machid BOOTSTAGE_ID_FIT_OS fit_noffset_rd BOOTSTAGE_ID_BOOT_OS_RETURNED BOOTSTAGE_ID_CHECK_CHECKSUM legacy_hdr_os_copy tag_header arch/arm/lib/bootm.c ih_name memc_control_reg image_info bootm_headers_t BOOTSTAGE_ID_NET_ETH_START sounddefault BOOTSTAGE_ID_START_UBOOT_F tag_videolfb kernel_entry legacy_hdr_valid BOOTSTAGE_ID_IDE_START setup_board_tags BOOTSTAGE_ID_MAIN_CPU_AWAKE BOOTSTAGE_ID_BOARD_INIT_SEQ BOOTSTAGE_ID_IDE_PART_TYPE bootstage_id BOOTSTAGE_ID_ACCUM_LCD ft_len BOOTSTAGE_ID_IDE_TYPE BOOTSTAGE_ID_BOARD_DONE rsvd_pos images BOOTSTAGE_ID_BOOTP_START ih_type BOOTSTAGE_ID_COPY_RAMDISK lfb_linelength red_pos BOOTSTAGE_ID_CPU_AWAKE lmb_property BOOTSTAGE_ID_NEED_RESET BOOTSTAGE_ID_BOOTM_HANDOFF fit_uname_cfg video_lines ih_comp BOOTSTAGE_ID_OVERWRITTEN bootstage_mark BOOTSTAGE_ID_NET_START do_bootm_linux tag_serialnr image_len zi_end BOOTSTAGE_ID_CHECK_BOOT_OS ih_magic BOOTSTAGE_ID_NAND_READ fit_uname_fdt BOOTSTAGE_ID_NAND_HDR_READ tag_initrd BOOTSTAGE_ID_POST_FAIL_R BOOTSTAGE_ID_BOARD_PCI BOOTSTAGE_ID_RAMDISK BOOTSTAGE_ID_NO_RAMDISK BOOTSTAGE_KERNELREAD_STOP video_cols image_start BOOTSTAGE_ID_USB_START BOOTSTAGE_ID_IDE_BOOT_DEVICE tag_mem32 BOOTSTAGE_ID_BOARD_INIT BOOTSTAGE_ID_START ih_os BOOTSTAGE_ID_RD_MAGIC ih_dcrc BOOTSTAGE_ID_FIT_TYPE BOOTSTAGE_ID_BOOTP_STOP fmemclk BOOTSTAGE_ID_NAND_TYPE tag_acorn tag_cmdline fit_uname_os uint8_t BOOTSTAGE_ID_FIT_CONFIG BOOTSTAGE_ID_NET_ETH_INIT BOOTSTAGE_ID_USER BOOTSTAGE_ID_BOARD_INTERRUPTS lfb_base BOOTSTAGE_ID_NET_LOADED bootm_headers pagesize blue_pos BOOTSTAGE_ID_ETH_START video_isvga BOOTSTAGE_ID_NAND_SUFFIX BOOTSTAGE_ID_POST_FAIL tag_videotext image_header_t in_params BOOTSTAGE_ID_FIT_KERNEL_START BOOTSTAGE_ID_BOARD_GLOBAL_DATA boot_prep_linux BOOTSTAGE_ID_DECOMP_IMAGE BOOTSTAGE_ID_BOOTM_START BOOTSTAGE_ID_CHECK_MAGIC BOOTSTAGE_ID_CHECK_ARCH bootstage_mark_name fit_hdr_os tag_core BOOTSTAGE_ID_FIT_FDT_START cmdline_end argc BOOTSTAGE_ID_FIT_RD_START boot_jump_linux cmdline_start BOOTSTAGE_ID_IDE_READ BOOTSTAGE_ID_FIT_KERNEL_INFO legacy_hdr_os BOOTSTAGE_ID_IDE_ADDR BOOTSTAGE_ID_NET_NETLOOP_OK fit_uname_rd tag_memclk video_mode lfb_width phys_addr_t boot_prep_vxworks zi_magic tag_revision initrd_start BOOTSTAGE_ID_NET_DONE_ERR red_size BOOTSTAGE_ID_NAND_FIT_READ BOOTSTAGE_ID_MAIN_CPU_READY BOOTSTAGE_ID_IDE_FORMAT ih_arch bootz_setup BOOTSTAGE_ID_IDE_FIT_READ_OK BOOTSTAGE_ID_KERNEL_LOADED ih_load BOOTSTAGE_ID_RD_HDR_CHECKSUM BOOTSTAGE_ID_BOARD_INIT_R ih_time ih_size BOOTSTAGE_ID_NAND_BOOT_DEVICE lfb_depth green_pos ih_hcrc ft_addr zi_start BOOTSTAGE_ID_NAND_PART BOOTSTAGE_ID_BOARD_INIT_DONE BOOTSTAGE_ID_MAIN_LOOP fit_hdr_rd fit_hdr_fdt uintptr_t ih_ep blue_size BOOTSTAGE_ID_START_SPL __u8 video_ega_bx fake BOOTSTAGE_ID_IDE_CHECKSUM BOOTSTAGE_ID_COUNT video_points image_info_t rsvd_size BOOTSTAGE_ID_IDE_PART_INFO initrd_end lfb_height BOOTSTAGE_ID_IDE_FIT_READ BOOTSTAGE_ID_RD_CHECKSUM BOOTSTAGE_ID_NET_DONE BOOTSTAGE_ID_CHECK_RAMDISK BOOTSTAGE_ID_DECOMP_UNIMPL boot_jump_vxworks __be32 fit_noffset_os rootdev BOOTSTAGE_KERNELREAD_START BOOTSTAGE_ID_FIT_COMPRESSION BOOTSTAGE_ID_FIT_LOADADDR zimage_header lfb_size BOOTSTAGE_ID_NET_CHECKSUM commandline BOOTSTAGE_ID_ALLOC uint get_sp tag_ramdisk BOOTSTAGE_ID_AWAKE green_size BOOTSTAGE_ID_BOARD_FLASH BOOTSTAGE_ID_BOARD_FLASH_37 BOOTSTAGE_ID_CHECK_IMAGETYPE vram_pages adfsdrives lmb_region __rel_dyn_start __image_copy_start __rel_dyn_end __bss_end __image_copy_end __bss_start arch/arm/lib/sections.c do_software_interrupt do_undefined_instruction uregs do_not_used show_regs pt_regs bad_mode interrupt_init processor_modes do_fiq IRQ_STACK_START_IN do_data_abort do_irq arch/arm/lib/interrupts.c do_prefetch_abort arch/arm/lib/reset.c maxargs cmd_tbl_s cmd_tbl_t cmdtp arch/arm/lib/cache.c icache_enable MMU_SECTION_SHIFT mmu_enabled icache_status set_section_dcache upto cp_delay set_cr arch/arm/lib/cache-cp15.c section cache_bit DCACHE_WRITETHROUGH dram_bank_mmu_setup page_table DCACHE_WRITEBACK dcache_enable mmu_set_region_dcache_behaviour dcache_option dcache_status icache_disable MMU_SECTION_SIZE arm_init_domains dcache_disable get_cr DCACHE_OFF board/xilinx/zynq/board.c board_mmc_init xilinx_family fpga_xilinx iface_fns jtag_mode master_selectmap BIT_PARTIAL xilinx_spartan2 xilinx_spartan3 max_xilinx_iface_type BIT_FULL xilinx_iface fpga010 fpga_undefined fpga015 board_late_init_old fpga_altera board_eth_init fpga020 xilinx_desc fpga030 board_late_init BIT_COMPRESSED slave_serial min_xilinx_type zynq_op slave_selectmap board_late_init_new fpga_lattice __kernel_size_t operations fpga045 slave_parallel min_xilinx_iface_type fpga_min_type fstype fpga_fs_info xilinx_zynq xilinx_virtex2 checkboard dev_part xilinx_virtexE devcfg bitstream_type master_serial max_xilinx_type board_init fpga100 xilinx_fpga_op iManufacturer bNumConfigurations bLength iProduct bcdDevice bDeviceClass bMaxPacketSize0 idVendor board/xilinx/zynq/thor.c bDescriptorType iSerialNumber __le16 bDeviceProtocol __put_unaligned_le16 usb_device_descriptor idProduct bDeviceSubClass g_dnl_bind_fixup bcdUSB __gu_p cli_secure_boot_cmd __show_boot_progress cmdp cli_process_fdt common/main.c cmd_process_error default_size leader _do_help find_cmd CMD_RET_USAGE seplen cmd_usage command_ret_t print_argv cmd_auto_complete CMD_RET_SUCCESS CMD_RET_FAILURE complete_cmdv cmd_process last_char prompt make_argv swaps argvsz cmd_call rcode cmd_start n_found cmdend tmp_buf _ll_result anchor table_len find_cmd_tbl banner _ctype linemax cmd_items cmd_array colp maxv find_common_prefix cmdtp_temp cmd_get_data_size var_complete common/command.c XF_get_timer XF_spi_release_bus XF_do_reset dummy XF_tstc XF_i2c_write XF_strcmp common/exports.c XF_getenv XF_getc XF_spi_free_slave XF_get_version XF_udelay XF_simple_strtol XF_install_hdlr XF_MAX XF_spi_init XF_strict_strtoul XF_malloc XF_free_hdlr XF_setenv XF_spi_claim_bus XF_vprintf jumptable_init XF_spi_setup_slave XF_spi_xfer XF_putc XF_puts XF_free XF_printf XF_simple_strtoul XF_i2c_read str_ptr algop common/hash.c chunk_size hash_finish_crc32 hash_update hash_update_crc32 hash_init env_var hash_finish hash_command hash_init_sha256 hash_func_ws allow_env_vars hash_lookup_algo HASH_FLAG_ENV str_output ctxp output_size hash_init_crc32 dest_buf algo_name hash_update_sha256 sha256_context hash_block hash_show store_result hash_finish_sha256 unmap_sysmem HASH_FLAG_VERIFY vsum is_last digest_size literal common/cli_hush.c make_string xrealloc last_return_code __promptme list_head RES_SNTX parse_file_outer argv_nonnull end_trigger PIPE_AND handle_dollar u_boot_hush_start save_name noeval_str flag_skip done_command the_command bootretry_reset_cmd_timeout RES_ELIF RES_DO name_len free_pipe_list free_pipe get_dollar_var RES_FI get_local_var parse_stream_outer syntax_err is_assignment flg_export advance done_pipe do_repeat file_peek next_if_code RES_IF RES_WHILE RES_IN setup_file_in_str static_get setup_string_in_str PIPE_SEQ indent flag_repeat res_str_len run_pipe_real xmalloc expand_empty b_addchr lookup_param get_user_input RES_DONE res_str parse_string_outer pipe_style _u_boot_list_2_cmd_2_showvar insert_var_value bottom RES_NONE stack RES_ELSE do_showvar done_word r_mode old_flag run_list_real insert_var_value_sub noeval nextin PIPE_BG reserved_style skip_more_in_this_rmode update_ifs_map initialize_context num_progs file_get default_val reserved_word flg_read_only static_peek followup tag_subst debug_printf promptmode parse_stream rpipe new_p export_me RES_XXXX b_addqchr flag_restore ret_code reserved_combo make_list_in new_pipe unset_local_var RES_UNTIL RES_THEN b_check_space old_data reserved_list mapset p_context flag_rep save_list variables RES_FOR child_prog top_vars PIPE_OR finaltoken envcnt cli_simple_run_command_list output_start envval cli_simple_loop cli_simple_parse_line process_macros cmdbuf lastcommand common/cli_simple.c envname varname_start nargs inputcnt cli_simple_run_command inquotes outputcnt cli_loop run_command_repeatable common/cli.c do_run need_buff cli_init esc_save erase_seq hist_num strsize hist_cur cli_readline ichar hist_lines esc_len bootretry_tstc_timeout hist_init hist_max hist_add_idx cli_readline_into_buffer eol_num init_len num2 initted hist_next insert common/cli_readline.c hline old_cur hist_prev hist_list cread_add_char delete_char tab_seq cread_add_str cread_line cread_add_to_hist srec_decode common/s_record.c srec_type hex1_bin hex2_bin chksum can_total connection_info_t crc1 xyzModem_stream_open read_length digit xyzModem_stream_close bufp total_STX xyzModem_stream_read cblk parse_num _is_hex crc_retries total_SOH total_CAN common/xyzModem.c hdr_found xyzModem_error crc_mode radix hdr_chars __chan crc2 total_retries next_blk cyg_int32 _from_hex tx_ack file_length xyzModem_flush xyzModem_stream_terminate CYGACC_COMM_IF_PUTC xyzModem_get_hdr CYGACC_COMM_IF_GETC_TIMEOUT at_eof __fswab32 image_get_image_size load_addr fit_hdr disk_partition fdt_header fit_get_size disk_partition_t common_diskboot bootstage_error image_get_size fdt32_t common/cmd_disk.c image_get_header_size process_fdt_options abortboot stored_bootdelay bootdelay_process abortboot_normal common/autoboot.c bootretry_init_cmd_timeout autoboot_command zero_global_data total_size board_get_usable_ram_top init_func_i2c mark_bootstage __yellow_led_on reserve_mmu announce_dram_init trace_early_init __green_led_off __blue_led_off __coloured_LED_init board_init_f reserve_stacks __red_led_off reserve_malloc __yellow_led_off __green_led_on common/board_f.c init_sequence_f reserve_round_4k reserve_fdt init_baud_rate reserve_board setup_dram_config __board_add_ram_info reloc_fdt __dram_init_banksize display_new_sp setup_reloc __blue_led_on print_cpuinfo use_default setup_dest_addr setup_machine init_fnc_t reserve_uboot reserve_trace boot_flags setup_fdt __red_led_on show_dram_config display_text_info setup_mon_len reserve_global_data initr_trace power_init_board initr_announce common/board_r.c initr_serial run_main_loop initr_secondary_cpu __board_flash_wp_on initr_api initr_ethaddr initr_env initr_malloc initr_barrier __cpu_secondary_init_r initr_net fixup_cpu bootstage_relocate should_load_env initr_jumptable monitor_flash_len initr_mmc initr_reloc initr_enable_interrupts initr_reloc_global_data board_init_r initr_caches init_sequence_r do_go_exec _u_boot_list_2_cmd_2_go common/cmd_boot.c do_go _u_boot_list_2_cmd_2_reset _u_boot_list_2_cmd_2_bootd image_get_magic _u_boot_list_2_cmd_2_bootm _u_boot_list_2_cmd_2_bootz do_bootz image_check_magic common/cmd_bootm.c bootz_start bootm_maybe_autostart _u_boot_list_2_cmd_2_boot do_iminfo do_bootm_subcommand cmd_bootm_sub _u_boot_list_2_cmd_2_iminfo do_bootd local_args do_bootm endp bootm_help_text bootz_help_text ep_found no_overlap rd_len fit_uname_config os_noffset image_get_image_end os_data do_bootm_states image_get_data_size bootm_disable_interrupts bootm_find_ramdisk bootm_start load_end bootm_find_ramdisk_fdt unc_len decomp_image bootm_find_other FIT_LOAD_IGNORED blob_start img_addr mem_start os_len common/bootm.c image_get_ep boot_start_lmb fit_load_op fit_get_end need_boot_fn blob_end FIT_LOAD_REQUIRED bootm_find_fdt boot_os_fn fit_uname_kernel image_get_kernel os_hdr FIT_LOAD_OPTIONAL iflag bootm_load_os bootm_find_os mem_size boot_get_kernel load_buf image_buf entry_point of_size do_bootm_standalone bootline boot_selected_os bootm_os_get_boot_func copy_args do_bootm_plan9 do_bootm_vxworks __arch_preboot_os appl of_flat_tree common/bootm_os.c do_bootvx_fdt do_bootm_rtems confaddr do_bootm_qnxelf _u_boot_list_2_cmd_2_question_mark _u_boot_list_2_cmd_2_help common/cmd_help.c version_string do_version _u_boot_list_2_cmd_2_version common/cmd_version.c attributes env_attr_walk entry_len entry_cpy entry_end common/env_attr.c reverse_strstr attr_list delims searched_start nextch env_attr_lookup searched prevch search_for env_op_delete _u_boot_list_2_env_clbk_2_callbacks clear_callback change_ok common/env_callback.c env_clbk_tbl env_op_create callback_name var_entry hsearch_data clbkp find_env_callback FIND callback_list ENTER env_callback_init env_op_overwrite _ENTRY var_name first_call set_callback filled env_op env_htab num_callbacks on_callbacks oldval env_flags_vartype_ipaddr is_hex_prefix env_flags_vartype_string env_flags_varaccess_readonly env_flags_vartype env_flags_parse_varaccess_from_binflags env_flags_vartype_end flags_list _u_boot_list_2_env_clbk_2_flags env_flags_varaccess_mask env_flags_varaccess_changedefault env_flags_vartype_macaddr common/env_flags.c env_flags_varaccess_end env_flags_init skip_num env_flags_varaccess clear_flags env_flags_vartype_bool env_flags_parse_varaccess on_flags newval env_flags_vartype_decimal _env_flags_validate_type env_flags_vartype_rep env_flags_lookup env_flags_varaccess_any max_digits env_flags_vartype_hex env_parse_flags_to_bin env_flags_varaccess_writeonce env_flags_parse_vartype set_flags env_flags_varaccess_rep env_flags_validate defval bank_read_cmd upage_prev erase_cmd page_size saved_buffer erase_size memory_map bank_write_cmd bank_curr env_t dummy_byte common/env_sf.c spi_flash_read max_write_size env_flash environment_s saved_offset sector_size op_mode_rx default_environment poll_cmd env_relocate_spec spi_flash_write op_mode_tx env_name_spec saved_size env_new do_source common/cmd_source.c _u_boot_list_2_cmd_2_source fit_len fit_uname fit_data source_help_text print_eth print_eths common/cmd_bdinfo.c print_num _u_boot_list_2_cmd_2_bdinfo do_bdinfo _u_boot_list_2_cmd_2_icache _u_boot_list_2_cmd_2_dcache do_icache common/cmd_cache.c parse_argv do_dcache clk_help_text do_clk_dump common/cmd_clk.c cmd_clk_sub _u_boot_list_2_cmd_2_clk do_clk stdio_devices prefetch stdio_names stdio_dev do_coninfo common/cmd_console.c _u_boot_list_2_cmd_2_coninfo putnl common/cmd_echo.c _u_boot_list_2_cmd_2_echo prenls do_echo bootaddr Elf32_Ehdr e_shoff e_ident saddr e_version Elf32_Word RARP e_ehsize Elf32_Addr build_buf e_shentsize e_phoff p_filesz Elf32_Shdr _u_boot_list_2_cmd_2_bootvx e_phentsize LINKLOCAL load_elf_image_shdr sh_entsize TFTPGET Elf32_Phdr Elf32_Off e_phnum e_flags p_align sh_info e_shstrndx BOOTP e_machine Elf32_Half proto_t sh_size sh_offset p_vaddr do_bootvx p_memsz sh_name do_bootelf load_elf_image_phdr e_shnum p_paddr sh_link NETCONS elfhdr ehdr sh_type DHCP PING sh_flags do_bootelf_exec strtab sh_addralign valid_elf_image SNTP _u_boot_list_2_cmd_2_bootelf TFTPSRV common/cmd_elf.c TFTPPUT _u_boot_list_2_cmd_2_exit common/cmd_exit.c do_exit do_ext4_load common/cmd_ext4.c do_ext4_write do_ext4_ls _u_boot_list_2_cmd_2_ext4load _u_boot_list_2_cmd_2_ext4ls ram_address _u_boot_list_2_cmd_2_ext4write do_ext2ls common/cmd_ext2.c _u_boot_list_2_cmd_2_ext2ls _u_boot_list_2_cmd_2_ext2load do_ext2load do_fat_ls do_fat_fsload _u_boot_list_2_cmd_2_fatls _u_boot_list_2_cmd_2_fatload _u_boot_list_2_cmd_2_fatwrite _u_boot_list_2_cmd_2_fatinfo do_fat_fsinfo common/cmd_fat.c do_fat_fswrite newp nodep curIndex _u_boot_list_2_cmd_2_fdt fdt_set_boot_cpuid_phys working_fdt do_fdt nodeName subcmd tabs fdt_parse_prop nextoffset varname fdt_value_setenv is_printable_string startDepth fdt_print common/cmd_fdt.c fdt_prop fdt_help_text nameoff newaddr blobp set_working_fdt_addr setenv_addr stridx fdth pathp nextNodeOffset curDepth fdt_valid fdt_property reqIndex of_bus_default_count_cells scells pnode fdt_setprop_uxx fdt_del_node_and_alias of_bus_default_translate pbus fdt_verify_alias_address FDT_STATUS_OKAY actualsize __be32_to_cpup ranges_len nodeoff nr_cells_name address_len bail fdt_alloc_phandle fdt_fixup_stdout do_fixup_by_path_u32 fdt_setprop_u64 naddr chosenoff fdt_fixup_ethernet newlen fdt_chosen fdt_getprop_u32_default_node get_cells_len fdt64_t fdt_read_prop fdt_create_phandle FDT_STATUS_FAIL prop32 addresses do_fixup_by_prop_u32 fdt_set_status_by_alias prop_len cell_off of_dump_addr __FUNCTION__ parentoffset child_addr fdt_getprop_u32_default fdt_set_phandle fdt_status rprop dflt of_translate_one FDT_STATUS_DISABLED pacells add_len fdt_translate_address of_read_number fdt_set_node_status fdt_initrd anode do_fixup_by_prop mac_addr prop64 fdt_fixup_memory __be64 fdt_set_totalsize compat_off __fswab64 fdt_get_base_address fdt_find_and_setprop fdt_find_or_add_subnode __swab32p addrc size_len FDT_STATUS_FAIL_ERROR_CODE is_u64 of_bus fdt_increase_size of_bus_default_map common/fdt_support.c fdt_resize fdt_setprop_u32 fdt_read_range do_fixup_by_compat rone fdt_pack_reg fdt_node_offset_by_compat_reg of_busses do_fixup_by_compat_u32 sizec do_fixup_by_path error_code __of_translate_address fdt_setprop_cell fdt_fixup_memory_banks enet in_addr fpga_fsinfo devstr wrong_parms fit_addr do_fpga fpga_get_op common/cmd_fpga.c opstr datastr _u_boot_list_2_cmd_2_fpga fpga_data init_done do_i2c_probe i2c_dp_last_length i2c_adapter i2c_dp_last_alen i2c_help_text i2c_dp_last_chip do_i2c_show_bus do_i2c_bus_speed do_i2c_bus_num bus_no waitdelay get_alen do_i2c_read do_i2c_reset do_i2c_crc common/cmd_i2c.c i2c_dp_last_addr u_char i2c_mm_last_alen _u_boot_list_2_cmd_2_i2c do_i2c_mm cmd_i2c_sub i2c_mm_last_chip nbytes do_i2c_md hwadapnr memaddr do_i2c_nm do_i2c_mw linebytes slaveaddr do_i2c do_i2c_loop i2c_mm_last_addr devaddr do_i2c_write mod_i2c_mem incrflag linebuf op_table opcode common/cmd_itest.c arithcomp evalexp arg2 binary_test op_tbl_t evalstr do_itest _u_boot_list_2_cmd_2_itest op_tbl_s optp arg1 stringcomp set_kerm_bin_mode load_serial_ymodem send_nack k_data_char packet_error os_data_state_saved os_data_state getcxmodem send_pad store_addr os_data_addr s1_sendpacket bin_start_address k_state_saved binbuf handle_send_packet end_addr os_data_save binlen his_quote k_data_save _u_boot_list_2_cmd_2_loadb his_eol current_baudrate send_ack his_pad_count ktrans k_data_init ymodemBuf new_char do_load_serial bin_data_init do_load_serial_bin line_count send_parms his_pad_char k_recv len_lo last_n k_data_escape_saved len_hi send_ptr read_record os_data_addr_saved os_data_restore k_data_escape env_echo load_baudrate os_data_char k_data_restore k_state bin_data_char os_data_init chk1 _u_boot_list_2_cmd_2_loads _u_boot_list_2_cmd_2_loadx _u_boot_list_2_cmd_2_loady common/cmd_load.c dp_last_size addr1 addr2 _u_boot_list_2_cmd_2_md _u_boot_list_2_cmd_2_mm _u_boot_list_2_cmd_2_nm _u_boot_list_2_cmd_2_mw word1 word2 buf1 buf2 mod_mem _u_boot_list_2_cmd_2_base _u_boot_list_2_cmd_2_cp _u_boot_list_2_cmd_2_loop ngood do_mem_cp _u_boot_list_2_cmd_2_crc32 do_mem_base _u_boot_list_2_cmd_2_cmp do_mem_crc mm_last_size do_mem_md do_mem_loop do_mem_mm do_mem_mw do_mem_cmp do_mem_nm longp shortp writeval common/cmd_mem.c asym_pause PHY_INTERFACE_MODE_RMII ldev miiphy_info PHY_INTERFACE_MODE_GMII INIT_LIST_HEAD miiphy_register miiphy_get_current_dev PHY_INTERFACE_MODE_RGMII devname mmds advertising model miiphy_is_1000base_x miiphy_link __list_add phy_mask mdio_list_devices PHY_INTERFACE_MODE_MII mdio_alloc bmcr phy_interface_strings legacy_mii_dev autoneg readext new_dev miiphy_get_active_dev mdio_register writeext mdio_phydev_for_ethname current_mii legacy_miiphy_write PHY_INTERFACE_MODE_SGMII features miiphy_listdev phy_interface_t miiphy_read_failed PHY_INTERFACE_MODE_RGMII_TXID miiphy_set_current_dev phymap list_add_tail miiphy_duplex PHY_INTERFACE_MODE_NONE PHY_INTERFACE_MODE_RGMII_ID PHY_INTERFACE_MODE_RGMII_RXID devad phydev PHY_INTERFACE_MODE_RTBI mii_devs mdio_get_current_dev PHY_INTERFACE_MODE_TBI common/miiphyutil.c PHY_INTERFACE_MODE_XGMII PHY_INTERFACE_MODE_QSGMII miiphy_speed miiphy_get_dev_by_name anlpar legacy_miiphy_read miiphy_init special_field _MII_reg_desc_t reglo _MII_field_desc_and_len_t _MII_field_desc_t _u_boot_list_2_cmd_2_mii extract_range reg_0_5_desc_tbl addrhi desc_and_len_tbl reg_3_desc_tbl last_addr_hi regvals last_reg_hi do_mii reg_0_desc_tbl regno reg_1_desc_tbl reg_2_desc_tbl reg_4_desc_tbl reg_5_desc_tbl ushort last_data last_op addrlo regval dump_reg MII_dump_0_to_5 last_addr_lo mask_in_place speed_bits common/cmd_mii.c sel_bits last_reg_lo reghi err_out extract_reg_range devadhi devadstr last_devad_lo _u_boot_list_2_cmd_2_mdio common/cmd_mdio.c mdio_write_ranges regstr last_devad_hi do_mdio extract_phy_range mdio_read_ranges devadlo do_sleep _u_boot_list_2_cmd_2_sleep common/cmd_misc.c has_init mmc_ops _u_boot_list_2_cmd_2_mmcinfo mmc_cmd write_bl_len capacity_user curr_device force_init mmc_config op_cond_pending cmd_mmc block_dev do_mmc_rescan cmdarg capacity_boot high_capacity read_bl_len b_max erase_grp_size part_config f_min cmdidx host_caps _u_boot_list_2_cmd_2_mmc init_in_progress mmc_data do_mmcinfo common/cmd_mmc.c do_mmcops resp_type do_mmc_read print_mmcinfo op_cond_response capacity_rpmb init_mmc_device voltages capacity_gp card_caps do_mmc_dev tran_speed do_mmc_write do_mmc_erase dsr_imp do_mmc_list f_max do_mmc_setdsr part_num do_mmc_part netboot_common save_addr do_tftpb NetOurRootPath _u_boot_list_2_cmd_2_bootp netboot_update_env do_tftpput save_size _u_boot_list_2_cmd_2_dhcp NetServerIP _u_boot_list_2_cmd_2_ping NetOurNISDomain NetOurHostName BootFile NetOurSubnetMask common/cmd_net.c _u_boot_list_2_cmd_2_tftpboot NetOurIP _u_boot_list_2_cmd_2_nfs NetOurGatewayIP do_nfs NetOurDNSIP _u_boot_list_2_cmd_2_tftpput IPaddr_t do_ping NetPingIP do_bootp do_dhcp common/cmd_pcmcia.c unmap_physmem sf_parse_len_arg do_spi_flash cmp_buf start_buf spi_flash_update_block _u_boot_list_2_cmd_2_sf do_spi_flash_probe spi_flash_update skipped scale start_time round_up_len common/cmd_sf.c start_ms bytes_per_second err_oper last_update do_spi_flash_erase delta do_spi_flash_read_write common/cmd_spi.c do_spi _u_boot_list_2_cmd_2_sspi bitlen last_unop op_adv _u_boot_list_2_cmd_2_false do_true do_test common/cmd_test.c do_false last_binop _u_boot_list_2_cmd_2_true last_expr _u_boot_list_2_cmd_2_test bAlternateSetting bEndpointAddress __buffer has_child irq_handle subclass num_altsetting children usb_endpoint_descriptor usb_device_speed USB_SPEED_WIRELESS bInterval _u_boot_list_2_cmd_2_usb usb_display_config irq_status bInterfaceProtocol __get_unaligned_le16 privptr USB_SPEED_UNKNOWN usb_display_class_sub string_langid dclass usb_stor_curr_dev devnum prod usb_display_conf_desc devno no_of_ep epmaxpacketout usb_config portnr usb_interface_descriptor usb_display_if_desc bNumEndpoints do_usb bSynchAddress bmAttributes usb_get_class_desc no_of_if usb_interface USB_SPEED_FULL usb_config_descriptor epdesc bMaxBurst bNumInterfaces bInterfaceClass bConfigurationValue slot_id usb_show_tree_graph irq_act_len iConfiguration usb_started common/cmd_usb.c have_langid stor_dev USB_SPEED_LOW wTotalLength halted usb_display_string USB_SPEED_SUPER usb_find_device configno usb_display_desc speed_str usb_test iInterface wBytesPerInterval bInterfaceSubClass portspeed _u_boot_list_2_cmd_2_usbboot bRefresh maxchild bInterfaceNumber do_usbboot usb_show_tree ss_ep_comp_desc ifdesc maxpacketsize bMaxPower toggle last_child usb_ss_ep_comp_descriptor USB_SPEED_HIGH act_altsetting epmaxpacketin usb_device preamble usb_display_ep_desc udev asynch_allowed usb_parse_config usb_get_class_descriptor usb_stop usb_alloc_device cfgno duration usb_set_idle usb_maxpacket actual_length portstatus requesttype usb_control_msg ep_wMaxPacketSize epno old_value ifno usb_descriptor_header ep_idx __mybuf start_index usb_try_string_workarounds newlength usb_set_protocol if_idx PACKET_SIZE_16 board_usb_init usb_get_dev_index PACKET_SIZE_32 usb_set_address devrequest usb_set_maxpacket usb_set_maxpacket_ep usb_get_report alternate PACKET_SIZE_64 USB_INIT_HOST usb_new_device usb_set_interface USB_INIT_DEVICE PACKET_SIZE_8 __tmpbuf if_face usb_init_type __setup_packet common/usb.c oldlength usb_set_configuration report_id curr_if_num usb_free_device usb_disable_asynch usb_bulk_msg usb_string usb_string_sub usb_get_descriptor usb_get_string ifnum transfer_len usb_get_configuration_no usb_clear_halt usb_submit_int_msg usb_alloc_new_device portchange usb_hub_port_connect_change PortPowerCtrlMask usb_set_port_feature wPortChange hub_dev wHubCharacteristics hubsts usb_hub_configure usb_hub_device usb_hub_probe DeviceRemovable usb_hub_allocate portstat __portsts usb_port_status usb_hub_descriptor common/usb_hub.c usb_clear_port_feature usb_hub_reset usb_get_port_status wHubStatus pgood_delay bPwrOn2PwrGood bHubContrCurrent usb_hub_index wHubChange usb_hub_status usb_hub_reset_devices hub_port_reset usb_get_hub_status hubCharacteristics bNbrPorts pusb_dev usb_hub_power_on wPortStatus usb_get_hub_descriptor usb_inquiry dCBWTag __cap msgin bCDBLength __cbw usb_stor_info ep_out sensedatalen dCSWSignature sense_buf pdata ep_in contr_stat bCBWFlags usb_read_capacity usb_test_unit_ready usb_stor_BBB_clear_endpt_stall usb_stor_get_dev trans_reset CBWCDB modi dir_in usb_stor_CBI_get_status msgout umass_bbb_cbw_t us_direction endpt usb_ccb partial do_retry __usb_stor_buf usb_stor_BBB_reset common/usb_storage.c dCBWDataTransferLength max_size pipein irqinterval usb_stor_BBB_comdat usb_max_devs usb_dev_desc usb_get_max_lun bCBWLUN us_data usb_stor_CB_reset usb_storage_probe maxtry ip_wanted usb_stor_get_info usb_request_sense psrb data_actlen bCSWStatus again __csw transport_reset dCSWDataResidue usb_stor_read ep_int attention_done dCBWSignature usb_stor smallblks usb_stor_BBB_transport irqpipe usb_write_10 trans_cmnd ip_data usb_stor_scan usb_stor_irq perq buf_addr __result SCSI_cmd_block usb_stor_CB_transport this_xfer usb_stor_CB_comdat sensecmd sensecmdlen pipeout irqmaxp retry_it pccb us_one_transfer reqsrb umass_bbb_csw_t usb_stor_write trans_bytes blkcnt notready usb_read_10 dCSWTag do_thor_down _u_boot_list_2_cmd_2_thordown common/cmd_thordown.c controller_index devstring usb_controller _u_boot_list_2_cmd_2_imxtract imgextract_help_text do_imgextract common/cmd_ximg.c _u_boot_list_2_cmd_2_spl call_bootm cmd_spl_sub do_spl bootm_argv spl_export cmd_spl_export_sub subcmd_list common/cmd_spl.c common/flash.c __splash_screen_prepare common/splash.c _u_boot_list_2_cmd_2_dfu do_dfu common/cmd_dfu.c sep_err do_env_print get_env_id env_flag NXTARG getenv_f envmatch _u_boot_list_2_cmd_2_saveenv do_env_import _u_boot_list_2_cmd_2_env envp _u_boot_list_2_cmd_2_editenv do_env_edit _u_boot_list_2_cmd_2_setenv common/cmd_nvedit.c varvalue do_env do_env_delete env_help_text cmd_env_sub __kernel_ssize_t do_env_default init_val setenv_ulong _u_boot_list_2_cmd_2_printenv getenv_ulong getenv_hex setenv_hex __flag do_env_export _do_env_set _u_boot_list_2_cmd_2_run do_env_save vallen env_aes_cbc_crypt __env_get_char_spec bufsz env_get_char common/env_common.c env_relocate getenv_yesno set_default_env really_valid getenv_default set_default_vars nvars env_get_char_init env_complete env_get_addr env_out ret_val env_get_char_memory real_gd_flags inputdev print_pre_console_buffer console_assign disable_ctrlc printbuffer fprintf fgetc ftstc search_device ctrlc_disabled stdio_print_current_devices fputc clear_ctrlc console_init_f console_getc console_init_r fputs console_setfile console_tstc common/console.c on_console ctrlc_was_pressed serial_printf _u_boot_list_2_env_clbk_2_console pre_console_putc outputdev had_ctrlc pre_console_puts str_input confirm_yesno increment __kernel_ptrdiff_t prev_size n_mmaps_max oldp mem_malloc_start hblks malloc_usable_size current_mallinfo nextsize elem_size max_total_mem memalign arena split old_end pagesz param_number mcdst malloc_trim top_pad new_brk victim_size mem_malloc_brk correction malloc_extend_top fordblks extra front_misalign mmap_threshold mcsrc uordblks mbinptr sbrk_size leadsize pvalloc mem_malloc_init mem_malloc_end common/dlmalloc.c mallopt startidx fsmblks malloc_chunk usmblks mmapped_mem victim oldmem alignment sbrk current_brk oldtopsize prevsize remainder_size remainder islr old_top mzsz trim_threshold remainder_index max_sbrked_mem malloc_bin_reloc sbrk_base old_top_size nextsz newmem prevsz keepcost mchunkptr oldtop newsize mcsz oldsize hblkhd table_entry img_data image_print_contents table_entry_t ram_addr rd_addr on_loadaddr image_multi_count genimg_get_comp_name chunksz getenv_bootm_mapsize genimg_get_arch_name uimage_arch initrd_high image_get_ramdisk uimage_os _u_boot_list_2_env_clbk_2_loadaddr rd_hdr genimg_has_config genimg_get_os_id genimg_get_format image_setup_linux table_name genimg_get_os_name image_get_name memmove_wd image_print_type image_multi_getimg rd_data get_table_entry_name __kernel_time_t image_check_dcrc boot_ramdisk_high lname fit_uname_ramdisk image_check_hcrc genimg_get_type_id map_to_sysmem boot_get_ramdisk uimage_type rd_noffset genimg_get_arch_id getenv_bootm_low genimg_get_type_name rd_load common/image.c genimg_get_comp_id initrd_copy_to_ram default_addr getenv_bootm_size image_set_hcrc image_get_dcrc genimg_print_size image_get_hcrc uimage_comp genimg_get_image get_table_entry_id fdt_error of_start disable_relocation ft_verify_fdt fdt_hdr fdt_len fdt_data boot_fdt_add_mem_rsv_regions common/image-fdt.c of_len image_setup_libfdt desired_addr image_get_fdt boot_relocate_fdt fdt_high boot_get_fdt image_data fit_image_verify kfdt best_match_pos fit_get_name image_noffset fit_image_check_hash BOOTSTAGE_SUB_CHECK conf_uname fit_conf_find_compat fit_conf_print data_len cfg_noffset type_ok kfdt_name fit_get_debug BOOTSTAGE_SUB_CHECK_ARCH fit_get_node_from_config fit_image_print_verification_data fit_print_contents err_msgp fit_image_print_data BOOTSTAGE_SUB_CHECK_ALL calculate_hash BOOTSTAGE_SUB_GET_DATA_OK prop_name fit_value_len common/image-fit.c conf_name kfdt_noffset fit_image_hash_get_value fit_image_hash_get_ignore ndepth fit_check_format BOOTSTAGE_SUB_HASH fit_image_get_type fit_uname_configp fit_parse_subimage fit_image_load fit_parse_spec fit_image_get_os image_name fit_parse_conf fit_all_image_verify confs_noffset fit_conf_get_node fit_get_image_type_property addr_curr fit_image_check_target_arch fit_value sepc image_uname verify_all keyname best_match_offset os_ok fit_image_get_data BOOTSTAGE_SUB_FORMAT cur_len vbuf lenp BOOTSTAGE_SUB_LOAD vdata datap fit_image_get_comp err_msg fit_image_check_comp fit_image_check_os images_noffset BOOTSTAGE_SUB_CHECK_ALL_OK fdt_compat_len BOOTSTAGE_SUB_NO_UNIT_NAME BOOTSTAGE_SUB_SUBNODE cur_fdt_compat fit_set_timestamp fit_image_hash_get_algo fit_image_get_load required fit_image_check_type fit_image_print fit_unamep BOOTSTAGE_SUB_GET_DATA fit_image_select fit_image_get_entry BOOTSTAGE_SUB_FORMAT_OK fit_get_timestamp fit_image_check_arch fit_image_get_node fit_image_get_arch fit_conf_get_prop_node fit_get_desc BOOTSTAGE_SUB_UNIT_NAME get_ram_size get_effective_memsize common/memsize.c maxsize stdio_get_by_name drv_system_init common/stdio.c stdio_get_list stdio_register stdio_clone lba512_t reloc_get_dev bc_rem gb_quot tmpinfo dup_str mul_by lba512_muldiv get_dev_hwpart disk/part.c block_drvr dev_print dev_str init_part get_device gb_rem dev_part_str mb_quot get_partition_info ifname dev_hwpart_str allow_whole_dev div_by print_part mb_rem lba512 bc_quot get_device_and_partition print_part_header test_part_dos end_sector sys_ind size4 is_bootable lba_start lba_size relative get_partition_info_extended end_head get_partition_info_dos dos_partition disk/part_dos.c dos_partition_t print_one_part print_partition_extended dos_type test_block_type boot_ind disksig start4 le32_to_int print_part_dos is_extended which_part ext_part_sector end_cyl fpga_no_sup fpga_load fpga_desc fpga_type drivers/fpga/fpga.c fpga_get_desc fpga_add fpga_loadbitstream bstype fpga_count fpga_info next_desc fpga_dump devdesc fpga_dev_info fpga_init desc_table fpgadata devtype fpga_fsload fpga_validate zynq_info dstbuf bin_format drivers/fpga/zynqpl.c partialbit dstlen bitc zynq_dma_xfer_init zynq_dma_transfer pattern check_data isr_status swap zynq_dump srcbuf zynq_validate_bitstream load_word srclen new_buf zynq_load zynq_align_dma_buffer zynq_loadfs xilinx_load xilinx_validate drivers/fpga/xilinx.c xilinx_info xdesc dataptr swapsize xilinx_loadfs xilinx_dump drivers/pcmcia/tqm8xx_pcmcia.c mmc_internal_data DFU_DEV_MMC dfu_show_entities nand_internal_data r_left str_env bad_skip dev_private dfu_list w_size dfu_get_hash_algo readn read_medium dfu_reset dfu_buf dfu_get_entity dfu_fill_entity dfu_config_entities write_medium ram_internal_data dfu_flush get_medium_size dfu_find_alt_num DFU_FS_FAT dfu_init_env_entities dfu_get_alt_number dfu_get_buf_size env_bkp dfu_hash_algo alt_num_cnt DFU_DEV_ONENAND dfu_reset_request __mptr dfu_free_entities DFU_DEV_RAM dfu_free_buf dfu_get_dev_type dfu_layout dev_t dfu_fill_entity_nand drivers/dfu/dfu.c dfu_write b_left dfu_get_buf dfu_get_alt flush_medium DFU_FS_EXT3 dfu_write_buffer_drain dfu_read i_buf_end dfu_read_buffer_fill dfu_entity DFU_FS_EXT4 __list_del i_blk_seq_num dfu_alt_num DFU_RAM_ADDR dfu_buf_size i_buf i_buf_start lba_blk_size dfu_device_type DFU_FS_EXT2 tret hw_partition DFU_DEV_NAND inited DFU_RAW_ADDR dfu_get_layout dfu_trigger_reset dfu_flush_medium_mmc entity_type blk_count mmcpart dfu_write_medium_mmc dfu_fill_entity_mmc third_arg dfu_file_buf drivers/dfu/dfu_mmc.c cmd_buf dfu_file_buf_len DFU_OP_READ dfu_op blk_start DFU_OP_WRITE dfu_get_medium_size_mmc mmc_block_op dfu_read_medium_mmc mmc_file_buffer partinfo part_num_bkp parg mmcdev mmc_access_part DFU_OP_SIZE mmc_file_op second_arg drivers/dfu/dfu_ram.c dfu_get_medium_size_ram dfu_read_medium_ram dfu_transfer_medium_ram dfu_write_medium_ram dfu_fill_entity_ram drivers/rtc/date.c i2c_adap_p __i2c_init i2c_get_bus_num i2c_reg_write i2c_get_adapter i2c_init_all i2c_reg_read __def_i2c_init_board i2c_set_bus_num i2c_get_bus_speed i2c_init_bus i2c_reloc_fixup drivers/i2c/i2c_core.c slaveadd _u_boot_list_2_i2c_2_zynq_1 time_out interrupt_disable cur_data slave_mon_pause zynq_i2c_registers zynq_i2c interrupt_enable adap zynq_i2c_set_bus_speed drivers/i2c/zynq_i2c.c zynq_i2c_write zynq_i2c_probe requested_speed interrupt_status _u_boot_list_2_i2c_2_zynq_0 zynq_i2c_init i2c_select interrupt_mask transfer_size zynq_i2c_wait zynq_i2c_read use_arg find_mmc_device cardtype mmc_send_ext_csd cur_dev_num mmc_bread widths extw resp mmc_get_dev mmc_set_clock blocks_todo separator mmc_send_status __scr print_mmc_devices erase_gmul mmc_send_cmd ext_csd_bits sd_send_op_cond mmc_set_preinit mmc_set_ios cmult mmc_send_op_cond multipliers mmc_set_capacity csize __switch_status mmc_complete_init mmc_read_blocks mmc_set_bus_width get_mmc_num mmc_change_freq mmc_set_dsr __board_mmc_getcd __ext_csd retry_scr fbase do_preinit mmc_set_blocklen drivers/mmc/mmc.c sd_switch sd_change_freq mmc_switch_part mmc_complete_op_cond mmc_switch mmc_create __test_csd __def_mmc_init board_mmc_getwp mmc_initialize mmc_start_init mmc_go_idle mmc_send_if_cond ext_to_hostcaps mmc_send_op_cond_iter erase_gsz mmc_register mmc_startup mmc_destroy mmc_select_hwpart sdhci_set_ios max_clk fdt_gpio_state min_clk generic_fls cd_gpio sdhci_reset is_aligned sdhci_host set_control_reg pwr_gpio quirks sdhci_readw offs sdhci_set_clock aligned_buffer drivers/mmc/sdhci.c sdhci_transfer_pio sdhci_set_power add_sdhci sdhci_readl ioaddr sdhci_writeb sdhci_readb sdhci_writel sdhci_writew sdhci_transfer_data sdhci_cmd_done sdhci_ops sdhci_send_command zynq_sdhci_init drivers/mmc/zynq_sdhci.c regbase start_cmd mmc_bwrite mmc_berase drivers/mmc/mmc_write.c mmc_erase_t mmc_write_blocks blk_r cmd_len drivers/mtd/spi/sf.c spi_flash_cmd_write data_in data_out spi_flash_cmd spi_flash_cmd_read QUAD_IO_FAST nr_sectors spi_flash_params_table e_rd_cmd DUAL_IO_FAST spi_read_cmds DUAL_OUTPUT_FAST QUAD_OUTPUT_FAST ARRAY_SLOW spi_flash_params drivers/mtd/spi/sf_params.c ext_jedec SF_DUAL_PARALLEL_FLASH SF_DUAL_STACKED_FLASH curr_bank spi_dual_flash spi_flash_probe_slave max_hz err_claim_bus qeb_status spi_mode err_read_id SF_SINGLE_FLASH spi_flash_free idcode0 spi_flash_set_qeb_winspan spi_read_cmds_array spi_flash_validate_params spi_flash_set_qeb drivers/mtd/spi/sf_probe.c spi_flash_dual_flash check_status spi_flash_write_common spi_flash_cmd_read_config chunk_len byte_addr spi_flash_cmd_read_ops write_addr read_len poll_bit spi_flash_cmd_write_enable spi_flash_cmd_erase_ops bank_addr actual bank_sel remain_len erase_addr spi_flash_cmd_write_status cmdsz timebase spi_flash_read_common spi_flash_cmd_write_ops spi_flash_addr spi_flash_bank spi_flash_cmd_bankaddr_write spi_flash_cmd_write_config spi_flash_cmd_wait_ready drivers/mtd/spi/sf_ops.c spi_flash_cmd_read_status upage_curr zynq_gem_regs zynq_gem_miiphyread dmacr rx_bd zynq_gem_priv emac_bd frame_len nwsr nwctrl macaddrhigh phy_setup_op hashl phyreg macaddrlow base_addr drivers/net/zynq_gem.c bd_space zynq_gem_initialize rx_first_buf phywrite zynq_gem_miiphy_write stat_size zynq_gem_recv zynq_gem_halt tx_bd current_bd nwcfg zynq_gem_setup_mac zynq_gem_init txsr emio phyaddr rxbuffers regnum rxqbase txqbase zynq_gem_send phy_detection phymntnc rxbd_current hashh rxsr mgtcr first_bd mdio_wait laddr phy_addr get_phy_driver genphy_config_aneg genphy_driver phy_reg IS_ERR advertise create_phy_by_mask __board_phy_config generic_for_interface genphy_config_advert phy_connect mii_reg drivers/net/phy/phy.c genphy_setup_forced estatus phy_drivers search_for_existing_phy miiphy_reset get_phy_device phy_connect_dev generic_ffs get_phy_device_by_mask phy_device_create gblpa phy_find_by_mask genphy_parse_link phy_probe genphy_startup genphy_config oldadv genphy_restart_aneg get_phy_id genphy_shutdown genphy_update_link m88e1118_startup m88e1011s_config M88E1118_driver M88E1145_driver M88E1310_driver m88e1121_config m88e1xxx_parse_status m88e1118_config drivers/net/phy/marvell.c M88E1149S_driver m88e1111s_config m88e1310_config M88E1111S_driver m88e1145_startup m88e1149_config M88E1118R_driver m88e1011s_startup M88E1121R_driver m88e1145_config M88E1011S_driver M88E1518_driver phy_marvell_init serial_null serial_stdio_init get_current _u_boot_list_2_env_clbk_2_baudrate serial_assign serial_register default_serial_puts serial_device on_baudrate serial_reinit_all baudrate_table drivers/serial/serial.c serial_devices serial_current uart_zynq0_init uart_zynq_ports_param uart_zynq_ports uart_zynq_serial_getc bdiv zynq_serial_initialize uart_zynq1_setbrg uart_zynq_serial_init uart_zynq_serial1_device uart_zynq1_init uart_zynq0_getc uart_zynq0_tstc uart_zynq0_puts uart_zynq_params uart_zynq0_setbrg uart_zynq0_putc uart_zynq1_getc uart_zynq_serial_tstc tx_rx_fifo uart_zynq1_tstc uart_zynq_serial_putc uart_zynq_serial_puts uart_zynq1_putc bgen uart_zynq1_puts channel_sts calc_bauderror default_serial_console drivers/serial/serial_zynq.c uart_zynq_serial0_device uart_zynq baud_rate_divider calc_baud baud_rate_gen uart_zynq_serial_setbrg spi_do_alloc_slave drivers/spi/spi.c spi_set_wordlen txd1r lower_mio zynq_qspi_irq_poll byte3 zqspi max_loop rxindex txd0r txd2r bytes_to_transfer drivers/spi/zynq_qspi.c confr imaskr is_dual rxftr intr_status zynq_qspi_setup_transfer fifocount rxcount txd3r zynq_qspi_check_is_dual_flash spi_cs_deactivate max_speed_hz zynq_qspi_chipselect zynq_qspi_copy_write_data txftr is_on delay_usecs lqspi_frequency is_inst master input_clk_hz spi_cs_is_valid zynq_qspi bits_per_word enbr bytes_to_receive chip_select zynq_qspi_init_hw current_u_page is_dio req_hz drxr gpior rx_buf zynq_qspi_copy_read_data baud_rate_val zynq_qspi_slave upper_mio_cs1 zynq_qspi_transfer zynq_qspi_regs spi_device reserved0 spi_cs_activate cs_change zynq_qspi_fill_tx_fifo offsets idisr midr sicr config_reg zynq_qspi_start_transfer tx_buf upper_mio drivers/usb/gadget/epautoconf.c vbus_session ep_list driver_data short_not_ok device_data usb_ep_ops epnum b_hnp_enable fifo_status usb_ep gfp_t no_interrupt usb_request dequeue dma_addr_t is_a_peripheral a_alt_hnp_support ep_matches a_hnp_support get_frame usb_ep_autoconfig ioctl usb_gadget fifo_flush usb_gadget_ops usb_ep_autoconfig_reset buflen usb_gadget_config_buf drivers/usb/gadget/config.c usb_descriptor_fillbuf usb_gadget_get_string language utf8_to_utf16le usb_gadget_strings drivers/usb/gadget/usbstring.c ci_get_qtd bRequestType b_buf handle_ep_complete epctrl qh_link cr_hcsparams qt_token qt_buffer items_mem udc_disconnect epprime reserved_0 reserved_1 reserved_2 reserved_4 wLength hw_len or_systune or_burstsize ci_ep_init next_td ept_queue_head usb_ep_queue usb_gadget_driver ci_ep_enable usb_ctrlrequest ci_ep_queue ci_flush_qh eplist_raw_sz or_txfilltuning epflush eplist_min_align portreset or_configflag qh_list eplist_sz epinitaddr ci_ep_ops usb_gadget_register_driver qt_altnext wValue cr_hcsp_portrt ci_flush_td ci_ep_free_request ci_udc periodic_queue ci_pullup page0 page1 page2 page3 page4 ci_drv ehci_hccr ci_debounce ntds periodic_list ci_ep_alloc_request ci_bounce handle_setup ci_ep_submit_next_request or_usbsts udc_irq usb_gadget_unregister_driver drivers/usb/gadget/ci_udc.c imem _reserved_0_ ep0_data_phase _reserved_1_ pad1 pad2 pad3 pad4 b_len or_portsc epts ci_udc_ops list_del_init aligned_used_len qh_overlay ci_get_qh epstat setup_data hw_buf list_empty bRequest eplist_align stop_activity or_asynclistaddr ci_udc_probe qh_curtd or_usbintr wIndex gfp_flags ep0_desc ci_req ehci_ctrl ehci_hcor ci_flush_qtd ept_queue_item ci_invalidate_qh ci_ep qh_endpt1 qh_endpt2 ci_ep_disable ci_invalidate_qtd epcomp ci_invalidate_td qt_buffer_hi reserved_3 cr_capbase or_periodiclistbase ep_num dtd_count or_usbcmd cr_hccparams flip_ep0_direction req_primed ep0_req qt_next or_frindex or_ctrldssegment usb_gadget_handle_interrupts thor_downloader_cdc_header _u_boot_list_2_g_dnl_bind_callbacks_2___usb_function_name_usb_dnl_thor bcdCDC hs_int_desc rcv_cnt bRESERVED usb_cdc_header_desc usb_ep_free_request int_ep txdata RQT_INFO usb_cdc_attribute_vendor_descriptor thor_func_disable RQT_CMD_EFSCLEAR bDescriptorSubType free_ep_req RQT_UL_EXIT usb_ep_enable RQT_UL_INIT thor_downloader_cdc_abstract str_data DAUValue thor_init RQT_INIT_VER_CSC thor_func_init download_tail __rsp hs_descriptors __thor_rx_data_buf thor_start_ep FILE_TYPE_PIT bmCapabilities dev_qualifier RQT_INIT_VER_KERNEL bDataInterface next_string_id hs_in_desc thor_downloader_cdc_call usb_function_name thor_add process_data DAULength in_req iFunction bSlaveInterface0 endpoints drivers/usb/gadget/f_thor.c usb_cdc_union_desc thor_eps_setup deactivations out_ep process_rqt_download thor_iad_descriptor left_to_rcv bufsiz RQT_INIT_VER_HW f_thor send_rsp in_ep RQT_DL_EXIT usb_qualifier_descriptor rqt_box fs_int_desc RQT_UL hs_thor_downloader_function gadget_is_dualspeed thor_downloader_intf_data usb_function RQT_DL_FILE_END transfer_buffer thor_unbind FILE_TYPE_NORMAL RQT_CMD RQT_INIT_VER_PLATFORM thor_setup_complete RQT_INFO_VER_PROTOCOL process_rqt_cmd __rqt fullspeed hs_out_desc thor_handle __f_name next_interface_id RQT_DL_FILE_INFO usb_composite_driver thor_downloader_cdc_union fs_out_desc usb_ep_disable ret_rcv RQT_CMD_REBOOT thor_downloader_cdc_av rqt_data usb_pkt_cnt bFunctionSubClass usb_cdc_acm_descriptor fs_in_desc bMasterInterface0 usb_ep_alloc_request highspeed DAUType download_head thor_dev bFunctionClass usb_configuration alt_setting_num alloc_ep_req thor_rx_tx_complete packet_size functions bFunctionProtocol usb_cdc_call_mgmt_descriptor g_dnl_bind_callback_f process_rqt_info ret_head thor_rx_data thor_set_dma file_type usb_ep_set_halt bFirstInterface suspended g_dnl_bind_callback thor_func_bind data_rsp_box func_to_thor data_to_rx rxdata send_data_rsp thor_func RQT_UL_START RQT_CMD_POWEROFF RQT_DL thor_tx_data rsp_data thor_func_setup RQT_INIT_VER_BOOT usb_composite_dev thor_downloader_intf_int out_req_buf out_req RQT_DL_INIT RQT_DL_FILE_START __thor_tx_data_buf bInterfaceCount RQT_UL_END thor_file_size thor_func_set_alt configuration_done usb_interface_assoc_descriptor usb_string_descriptor g_dnl_string_tab usb_gadget_set_selfpowered config_desc wData composite_disconnect reset_config g_dnl_driver g_dnl_composite_strings g_dnl_register generic_set_bit unknown count_configs usb_composite_unregister usb_gadget_controller_number usb_function_deactivate composite w_length device_desc g_dnl_unbind usb_function_activate g_dnl_get_board_bcd_device_number lookup_string collect_langs drivers/usb/gadget/g_dnl.c set_gadget_data manufacturer g_dnl_board_usb_cable_connected usb_composite_register usb_add_config gadget_is_otg gcnum g_dnl_set_serialnumber composite_resume g_dnl_get_bcd_device_number bitmap_zero usb_string_id usb_gadget_connect composite_unbind usb_interface_id get_gadget_data device_qual w_value usb_string_ids_n usb_add_function usb_gadget_disconnect g_dnl_bind_callback_end usb_gadget_vbus_draw standard usb_string_ids_tab composite_setup_complete test_bit g_dnl_string_defs g_dnl_config_register g_dnl_serial composite_suspend g_dnl_unregister g_dnl_bind_callback_first g_dnl_bind composite_setup g_dnl_do_config composite_bind w_index _u_boot_list_2_g_dnl_bind_callbacks_2___usb_function_name_usb_dnl_dfu dfu_state_fn dfu_prepare_strings dfu_prepare_function DFU_STATE_appIDLE dfu_function_descriptor DFU_STATE_dfuDNLOAD_IDLE bwPollTimeout drivers/usb/gadget/f_dfu.c DFU_STATE_appDETACH stringtab_dfu func_to_dfu bState iString stringtab_dfu_generic DFU_STATE_dfuMANIFEST state_dfu_dnload_sync dfu_handle wDetachTimeOut bcdDFUVersion DFU_STATE_dfuIDLE dfu_status DFU_STATE_dfuMANIFEST_SYNC f_dfu dfu_bind_config state_dfu_error state_app_detach to_runtime_mode dnload_request_complete DFU_STATE_dfuDNLOAD_SYNC DFU_STATE_dfuDNBUSY dnload_request_flush dfu_state state_dfu_dnbusy dfu_bind wTransferSize dfu_unbind dfu_set_alt enomem dfu_add req_type handle_upload state_app_idle dfu_disable state_dfu_manifest state_dfu_manifest_sync dfu_set_poll_timeout dfu_get_manifest_timeout dfu_generic_strings dfu_intf_runtime state_dfu_upload_idle dstat dfu_runtime_descs handle_dnload DFU_STATE_dfuERROR state_dfu_dnload_idle dfu_strings to_dfu_mode state_dfu_idle dfu_name dfu_func strings_dfu_generic handle_getstatus DFU_STATE_dfuUPLOAD_IDLE handle_getstate DFU_STATE_dfuMANIFEST_WAIT_RST ehci_submit_root destroy_int_queue handshake ehci_submit_async typeReq left_length submit_bulk_msg buf_ptr usb_linux_interface_descriptor elementsize ehci_reset __ehci_get_port_speed enable_periodic create_int_queue fail1 fail2 fail3 usb_lowlevel_init ehci_td_buffer drivers/usb/host/ehci-hcd.c xfr_sz submit_control_msg ehci_encode_speed ehci_get_portsc_register endpoint reg_ptr poll_int_queue periodic_schedules qtd_count status_reg usb_linux_config_descriptor xfr_bytes __ehci_powerup_fixup disable_periodic ehcic srcptr __ehci_set_usbmode ehci_shutdown __qh queuesize usb_lowlevel_stop qtd_counter backbuffer epctrl1 epctrl2 epctrl3 ulpi_vp epctrl5 isiphyctrl res10 res11 res12 res13 res14 sbuscfg vendor_id_low viewport_addr otg_ctrl_clear hwtxbuf caplength carkit_ie otgsc ep_list_addr hwgeneral vendor_id_high res1 res2 res3 res4 res5 res6 res7 res8 res9 iface_ctrl_set usb_ehci transmit_pos_width ulpi_viewpoint mio_usb function_ctrl_set ulpi port_num epstatus sictrl dciparams usbgenctrl hwhost ehci_hcd_stop gptimer0_ctrl otg_ctrl_set carkit_pulse_ctrl_set carkit_ctrl carkit_ctrl_clear hwrxbuf iface_ctrl usb_ie_rising function_ctrl ulpi_regs carkit_ie_clear otg_ctrl function_ctrl_clear dciversion scratch_set carkit_ctrl_set iface_ctrl_clear product_id_high usb_int_status snoop1 snoop2 prictrl drivers/usb/host/ehci-zynq.c carkit_pulse_ctrl_clear carkit_int_delay hwdevice transmit_neg_width carkit_ie_set usb_ie_falling gptimer1_ctrl hciversion usb_int_latch gptimer0_ld scratch ehci_hcd_init epcomplete usb_ie_falling_clear carkit_int_status usb_ie_rising_set usb_ie_falling_set epsetupstat age_cnt_limit scratch_clear config_flag usb_ie_rising_clear epctrl4 recv_pol_recovery perlistbase product_id_low carkit_pulse_ctrl gptimer1_ld ulpi_viewport carkit_int_latch epctrl0 passthu ulpi_set_vbus_indicator external complement ulpi_reset drivers/usb/ulpi/ulpi.c __ulpi_reset_wait smode ulpi_opmode_sel ulpi_integrity_check topmode ulpi_init ulpi_serial_mode_enable ext_power ulpi_set_vbus ulpi_suspend ulpi_select_transceiver ulpi_set_pd ulpi_write drivers/usb/ulpi/ulpi-viewport.c ulpi_wait ulpi_wakeup ulpi_request ulpi_read fs_type addr_str fs_probe_unsupported do_ls fs_read_unsupported fs_write_unsupported fs_close_unsupported do_save file_exists fs_partition fs_exists_unsupported len_read fs_get_info fs_dev_desc fs/fs.c fstype_info fstypes do_load fs_ls_unsupported null_dev_desc_ok block_group_number osd2 compression_info first_pass_bbmap free_inodes inode_read ext2_block_group utime dtime fragments_per_group feature_compatibility no_blk_pergdt inode_bmaps ext4fs_read first_inode ext4fs_file reserved_blocks delayed_buf ext4fs_root atime ext_fs ext4fs_read_file fs_state creator_os filesize ext2_sblock inodesz inode_id bg_flags previous_block_number used_dir_cnt total_inodes delayed_extent first_pass_ibmap no_blkgrp blockend currroot ctime log2_block_size inode_table_id volume_name get_fs ext4fs_exists inode_size ext4fs_probe ext4fs_free_node blockoff diropen bg_itable_unused file_len ext2_data triple_indir_block delayed_skipfirst gid_reserved ext_filesystem total_blocks blk_bmaps fragment_addr delayed_start dir_blocks checkinterval ext2_inode minor_revision_level bg_checksum lastcheck dirnode osd1 double_indir_block fs/ext4/ext4fs.c mtime last_mounted_on blocks_per_group dir_acl error_handling blockcnt unique_id ext4fs_symlinknest nlinks uid_reserved ext4_read_file block_id total_sect sect_perblk curr_blkno log2_fragment_size delayed_next first_data_block max_mnt_count datablocks ext2fs_node ext4fs_ls inodes_per_group bg_reserved gdtable_blkno curr_inode_no log2_fs_blocksize ext4fs_mount ext4fs_indir1_block ee_block success p_ino fnode ti_parent_buff ei_block ti_child_blockno ext2_dirent ext4fs_reset_block_bmap fs/ext4/ext4_common.c first_block_no_of_root ext4fs_find_file1 eh_depth ext4fs_allocate_blocks check_void_in_dentry di_child_buff ext4fs_indir1_blkno ext4fs_read_inode blkoff eh_generation journal_buffer zero_buffer ti_gp_blockno di_blockno_parent read_allocated_block ext4fs_update_parent_dentry ext4fs_get_parent_inode_num temp_ptr ext4fs_indir3_block filetype ext4fs_read_symlink ext_block sizeof_void_space ext4fs_reinit_global ext4fs_div_roundup root_first_block_buffer blk_per_grp actual_block_no di_block_start_addr ext4fs_indir3_size perblock_child fdiro last_entry_dirlen ext4_extent_header desc_per_blk root_first_block_addr inodes_per_block ext4fs_indir2_block di_child_buff_start ext4fs_blockgroup eh_max ext4_extent_idx startblock perblock_parent prev_bg_bitmap_index totalbytes eh_entries ei_leaf_hi previous_dir ext4fs_get_new_blk_no temp_dir search_dir new_entry_byte_reqd previous_blknr direct_blk_idx ti_child_buff si_buffer foundtype total_remaining_blocks ext4fs_get_extent_block currpath ftype ti_cbuff_start_addr ti_gp_buff check_filename di_blockno_child ei_leaf_lo rootnode eh_magic ext4fs_iterate_dir result_inode_no currfound __sec_buf total_no_of_block alloc_triple_indirect_block inodes_per_grp direct_blockno ext4fs_get_new_inode_no bg_idx si_blockno templength ext4fs_filename_check parse_dirname alloc_double_indirect_block no_blks_reqd put_ext4 direntlen ext4fs_indir1_size ee_len ext4fs_indir2_blkno g_parent_inode matched_inode_no dentry_length root_blknr ti_parent_blockno ext4fs_indir3_blkno part_offset ext4fs_set_inode_bmap fpath temp_inode currnode alloc_single_indirect_block si_start_addr ext4fs_open ibmap_idx dname ext4fs_checksum_update prev_inode_bitmap_index fileblock part_length ext4fs_indir2_size oldnode ee_start_hi parse_path fpos ext4fs_set_block_bmap expecttype ti_gp_buff_start_addr ext4fs_find_file depth_dirname ti_pbuff_start_addr padding_factor ext4fs_reset_inode_bmap ext4_extent ext4fs_iget log2_blksz file_inode ee_start_lo di_parent_buffer ei_unused foundnode ext4fs_close find_dir_depth operand ext4fs_set_blk_dev block_len ext4fs_block_dev_desc byte_len byte_offset ext4fs_devread rbdd fs/ext4/dev.c ext4_read_superblock delete_double_indirect_block s_first gd_index grp_desc_size s_users prev_bg_bmap_idx s_dynsuper journal_superblock_t __filename read_buffer delete_single_indirect_block inode_journal ext4fs_deinit s_padding s_sequence gindex inode_buffer s_header DIB_start_addr start_block_address journal_header_t blks_reqd_for_file sizebytes inode_per_grp existing_file_inodeno no_blocks fs/ext4/ext4_write.c parent_itable_blkno node_inode s_nr_users ext4fs_init s_errno s_maxlen h_sequence ext4fs_delete_file s_uuid s_feature_ro_compat delete_triple_indirect_block s_max_transaction __s32 s_feature_incompat parent_inodeno real_free_blocks ext4fs_write ext4fs_update di_buffer ext4fs_write_file tip_buffer ext4fs_get_bgdtable tipb_start_addr s_max_trans_data tib_start_addr temp_buff h_blocktype bytes_reqd_for_file s_feature_compat blocks_remaining tigp_buffer journal_ptr ext4fs_push_revoke_blk ext4fs_dump_metadata journal_log update_commit_block print_jrnl_status dirty_blocks jsb_blknr blocknr ext4fs_log_gdt tmp_node curr_desc_logical_no journal_revoke_header_t prev_node tmp_revk_node recovery_flag recover_transaction fs/ext4/ext4_journal.c revk_blk_list ext4fs_update_journal ext4fs_check_journal_state gd_table ext4fs_free_revoke_blks temp_buff1 sequence_no metadata_buffer ext4fs_free_journal revoke_blk_list dirty_block_ptr prev_desc_logical_no print_revoke_blks DB_FOUND check_blknr_for_revoke revk_blk metadata_buff transaction_state first_node content r_count p_jdb ext4fs_log_journal jrnl_blk_idx update_descriptor_block ext4fs_put_metadata ext3_journal_block_tag ext4fs_init_journal fs/ext4/crc16.c ext2fs_crc16 crc16_table period_location ext_num file_fat_read fatbuf clust_size read_bootsectandvi isdir total_sector flush_fat_buffer start_cluster off16 dir_newclust __tolower do_fat_read slotptr alias_checksum val1 slotptr2 find_directory_entry set_contents bytesperclust volume_label uppercase name11_12 get_cluster hidden fat32_length fat_exists clear_fatent fat_length dir_curclust fat_close boot_sector cluster_size set_cluster l_name rootdir_done lcase ext_boot_sign starthi volume_info get_vfatname vfat_enabled is_next_clust fat_read_file attr file_fat_ls fat_sect empty_dentptr subname fat_register_device media heads vistart fat_set_blk_dev fatbufnum get_long_file_name rootdir_sect sect_num ignored doit l_filename adate find_empty_cluster volinfo get_dentfromdir do_fat_read_at drive_number get_contents_vfatname_block nxtsect dir_entries check_overflow ctime_ms cur_dev vol_label getit startsect dirc dirs do_fat_read_at_block dols fill_dentry prevcksum determine_fatent dogetsize get_fatent cur_position fat_val fatlength file_fat_detectfs downcase buflimit rootdir_end nr_blocks name5_10 num_of_fats slot2str cdate get_fatent_value info_sector fill_dir_slot volume_id clustnum get_dentfromdir_block dir_entry flush_dir_table firsttime str2slot period cursect system_id entry_value file_fat_read_at nxt_clust cur_part_info file_fat_write next_entry fnamecopy nextname endclust sect_size part_no __toupper end_idx set_fatent_value disk_read retdent next_fat gotsize secs_track actsize bufptr data_begin fatsize do_fat_write name0_4 get_contents disk_write datablock fsdata root_cluster realdent files rootdir_size mydata dirdelim mkcksum backup_boot fs/fat/fat_write.c fullpath file_read_func file_getfsname file_read origpath detect filesystems tmpstr file_detectfs_func origdest file_cd file_ls_func fs/fat/file.c pathcpy file_detectfs file_cwd current_filesystem file_ls distfix updatewindow inflateInit2_ ndist zcfree next_in wrap DISTEXT lenbits dolen adler32 z_stream opaque order dmask Bytef data_type lens stream_size this inflateReset wbits incr TABLE drop havedict TIME extra_len dbase codetype lbase inflateInit_ name_max DISTS inflate_table adler inflate_fast uInt sum2 total_in HCRC inf_leave LENLENS strm huff gz_header alloc_func gz_headerp COPY inflate_mode lenfix uLong STORED work COMMENT total_out outcb avail_in comm_max extra_max EXLEN next_out comment free_func LENEXT xflags sout z_stream_s windowBits avail_out dodist DICT lmask voidpf lencode gz_header_s LENGTH pat16 lcode dmax sfrom DICTID Byte fixedtables CODES inflate lext zcalloc FLAGS z_errmsg distbits EXTRA whave inflate_state DIST codes z_streamp cb_func hbuf lib/zlib/zlib.c internal_state inflateEnd TYPEDO distcode CODELENS MATCH crc7_syndrome_table crc7 lib/crc7.c crc7_byte crc8 lib/crc8.c lib/crc16.c crc16_tab cyg_crc16 fdtdec_get_int lib/fdtdec_common.c gzfree stoponerr gzalloc gunzip lib/gunzip.c zunzip init_sequence reloc_ofs lib/initcall.c initcall_run_list init_fnc_ptr _rgn rgnbegin max_addr size1 size2 lmb_free lmb_coalesce_regions lmb_addrs_overlap rgnsize base1 base2 res_base __arch_lmb_reserve lmbbase lmb_alloc lmb_align_up lmb_remove_region lmb_is_reserved lmb_align_down lmb_init lmb_add lmb_regions_adjacent rgnend lmb_dump_all rgnbase __board_lmb_reserve coalesced lmb_add_region lmbsize lib/lmb.c lmb_addrs_adjacent lmb_overlaps_region __lmb_alloc_base ldiv_t numer denom lib/ldiv.c MD5Final lib/md5.c MD5Context byteReverse MD5Transform md5_wd MD5Init digest chunk_sz MD5Update longs in32 lib/net_utils.c string_to_ip qsort strcmp_compar wgap lib/qsort.c k_opad sha1_csum _sha1_src sha1_update sha1_context k_ipad msglen sha1_process padn sha1_hmac sha1_padding sha1_finish keylen ilen sha1_csum_wd sha1_self_test sha1_starts lib/sha1.c sha256_update sha256_finish sha256_starts lib/sha256.c sha256_process sha256_padding sha256_csum_wd temp1 temp2 lib/strmhz.c strmhz himport_r hdestroy_r isprime ACTION last_idx totlen key_len hmatch_r hdelete_r hsearch_r hcreate_r hval2 hwalk_r drop_var_from_set _hdelete hval nent first_deleted lib/hashtable.c hexport_r cmpkey localvars match_entry _compare_and_overwrite_entry match_string lib/errno.c lib/display_options.c display_options print_buffer thislinelen lib/crc32.c crc_table crc32_wd_buf crc32_no_comp crc32_wd rem_len lib/ctype.c __s64 __div64_32 lib/div64.c hang lib/hang.c skip_spaces lib/linux_string.c strim accept bcopy strncpy strsep strncat words memchr memcpy strpbrk strlen strchr strcpy strcat strspn memchr_inv strrchr strncasecmp check_bytes8 memscan strncmp strcasecmp ___strtok memcmp value64 memset sbegin strswab memmove strdup strnlen lib/string.c lib/time.c tick_to_time mdelay usec_to_tick timer_get_us msec need_pfx pack_hex_byte local assertion print_grouped_ull int_val ustrtoull ustrtoul put_dec_trunc vsnprintf_internal mac_address_string vsprintf locase skip_atoi panic put_dec lib/vsprintf.c simple_strtoull grab pointer hex_asc ip4_addr precision __assert_fail ip6_addr_string put_dec_full ip4_addr_string ip6_addr simple_itoa field_width bufsize _fdt_find_string _fdt_check_node_offset fdt_check_header startoffset _fdt_check_prop_offset lib/libfdt/fdt.c fdt_next_subnode fdt_next_node fdt_next_tag _fdt_offset_ptr fdt_move fdt_first_subnode tagp fdt_node_offset_by_compatible fdt_stringlist_contains pdepth fdt_next_property_offset fdt_reserve_entry fdt_getprop fdt_get_property_by_offset fdt_get_property fdt_node_check_compatible aliasoffset supernodedepth fdt_getprop_namelen fdt_get_mem_rsv fdt_get_alias propname fdt_node_depth fdt_subnode_offset_namelen fdt_subnode_offset fdt_first_property_offset propval fdt_node_header supernodeoffset fdt_num_mem_rsv fdt_supernode_atdepth_offset fdt_path_offset fdt_get_path strlist _fdt_nodename_eq lib/libfdt/fdt_ro.c _nextprop fdt_parent_offset fdt_get_alias_namelen proplen rsv_table fdt_node_offset_by_prop_value fdt_get_name _fdt_mem_rsv fdt_get_phandle listlen fdt_node_offset_by_phandle fdt_string fdt_get_property_namelen _fdt_string_eq fdt_getprop_by_offset _fdt_splice _fdt_splice_string oldn strings_off mem_rsv_off fdt_set_size_dt_struct _fdt_find_add_string endtag fdt_pack fdt_set_magic struct_size namestroff _fdt_data_size fdt_delprop fdt_add_subnode_namelen lib/libfdt/fdt_rw.c _fdt_blocks_misordered fdt_setprop _fdt_splice_mem_rsv _fdt_packblocks fdt_set_last_comp_version splicepoint fdt_add_subnode fdt_del_mem_rsv _fdt_splice_struct fdt_del_node fdt_open_into fdt_set_off_mem_rsvmap fdt_set_size_dt_strings fdt_appendprop fdt_set_version mem_rsv_size fdtend _fdt_mem_rsv_w fdt_add_mem_rsv struct_off _fdt_rw_check_header _fdt_add_property newn fdt_set_off_dt_strings fdt_set_name _fdt_resize_property nodelen fdtstart oldlen fdt_get_property_w endoffset fdt_set_off_dt_struct _fdt_offset_ptr_w fdt_errtabent errval fdt_strerror fdt_errtable lib/libfdt/fdt_strerror.c struct_top fdt_finish _fdt_sw_check_header lib/libfdt/fdt_sw.c strtabsize fdt_end_node newstroffset fdt_finish_reservemap fdt_begin_node spaceleft oldstroffset _fdt_grab_space fdt_create fdt_add_reservemap_entry lib/libfdt/fdt_wip.c exc_prop fdt_find_regions checklen include add_string_tab max_regions inc_count _fdt_node_end_offset exc_prop_count fdt_region stop_at fdt_getprop_w str_in_list fdt_setprop_inplace path_len fdt_nop_property want fdt_nop_node _fdt_nop_region fdt_create_empty_tree lib/libfdt/fdt_empty_tree.c udp_xsum ip_src ip_id NetArpWaitReplyIP NetCopyIP reply_ip_addr ip_dst ArpReceive ar_hrd udp_src NetEtherNullAddr et_protlen ip_sum sourceIP targetEther ip_tos arp_hdr NetArpPacketBuf ip_udp_hdr udp_dst ar_data arp_raw_request ar_pro ip_len NetOurEther NetArpWaitTxPacketSize ArpInit NetBcastAddr ArpTimeoutCheck ip_ttl NetArpWaitTry udp_len ip_p NetArpWaitTimerStart NetWriteIP NetSendPacket ip_off __be16 ArpRequest NetReadIP NetArpWaitPacketIP ar_hln NetArpTxPacket ip_hl_v NetArpWaitPacketMAC targetIP __fswab16 NetTxPacket ar_pln net/arp.c eth_hdr_size ar_op iplen dhcp_state_t DhcpMessageType tmp_ip net/bootp.c pktlen REBOOTING dhcp_state RENEWING truncate_sz Bootp_t bp_siaddr iphdr message_type curlen DhcpSendRequestPkt REQUESTING dhcp_leasetime NetServerEther BootpTimeout extlen DhcpRequest INIT_REBOOT net_set_state BootpID OfferedIP bp_file bp_giaddr bp_yiaddr DhcpExtended bp_sname SELECTING RequestedIP DhcpOptionsProcess bp_id DhcpHandler BootpCopyNetParams ServerID bp_ciaddr NetReadLong BootpTry popt bp_vend bp_hops bp_op bp_htype NetRxPacket BootpRequest bp_hlen REBINDING bp_chaddr NetDHCPServerIP bp_offer BootpCheckPkt bp_spare1 bp_secs NetCopyLong BOUND eth_save_packet eth_getenv_enetaddr_by_index eth_rcv_current __def_eth_init is_zero_ether_addr NetRestartWrap eth_rcv_last eth_current_changed eth_setenv_enetaddr_by_index eth_unregister eth_devices ETH_STATE_PASSIVE eth_set_current eth_env_init first_restart eth_get_dev_by_name eth_mac_skip ethrotate eth_halt eth_getenv_enetaddr old_current env_changed_id eth_rx eth_rcv_bufs eth_get_dev_index net/eth.c eth_parse_enetaddr base_name eth_get_name eth_write_hwaddr eth_get_dev_by_index ethprime eth_state_t eth_register is_valid_ether_addr eth_send is_multicast_ether_addr first_failed eth_receive ETH_STATE_ACTIVE target_dev eth_setenv_enetaddr eth_try_another skip_state num_devices eth_initialize ETH_STATE_INIT eth_number enetvar push_packet icmph inpkt timeStart et_ctl timeDelta et_snap1 et_snap3 NetRxPacketLen myvlanid vet_tag src_ip eth_init_state_only eth_halt_state_only eth_set_last_protocol eth_proto NetSetTimeout net_set_ip_header payload_len pkt_hdr_size NetRxPackets PktBuf rxhand_f NetStartAgain NetLoop NetBootFileXferSize nretry NetIPID icmp_hdr net_set_udp_handler NetSetEther vet_dest NetReceive NetTryCount et_dsap packet_icmp_handler VLAN_to_string thand_f net_get_udp_handler et802 vet_type vet_src NetSendUDPPacket getenv_VLAN eth_is_on_demand_init copy_filename net_set_icmp_handler et_snap2 ip_to_string getenv_IPaddr rxhand_icmp_f e802_hdr net_cleanup_loop vet_vlan_type NetInitLoop net/net.c net_set_arp_handler mynvlanid NetOurNativeVLAN random_port net_busy_flag NetDevExists string_to_VLAN et_prot net_get_arp_handler dst_ip NetCksumOk udp_packet_handler dummy_handler net_update_ether NetBootFileSize net_set_udp_header startAgainTimeout NetEthHdrSize frag dport _u_boot_list_2_env_clbk_2_bootfile retrycnt net_clear_handlers net_check_prereq gateway timeHandler NetRestarted arp_packet_handler net_init NetDefragment receive_icmp retry_forever et_ssap NetOurVLAN on_bootfile vlan_ethernet_hdr net_auto_load NetCksum rpcvers nfs_mount_reply nfs_download_state nfs_readlink_reply NfsSrvMountPort nfs_timeout NfsSend fs_mounted nfs_read_req nfs_path rpc_proc rpc_prog NfsServerIP astatus nfs_readlink_req rstatus nfs_len nfs_mount_req verifier NfsStart rpc_id readlen default_filename hostnamelen nfs_read_reply nfs_umountall_reply rpc_pkt filefh OurNet hostname NfsState nfs_path_buff store_block ServerNet dirfh basename rpc_lookup_req NfsTimeout NfsSrvNfsPort fnamelen net/nfs.c nfs_lookup_reply nfs_umountall_req rpc_lookup_reply rpc_req NfsTimeoutCount rpc_t nfs_filename pathlen NfsHandler nfs_lookup_req NfsOurPort rpc_add_credentials nfs_offset PingSeqNo net/ping.c ping_receive set_icmp_header ping_send ping_start ip_hdr ping_timeout tftp_complete load_block TftpBlockWrap TftpRRQTimeoutMSecs tftp_filename TftpHandler time_start TftpRRQTimeoutCountMax TftpWriting TftpRemotePort update_block_number TftpTimeoutMSecs TFTP_ERR_UNDEFINED new_transfer TFTP_ERR_DISK_FULL TftpOurPort TFTP_ERR_UNEXPECTED_OPCODE TftpBlkSizeOption TftpBlockWrapOffset TftpLastBlock TftpSend toload ack_ok TFTP_ERR_FILE_ALREADY_EXISTS TftpTimeoutCount TftpBlock TFTP_ERR_FILE_NOT_FOUND TftpFinalBlock TftpTimeoutCountMax TFTP_ERR_UNKNOWN_TRANSFER_ID TftpStart RemoteNet net/tftp.c tosend TftpState TFTP_ERR_ACCESS_DENIED TftpRemoteIP show_block_marker TftpTimeout TftpBlkSize loaded
.symtab .strtab .shstrtab .text .rodata .hash .data .got.plt .u_boot_list .rel.dyn .bss_start .bss .bss_end .ARM.attributes .comment .debug_line .debug_info .debug_abbrev .debug_aranges .debug_frame .debug_str .debug_loc .debug_ranges
_reset $a $d undefined_instruction software_interrupt prefetch_abort data_abort not_used irq fiq here clbss_l relocate_done copy_loop fixloop fixnext bootm-fdt.c bootm.c boot_prep_linux boot_jump_linux sections.c interrupts.c reset.c cache.c cache-cp15.c cp_delay cache_disable cache_enable api.c API_display_clear API_display_draw_bitmap API_display_get_info API_env_enum API_env_set API_env_get API_dev_write API_dev_read API_dev_close API_dev_open API_dev_enum API_get_timer API_udelay API_get_sys_info API_reset API_puts API_tstc API_putc API_getc calls_no calls_table api_display.c api_net.c dev_valid_net api_storage.c dev_stor_type dev_stor_is_valid dev_stor_get specs __func__.7447 api_platform-arm.c cache_v7.c get_ccsidr v7_inval_tlb v7_dcache_maint_range v7_maint_dcache_all __func__.6922 cpu.c syslib.c timer.c ddrc.c slcr.c qspi0_pins qspi1_cs_pin nand16_pins slcr_lock qspi1_dio_pins nand8_pins usb1_pins qspi1_cs_dio_pin mio_periphs qspi1_pins qspi0_dio_pins usb0_pins clk.c __zynq_clk_cpu_get_parent __zynq_clk_periph_get_parent clkid_2_register __zynq_clk_pll_get_rate.isra.2 zynq_clk_pll_get_rate zynq_clk_register_pll.isra.3 ddr3x_get_rate ddr2x_get_rate zynq_clk_periph_set_rate zynq_clk_periph_get_rate zynq_clk_register_periph_clk zynq_clk_register_aper_clk.constprop.4 clks CSWTCH.26 CSWTCH.32 CSWTCH.28 board.c fpga015 fpga030 fpga020 fpga100 fpga045 fpga fpga010 thor.c main.c command.c CSWTCH.38 tmp_buf tmp_buf.6889 start.6868 start.6872 start.6899 start.6903 end.6875 end.6906 exports.c dummy hash.c hash_finish_crc32 hash_update_crc32 hash_init_crc32 hash_finish_sha256 hash_update_sha256 hash_init_sha256 hash_algo cli_hush.c b_reset static_get static_peek file_peek setup_string_in_str is_assignment mapset syntax_err do_showvar xmalloc new_pipe file_get free_pipe_list b_free xrealloc done_command initialize_context done_pipe done_word b_addchr b_addqchr insert_var_value_sub insert_var_value parse_stream_outer run_list_real flag_repeat buf.7320 ifs last_return_code reserved_list map do_repeat the_command.7120 top_vars cli_simple.c cli.c cli_readline.c delete_char cread_add_char cread_add_str initted.7001 hist_list hist_lines hist_max hist_add_idx tab_seq erase_seq hist_num hist_cur s_record.c hex1_bin hex2_bin xyzModem.c CYGACC_COMM_IF_PUTC.isra.0 CYGACC_COMM_IF_GETC_TIMEOUT.isra.1 xyzModem_flush xyzModem_get_hdr CSWTCH.13 xyz cmd_disk.c autoboot.c stored_bootdelay board_f.c print_cpuinfo trace_early_init display_text_info setup_mon_len reserve_round_4k reserve_mmu reserve_trace reserve_uboot reserve_malloc setup_machine reserve_global_data reserve_fdt reserve_stacks display_new_sp setup_dram_config setup_reloc reloc_fdt show_dram_config reserve_board announce_dram_init init_func_i2c init_baud_rate setup_fdt mark_bootstage setup_dest_addr init_sequence_f board_r.c bootstage_relocate initr_secondary_cpu initr_trace initr_reloc_global_data initr_barrier initr_announce run_main_loop initr_net initr_ethaddr initr_enable_interrupts initr_api initr_jumptable initr_env initr_malloc initr_serial initr_caches initr_reloc cmd_boot.c do_go cmd_bootm.c image_info do_iminfo bootz_help_text bootm_help_text cmd_bootm_sub bootm_os.c do_bootm_rtems do_bootm_standalone do_bootm_qnxelf do_bootm_plan9 do_bootm_vxworks __arch_preboot_os __func__.6969 boot_os cmd_help.c do_help start.6819 start.6823 end.6826 cmd_version.c do_version env_attr.c reverse_strstr delims.6926 env_callback.c clear_callback on_callbacks set_callback find_env_callback start.6971 start.6964 end.6967 callback_list first_call env_flags.c skip_num clear_flags on_flags set_flags env_parse_flags_to_bin env_flags_varaccess_rep env_flags_varaccess_mask flags_list env_flags_vartype_rep env_sf.c env_flash cmd_source.c source_help_text cmd_bdinfo.c print_num cmd_cache.c parse_argv cmd_clk.c do_clk do_clk_dump clk_help_text cmd_clk_sub cmd_console.c do_coninfo cmd_echo.c do_echo cmd_elf.c load_elf_image_shdr cmd_exit.c do_exit cmd_ext4.c cmd_ext2.c cmd_fat.c do_fat_fswrite do_fat_fsinfo do_fat_ls cmd_fdt.c is_printable_string fdt_valid print_data do_fdt fdt_help_text root.7029 data.7003 tabs.7112 fdt_support.c get_cells_len fdt_find_or_add_subnode.constprop.6 __FUNCTION__.7122 __func__.7004 cmd_fpga.c cmd_i2c.c get_alen do_i2c do_i2c_bus_speed do_i2c_reset do_i2c_write do_i2c_mw do_i2c_read do_i2c_loop do_i2c_probe do_i2c_md do_i2c_crc mod_i2c_mem.isra.0 do_i2c_nm do_i2c_mm i2c_help_text i2c_mm_last_addr i2c_mm_last_chip cmd_i2c_sub i2c_mm_last_alen i2c_dp_last_length i2c_dp_last_chip i2c_dp_last_addr start.7380 start.7391 start.7407 end.7383 end.7394 end.7410 i2c_dp_last_alen cmd_itest.c evalexp evalstr binary_test do_itest op_table cmd_load.c ktrans bin_data_init bin_data_char k_data_save k_data_restore load_serial_ymodem getcxmodem s1_sendpacket.constprop.0 load_serial do_load_serial chk1.constprop.2 do_load_serial_bin send_parms os_data_init os_data_addr_saved his_pad_char a_b os_data_char os_data_state k_data_escape os_data_state_saved os_data_addr send_ptr bin_start_address his_quote his_pad_count his_eol k_data_escape_saved cmd_mem.c do_mem_loop do_mem_mw do_mem_base do_mem_cmp do_mem_crc do_mem_cp do_mem_md mod_mem.isra.2 do_mem_nm do_mem_mm dp_last_length dp_last_addr base_address mm_last_size mm_last_addr dp_last_size miiphyutil.c legacy_miiphy_read legacy_miiphy_write miiphy_get_active_dev current_mii mii_devs __FUNCTION__.7366 cmd_mii.c extract_range do_mii reg_4_desc_tbl last_data last_reg_hi desc_and_len_tbl reg_0_desc_tbl reg_1_desc_tbl reg_2_desc_tbl reg_3_desc_tbl reg_5_desc_tbl reg_0_5_desc_tbl last_addr_lo last_op last_addr_hi last_reg_lo cmd_mdio.c do_mdio last_devad_hi last_devad_lo cmd_misc.c do_sleep cmd_mmc.c init_mmc_device do_mmc_rescan do_mmcinfo do_mmcops do_mmc_setdsr do_mmc_list do_mmc_dev do_mmc_part do_mmc_erase do_mmc_write do_mmc_read curr_device cmd_mmc cmd_net.c do_ping netboot_common do_nfs do_dhcp do_bootp cmd_pcmcia.c cmd_sf.c bytes_per_second do_spi_flash flash cmd_spi.c bus cs bitlen dout din mode cmd_test.c do_false do_true do_test cmd_usb.c usb_get_class_desc do_usbboot usb_display_class_sub usb_find_device usb_show_tree_graph usb_display_desc usb_display_string usb_display_config do_usb usb_stor_curr_dev CSWTCH.19 usb.c usb_set_maxpacket_ep usb_get_descriptor usb_get_string usb_string_sub dev_index usb_dev asynch_allowed __func__.7586 usb_hub.c usb_get_hub_descriptor usb_get_port_status usb_set_port_feature usb_clear_port_feature usb_hub_power_on usb_hub_configure usb_hub_index hub_dev usb_storage.c usb_stor_irq usb_request_sense usb_stor_BBB_reset usb_stor_CB_reset usb_stor_BBB_clear_endpt_stall.isra.0 usb_stor_BBB_transport usb_stor_CB_comdat usb_stor_CBI_get_status.isra.2 usb_stor_CB_transport CSWTCH.46 usb_stor usb_dev_desc usb_max_devs us_direction CBWTag usb_ccb cmd_thordown.c __func__.7994 cmd_ximg.c do_imgextract imgextract_help_text cmd_spl.c do_spl cmd_spl_export_sub subcmd_list __compound_literal.0 __compound_literal.1 cmd_spl_sub flash.c splash.c cmd_dfu.c do_dfu cmd_nvedit.c do_env_delete env_print do_env_print do_env do_env_import do_env_default do_env_save _do_env_set.isra.1 do_env_set do_env_export do_env_edit env_help_text __func__.7389 env_id cmd_env_sub __func__.7424 env_common.c __env_get_char_spec __func__.7065 __func__.7072 __func__.7049 console.c console_setfile on_console ctrlc_was_pressed ctrlc_disabled dlmalloc.c max_total_mem av_ sbrk_base max_sbrked_mem trim_threshold current_mallinfo top_pad image.c on_loadaddr uimage_comp uimage_os uimage_arch uimage_type image-fdt.c fdt_error image-fit.c fit_parse_spec fit_image_print_data CSWTCH.84 memsize.c stdio.c devs part.c block_drvr part_dos.c test_block_type print_partition_extended get_partition_info_extended.constprop.1 fpga.c fpga_no_sup fpga_dev_info __func__.7153 __func__.7211 __func__.7171 __func__.7224 __func__.7186 next_desc __func__.7198 desc_table zynqpl.c zynq_info load_word zynq_dump zynq_align_dma_buffer zynq_validate_bitstream.isra.0 zynq_dma_transfer.constprop.1 zynq_load zynq_loadfs __func__.8161 __func__.8213 __func__.8223 bin_format __func__.8195 __func__.8251 __func__.8134 xilinx.c xilinx_validate __FUNCTION__.7081 __FUNCTION__.7101 __func__.7062 __FUNCTION__.7095 __func__.7082 __func__.7089 __func__.7096 tqm8xx_pcmcia.c dfu.c dfu_write_buffer_drain dfu_list dfu_alt_num dfu_buf_size dfu_reset_request __func__.8041 __func__.8066 __func__.8005 dfu_buf __func__.7965 __func__.7983 dfu_hash_algo alt_num_cnt __func__.8028 __func__.7978 dfu_mmc.c mmc_file_op mmc_access_part.isra.0 mmc_block_op __func__.8203 __func__.8164 __func__.8221 dfu_file_buf_len __func__.8178 __func__.8235 __func__.8259 __func__.8248 dfu_file_buf dfu_ram.c dfu_transfer_medium_ram dfu_read_medium_ram dfu_write_medium_ram __func__.7829 __func__.7850 date.c i2c_core.c i2c_init_bus start.6916 start.6920 start.6941 end.6923 end.6944 zynq_i2c.c zynq_i2c_set_bus_speed zynq_i2c_wait i2c_select.isra.0 zynq_i2c_init zynq_i2c_write zynq_i2c_read zynq_i2c_probe mmc.c mmc_set_ios mmc_set_bus_width mmc_set_capacity mmc_send_ext_csd mmc_go_idle mmc_send_op_cond_iter sd_switch.constprop.2 mmc_switch.isra.1 mmc_bread mmc_startup __def_mmc_init widths.7298 multipliers fbase cur_dev_num ext_csd_bits.7296 ext_to_hostcaps.7297 mmc_devices sdhci.c sdhci_reset __func__.7496 cmd_timeout.7475 __func__.7454 __func__.7520 __func__.7476 __func__.7532 __func__.7423 sdhci_ops zynq_sdhci.c mmc_write.c sf.c spi_flash_read_write sf_params.c sf_probe.c spi_flash_set_qeb spi_read_cmds_array sf_ops.c spi_flash_addr spi_flash_dual_flash spi_flash_bank zynq_gem.c zynq_gem_setup_mac zynq_gem_halt phy_setup_op phyread zynq_gem_miiphyread zynq_gem_miiphy_write zynq_gem_recv zynq_gem_send zynq_gem_init __func__.8795 phy.c generic_ffs phy_device_create get_phy_device_by_mask __board_phy_config phy_drivers genphy_driver marvell.c m88e1011s_config m88e1121_config m88e1111s_config m88e1118_config m88e1145_config m88e1149_config m88e1310_config m88e1xxx_parse_status m88e1118_startup m88e1145_startup m88e1011s_startup M88E1111S_driver M88E1310_driver __func__.7215 M88E1118_driver M88E1518_driver M88E1145_driver M88E1149S_driver M88E1121R_driver M88E1118R_driver M88E1011S_driver serial.c get_current serial_null on_baudrate serial_devices baudrate_table serial_current serial_zynq.c uart_zynq_serial_putc uart_zynq_serial_puts uart_zynq_serial_tstc uart_zynq_serial_getc uart_zynq0_getc uart_zynq0_tstc uart_zynq0_putc uart_zynq0_puts uart_zynq1_getc uart_zynq1_tstc uart_zynq1_putc uart_zynq1_puts uart_zynq_serial_setbrg uart_zynq1_setbrg uart_zynq_serial_init uart_zynq1_init uart_zynq0_init uart_zynq0_setbrg uart_zynq_serial0_device uart_zynq_serial1_device uart_zynq_ports_param uart_zynq_ports spi.c zynq_qspi.c zynq_qspi_fill_tx_fifo zynq_qspi_setup_transfer zynq_qspi_chipselect.isra.1 __func__.8942 __func__.9056 offsets.8958 current_u_page.8999 __func__.8975 epautoconf.c epnum config.c usbstring.c ci_udc.c ci_get_qh ci_get_qtd ci_ep_disable flip_ep0_direction ci_ep_free_request ci_flush_qh ep_enable ci_ep_enable stop_activity ci_flush_qtd ci_ep_submit_next_request ci_ep_queue ci_ep_alloc_request ci_pullup __func__.8054 ep0_desc ci_udc_ops ci_ep_init ci_ep_ops controller f_thor.c thor_setup_complete thor_set_dma thor_func_bind thor_unbind thor_func_setup thor_func_set_alt thor_func_disable thor_rx_tx_complete thor_rx_data thor_tx_data send_rsp thor_start_ep send_data_rsp.constprop.4 process_data __func__.8080 hs_thor_downloader_function thor_iad_descriptor thor_downloader_intf_int thor_downloader_cdc_header thor_downloader_cdc_call thor_downloader_cdc_abstract thor_downloader_cdc_union hs_int_desc thor_downloader_intf_data thor_downloader_cdc_av hs_in_desc hs_out_desc __thor_tx_data_buf __func__.8180 ret_head.8056 __func__.8127 thor_func __f_name __func__.8137 left.8055 fs_in_desc __func__.8167 fs_out_desc fs_int_desc alt_setting_num __func__.8038 __func__.8186 __thor_rx_data_buf __func__.8233 thor_file_size __func__.8063 cnt.8059 __func__.8049 out_req_buf __func__.8114 g_dnl.c count_configs collect_langs composite_setup_complete composite_suspend composite_resume g_dnl_unbind g_dnl_do_config lookup_string composite_unbind composite_bind reset_config.isra.6 composite_disconnect composite_setup g_dnl_bind manufacturer device_desc __FUNCTION__.8179 g_dnl_string_tab g_dnl_string_defs start.8247 end.8252 g_dnl_composite_strings __func__.8297 g_dnl_driver g_dnl_serial composite composite_driver product f_dfu.c dfu_set_poll_timeout handle_getstate handle_dnload dnload_request_complete dfu_set_alt dfu_disable dfu_bind dfu_unbind dfu_handle handle_getstatus state_dfu_error state_dfu_manifest_sync dnload_request_flush state_dfu_dnload_idle state_dfu_dnbusy state_dfu_dnload_sync state_app_detach state_app_idle state_dfu_manifest handle_upload.isra.3 state_dfu_upload_idle state_dfu_idle dfu_strings stringtab_dfu dfu_intf_runtime dfu_generic_strings stringtab_dfu_generic dfu_state dfu_func dfu_name dfu_runtime_descs strings_dfu_generic ehci-hcd.c handshake ehci_td_buffer ehci_submit_async ehci_shutdown disable_periodic.isra.0 enable_periodic.isra.1 periodic_schedules ehcic __func__.7907 descriptor ehci-zynq.c ulpi.c ulpi-viewport.c ulpi_wait.isra.0 ulpi_request fs.c fs_probe_unsupported fs_ls_unsupported fs_exists_unsupported fs_read_unsupported fs_write_unsupported fs_close_unsupported fs_get_info fs_close fs_partition fs_type fstypes fs_dev_desc ext4fs.c ext4_common.c search_dir ext4fs_find_file1 symlinknest prev_inode_bitmap_index.7547 prev_bg_bitmap_index.7528 __func__.7593 dev.c __func__.7222 part_info ext4fs_block_dev_desc ext4_write.c ext4fs_update prev_bg_bmap_idx.7258 prev_bg_bmap_idx.7272 prev_bg_bmap_idx.7324 prev_bg_bmap_idx.7292 ext4_journal.c __func__.7267 prev_node revk_blk_list first_node __func__.7258 crc16.c crc16_table fat_write.c downcase disk_read dirdelim get_fatent slot2str mkcksum check_overflow disk_write flush_fat_buffer set_fatent_value get_fatent_value find_empty_cluster get_name read_bootsectandvi get_cluster get_vfatname set_cluster set_contents set_name is_next_clust.isra.0 flush_dir_table.constprop.8 do_fat_write empty_dentptr cur_part_info total_sector dir_curclust num_of_fats cur_dev file.c zlib.c lenfix order.7311 dext.7218 distfix dbase.7217 lbase.7215 lext.7216 crc7.c crc8.c crc16_tab fdtdec_common.c gunzip.c initcall.c lmb.c lmb_addrs_adjacent lmb_remove_region lmb_add_region lmb_align_down ldiv.c md5.c byteReverse MD5Init MD5Transform MD5Update MD5Final net_utils.c qsort.c sha1.c sha1_process sha1_padding sha256.c sha256_process sha256_padding strmhz.c hashtable.c drop_var_from_set cmpkey _hdelete.isra.1 match_string.isra.2 errno.c display_options.c names.6962 crc32.c crc_table ctype.c div64.c hang.c linux_string.c string.c time.c vsprintf.c __toupper skip_atoi put_dec_trunc put_dec string.isra.0 number.isra.4 local.7109 fdt.c fdt_ro.c _nextprop fdt_rw.c _fdt_blocks_misordered _fdt_rw_check_header _fdt_packblocks _fdt_splice _fdt_splice_struct _fdt_splice_mem_rsv _fdt_add_property fdt_strerror.c fdt_errtable fdt_sw.c fdt_wip.c fdt_empty_tree.c arp.c NetArpWaitReplyIP NetArpTxPacket NetArpPacketBuf bootp.c truncate_sz DhcpOptionsProcess DhcpExtended DhcpHandler BootpTimeout dhcp_state NetDHCPServerIP dhcp_leasetime eth.c __def_eth_init eth_save_packet eth_current_changed act.7419 first_failed.7414 eth_rcv_bufs eth_rcv_current index.7345 eth_rcv_last eth_devices env_changed_id.7420 net.c startAgainTimeout dummy_handler net_clear_handlers net_cleanup_loop on_bootfile NetInitLoop NetRestarted udp_packet_handler NetDevExists timeStart timeHandler NetTryCount PktBuf first_call.7115 env_changed_id.7104 arp_packet_handler packet_icmp_handler timeDelta nfs.c basename dirname rpc_add_credentials rpc_lookup_reply nfs_mount_reply nfs_umountall_reply nfs_lookup_reply rpc_req rpc_lookup_req nfs_mount_req nfs_umountall_req nfs_lookup_req nfs_read_req nfs_readlink_req NfsSend nfs_readlink_reply NfsTimeout nfs_read_reply.isra.0 NfsHandler NfsOurPort NfsServerIP nfs_filename nfs_len NfsSrvMountPort dirfh NfsSrvNfsPort rpc_id fs_mounted nfs_path_buff nfs_offset nfs_download_state nfs_path filefh NfsState default_filename NfsTimeoutCount ping.c ping_timeout PingSeqNo tftp.c new_transfer update_block_number tftp_complete TftpSend restart icmp_handler TftpTimeout TftpHandler TftpTimeoutCountMax time_start TftpBlock TftpTimeoutCount TftpRemoteIP TftpBlockWrap TftpFinalBlock TftpBlkSizeOption TftpOurPort TftpWriting TftpBlkSize TftpTimeoutMSecs TftpState TftpRemotePort tftp_filename TftpBlockWrapOffset TftpLastBlock .udivsi3_skip_div0_test shift .divsi3_skip_div0_test _GLOBAL_OFFSET_TABLE_ ext_fs genphy_restart_aneg console_buffer ext4fs_update_journal fit_image_check_comp stdio_clone xyzModem_error fit_print_contents fit_image_check_type jz_serial_initialize usb_storage_probe mdelay strcpy fpga_info phy_find_by_mask i2c_set_bus_num __ashldi3 _u_boot_list_2_cmd_2_i2c dram_init fdt_offset_ptr console_init_r arch_lmb_reserve fit_conf_get_prop_node net_set_arp_handler get_fs poll_int_queue do_load __rel_dyn_start dfu_get_medium_size_ram ext4fs_put_metadata __ehci_set_usbmode v7_outer_cache_disable ext4fs_open usb_maxpacket do_bootd fit_image_get_data __udelay find_cmd_tbl miiphy_speed usb_descriptor_fillbuf spi_flash_cmd_write version_string mmc_bwrite _u_boot_list_2_cmd_2_sleep dev_open_stor NetCksumOk NetArpWaitTry miiphy_info file_fat_write do_fat_read_at dev_close_stor NetArpWaitPacketMAC cleanup_before_linux __show_boot_progress bfin_serial_initialize printf vsprintf do_i2c_show_bus fit_image_get_comp dev_enum_reset __div64_32 env_htab ext4fs_get_new_inode_no NetSetTimeout ext4fs_init_journal spi_release_bus hwalk_r copy_filename soc_clk_dump _fdt_node_end_offset i2c_get_adapter run_command sha1_finish miiphy_set_current_dev fpga_get_desc zynq_clk_get_rate cpu_mmc_init _u_boot_list_2_cmd_2_nm ehci_hcd_stop set_working_fdt_addr NetEthHdrSize fit_parse_subimage dirty_block_ptr spi_flash_cmd_erase_ops fdt_getprop_namelen spi_xfer invalidate_dcache_range fdt_first_property_offset do_bootm_states strim fit_image_verify NetOurEther g_dnl_unregister p3mx_serial_initialize getenv_bootm_size ext4fs_reset_block_bmap thor_init mmc_getcd console_assign dfu_read_medium_mmc __aeabi_llsr leon2_serial_initialize enable_caches dcache_enable v7_outer_cache_inval_all memmove gunzip do_bootz NetOurIP hash_command leon3_serial_initialize DhcpRequest api_init _u_boot_list_2_cmd_2_printenv syscall ext4fs_indir3_blkno fit_get_node_from_config ext4fs_set_inode_bmap env_relocate_spec do_run amirix_serial_initialize _u_boot_list_2_cmd_2_clk sdhci_send_command marvell_serial_initialize get_local_var NetPingIP fdt_get_property fdt_path_offset fdt_setprop simple_strtol arp_raw_request do_bootelf _u_boot_list_2_cmd_2_fdt g_dnl_bind_fixup i2c_write hang image_print_contents __i2c_init ip_to_string spi_flash_cmd_read_config cpci750_serial_initialize spi_flash_params_table usb_interface_id part_offset getenv env_import genimg_get_comp_id ArpTimeoutCheck NetServerIP arch_cpu_init eth_halt board_late_init_old errno initr_mmc sha1_csum_wd _not_used dfu_free_buf miiphy_listdev dfu_get_buf_size relocate_code dev_stor_init usb_started __bss_base net_set_icmp_handler fit_check_format NetReceive monitor_flash_len inflate NfsStart get_phy_id fdt_move gzalloc save_addr reset ext4fs_free_journal ulpi_init i2c_probe miiphy_is_1000base_x phy_connect ehci_get_port_speed usb_string_id hsearch_r qsort genimg_get_os_id fpga_validate ext4fs_check_journal_state ext4fs_devread do_go_exec fdt_chosen env_callback_init sha256_starts __board_mmc_getcd skip_spaces serial_register usb_stor_write do_bootvx getc mem_malloc_end dfu_fill_entity_mmc __dram_init_banksize ns16550_serial_initialize _u_boot_list_2_cmd_2_bootvx mmu_set_region_dcache_behaviour do_fiq asc_serial_initialize memcpy get_device_and_partition usb_hub_probe zynq_op ___strtok fit_image_get_os do_fat_fsload do_ext4_ls _u_boot_list_2_cmd_2_crc32 invalidate_dcache_all bootm_maybe_autostart NetArpWaitTxPacketSize fit_all_image_verify get_table_entry_name fit_image_get_node search_device genimg_has_config spi_flash_cmd_read env_name_spec v7_outer_cache_flush_range zynq_slcr_gem_clk_setup zynq_clk_set_rate altera_serial_initialize flush_cache NetRxPackets get_partition_info_dos puts fdt_delprop ext4fs_init ext4fs_indir1_blkno _u_boot_list_2_cmd_2_imxtract _u_boot_list_2_cmd_2_fatinfo oc_serial_initialize sh_serial_initialize _u_boot_list_2_cmd_2_false zynq_slcr_get_mio_pin_status inflate_fast _u_boot_list_2_cmd_2_loadb sha256_csum_wd zynq_slcr_unlock __image_copy_end malloc NetOurNISDomain NetBcastAddr __udivsi3 usb_stop ulpi_read _u_boot_list_2_cmd_2_tftpput _u_boot_list_2_cmd_2_loadx _data_abort spi_init usb_init xyzModem_stream_close do_spi print_mmc_devices genimg_get_arch_id net_set_udp_handler cpu_eth_init interrupt_init cmd_usage _u_boot_list_2_cmd_2_ext4write spi_cs_is_valid crc32_wd_buf ext4fs_push_revoke_blk hmatch_r __red_led_on get_device getenv_f miiphy_read ext4fs_indir1_size _u_boot_list_2_cmd_2_showvar parse_string_outer phy_config _u_boot_list_2_cmd_2_bootp fdt_subnode_offset_namelen spi_flash_cmd_read_status do_dcache miiphy_get_current_dev do_undefined_instruction mxs_auart_initialize board_mmc_init _u_boot_list_2_cmd_2_fatls ext4fs_ls _irq fdt_node_depth NetArpWaitPacketIP string_to_ip NetOurNativeVLAN show_regs dfu_get_dev_type show_boot_progress xilinx_loadfs fit_get_desc do_irq mmc_set_blocklen env_get_char fpga_fsload ext2fs_crc16 invalidate_icache_all usb_composite_unregister genimg_get_arch_name fit_image_get_arch saveenv dev_read_stor do_ext4_load serial_setbrg fdt_num_mem_rsv ext4fs_dump_metadata hcreate_r mmc_getwp phy_marvell_init fdt_get_property_by_offset get_tbclk fdt_fixup_ethernet ext4fs_indir2_blkno dfu_init_env_entities eth_register dfu_reset getenv_bootm_mapsize do_fpga main_loop mmc_send_cmd BootpTry env_flags_validate NetSendUDPPacket usb_disable_asynch serial_initialize spi_flash_cmd_write_ops eth_getenv_enetaddr fpga_loadbitstream _u_boot_list_2_cmd_2_version _u_boot_list_2_cmd_2_echo boot_get_ramdisk dev_enum_storage fdt_fixup_memory usb_lowlevel_stop stdio_get_list fit_image_check_arch arm_init_before_mmu dram_bank_mmu_setup xilinx_load _u_boot_list_2_cmd_2_iminfo _u_boot_list_2_cmd_2_env usb_clear_halt ftstc __bss_end load_addr image_check_hcrc ext4fs_indir2_block genphy_parse_link BootFile _fdt_find_string eth_current usb_bulk_msg ext4fs_indir3_block env_get_char_spec eth_write_hwaddr board_init_r lmb_overlaps_region usb_stor_get_dev journal_ptr _u_boot_list_2_env_clbk_2_bootfile set_local_var ext4fs_checksum_update get_timer save_boot_params gindex dfu_fill_entity_ram phy_connect_dev xyzModem_stream_terminate miiphy_duplex arm_dcc_initialize NetSetEther stdio_get_by_name genphy_config_aneg IRQ_STACK_START_IN parse_file_outer usb_gadget_get_string strnlen spi_flash_probe NetServerEther _u_boot_list_2_cmd_2_ext2ls fdt_getprop mmc_set_clock ext4fs_free_revoke_blks recover_transaction dfu_get_layout usb_add_function icache_enable usb_gadget_register_driver hub_port_reset fat_set_blk_dev file_fat_read_at fs_ls hdestroy_r ext4fs_free_node run_command_list dev_close_net bmw_serial_initialize coloured_LED_init strrchr add_sdhci cmd_auto_complete i2c_init_board stdio_init thor_handle calloc flush_dcache_range arc_serial_initialize ext4fs_write dram_init_banksize _u_boot_list_2_cmd_2_thordown eth_receive ext4fs_div_roundup dev_enum_net _u_boot_list_2_cmd_2_sspi mcf_serial_initialize fdt_strerror ArpReceive v7_outer_cache_flush_all timer_init do_i2c_bus_num do_reset getenv_default _prefetch_abort i2c_get_bus_num lmb_add print_buffer lh7a40x_serial_initialize _u_boot_list_2_cmd_2_mdio ehci_hcd_init ext4fs_get_new_blk_no usb_stor_read genimg_get_os_name _u_boot_list_2_cmd_2_dcache evb64260_serial_initialize __board_add_ram_info i2c_set_bus_speed create_int_queue __lshrdi3 tstc __bss_limit NetOurSubnetMask NetBootFileSize genimg_get_type_name arch_preboot_os ext4fs_reinit_global _u_boot_list_2_cmd_2_loads default_environment adler32 simple_itoa platform_set_mr strcat board_eth_init zcfree cli_loop lpc32xx_serial_initialize _u_boot_list_2_cmd_2_mm vprintf fit_image_select _u_boot_list_2_cmd_2_exit genimg_get_format do_ext2ls fit_image_hash_get_value zynq_slcr_get_boot_mode ext4fs_allocate_blocks __aeabi_idiv _fdt_check_prop_offset ArpInit mmc_init env_get_addr dfu_read genimg_get_comp_name _u_boot_list_2_cmd_2_nfs max3100_serial_initialize eth_parse_enetaddr spi_flash_read_common _u_boot_list_2_cmd_2_bootz NetLoop serial_tstc NetIPID find_cmd fit_conf_print fdt_subnode_offset _u_boot_list_2_cmd_2_help do_bootm mpc85xx_serial_initialize hexport_r himport_r NetRxPacket valid_elf_image imx_serial_initialize calculate_hash mmu_page_table_flush _u_boot_list_2_cmd_2_mii ehci_powerup_fixup ehci_submit_root udc_irq zynq_slcr_devcfg_enable do_ls source memchr eth_try_another udc_disconnect do_fixup_by_path mmc_complete_op_cond sha1_starts genphy_config _u_boot_list_2_cmd_2_mw crc32 zunzip mmc_start_init bad_mode usb_gadget_handle_interrupts get_timer_masked do_bootelf_exec ArpRequest board_late_init_new _u_boot_list_2_cmd_2_dfu arch_fixup_memory_node flush_dcache_all net_state image_check_dcrc getenv_ulong mmc_berase fdt_supernode_atdepth_offset _start boot_get_fdt bfin_jtag_initialize images strstr usb_stor_scan fit_image_hash_get_algo dfu_show_entities dfu_config_entities getenv_hex sdhci_set_ios print_part_dos eth_getenv_enetaddr_by_index fdt_next_subnode cogent_serial_initialize ext4fs_log_gdt set_default_env cli_readline_into_buffer clps7111_serial_initialize usb_free_device serial_putc image_setup_libfdt fs_read gd_index bootdelay_process destroy_int_queue dfu_flush_medium_mmc env_complete xilinx_dump hdelete_r mem_malloc_init default_serial_console strncmp display_options usb_control_msg NetOurHostName lowlevel_init file_exists net_init _u_boot_list_2_cmd_2_source miiphy_write env_flags_init _u_boot_list_2_cmd_2_usbboot dfu_flush spi_flash_cmd_write_config phy_reset dev_print strncpy udelay mmc_set_dsr setenv boot_selected_os bootm_disable_interrupts fpga_init checkboard mem_malloc_start fdt_fixup_memory_banks _fiq ctrlc fit_image_get_load eth_initialize fpga_add test_part_dos BootpID mmc_send_op_cond xilinx_info _u_boot_list_2_cmd_2_coninfo realloc lmb_free do_fat_read cmd_get_data_size _undefined_instruction ext4fs_reset_inode_bmap usb_hub_port_connect_change usb_set_interface panic board_get_usable_ram_top env_flags_parse_vartype env_relocate _u_boot_list_2_cmd_2_run serial_assign strict_strtoul display_get_info phy_startup strtok usb_ep_autoconfig thor_add inflateReset memcmp _u_boot_list_2_cmd_2_sf ext4fs_close genimg_print_size cpu_secondary_init_r _u_boot_list_2_cmd_2_ext4ls malloc_trim reset_cpu fat_close getenv_bootm_low fdt_next_property_offset file_fat_ls getenv_VLAN fat_exists __aeabi_ldiv0 env_export fpga_count strncat fdt_add_mem_rsv _u_boot_list_2_cmd_2_dhcp push_packet genimg_get_image zynq_gem_initialize ml2_serial_initialize print_size cyg_crc16 fdt_get_property_namelen board_init NetOurGatewayIP _ctype board_mmc_getwp _u_boot_list_2_cmd_2_ping boot_fdt_add_mem_rsv_regions _u_boot_list_2_cmd_2_true dfu_get_entity image_multi_count genimg_get_type_id sandbox_serial_initialize _u_boot_list_2_cmd_2_bdinfo sbrk eth_set_current strdup do_bootm_linux platform_sys_info NetEtherNullAddr xyzModem_stream_open working_fdt dfu_get_buf ext4fs_update_parent_dentry phy_register usb_string cpu_cache_initialization cpu_init_cp15 mmc_get_dev lmb_alloc_base spi_claim_bus __bss_start NetCksum _u_boot_list_2_cmd_2_fatwrite arm_init_domains memset autoboot_command fdt_add_subnode _u_boot_list_2_cmd_2_bootd do_bdinfo __coloured_LED_init s3c24xx_serial_initialize ext4fs_read ext4fs_probe dfu_free_entities fs_set_blk_dev i2c_read _fdt_check_node_offset ext4fs_exists _u_boot_list_2_cmd_2_test do_fat_read_at_block spi_flash_free miiphy_register memmove_wd string_to_VLAN md5_wd _u_boot_list_2_cmd_2_loop usb_stor_info __aeabi_uidiv get_env_id ping_start ext4fs_get_bgdtable _u_boot_list_2_i2c_2_zynq_1 ext4fs_indir3_size _u_boot_list_2_env_clbk_2_console submit_int_msg _u_boot_list_2_env_clbk_2_flags lmb_alloc g_parent_inode bootm_find_ramdisk_fdt net_update_ether get_dev_hwpart _u_boot_list_2_cmd_2_mmcinfo print_jrnl_status _do_help sconsole_serial_initialize boot_prep_vxworks NetRestartWrap dev_open_net _u_boot_list_2_env_clbk_2_loadaddr image_setup_linux mdio_alloc stdio_devices boot_relocate_fdt _u_boot_list_2_cmd_2_setenv env_init do_ext4_write _u_boot_list_2_cmd_2_usb dev_read_net ext4fs_indir2_size get_table_entry_id _u_boot_list_2_g_dnl_bind_callbacks_2___usb_function_name_usb_dnl_dfu putc dfu_get_medium_size_mmc __divsi3 ext4fs_indir1_block _u_boot_list_2_cmd_2_cmp submit_bulk_msg hash_show board_usb_init do_prefetch_abort fpga_load set_default_vars cli_init strcmp usb_ep_autoconfig_reset fdt_initrd print_part save_size serial_init display_draw_bitmap fdt_open_into zcalloc usb_stor_get_info icache_disable fdt_del_node do_bootvx_fdt get_dev mdio_list_devices uartlite_serial_initialize _u_boot_list_2_cmd_2_bootm miiphy_get_dev_by_name fs_exists fgetc hash_lookup_algo memalign sprintf dfu_add au1x00_serial_initialize _u_boot_list_2_cmd_2_boot read_allocated_block __lmb_alloc_base ext4fs_read_file bootz_setup ext4fs_filename_check env_attr_walk usb_hub_reset_devices board_late_init board_init_f dfu_write eth_rx spi_flash_write_common _u_boot_list_2_cmd_2_spl do_tftpb stdio_names usb_gadget_unregister_driver genphy_startup ext4fs_get_parent_inode_num fit_image_get_type c_runtime_cpu_setup fdt_check_header sha256_update ehci_set_usbmode cmd_process serial_puts ext4fs_file usb_get_configuration_no mem_malloc_brk strsep fdt_get_name had_ctrlc get_ticks serial_stdio_init mmc_select_hwpart pxa_serial_initialize _image_binary_end zynq_slcr_cpu_reset i2c_init spi_flash_cmd_wait_ready _u_boot_list_2_cmd_2_go disable_interrupts mmc_create fdt_resize ext4fs_iterate_dir fat_read_file fdt_first_subnode setenv_ulong do_not_used fdt_add_subnode_namelen do_source env_flags_parse_varaccess atmel_serial_initialize do_icache net_auto_load fputc usb_alloc_device ext4_read_file genphy_shutdown jumptable_init NetTxPacket usb_new_device board_lmb_reserve eth_get_dev_index spi_setup_slave ehci_get_portsc_register __board_lmb_reserve _u_boot_list_2_cmd_2_ext4load NetStartAgain _software_interrupt pl01x_serial_initialize do_thor_down g_dnl_register ext4fs_deinit env_attr_lookup altera_jtag_serial_initialize ft_verify_fdt _u_boot_list_2_cmd_2_reset boot_jump_vxworks submit_control_msg lmb_init __aeabi_llsl ext4fs_read_inode get_uart_clk zynq_slcr_get_idcode _u_boot_list_2_cmd_2_base board_mmc_getcd _u_boot_list_2_i2c_2_zynq_0 fdt_next_node __aeabi_uidivmod net_set_ip_header simple_strtoul display_clear sdhci_init var_complete console_init_f do_data_abort fit_image_check_os get_dentfromdir_block aligned_buffer i2c_get_bus_speed op_adv NetBootFileXferSize mpc512x_serial_initialize ext4fs_root s5p_serial_initialize fdt_find_and_setprop crc32_wd do_tftpput _end set_section_dcache ping_receive dfu_get_alt_number eth_init spi_flash_cmd dcache_status zynq_serial_initialize clear_ctrlc NetOurDNSIP boot_ramdisk_high fit_image_load do_software_interrupt ks8695_serial_initialize srec_decode _u_boot_list_2_cmd_2_loady _u_boot_list_2_cmd_2_tftpboot cli_readline ext4fs_set_block_bmap NetRxPacketLen fdt_string serial_getc genphy_update_link _u_boot_list_2_env_clbk_2_callbacks _u_boot_list_2_cmd_2_icache v7_outer_cache_inval_range u_boot_hush_start _u_boot_list_2_cmd_2_editenv miiphy_init mdio_get_current_dev fit_image_print usb_lowlevel_init NetOurVLAN find_mmc_device ext4fs_log_journal get_version net_set_udp_header dfu_get_alt board_phy_config dfu_write_medium_mmc fdt_next_tag eth_setenv_enetaddr _u_boot_list_2_cmd_2_fatload ext4_read_superblock bootm_os_get_boot_func sa1100_serial_initialize env_get_char_memory __aeabi_idiv0 do_ext2load get_contents_vfatname_block set_cpu_clk_info mmc_send_status mpc8260_scc_serial_initialize __rel_dyn_end fdt_get_alias_namelen eth_get_name usb_alloc_new_device zynq_ddrc_init _u_boot_list_2_cmd_2_question_mark ulpi_write get_mmc_num zynq_slcr_lock spi_flash_cmd_read_ops usb_composite_register put_ext4 strspn mxc_serial_initialize iop480_serial_initialize sha1_update file_fat_detectfs _u_boot_list_2_cmd_2_bootelf strlen _u_boot_list_2_cmd_2_fpga stdio_print_current_devices jrnl_blk_idx mdio_phydev_for_ethname check_blknr_for_revoke usb_hub_reset image_multi_getimg ext4fs_set_blk_dev _u_boot_list_2_cmd_2_mmc cpu_init_crit BootpRequest fit_image_get_entry envmatch mpc8xx_serial_initialize get_partition_info usb_add_config setenv_hex common_diskboot strchr enable_interrupts zynq_slcr_devcfg_disable strcmp_compar __image_copy_start v7_outer_cache_enable fputs init_sequence_r icache_status dev_write_net zynq_clk_get_name inflateEnd eth_get_dev_by_index power_init_board _u_boot_list_2_env_clbk_2_baudrate dfu_trigger_reset eth_send mmc_switch_part sha256_finish usb_get_dev_index NetOurRootPath initcall_run_list ext4fs_mount __ehci_powerup_fixup fit_conf_get_node red_led_on i2c_init_all TftpRRQTimeoutCountMax __aeabi_idivmod __ehci_get_port_speed mpc8260_smc_serial_initialize fdt_get_mem_rsv dcache_disable spi_free_slave inflateInit2_ _u_boot_list_2_cmd_2_ext2load TftpStart spi_do_alloc_slave board_add_ram_info gzfree zynq_sdhci_init _u_boot_list_2_cmd_2_itest ext4fs_find_file __cpu_secondary_init_r getenv_yesno _main inflate_table fpga_dump ext4fs_iget fit_parse_conf get_effective_memsize crc32_no_comp mmc_initialize init_part strpbrk lmb_reserve stdio_register _u_boot_list_2_cmd_2_md fdt_del_mem_rsv timer_read_counter xyzModem_stream_read free phy_init zynq_clk_early_init _u_boot_list_2_cmd_2_cp g_dnl_get_board_bcd_device_number simple_strtoull NetArpWaitTimerStart mpc5xx_serial_initialize _u_boot_list_2_cmd_2_saveenv _u_boot_list_2_g_dnl_bind_callbacks_2___usb_function_name_usb_dnl_thor net_get_arp_handler
,( mv L 6 6 x6 tv T6 06 6 ~x wx 8 |x x x x x x & x s Dv s lv @ v 0 l s s d* u u * v s s t t Ht u \t dt t t u pu u @u u Xw x xx ( `w hx w w Lx @w w x x Hw P x w m # w w 0* w w [addr [arg ...]] - boot application image stored in memory passing arguments 'arg ...'; when booting a Linux kernel, 'arg' can be the address of an initrd image When booting a Linux kernel which requires a flat device-tree a third argument is required which is the address of the device-tree blob. To boot that kernel without an initrd image, use a '-' for the second argument. If you do not pass a third a bd_info struct will be passed instead For the new multi component uImage format (FIT) addresses must be extened to include component or configuration unit name: addr:<subimg_uname> - direct component image specification addr#<conf_uname> - configuration specification Use iminfo command to get the list of existing component images and configurations. Sub-commands to do part of the bootm sequence. The sub-commands must be issued in the order below (it's ok to not issue all sub-commands): start [addr [arg ...]] loados - load OS image ramdisk - relocate initrd, set env initrd_start/initrd_end fdt - relocate flat device tree cmdline - OS specific command line processing/setup bdt - OS specific bd_t processing prep - OS specific prep before relocation or go go - start OS ,( ,( ~ ,( ,( ~ ,( ,( ,( ,( ~ @ ,( ,( ~ ,( ,( ,( ,( ,( ,( D ,( ,( [addr [initrd[:size]] [fdt]] - boot Linux zImage stored in memory The argument 'initrd' is optional and specifies the address of the initrd in memory. The optional argument ':size' allows specifying the size of RAW initrd. When booting a Linux kernel which requires a flat device-tree a third argument is required which is the address of the device-tree blob. To boot that kernel without an initrd image, use a '-' for the second argument. If you do not pass a third a bd_info struct will be passed instead u [addr] - run script starting at addr - A valid image header must be present For FIT format uImage addr must include subimage unit name in the form of addr:<subimg_uname> dump - Print clock frequencies ,( ,( addr [-c] <addr> [<length>] - Set the [control] fdt location to <addr> fdt move <fdt> <newaddr> <length> - Copy the fdt to <addr> and make it active fdt resize - Resize fdt to size + padding to 4k addr fdt print <path> [<prop>] - Recursive print starting at <path> fdt list <path> [<prop>] - Print one level starting at <path> fdt get value <var> <path> <prop> - Get <property> and store in <var> fdt get name <var> <path> <index> - Get name of node <index> and store in <var> fdt get addr <var> <path> <prop> - Get start address of <property> and store in <var> fdt get size <var> <path> [<prop>] - Get size of [<property>] or num nodes and store in <var> fdt set <path> <prop> [<val>] - Set <property> [to <val>] fdt mknode <path> <node> - Create a new node after <path> fdt rm <path> [<prop>] - Delete the node or <property> fdt header - Display header info fdt bootcpu <id> - Set boot cpuid fdt memory <addr> <size> - Add/Update memory node fdt rsvmem print - Show current mem reserves fdt rsvmem add <addr> <size> - Add a mem reserve fdt rsvmem delete <index> - Delete a mem reserves fdt chosen [<start> <end>] - Add/update the /chosen branch in the tree <start>/<end> - initrd start/end addr NOTE: Dereference aliases by omiting the leading '/', e.g. fdt print ethernet0. / bus [muxtype:muxaddr:muxchannel] - show I2C bus info crc32 chip address[.0, .1, .2] count - compute CRC32 checksum i2c dev [dev] - show or set current I2C bus i2c loop chip address[.0, .1, .2] [# of objects] - looping read of device i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device i2c mm chip address[.0, .1, .2] - write to I2C device (auto-incrementing) i2c mw chip address[.0, .1, .2] value [count] - write to I2C device (fill) i2c nm chip address[.0, .1, .2] - write to I2C device (constant address) i2c probe [address] - test for and show device(s) on the I2C bus i2c read chip address[.0, .1, .2] length memaddress - read to memory i2c write memaddress chip address[.0, .1, .2] length - write memory to i2c i2c reset - re-init the I2C Controller i2c speed [speed] - show or set I2C bus speed X ,( ,( tv ,( ,( $ ,( ,( ,( ,( t T ,( ,( ,( ,( T ,( ,( ,( ,( ,( ,( @ ,( ,( l ,( ,( B{ < ,( ,( ,( ,( @ ,( ,( L ,( ,( H ,( ,( ` \ ,( ,( % ,( ,( ,( ,( ,( ,( f ,( ,( k ,( ,( addr part [dest] - extract <part> from legacy image at <addr> and copy to <dest> addr uname [dest] - extract <uname> subimage from FIT image at <addr> and copy to <dest> ,( ,( ,( ,( ~ ~ ~ ~ ,( ,( default [-f] -a - [forcibly] reset default environment env default [-f] var [...] - [forcibly] reset variable(s) to their default values env delete [-f] var [...] - [forcibly] delete variable(s) env edit name - edit environment variable env export [-t | -b | -c] [-s size] addr [var ...] - export environment env import [-d] [-t | -b | -c] addr [size] - import environment env print [-a | name ...] - print environment env run var [...] - run commands in an environment variable env save - save environment env set [-f] name [arg ...] = \ ,( ,( W ,( ,( c ,( ,( _ ,( ,( Y ,( ,( X ,( ,( t XX ,( ,( \ ,( ,( 4 ^ ,( ,( l PE PE XE XE `E `E hE hE pE pE xE xE E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E F F F F F F F F F F (F (F 0F 0F 8F 8F @F @F HF HF PF PF XF XF `F `F hF hF pF pF xF xF F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F F G G G G G G G G G G (G (G 0G 0G 8G 8G @G @G HG HG PG PG XG XG `G `G hG hG pG pG xG xG G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G H H H H H H H H H H (H (H 0H 0H 8H 8H @H @H HH HH PH PH XH XH `H `H hH hH pH pH xH xH H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H H I I I I I I I I I I (I (I 0I 0I 8I 8I @I @I HI HI I I ` d I I ( | A % @. | E A d+ @. | A ( - | A % @. | f A ) . | U A * @. | v A $ ( | @ A ( - | ` A # @. | ttyPS0 L4 T4 3 3 3 (3 ttyPS1 D4 4 03 83 @3 H3 K B A 8F A E L M M M M M M M N M M N $ $ $ $ $ xN ,N N 4N o ` b a td 4d _ 4` m m Yg N N N N m ) @ @ ! t! ! x
GCC: (Sourcery CodeBench Lite 2011.09-49) 4.6.1
API_RESET bi_memsize API_TSTC bi_boot_params NETLOOP_RESTART long long unsigned int __u16 API_DEV_WRITE API_GET_SYS_INFO syscall API_ENV_ENUM bi_intfreq long long int API_dev_write bi_arch_number /opt/u-boot-xlnx API_RSVD api_signature API_env_enum screen_rows __va_list API_display_get_info retval uint16_t NETLOOP_SUCCESS API_dev_open bi_flashstart bd_t __u32 bi_busfreq calls_no act_len_net bi_bootflags API_DISPLAY_CLEAR screen_cols API_dev_read API_reset display_info bi_ip_addr pixel_width API_MAXCALL bi_enetaddr net_loop_state API_DEV_ENUM eth_current __gnuc_va_list bd_info API_display_draw_bitmap API_DISPLAY_DRAW_BITMAP API_DEV_CLOSE device_info API_DEV_READ API_DISPLAY_GET_INFO uchar block_count lbastart_t net_state scp_t API_ENV_GET act_len_stor API_getc platform_set_mr iobase unsigned char API_env_set API_GETC API_puts bi_sramsize lbasize_t mem_region API_get_timer API_tstc NETLOOP_FAIL API_dev_close bi_dsp_freq clk_bus uint32_t API_ENV_SET API_display_clear GNU C 4.6.1 API_putc api/api.c cookie API_get_sys_info bi_flashsize bi_dram API_PUTC API_GET_TIMER short int bi_sramstart API_DEV_OPEN API_PUTS API_env_get __ap short unsigned int bi_ethspeed API_UDELAY NETLOOP_CONTINUE API_udelay API_dev_enum phys_size_t clk_cpu api_init bi_arm_freq calls_table cfp_t mr_no bi_ddr_freq eth_device bi_memstart bi_flashoffset pixel_height api/api_display.c video_fontdata tlb_addr fdt_size bus_clk tlb_size start_addr_sp have_console dev_open_net dev_valid_net dev_close_net reloc_off dev_enum_net fdt_blob irq_sp timebase_h timebase_l gd_t cur_i2c_bus mem_clk env_buf relocaddr new_fdt eth_get_dev new_gd timer_rate_hz timer_reset_value arch_global_data pci_clk api/api_net.c dev_write_net cpu_clk env_valid lastinc dev_read_net dev_enum_reset lbaint_t max_dev dev_stor_init specs enum_ended removable part_type dev_stor_is_valid dev_read_stor block_write dev_is_stor block_dev_desc_t log2blksz __func__ block_read stor_spec dev_stor_get dev_close_stor block_erase dev_enum_storage dev_stor_type product dev_stor_index api/api_storage.c enum_started dev_open_stor target more vendor if_type dev_enum_stor api/api_platform-arm.c platform_sys_info set_csselr invalidate_icache_all get_clidr flush_dcache_range v7_inval_dcache_level_setway range_op v7_outer_cache_disable v7_outer_cache_enable invalidate_dcache_range flush_cache v7_maint_dcache_all v7_outer_cache_flush_all mmu_page_table_flush v7_inval_tlb log_2_n_round_up v7_dcache_clean_inval_range log2_num_ways arch/arm/cpu/armv7/cache_v7.c way_shift log2n num_sets level_start_bit log2_line_len flush_dcache_all operation v7_clean_inval_dcache_level_setway v7_dcache_inval_range get_ccsidr v7_outer_cache_inval_all arm_init_before_mmu v7_maint_dcache_level_setway v7_outer_cache_flush_range v7_outer_cache_inval_range v7_dcache_maint_range cache_type invalidate_dcache_all arch/arm/cpu/armv7/cpu.c cpu_cache_initialization cleanup_before_linux read_bit_mask wait_on_value loops bound arch/arm/cpu/armv7/syslib.c sdelay match_value read_addr uint64_t __le32 timeend dividend countticks lldiv timer_init __base divisor usec __rem get_timer_masked __res control emask timediff __u64 timenow get_tbclk __udelay arch/arm/cpu/armv7/zynq/timer.c timer_base get_ticks scu_timer write_count pss_rst_ctrl dma_src_len fpga_rst_ctrl pss_idcode scu_regs aper_clk_ctrl arm_pll_ctrl io_pll_ctrl dma_dst_len lqspi_clk_ctrl clk_621_true int_mask gem0_rclk_ctrl can_clk_ctrl lvl_shftr_en can_mioclk_ctrl ocm_cfg trust_zone reserved0_7 sdio_clk_ctrl mctrl ddr_urgent_sel arm_clk_ctrl arch_cpu_init dma_src_addr pcap_clk_ctrl fpga0_clk_ctrl fpga1_clk_ctrl fpga2_clk_ctrl smc_clk_ctrl fpga3_clk_ctrl ddr_pll_ctrl dci_clk_ctrl rom_shadow filter_end slcr_regs enable_caches filter_start reserved5_1 uart_clk_ctrl reserved0_5 ddr_clk_ctrl reserved0_6 dbg_clk_ctrl dma_dst_addr ddr_urgent read_count reset_cpu int_sts zynq_get_silicon_version gem0_clk_ctrl gem1_clk_ctrl reserved2 reserved0_1 reserved0_2 reserved0_3 reserved0_4 mio_pin reserved8 arch/arm/cpu/armv7/zynq/cpu.c reserved0_8 reboot_status devcfg_regs reserved1 reserved3 reserved4 reserved6 reserved7 reserved9 gem1_rclk_ctrl reserved5_2 ecctype arch/arm/cpu/armv7/zynq/ddrc.c zynq_ddrc_init ecc_scrub ddrc_ctrl ddrc_regs dbg_apb_clk smc_aper_clk fclk2_clk zynq_slcr_get_idcode can1_clk zynq_slcr_mio_get_status zynq_slcr_get_mio_pin_status qspi1_pins clk_max gem0_clk lqspi_aper_clk peri_name usb0_aper_clk usb1_aper_clk sdio0_aper_clk pcap_clk zynq_slcr_lock periph zynq_slcr_get_boot_mode dbg_trc_clk uart1_clk qspi0_dio_pins qspi1_dio_pins spi0_aper_clk spi1_aper_clk ddrpll_clk cpu_6or4x_clk mio_ptr iopll_clk fclk1_clk can0_clk ddr2x_clk get_pins gpio_aper_clk qspi1_cs_pin nand16_pins sdio1_aper_clk usb0_pins zynq_slcr_devcfg_enable clk_rate arch/arm/cpu/armv7/zynq/slcr.c sdio1_clk dci_clk spi1_clk zynq_slcr_unlock zynq_slcr_gem_clk_setup armpll_clk i2c0_aper_clk i2c1_aper_clk fclk3_clk gem_id num_pins cpu_3or2x_clk lqspi_clk zynq_slcr_cpu_reset zynq_slcr_devcfg_disable uart0_clk dma_clk uart0_aper_clk cpu_1x_clk uart1_aper_clk swdt_clk mio_periphs fclk0_clk gem1_clk qspi0_pins gem0_aper_clk check_val can0_aper_clk can1_aper_clk gem1_aper_clk cpu_2x_clk ddr3x_clk zynq_clk qspi1_cs_dio_pin sdio0_clk usb1_pins nand8_pins spi0_clk smc_clk srcsel pllreg arch/arm/cpu/armv7/zynq/clk.c clk_621 clk_ops soc_clk_dump prate zynq_clk_register_aper_clk zynq_clk_periph_get_rate bypass get_uart_clk _Bool ddr3x_get_rate ddr2x_get_rate init_ddr_clocks new_rate set_cpu_clk_info init_aper_clocks periph_calc_two_divs init_cpu_clocks clks tgt_rate cur_rate __zynq_clk_periph_get_parent best_err zynq_clk_periph_set_rate div1 zynq_clk_get_name div0 zynq_clk_set_rate init_periph_clocks clkid_2_register zynq_clk_get_rate best_rate __zynq_clk_cpu_get_parent zynq_clk_early_init __zynq_clk_pll_get_rate zynq_clk_register_periph_clk zynq_clk_register_pll arch_fixup_memory_node arch/arm/lib/bootm-fdt.c BOOTSTAGE_ID_NAND_FIT_READ_OK BOOTSTAGE_ID_NAND_AVAILABLE BOOTSTAGE_ID_IDE_PART BOOTSTAGE_ID_START_UBOOT_R BOOTSTAGE_ID_CHECK_HEADER video_page fit_noffset_fdt BOOTSTAGE_ID_BOARD_ENV BOOTSTAGE_ID_RUN_OS BOOTSTAGE_ID_IDE_PART_READ announce_and_cleanup machid BOOTSTAGE_ID_FIT_OS fit_noffset_rd BOOTSTAGE_ID_BOOT_OS_RETURNED BOOTSTAGE_ID_CHECK_CHECKSUM legacy_hdr_os_copy tag_header arch/arm/lib/bootm.c ih_name memc_control_reg image_info bootm_headers_t BOOTSTAGE_ID_NET_ETH_START sounddefault BOOTSTAGE_ID_START_UBOOT_F tag_videolfb kernel_entry legacy_hdr_valid BOOTSTAGE_ID_IDE_START setup_board_tags BOOTSTAGE_ID_MAIN_CPU_AWAKE BOOTSTAGE_ID_BOARD_INIT_SEQ BOOTSTAGE_ID_IDE_PART_TYPE bootstage_id BOOTSTAGE_ID_ACCUM_LCD ft_len BOOTSTAGE_ID_IDE_TYPE BOOTSTAGE_ID_BOARD_DONE rsvd_pos images BOOTSTAGE_ID_BOOTP_START ih_type BOOTSTAGE_ID_COPY_RAMDISK lfb_linelength red_pos BOOTSTAGE_ID_CPU_AWAKE lmb_property BOOTSTAGE_ID_NEED_RESET BOOTSTAGE_ID_BOOTM_HANDOFF fit_uname_cfg video_lines ih_comp BOOTSTAGE_ID_OVERWRITTEN bootstage_mark BOOTSTAGE_ID_NET_START do_bootm_linux tag_serialnr image_len zi_end BOOTSTAGE_ID_CHECK_BOOT_OS ih_magic BOOTSTAGE_ID_NAND_READ fit_uname_fdt BOOTSTAGE_ID_NAND_HDR_READ tag_initrd BOOTSTAGE_ID_POST_FAIL_R BOOTSTAGE_ID_BOARD_PCI BOOTSTAGE_ID_RAMDISK BOOTSTAGE_ID_NO_RAMDISK BOOTSTAGE_KERNELREAD_STOP video_cols image_start BOOTSTAGE_ID_USB_START BOOTSTAGE_ID_IDE_BOOT_DEVICE tag_mem32 BOOTSTAGE_ID_BOARD_INIT BOOTSTAGE_ID_START ih_os BOOTSTAGE_ID_RD_MAGIC ih_dcrc BOOTSTAGE_ID_FIT_TYPE BOOTSTAGE_ID_BOOTP_STOP fmemclk BOOTSTAGE_ID_NAND_TYPE tag_acorn tag_cmdline fit_uname_os uint8_t BOOTSTAGE_ID_FIT_CONFIG BOOTSTAGE_ID_NET_ETH_INIT BOOTSTAGE_ID_USER BOOTSTAGE_ID_BOARD_INTERRUPTS lfb_base BOOTSTAGE_ID_NET_LOADED bootm_headers pagesize blue_pos BOOTSTAGE_ID_ETH_START video_isvga BOOTSTAGE_ID_NAND_SUFFIX BOOTSTAGE_ID_POST_FAIL tag_videotext image_header_t in_params BOOTSTAGE_ID_FIT_KERNEL_START BOOTSTAGE_ID_BOARD_GLOBAL_DATA boot_prep_linux BOOTSTAGE_ID_DECOMP_IMAGE BOOTSTAGE_ID_BOOTM_START BOOTSTAGE_ID_CHECK_MAGIC BOOTSTAGE_ID_CHECK_ARCH bootstage_mark_name fit_hdr_os tag_core BOOTSTAGE_ID_FIT_FDT_START cmdline_end argc BOOTSTAGE_ID_FIT_RD_START boot_jump_linux cmdline_start BOOTSTAGE_ID_IDE_READ BOOTSTAGE_ID_FIT_KERNEL_INFO legacy_hdr_os BOOTSTAGE_ID_IDE_ADDR BOOTSTAGE_ID_NET_NETLOOP_OK fit_uname_rd tag_memclk video_mode lfb_width phys_addr_t boot_prep_vxworks zi_magic tag_revision initrd_start BOOTSTAGE_ID_NET_DONE_ERR red_size BOOTSTAGE_ID_NAND_FIT_READ BOOTSTAGE_ID_MAIN_CPU_READY BOOTSTAGE_ID_IDE_FORMAT ih_arch bootz_setup BOOTSTAGE_ID_IDE_FIT_READ_OK BOOTSTAGE_ID_KERNEL_LOADED ih_load BOOTSTAGE_ID_RD_HDR_CHECKSUM BOOTSTAGE_ID_BOARD_INIT_R ih_time ih_size BOOTSTAGE_ID_NAND_BOOT_DEVICE lfb_depth green_pos ih_hcrc ft_addr zi_start BOOTSTAGE_ID_NAND_PART BOOTSTAGE_ID_BOARD_INIT_DONE BOOTSTAGE_ID_MAIN_LOOP fit_hdr_rd fit_hdr_fdt uintptr_t ih_ep blue_size BOOTSTAGE_ID_START_SPL __u8 video_ega_bx fake BOOTSTAGE_ID_IDE_CHECKSUM BOOTSTAGE_ID_COUNT video_points image_info_t rsvd_size BOOTSTAGE_ID_IDE_PART_INFO initrd_end lfb_height BOOTSTAGE_ID_IDE_FIT_READ BOOTSTAGE_ID_RD_CHECKSUM BOOTSTAGE_ID_NET_DONE BOOTSTAGE_ID_CHECK_RAMDISK BOOTSTAGE_ID_DECOMP_UNIMPL boot_jump_vxworks __be32 fit_noffset_os rootdev BOOTSTAGE_KERNELREAD_START BOOTSTAGE_ID_FIT_COMPRESSION BOOTSTAGE_ID_FIT_LOADADDR zimage_header lfb_size BOOTSTAGE_ID_NET_CHECKSUM commandline BOOTSTAGE_ID_ALLOC uint get_sp tag_ramdisk BOOTSTAGE_ID_AWAKE green_size BOOTSTAGE_ID_BOARD_FLASH BOOTSTAGE_ID_BOARD_FLASH_37 BOOTSTAGE_ID_CHECK_IMAGETYPE vram_pages adfsdrives lmb_region __rel_dyn_start __image_copy_start __rel_dyn_end __bss_end __image_copy_end __bss_start arch/arm/lib/sections.c do_software_interrupt do_undefined_instruction uregs do_not_used show_regs pt_regs bad_mode interrupt_init processor_modes do_fiq IRQ_STACK_START_IN do_data_abort do_irq arch/arm/lib/interrupts.c do_prefetch_abort arch/arm/lib/reset.c maxargs cmd_tbl_s cmd_tbl_t cmdtp arch/arm/lib/cache.c icache_enable MMU_SECTION_SHIFT mmu_enabled icache_status set_section_dcache upto cp_delay set_cr arch/arm/lib/cache-cp15.c section cache_bit DCACHE_WRITETHROUGH dram_bank_mmu_setup page_table DCACHE_WRITEBACK dcache_enable mmu_set_region_dcache_behaviour dcache_option dcache_status icache_disable MMU_SECTION_SIZE arm_init_domains dcache_disable get_cr DCACHE_OFF board/xilinx/zynq/board.c board_mmc_init xilinx_family fpga_xilinx iface_fns jtag_mode master_selectmap BIT_PARTIAL xilinx_spartan2 xilinx_spartan3 max_xilinx_iface_type BIT_FULL xilinx_iface fpga010 fpga_undefined fpga015 board_late_init_old fpga_altera board_eth_init fpga020 xilinx_desc fpga030 board_late_init BIT_COMPRESSED slave_serial min_xilinx_type zynq_op slave_selectmap board_late_init_new fpga_lattice __kernel_size_t operations fpga045 slave_parallel min_xilinx_iface_type fpga_min_type fstype fpga_fs_info xilinx_zynq xilinx_virtex2 checkboard dev_part xilinx_virtexE devcfg bitstream_type master_serial max_xilinx_type board_init fpga100 xilinx_fpga_op iManufacturer bNumConfigurations bLength iProduct bcdDevice bDeviceClass bMaxPacketSize0 idVendor board/xilinx/zynq/thor.c bDescriptorType iSerialNumber __le16 bDeviceProtocol __put_unaligned_le16 usb_device_descriptor idProduct bDeviceSubClass g_dnl_bind_fixup bcdUSB __gu_p cli_secure_boot_cmd __show_boot_progress cmdp cli_process_fdt common/main.c cmd_process_error default_size leader _do_help find_cmd CMD_RET_USAGE seplen cmd_usage command_ret_t print_argv cmd_auto_complete CMD_RET_SUCCESS CMD_RET_FAILURE complete_cmdv cmd_process last_char prompt make_argv swaps argvsz cmd_call rcode cmd_start n_found cmdend tmp_buf _ll_result anchor table_len find_cmd_tbl banner _ctype linemax cmd_items cmd_array colp maxv find_common_prefix cmdtp_temp cmd_get_data_size var_complete common/command.c XF_get_timer XF_spi_release_bus XF_do_reset dummy XF_tstc XF_i2c_write XF_strcmp common/exports.c XF_getenv XF_getc XF_spi_free_slave XF_get_version XF_udelay XF_simple_strtol XF_install_hdlr XF_MAX XF_spi_init XF_strict_strtoul XF_malloc XF_free_hdlr XF_setenv XF_spi_claim_bus XF_vprintf jumptable_init XF_spi_setup_slave XF_spi_xfer XF_putc XF_puts XF_free XF_printf XF_simple_strtoul XF_i2c_read str_ptr algop common/hash.c chunk_size hash_finish_crc32 hash_update hash_update_crc32 hash_init env_var hash_finish hash_command hash_init_sha256 hash_func_ws allow_env_vars hash_lookup_algo HASH_FLAG_ENV str_output ctxp output_size hash_init_crc32 dest_buf algo_name hash_update_sha256 sha256_context hash_block hash_show store_result hash_finish_sha256 unmap_sysmem HASH_FLAG_VERIFY vsum is_last digest_size literal common/cli_hush.c make_string xrealloc last_return_code __promptme list_head RES_SNTX parse_file_outer argv_nonnull end_trigger PIPE_AND handle_dollar u_boot_hush_start save_name noeval_str flag_skip done_command the_command bootretry_reset_cmd_timeout RES_ELIF RES_DO name_len free_pipe_list free_pipe get_dollar_var RES_FI get_local_var parse_stream_outer syntax_err is_assignment flg_export advance done_pipe do_repeat file_peek next_if_code RES_IF RES_WHILE RES_IN setup_file_in_str static_get setup_string_in_str PIPE_SEQ indent flag_repeat res_str_len run_pipe_real xmalloc expand_empty b_addchr lookup_param get_user_input RES_DONE res_str parse_string_outer pipe_style _u_boot_list_2_cmd_2_showvar insert_var_value bottom RES_NONE stack RES_ELSE do_showvar done_word r_mode old_flag run_list_real insert_var_value_sub noeval nextin PIPE_BG reserved_style skip_more_in_this_rmode update_ifs_map initialize_context num_progs file_get default_val reserved_word flg_read_only static_peek followup tag_subst debug_printf promptmode parse_stream rpipe new_p export_me RES_XXXX b_addqchr flag_restore ret_code reserved_combo make_list_in new_pipe unset_local_var RES_UNTIL RES_THEN b_check_space old_data reserved_list mapset p_context flag_rep save_list variables RES_FOR child_prog top_vars PIPE_OR finaltoken envcnt cli_simple_run_command_list output_start envval cli_simple_loop cli_simple_parse_line process_macros cmdbuf lastcommand common/cli_simple.c envname varname_start nargs inputcnt cli_simple_run_command inquotes outputcnt cli_loop run_command_repeatable common/cli.c do_run need_buff cli_init esc_save erase_seq hist_num strsize hist_cur cli_readline ichar hist_lines esc_len bootretry_tstc_timeout hist_init hist_max hist_add_idx cli_readline_into_buffer eol_num init_len num2 initted hist_next insert common/cli_readline.c hline old_cur hist_prev hist_list cread_add_char delete_char tab_seq cread_add_str cread_line cread_add_to_hist srec_decode common/s_record.c srec_type hex1_bin hex2_bin chksum can_total connection_info_t crc1 xyzModem_stream_open read_length digit xyzModem_stream_close bufp total_STX xyzModem_stream_read cblk parse_num _is_hex crc_retries total_SOH total_CAN common/xyzModem.c hdr_found xyzModem_error crc_mode radix hdr_chars __chan crc2 total_retries next_blk cyg_int32 _from_hex tx_ack file_length xyzModem_flush xyzModem_stream_terminate CYGACC_COMM_IF_PUTC xyzModem_get_hdr CYGACC_COMM_IF_GETC_TIMEOUT at_eof __fswab32 image_get_image_size load_addr fit_hdr disk_partition fdt_header fit_get_size disk_partition_t common_diskboot bootstage_error image_get_size fdt32_t common/cmd_disk.c image_get_header_size process_fdt_options abortboot stored_bootdelay bootdelay_process abortboot_normal common/autoboot.c bootretry_init_cmd_timeout autoboot_command zero_global_data total_size board_get_usable_ram_top init_func_i2c mark_bootstage __yellow_led_on reserve_mmu announce_dram_init trace_early_init __green_led_off __blue_led_off __coloured_LED_init board_init_f reserve_stacks __red_led_off reserve_malloc __yellow_led_off __green_led_on common/board_f.c init_sequence_f reserve_round_4k reserve_fdt init_baud_rate reserve_board setup_dram_config __board_add_ram_info reloc_fdt __dram_init_banksize display_new_sp setup_reloc __blue_led_on print_cpuinfo use_default setup_dest_addr setup_machine init_fnc_t reserve_uboot reserve_trace boot_flags setup_fdt __red_led_on show_dram_config display_text_info setup_mon_len reserve_global_data initr_trace power_init_board initr_announce common/board_r.c initr_serial run_main_loop initr_secondary_cpu __board_flash_wp_on initr_api initr_ethaddr initr_env initr_malloc initr_barrier __cpu_secondary_init_r initr_net fixup_cpu bootstage_relocate should_load_env initr_jumptable monitor_flash_len initr_mmc initr_reloc initr_enable_interrupts initr_reloc_global_data board_init_r initr_caches init_sequence_r do_go_exec _u_boot_list_2_cmd_2_go common/cmd_boot.c do_go _u_boot_list_2_cmd_2_reset _u_boot_list_2_cmd_2_bootd image_get_magic _u_boot_list_2_cmd_2_bootm _u_boot_list_2_cmd_2_bootz do_bootz image_check_magic common/cmd_bootm.c bootz_start bootm_maybe_autostart _u_boot_list_2_cmd_2_boot do_iminfo do_bootm_subcommand cmd_bootm_sub _u_boot_list_2_cmd_2_iminfo do_bootd local_args do_bootm endp bootm_help_text bootz_help_text ep_found no_overlap rd_len fit_uname_config os_noffset image_get_image_end os_data do_bootm_states image_get_data_size bootm_disable_interrupts bootm_find_ramdisk bootm_start load_end bootm_find_ramdisk_fdt unc_len decomp_image bootm_find_other FIT_LOAD_IGNORED blob_start img_addr mem_start os_len common/bootm.c image_get_ep boot_start_lmb fit_load_op fit_get_end need_boot_fn blob_end FIT_LOAD_REQUIRED bootm_find_fdt boot_os_fn fit_uname_kernel image_get_kernel os_hdr FIT_LOAD_OPTIONAL iflag bootm_load_os bootm_find_os mem_size boot_get_kernel load_buf image_buf entry_point of_size do_bootm_standalone bootline boot_selected_os bootm_os_get_boot_func copy_args do_bootm_plan9 do_bootm_vxworks __arch_preboot_os appl of_flat_tree common/bootm_os.c do_bootvx_fdt do_bootm_rtems confaddr do_bootm_qnxelf _u_boot_list_2_cmd_2_question_mark _u_boot_list_2_cmd_2_help common/cmd_help.c version_string do_version _u_boot_list_2_cmd_2_version common/cmd_version.c attributes env_attr_walk entry_len entry_cpy entry_end common/env_attr.c reverse_strstr attr_list delims searched_start nextch env_attr_lookup searched prevch search_for env_op_delete _u_boot_list_2_env_clbk_2_callbacks clear_callback change_ok common/env_callback.c env_clbk_tbl env_op_create callback_name var_entry hsearch_data clbkp find_env_callback FIND callback_list ENTER env_callback_init env_op_overwrite _ENTRY var_name first_call set_callback filled env_op env_htab num_callbacks on_callbacks oldval env_flags_vartype_ipaddr is_hex_prefix env_flags_vartype_string env_flags_varaccess_readonly env_flags_vartype env_flags_parse_varaccess_from_binflags env_flags_vartype_end flags_list _u_boot_list_2_env_clbk_2_flags env_flags_varaccess_mask env_flags_varaccess_changedefault env_flags_vartype_macaddr common/env_flags.c env_flags_varaccess_end env_flags_init skip_num env_flags_varaccess clear_flags env_flags_vartype_bool env_flags_parse_varaccess on_flags newval env_flags_vartype_decimal _env_flags_validate_type env_flags_vartype_rep env_flags_lookup env_flags_varaccess_any max_digits env_flags_vartype_hex env_parse_flags_to_bin env_flags_varaccess_writeonce env_flags_parse_vartype set_flags env_flags_varaccess_rep env_flags_validate defval bank_read_cmd upage_prev erase_cmd page_size saved_buffer erase_size memory_map bank_write_cmd bank_curr env_t dummy_byte common/env_sf.c spi_flash_read max_write_size env_flash environment_s saved_offset sector_size op_mode_rx default_environment poll_cmd env_relocate_spec spi_flash_write op_mode_tx env_name_spec saved_size env_new do_source common/cmd_source.c _u_boot_list_2_cmd_2_source fit_len fit_uname fit_data source_help_text print_eth print_eths common/cmd_bdinfo.c print_num _u_boot_list_2_cmd_2_bdinfo do_bdinfo _u_boot_list_2_cmd_2_icache _u_boot_list_2_cmd_2_dcache do_icache common/cmd_cache.c parse_argv do_dcache clk_help_text do_clk_dump common/cmd_clk.c cmd_clk_sub _u_boot_list_2_cmd_2_clk do_clk stdio_devices prefetch stdio_names stdio_dev do_coninfo common/cmd_console.c _u_boot_list_2_cmd_2_coninfo putnl common/cmd_echo.c _u_boot_list_2_cmd_2_echo prenls do_echo bootaddr Elf32_Ehdr e_shoff e_ident saddr e_version Elf32_Word RARP e_ehsize Elf32_Addr build_buf e_shentsize e_phoff p_filesz Elf32_Shdr _u_boot_list_2_cmd_2_bootvx e_phentsize LINKLOCAL load_elf_image_shdr sh_entsize TFTPGET Elf32_Phdr Elf32_Off e_phnum e_flags p_align sh_info e_shstrndx BOOTP e_machine Elf32_Half proto_t sh_size sh_offset p_vaddr do_bootvx p_memsz sh_name do_bootelf load_elf_image_phdr e_shnum p_paddr sh_link NETCONS elfhdr ehdr sh_type DHCP PING sh_flags do_bootelf_exec strtab sh_addralign valid_elf_image SNTP _u_boot_list_2_cmd_2_bootelf TFTPSRV common/cmd_elf.c TFTPPUT _u_boot_list_2_cmd_2_exit common/cmd_exit.c do_exit do_ext4_load common/cmd_ext4.c do_ext4_write do_ext4_ls _u_boot_list_2_cmd_2_ext4load _u_boot_list_2_cmd_2_ext4ls ram_address _u_boot_list_2_cmd_2_ext4write do_ext2ls common/cmd_ext2.c _u_boot_list_2_cmd_2_ext2ls _u_boot_list_2_cmd_2_ext2load do_ext2load do_fat_ls do_fat_fsload _u_boot_list_2_cmd_2_fatls _u_boot_list_2_cmd_2_fatload _u_boot_list_2_cmd_2_fatwrite _u_boot_list_2_cmd_2_fatinfo do_fat_fsinfo common/cmd_fat.c do_fat_fswrite newp nodep curIndex _u_boot_list_2_cmd_2_fdt fdt_set_boot_cpuid_phys working_fdt do_fdt nodeName subcmd tabs fdt_parse_prop nextoffset varname fdt_value_setenv is_printable_string startDepth fdt_print common/cmd_fdt.c fdt_prop fdt_help_text nameoff newaddr blobp set_working_fdt_addr setenv_addr stridx fdth pathp nextNodeOffset curDepth fdt_valid fdt_property reqIndex of_bus_default_count_cells scells pnode fdt_setprop_uxx fdt_del_node_and_alias of_bus_default_translate pbus fdt_verify_alias_address FDT_STATUS_OKAY actualsize __be32_to_cpup ranges_len nodeoff nr_cells_name address_len bail fdt_alloc_phandle fdt_fixup_stdout do_fixup_by_path_u32 fdt_setprop_u64 naddr chosenoff fdt_fixup_ethernet newlen fdt_chosen fdt_getprop_u32_default_node get_cells_len fdt64_t fdt_read_prop fdt_create_phandle FDT_STATUS_FAIL prop32 addresses do_fixup_by_prop_u32 fdt_set_status_by_alias prop_len cell_off of_dump_addr __FUNCTION__ parentoffset child_addr fdt_getprop_u32_default fdt_set_phandle fdt_status rprop dflt of_translate_one FDT_STATUS_DISABLED pacells add_len fdt_translate_address of_read_number fdt_set_node_status fdt_initrd anode do_fixup_by_prop mac_addr prop64 fdt_fixup_memory __be64 fdt_set_totalsize compat_off __fswab64 fdt_get_base_address fdt_find_and_setprop fdt_find_or_add_subnode __swab32p addrc size_len FDT_STATUS_FAIL_ERROR_CODE is_u64 of_bus fdt_increase_size of_bus_default_map common/fdt_support.c fdt_resize fdt_setprop_u32 fdt_read_range do_fixup_by_compat rone fdt_pack_reg fdt_node_offset_by_compat_reg of_busses do_fixup_by_compat_u32 sizec do_fixup_by_path error_code __of_translate_address fdt_setprop_cell fdt_fixup_memory_banks enet in_addr fpga_fsinfo devstr wrong_parms fit_addr do_fpga fpga_get_op common/cmd_fpga.c opstr datastr _u_boot_list_2_cmd_2_fpga fpga_data init_done do_i2c_probe i2c_dp_last_length i2c_adapter i2c_dp_last_alen i2c_help_text i2c_dp_last_chip do_i2c_show_bus do_i2c_bus_speed do_i2c_bus_num bus_no waitdelay get_alen do_i2c_read do_i2c_reset do_i2c_crc common/cmd_i2c.c i2c_dp_last_addr u_char i2c_mm_last_alen _u_boot_list_2_cmd_2_i2c do_i2c_mm cmd_i2c_sub i2c_mm_last_chip nbytes do_i2c_md hwadapnr memaddr do_i2c_nm do_i2c_mw linebytes slaveaddr do_i2c do_i2c_loop i2c_mm_last_addr devaddr do_i2c_write mod_i2c_mem incrflag linebuf op_table opcode common/cmd_itest.c arithcomp evalexp arg2 binary_test op_tbl_t evalstr do_itest _u_boot_list_2_cmd_2_itest op_tbl_s optp arg1 stringcomp set_kerm_bin_mode load_serial_ymodem send_nack k_data_char packet_error os_data_state_saved os_data_state getcxmodem send_pad store_addr os_data_addr s1_sendpacket bin_start_address k_state_saved binbuf handle_send_packet end_addr os_data_save binlen his_quote k_data_save _u_boot_list_2_cmd_2_loadb his_eol current_baudrate send_ack his_pad_count ktrans k_data_init ymodemBuf new_char do_load_serial bin_data_init do_load_serial_bin line_count send_parms his_pad_char k_recv len_lo last_n k_data_escape_saved len_hi send_ptr read_record os_data_addr_saved os_data_restore k_data_escape env_echo load_baudrate os_data_char k_data_restore k_state bin_data_char os_data_init chk1 _u_boot_list_2_cmd_2_loads _u_boot_list_2_cmd_2_loadx _u_boot_list_2_cmd_2_loady common/cmd_load.c dp_last_size addr1 addr2 _u_boot_list_2_cmd_2_md _u_boot_list_2_cmd_2_mm _u_boot_list_2_cmd_2_nm _u_boot_list_2_cmd_2_mw word1 word2 buf1 buf2 mod_mem _u_boot_list_2_cmd_2_base _u_boot_list_2_cmd_2_cp _u_boot_list_2_cmd_2_loop ngood do_mem_cp _u_boot_list_2_cmd_2_crc32 do_mem_base _u_boot_list_2_cmd_2_cmp do_mem_crc mm_last_size do_mem_md do_mem_loop do_mem_mm do_mem_mw do_mem_cmp do_mem_nm longp shortp writeval common/cmd_mem.c asym_pause PHY_INTERFACE_MODE_RMII ldev miiphy_info PHY_INTERFACE_MODE_GMII INIT_LIST_HEAD miiphy_register miiphy_get_current_dev PHY_INTERFACE_MODE_RGMII devname mmds advertising model miiphy_is_1000base_x miiphy_link __list_add phy_mask mdio_list_devices PHY_INTERFACE_MODE_MII mdio_alloc bmcr phy_interface_strings legacy_mii_dev autoneg readext new_dev miiphy_get_active_dev mdio_register writeext mdio_phydev_for_ethname current_mii legacy_miiphy_write PHY_INTERFACE_MODE_SGMII features miiphy_listdev phy_interface_t miiphy_read_failed PHY_INTERFACE_MODE_RGMII_TXID miiphy_set_current_dev phymap list_add_tail miiphy_duplex PHY_INTERFACE_MODE_NONE PHY_INTERFACE_MODE_RGMII_ID PHY_INTERFACE_MODE_RGMII_RXID devad phydev PHY_INTERFACE_MODE_RTBI mii_devs mdio_get_current_dev PHY_INTERFACE_MODE_TBI common/miiphyutil.c PHY_INTERFACE_MODE_XGMII PHY_INTERFACE_MODE_QSGMII miiphy_speed miiphy_get_dev_by_name anlpar legacy_miiphy_read miiphy_init special_field _MII_reg_desc_t reglo _MII_field_desc_and_len_t _MII_field_desc_t _u_boot_list_2_cmd_2_mii extract_range reg_0_5_desc_tbl addrhi desc_and_len_tbl reg_3_desc_tbl last_addr_hi regvals last_reg_hi do_mii reg_0_desc_tbl regno reg_1_desc_tbl reg_2_desc_tbl reg_4_desc_tbl reg_5_desc_tbl ushort last_data last_op addrlo regval dump_reg MII_dump_0_to_5 last_addr_lo mask_in_place speed_bits common/cmd_mii.c sel_bits last_reg_lo reghi err_out extract_reg_range devadhi devadstr last_devad_lo _u_boot_list_2_cmd_2_mdio common/cmd_mdio.c mdio_write_ranges regstr last_devad_hi do_mdio extract_phy_range mdio_read_ranges devadlo do_sleep _u_boot_list_2_cmd_2_sleep common/cmd_misc.c has_init mmc_ops _u_boot_list_2_cmd_2_mmcinfo mmc_cmd write_bl_len capacity_user curr_device force_init mmc_config op_cond_pending cmd_mmc block_dev do_mmc_rescan cmdarg capacity_boot high_capacity read_bl_len b_max erase_grp_size part_config f_min cmdidx host_caps _u_boot_list_2_cmd_2_mmc init_in_progress mmc_data do_mmcinfo common/cmd_mmc.c do_mmcops resp_type do_mmc_read print_mmcinfo op_cond_response capacity_rpmb init_mmc_device voltages capacity_gp card_caps do_mmc_dev tran_speed do_mmc_write do_mmc_erase dsr_imp do_mmc_list f_max do_mmc_setdsr part_num do_mmc_part netboot_common save_addr do_tftpb NetOurRootPath _u_boot_list_2_cmd_2_bootp netboot_update_env do_tftpput save_size _u_boot_list_2_cmd_2_dhcp NetServerIP _u_boot_list_2_cmd_2_ping NetOurNISDomain NetOurHostName BootFile NetOurSubnetMask common/cmd_net.c _u_boot_list_2_cmd_2_tftpboot NetOurIP _u_boot_list_2_cmd_2_nfs NetOurGatewayIP do_nfs NetOurDNSIP _u_boot_list_2_cmd_2_tftpput IPaddr_t do_ping NetPingIP do_bootp do_dhcp common/cmd_pcmcia.c unmap_physmem sf_parse_len_arg do_spi_flash cmp_buf start_buf spi_flash_update_block _u_boot_list_2_cmd_2_sf do_spi_flash_probe spi_flash_update skipped scale start_time round_up_len common/cmd_sf.c start_ms bytes_per_second err_oper last_update do_spi_flash_erase delta do_spi_flash_read_write common/cmd_spi.c do_spi _u_boot_list_2_cmd_2_sspi bitlen last_unop op_adv _u_boot_list_2_cmd_2_false do_true do_test common/cmd_test.c do_false last_binop _u_boot_list_2_cmd_2_true last_expr _u_boot_list_2_cmd_2_test bAlternateSetting bEndpointAddress __buffer has_child irq_handle subclass num_altsetting children usb_endpoint_descriptor usb_device_speed USB_SPEED_WIRELESS bInterval _u_boot_list_2_cmd_2_usb usb_display_config irq_status bInterfaceProtocol __get_unaligned_le16 privptr USB_SPEED_UNKNOWN usb_display_class_sub string_langid dclass usb_stor_curr_dev devnum prod usb_display_conf_desc devno no_of_ep epmaxpacketout usb_config portnr usb_interface_descriptor usb_display_if_desc bNumEndpoints do_usb bSynchAddress bmAttributes usb_get_class_desc no_of_if usb_interface USB_SPEED_FULL usb_config_descriptor epdesc bMaxBurst bNumInterfaces bInterfaceClass bConfigurationValue slot_id usb_show_tree_graph irq_act_len iConfiguration usb_started common/cmd_usb.c have_langid stor_dev USB_SPEED_LOW wTotalLength halted usb_display_string USB_SPEED_SUPER usb_find_device configno usb_display_desc speed_str usb_test iInterface wBytesPerInterval bInterfaceSubClass portspeed _u_boot_list_2_cmd_2_usbboot bRefresh maxchild bInterfaceNumber do_usbboot usb_show_tree ss_ep_comp_desc ifdesc maxpacketsize bMaxPower toggle last_child usb_ss_ep_comp_descriptor USB_SPEED_HIGH act_altsetting epmaxpacketin usb_device preamble usb_display_ep_desc udev asynch_allowed usb_parse_config usb_get_class_descriptor usb_stop usb_alloc_device cfgno duration usb_set_idle usb_maxpacket actual_length portstatus requesttype usb_control_msg ep_wMaxPacketSize epno old_value ifno usb_descriptor_header ep_idx __mybuf start_index usb_try_string_workarounds newlength usb_set_protocol if_idx PACKET_SIZE_16 board_usb_init usb_get_dev_index PACKET_SIZE_32 usb_set_address devrequest usb_set_maxpacket usb_set_maxpacket_ep usb_get_report alternate PACKET_SIZE_64 USB_INIT_HOST usb_new_device usb_set_interface USB_INIT_DEVICE PACKET_SIZE_8 __tmpbuf if_face usb_init_type __setup_packet common/usb.c oldlength usb_set_configuration report_id curr_if_num usb_free_device usb_disable_asynch usb_bulk_msg usb_string usb_string_sub usb_get_descriptor usb_get_string ifnum transfer_len usb_get_configuration_no usb_clear_halt usb_submit_int_msg usb_alloc_new_device portchange usb_hub_port_connect_change PortPowerCtrlMask usb_set_port_feature wPortChange hub_dev wHubCharacteristics hubsts usb_hub_configure usb_hub_device usb_hub_probe DeviceRemovable usb_hub_allocate portstat __portsts usb_port_status usb_hub_descriptor common/usb_hub.c usb_clear_port_feature usb_hub_reset usb_get_port_status wHubStatus pgood_delay bPwrOn2PwrGood bHubContrCurrent usb_hub_index wHubChange usb_hub_status usb_hub_reset_devices hub_port_reset usb_get_hub_status hubCharacteristics bNbrPorts pusb_dev usb_hub_power_on wPortStatus usb_get_hub_descriptor usb_inquiry dCBWTag __cap msgin bCDBLength __cbw usb_stor_info ep_out sensedatalen dCSWSignature sense_buf pdata ep_in contr_stat bCBWFlags usb_read_capacity usb_test_unit_ready usb_stor_BBB_clear_endpt_stall usb_stor_get_dev trans_reset CBWCDB modi dir_in usb_stor_CBI_get_status msgout umass_bbb_cbw_t us_direction endpt usb_ccb partial do_retry __usb_stor_buf usb_stor_BBB_reset common/usb_storage.c dCBWDataTransferLength max_size pipein irqinterval usb_stor_BBB_comdat usb_max_devs usb_dev_desc usb_get_max_lun bCBWLUN us_data usb_stor_CB_reset usb_storage_probe maxtry ip_wanted usb_stor_get_info usb_request_sense psrb data_actlen bCSWStatus again __csw transport_reset dCSWDataResidue usb_stor_read ep_int attention_done dCBWSignature usb_stor smallblks usb_stor_BBB_transport irqpipe usb_write_10 trans_cmnd ip_data usb_stor_scan usb_stor_irq perq buf_addr __result SCSI_cmd_block usb_stor_CB_transport this_xfer usb_stor_CB_comdat sensecmd sensecmdlen pipeout irqmaxp retry_it pccb us_one_transfer reqsrb umass_bbb_csw_t usb_stor_write trans_bytes blkcnt notready usb_read_10 dCSWTag do_thor_down _u_boot_list_2_cmd_2_thordown common/cmd_thordown.c controller_index devstring usb_controller _u_boot_list_2_cmd_2_imxtract imgextract_help_text do_imgextract common/cmd_ximg.c _u_boot_list_2_cmd_2_spl call_bootm cmd_spl_sub do_spl bootm_argv spl_export cmd_spl_export_sub subcmd_list common/cmd_spl.c common/flash.c __splash_screen_prepare common/splash.c _u_boot_list_2_cmd_2_dfu do_dfu common/cmd_dfu.c sep_err do_env_print get_env_id env_flag NXTARG getenv_f envmatch _u_boot_list_2_cmd_2_saveenv do_env_import _u_boot_list_2_cmd_2_env envp _u_boot_list_2_cmd_2_editenv do_env_edit _u_boot_list_2_cmd_2_setenv common/cmd_nvedit.c varvalue do_env do_env_delete env_help_text cmd_env_sub __kernel_ssize_t do_env_default init_val setenv_ulong _u_boot_list_2_cmd_2_printenv getenv_ulong getenv_hex setenv_hex __flag do_env_export _do_env_set _u_boot_list_2_cmd_2_run do_env_save vallen env_aes_cbc_crypt __env_get_char_spec bufsz env_get_char common/env_common.c env_relocate getenv_yesno set_default_env really_valid getenv_default set_default_vars nvars env_get_char_init env_complete env_get_addr env_out ret_val env_get_char_memory real_gd_flags inputdev print_pre_console_buffer console_assign disable_ctrlc printbuffer fprintf fgetc ftstc search_device ctrlc_disabled stdio_print_current_devices fputc clear_ctrlc console_init_f console_getc console_init_r fputs console_setfile console_tstc common/console.c on_console ctrlc_was_pressed serial_printf _u_boot_list_2_env_clbk_2_console pre_console_putc outputdev had_ctrlc pre_console_puts str_input confirm_yesno increment __kernel_ptrdiff_t prev_size n_mmaps_max oldp mem_malloc_start hblks malloc_usable_size current_mallinfo nextsize elem_size max_total_mem memalign arena split old_end pagesz param_number mcdst malloc_trim top_pad new_brk victim_size mem_malloc_brk correction malloc_extend_top fordblks extra front_misalign mmap_threshold mcsrc uordblks mbinptr sbrk_size leadsize pvalloc mem_malloc_init mem_malloc_end common/dlmalloc.c mallopt startidx fsmblks malloc_chunk usmblks mmapped_mem victim oldmem alignment sbrk current_brk oldtopsize prevsize remainder_size remainder islr old_top mzsz trim_threshold remainder_index max_sbrked_mem malloc_bin_reloc sbrk_base old_top_size nextsz newmem prevsz keepcost mchunkptr oldtop newsize mcsz oldsize hblkhd table_entry img_data image_print_contents table_entry_t ram_addr rd_addr on_loadaddr image_multi_count genimg_get_comp_name chunksz getenv_bootm_mapsize genimg_get_arch_name uimage_arch initrd_high image_get_ramdisk uimage_os _u_boot_list_2_env_clbk_2_loadaddr rd_hdr genimg_has_config genimg_get_os_id genimg_get_format image_setup_linux table_name genimg_get_os_name image_get_name memmove_wd image_print_type image_multi_getimg rd_data get_table_entry_name __kernel_time_t image_check_dcrc boot_ramdisk_high lname fit_uname_ramdisk image_check_hcrc genimg_get_type_id map_to_sysmem boot_get_ramdisk uimage_type rd_noffset genimg_get_arch_id getenv_bootm_low genimg_get_type_name rd_load common/image.c genimg_get_comp_id initrd_copy_to_ram default_addr getenv_bootm_size image_set_hcrc image_get_dcrc genimg_print_size image_get_hcrc uimage_comp genimg_get_image get_table_entry_id fdt_error of_start disable_relocation ft_verify_fdt fdt_hdr fdt_len fdt_data boot_fdt_add_mem_rsv_regions common/image-fdt.c of_len image_setup_libfdt desired_addr image_get_fdt boot_relocate_fdt fdt_high boot_get_fdt image_data fit_image_verify kfdt best_match_pos fit_get_name image_noffset fit_image_check_hash BOOTSTAGE_SUB_CHECK conf_uname fit_conf_find_compat fit_conf_print data_len cfg_noffset type_ok kfdt_name fit_get_debug BOOTSTAGE_SUB_CHECK_ARCH fit_get_node_from_config fit_image_print_verification_data fit_print_contents err_msgp fit_image_print_data BOOTSTAGE_SUB_CHECK_ALL calculate_hash BOOTSTAGE_SUB_GET_DATA_OK prop_name fit_value_len common/image-fit.c conf_name kfdt_noffset fit_image_hash_get_value fit_image_hash_get_ignore ndepth fit_check_format BOOTSTAGE_SUB_HASH fit_image_get_type fit_uname_configp fit_parse_subimage fit_image_load fit_parse_spec fit_image_get_os image_name fit_parse_conf fit_all_image_verify confs_noffset fit_conf_get_node fit_get_image_type_property addr_curr fit_image_check_target_arch fit_value sepc image_uname verify_all keyname best_match_offset os_ok fit_image_get_data BOOTSTAGE_SUB_FORMAT cur_len vbuf lenp BOOTSTAGE_SUB_LOAD vdata datap fit_image_get_comp err_msg fit_image_check_comp fit_image_check_os images_noffset BOOTSTAGE_SUB_CHECK_ALL_OK fdt_compat_len BOOTSTAGE_SUB_NO_UNIT_NAME BOOTSTAGE_SUB_SUBNODE cur_fdt_compat fit_set_timestamp fit_image_hash_get_algo fit_image_get_load required fit_image_check_type fit_image_print fit_unamep BOOTSTAGE_SUB_GET_DATA fit_image_select fit_image_get_entry BOOTSTAGE_SUB_FORMAT_OK fit_get_timestamp fit_image_check_arch fit_image_get_node fit_image_get_arch fit_conf_get_prop_node fit_get_desc BOOTSTAGE_SUB_UNIT_NAME get_ram_size get_effective_memsize common/memsize.c maxsize stdio_get_by_name drv_system_init common/stdio.c stdio_get_list stdio_register stdio_clone lba512_t reloc_get_dev bc_rem gb_quot tmpinfo dup_str mul_by lba512_muldiv get_dev_hwpart disk/part.c block_drvr dev_print dev_str init_part get_device gb_rem dev_part_str mb_quot get_partition_info ifname dev_hwpart_str allow_whole_dev div_by print_part mb_rem lba512 bc_quot get_device_and_partition print_part_header test_part_dos end_sector sys_ind size4 is_bootable lba_start lba_size relative get_partition_info_extended end_head get_partition_info_dos dos_partition disk/part_dos.c dos_partition_t print_one_part print_partition_extended dos_type test_block_type boot_ind disksig start4 le32_to_int print_part_dos is_extended which_part ext_part_sector end_cyl fpga_no_sup fpga_load fpga_desc fpga_type drivers/fpga/fpga.c fpga_get_desc fpga_add fpga_loadbitstream bstype fpga_count fpga_info next_desc fpga_dump devdesc fpga_dev_info fpga_init desc_table fpgadata devtype fpga_fsload fpga_validate zynq_info dstbuf bin_format drivers/fpga/zynqpl.c partialbit dstlen bitc zynq_dma_xfer_init zynq_dma_transfer pattern check_data isr_status swap zynq_dump srcbuf zynq_validate_bitstream load_word srclen new_buf zynq_load zynq_align_dma_buffer zynq_loadfs xilinx_load xilinx_validate drivers/fpga/xilinx.c xilinx_info xdesc dataptr swapsize xilinx_loadfs xilinx_dump drivers/pcmcia/tqm8xx_pcmcia.c mmc_internal_data DFU_DEV_MMC dfu_show_entities nand_internal_data r_left str_env bad_skip dev_private dfu_list w_size dfu_get_hash_algo readn read_medium dfu_reset dfu_buf dfu_get_entity dfu_fill_entity dfu_config_entities write_medium ram_internal_data dfu_flush get_medium_size dfu_find_alt_num DFU_FS_FAT dfu_init_env_entities dfu_get_alt_number dfu_get_buf_size env_bkp dfu_hash_algo alt_num_cnt DFU_DEV_ONENAND dfu_reset_request __mptr dfu_free_entities DFU_DEV_RAM dfu_free_buf dfu_get_dev_type dfu_layout dev_t dfu_fill_entity_nand drivers/dfu/dfu.c dfu_write b_left dfu_get_buf dfu_get_alt flush_medium DFU_FS_EXT3 dfu_write_buffer_drain dfu_read i_buf_end dfu_read_buffer_fill dfu_entity DFU_FS_EXT4 __list_del i_blk_seq_num dfu_alt_num DFU_RAM_ADDR dfu_buf_size i_buf i_buf_start lba_blk_size dfu_device_type DFU_FS_EXT2 tret hw_partition DFU_DEV_NAND inited DFU_RAW_ADDR dfu_get_layout dfu_trigger_reset dfu_flush_medium_mmc entity_type blk_count mmcpart dfu_write_medium_mmc dfu_fill_entity_mmc third_arg dfu_file_buf drivers/dfu/dfu_mmc.c cmd_buf dfu_file_buf_len DFU_OP_READ dfu_op blk_start DFU_OP_WRITE dfu_get_medium_size_mmc mmc_block_op dfu_read_medium_mmc mmc_file_buffer partinfo part_num_bkp parg mmcdev mmc_access_part DFU_OP_SIZE mmc_file_op second_arg drivers/dfu/dfu_ram.c dfu_get_medium_size_ram dfu_read_medium_ram dfu_transfer_medium_ram dfu_write_medium_ram dfu_fill_entity_ram drivers/rtc/date.c i2c_adap_p __i2c_init i2c_get_bus_num i2c_reg_write i2c_get_adapter i2c_init_all i2c_reg_read __def_i2c_init_board i2c_set_bus_num i2c_get_bus_speed i2c_init_bus i2c_reloc_fixup drivers/i2c/i2c_core.c slaveadd _u_boot_list_2_i2c_2_zynq_1 time_out interrupt_disable cur_data slave_mon_pause zynq_i2c_registers zynq_i2c interrupt_enable adap zynq_i2c_set_bus_speed drivers/i2c/zynq_i2c.c zynq_i2c_write zynq_i2c_probe requested_speed interrupt_status _u_boot_list_2_i2c_2_zynq_0 zynq_i2c_init i2c_select interrupt_mask transfer_size zynq_i2c_wait zynq_i2c_read use_arg find_mmc_device cardtype mmc_send_ext_csd cur_dev_num mmc_bread widths extw resp mmc_get_dev mmc_set_clock blocks_todo separator mmc_send_status __scr print_mmc_devices erase_gmul mmc_send_cmd ext_csd_bits sd_send_op_cond mmc_set_preinit mmc_set_ios cmult mmc_send_op_cond multipliers mmc_set_capacity csize __switch_status mmc_complete_init mmc_read_blocks mmc_set_bus_width get_mmc_num mmc_change_freq mmc_set_dsr __board_mmc_getcd __ext_csd retry_scr fbase do_preinit mmc_set_blocklen drivers/mmc/mmc.c sd_switch sd_change_freq mmc_switch_part mmc_complete_op_cond mmc_switch mmc_create __test_csd __def_mmc_init board_mmc_getwp mmc_initialize mmc_start_init mmc_go_idle mmc_send_if_cond ext_to_hostcaps mmc_send_op_cond_iter erase_gsz mmc_register mmc_startup mmc_destroy mmc_select_hwpart sdhci_set_ios max_clk fdt_gpio_state min_clk generic_fls cd_gpio sdhci_reset is_aligned sdhci_host set_control_reg pwr_gpio quirks sdhci_readw offs sdhci_set_clock aligned_buffer drivers/mmc/sdhci.c sdhci_transfer_pio sdhci_set_power add_sdhci sdhci_readl ioaddr sdhci_writeb sdhci_readb sdhci_writel sdhci_writew sdhci_transfer_data sdhci_cmd_done sdhci_ops sdhci_send_command zynq_sdhci_init drivers/mmc/zynq_sdhci.c regbase start_cmd mmc_bwrite mmc_berase drivers/mmc/mmc_write.c mmc_erase_t mmc_write_blocks blk_r cmd_len drivers/mtd/spi/sf.c spi_flash_cmd_write data_in data_out spi_flash_cmd spi_flash_cmd_read QUAD_IO_FAST nr_sectors spi_flash_params_table e_rd_cmd DUAL_IO_FAST spi_read_cmds DUAL_OUTPUT_FAST QUAD_OUTPUT_FAST ARRAY_SLOW spi_flash_params drivers/mtd/spi/sf_params.c ext_jedec SF_DUAL_PARALLEL_FLASH SF_DUAL_STACKED_FLASH curr_bank spi_dual_flash spi_flash_probe_slave max_hz err_claim_bus qeb_status spi_mode err_read_id SF_SINGLE_FLASH spi_flash_free idcode0 spi_flash_set_qeb_winspan spi_read_cmds_array spi_flash_validate_params spi_flash_set_qeb drivers/mtd/spi/sf_probe.c spi_flash_dual_flash check_status spi_flash_write_common spi_flash_cmd_read_config chunk_len byte_addr spi_flash_cmd_read_ops write_addr read_len poll_bit spi_flash_cmd_write_enable spi_flash_cmd_erase_ops bank_addr actual bank_sel remain_len erase_addr spi_flash_cmd_write_status cmdsz timebase spi_flash_read_common spi_flash_cmd_write_ops spi_flash_addr spi_flash_bank spi_flash_cmd_bankaddr_write spi_flash_cmd_write_config spi_flash_cmd_wait_ready drivers/mtd/spi/sf_ops.c spi_flash_cmd_read_status upage_curr zynq_gem_regs zynq_gem_miiphyread dmacr rx_bd zynq_gem_priv emac_bd frame_len nwsr nwctrl macaddrhigh phy_setup_op hashl phyreg macaddrlow base_addr drivers/net/zynq_gem.c bd_space zynq_gem_initialize rx_first_buf phywrite zynq_gem_miiphy_write stat_size zynq_gem_recv zynq_gem_halt tx_bd current_bd nwcfg zynq_gem_setup_mac zynq_gem_init txsr emio phyaddr rxbuffers regnum rxqbase txqbase zynq_gem_send phy_detection phymntnc rxbd_current hashh rxsr mgtcr first_bd mdio_wait laddr phy_addr get_phy_driver genphy_config_aneg genphy_driver phy_reg IS_ERR advertise create_phy_by_mask __board_phy_config generic_for_interface genphy_config_advert phy_connect mii_reg drivers/net/phy/phy.c genphy_setup_forced estatus phy_drivers search_for_existing_phy miiphy_reset get_phy_device phy_connect_dev generic_ffs get_phy_device_by_mask phy_device_create gblpa phy_find_by_mask genphy_parse_link phy_probe genphy_startup genphy_config oldadv genphy_restart_aneg get_phy_id genphy_shutdown genphy_update_link m88e1118_startup m88e1011s_config M88E1118_driver M88E1145_driver M88E1310_driver m88e1121_config m88e1xxx_parse_status m88e1118_config drivers/net/phy/marvell.c M88E1149S_driver m88e1111s_config m88e1310_config M88E1111S_driver m88e1145_startup m88e1149_config M88E1118R_driver m88e1011s_startup M88E1121R_driver m88e1145_config M88E1011S_driver M88E1518_driver phy_marvell_init serial_null serial_stdio_init get_current _u_boot_list_2_env_clbk_2_baudrate serial_assign serial_register default_serial_puts serial_device on_baudrate serial_reinit_all baudrate_table drivers/serial/serial.c serial_devices serial_current uart_zynq0_init uart_zynq_ports_param uart_zynq_ports uart_zynq_serial_getc bdiv zynq_serial_initialize uart_zynq1_setbrg uart_zynq_serial_init uart_zynq_serial1_device uart_zynq1_init uart_zynq0_getc uart_zynq0_tstc uart_zynq0_puts uart_zynq_params uart_zynq0_setbrg uart_zynq0_putc uart_zynq1_getc uart_zynq_serial_tstc tx_rx_fifo uart_zynq1_tstc uart_zynq_serial_putc uart_zynq_serial_puts uart_zynq1_putc bgen uart_zynq1_puts channel_sts calc_bauderror default_serial_console drivers/serial/serial_zynq.c uart_zynq_serial0_device uart_zynq baud_rate_divider calc_baud baud_rate_gen uart_zynq_serial_setbrg spi_do_alloc_slave drivers/spi/spi.c spi_set_wordlen txd1r lower_mio zynq_qspi_irq_poll byte3 zqspi max_loop rxindex txd0r txd2r bytes_to_transfer drivers/spi/zynq_qspi.c confr imaskr is_dual rxftr intr_status zynq_qspi_setup_transfer fifocount rxcount txd3r zynq_qspi_check_is_dual_flash spi_cs_deactivate max_speed_hz zynq_qspi_chipselect zynq_qspi_copy_write_data txftr is_on delay_usecs lqspi_frequency is_inst master input_clk_hz spi_cs_is_valid zynq_qspi bits_per_word enbr bytes_to_receive chip_select zynq_qspi_init_hw current_u_page is_dio req_hz drxr gpior rx_buf zynq_qspi_copy_read_data baud_rate_val zynq_qspi_slave upper_mio_cs1 zynq_qspi_transfer zynq_qspi_regs spi_device reserved0 spi_cs_activate cs_change zynq_qspi_fill_tx_fifo offsets idisr midr sicr config_reg zynq_qspi_start_transfer tx_buf upper_mio drivers/usb/gadget/epautoconf.c vbus_session ep_list driver_data short_not_ok device_data usb_ep_ops epnum b_hnp_enable fifo_status usb_ep gfp_t no_interrupt usb_request dequeue dma_addr_t is_a_peripheral a_alt_hnp_support ep_matches a_hnp_support get_frame usb_ep_autoconfig ioctl usb_gadget fifo_flush usb_gadget_ops usb_ep_autoconfig_reset buflen usb_gadget_config_buf drivers/usb/gadget/config.c usb_descriptor_fillbuf usb_gadget_get_string language utf8_to_utf16le usb_gadget_strings drivers/usb/gadget/usbstring.c ci_get_qtd bRequestType b_buf handle_ep_complete epctrl qh_link cr_hcsparams qt_token qt_buffer items_mem udc_disconnect epprime reserved_0 reserved_1 reserved_2 reserved_4 wLength hw_len or_systune or_burstsize ci_ep_init next_td ept_queue_head usb_ep_queue usb_gadget_driver ci_ep_enable usb_ctrlrequest ci_ep_queue ci_flush_qh eplist_raw_sz or_txfilltuning epflush eplist_min_align portreset or_configflag qh_list eplist_sz epinitaddr ci_ep_ops usb_gadget_register_driver qt_altnext wValue cr_hcsp_portrt ci_flush_td ci_ep_free_request ci_udc periodic_queue ci_pullup page0 page1 page2 page3 page4 ci_drv ehci_hccr ci_debounce ntds periodic_list ci_ep_alloc_request ci_bounce handle_setup ci_ep_submit_next_request or_usbsts udc_irq usb_gadget_unregister_driver drivers/usb/gadget/ci_udc.c imem _reserved_0_ ep0_data_phase _reserved_1_ pad1 pad2 pad3 pad4 b_len or_portsc epts ci_udc_ops list_del_init aligned_used_len qh_overlay ci_get_qh epstat setup_data hw_buf list_empty bRequest eplist_align stop_activity or_asynclistaddr ci_udc_probe qh_curtd or_usbintr wIndex gfp_flags ep0_desc ci_req ehci_ctrl ehci_hcor ci_flush_qtd ept_queue_item ci_invalidate_qh ci_ep qh_endpt1 qh_endpt2 ci_ep_disable ci_invalidate_qtd epcomp ci_invalidate_td qt_buffer_hi reserved_3 cr_capbase or_periodiclistbase ep_num dtd_count or_usbcmd cr_hccparams flip_ep0_direction req_primed ep0_req qt_next or_frindex or_ctrldssegment usb_gadget_handle_interrupts thor_downloader_cdc_header _u_boot_list_2_g_dnl_bind_callbacks_2___usb_function_name_usb_dnl_thor bcdCDC hs_int_desc rcv_cnt bRESERVED usb_cdc_header_desc usb_ep_free_request int_ep txdata RQT_INFO usb_cdc_attribute_vendor_descriptor thor_func_disable RQT_CMD_EFSCLEAR bDescriptorSubType free_ep_req RQT_UL_EXIT usb_ep_enable RQT_UL_INIT thor_downloader_cdc_abstract str_data DAUValue thor_init RQT_INIT_VER_CSC thor_func_init download_tail __rsp hs_descriptors __thor_rx_data_buf thor_start_ep FILE_TYPE_PIT bmCapabilities dev_qualifier RQT_INIT_VER_KERNEL bDataInterface next_string_id hs_in_desc thor_downloader_cdc_call usb_function_name thor_add process_data DAULength in_req iFunction bSlaveInterface0 endpoints drivers/usb/gadget/f_thor.c usb_cdc_union_desc thor_eps_setup deactivations out_ep process_rqt_download thor_iad_descriptor left_to_rcv bufsiz RQT_INIT_VER_HW f_thor send_rsp in_ep RQT_DL_EXIT usb_qualifier_descriptor rqt_box fs_int_desc RQT_UL hs_thor_downloader_function gadget_is_dualspeed thor_downloader_intf_data usb_function RQT_DL_FILE_END transfer_buffer thor_unbind FILE_TYPE_NORMAL RQT_CMD RQT_INIT_VER_PLATFORM thor_setup_complete RQT_INFO_VER_PROTOCOL process_rqt_cmd __rqt fullspeed hs_out_desc thor_handle __f_name next_interface_id RQT_DL_FILE_INFO usb_composite_driver thor_downloader_cdc_union fs_out_desc usb_ep_disable ret_rcv RQT_CMD_REBOOT thor_downloader_cdc_av rqt_data usb_pkt_cnt bFunctionSubClass usb_cdc_acm_descriptor fs_in_desc bMasterInterface0 usb_ep_alloc_request highspeed DAUType download_head thor_dev bFunctionClass usb_configuration alt_setting_num alloc_ep_req thor_rx_tx_complete packet_size functions bFunctionProtocol usb_cdc_call_mgmt_descriptor g_dnl_bind_callback_f process_rqt_info ret_head thor_rx_data thor_set_dma file_type usb_ep_set_halt bFirstInterface suspended g_dnl_bind_callback thor_func_bind data_rsp_box func_to_thor data_to_rx rxdata send_data_rsp thor_func RQT_UL_START RQT_CMD_POWEROFF RQT_DL thor_tx_data rsp_data thor_func_setup RQT_INIT_VER_BOOT usb_composite_dev thor_downloader_intf_int out_req_buf out_req RQT_DL_INIT RQT_DL_FILE_START __thor_tx_data_buf bInterfaceCount RQT_UL_END thor_file_size thor_func_set_alt configuration_done usb_interface_assoc_descriptor usb_string_descriptor g_dnl_string_tab usb_gadget_set_selfpowered config_desc wData composite_disconnect reset_config g_dnl_driver g_dnl_composite_strings g_dnl_register generic_set_bit unknown count_configs usb_composite_unregister usb_gadget_controller_number usb_function_deactivate composite w_length device_desc g_dnl_unbind usb_function_activate g_dnl_get_board_bcd_device_number lookup_string collect_langs drivers/usb/gadget/g_dnl.c set_gadget_data manufacturer g_dnl_board_usb_cable_connected usb_composite_register usb_add_config gadget_is_otg gcnum g_dnl_set_serialnumber composite_resume g_dnl_get_bcd_device_number bitmap_zero usb_string_id usb_gadget_connect composite_unbind usb_interface_id get_gadget_data device_qual w_value usb_string_ids_n usb_add_function usb_gadget_disconnect g_dnl_bind_callback_end usb_gadget_vbus_draw standard usb_string_ids_tab composite_setup_complete test_bit g_dnl_string_defs g_dnl_config_register g_dnl_serial composite_suspend g_dnl_unregister g_dnl_bind_callback_first g_dnl_bind composite_setup g_dnl_do_config composite_bind w_index _u_boot_list_2_g_dnl_bind_callbacks_2___usb_function_name_usb_dnl_dfu dfu_state_fn dfu_prepare_strings dfu_prepare_function DFU_STATE_appIDLE dfu_function_descriptor DFU_STATE_dfuDNLOAD_IDLE bwPollTimeout drivers/usb/gadget/f_dfu.c DFU_STATE_appDETACH stringtab_dfu func_to_dfu bState iString stringtab_dfu_generic DFU_STATE_dfuMANIFEST state_dfu_dnload_sync dfu_handle wDetachTimeOut bcdDFUVersion DFU_STATE_dfuIDLE dfu_status DFU_STATE_dfuMANIFEST_SYNC f_dfu dfu_bind_config state_dfu_error state_app_detach to_runtime_mode dnload_request_complete DFU_STATE_dfuDNLOAD_SYNC DFU_STATE_dfuDNBUSY dnload_request_flush dfu_state state_dfu_dnbusy dfu_bind wTransferSize dfu_unbind dfu_set_alt enomem dfu_add req_type handle_upload state_app_idle dfu_disable state_dfu_manifest state_dfu_manifest_sync dfu_set_poll_timeout dfu_get_manifest_timeout dfu_generic_strings dfu_intf_runtime state_dfu_upload_idle dstat dfu_runtime_descs handle_dnload DFU_STATE_dfuERROR state_dfu_dnload_idle dfu_strings to_dfu_mode state_dfu_idle dfu_name dfu_func strings_dfu_generic handle_getstatus DFU_STATE_dfuUPLOAD_IDLE handle_getstate DFU_STATE_dfuMANIFEST_WAIT_RST ehci_submit_root destroy_int_queue handshake ehci_submit_async typeReq left_length submit_bulk_msg buf_ptr usb_linux_interface_descriptor elementsize ehci_reset __ehci_get_port_speed enable_periodic create_int_queue fail1 fail2 fail3 usb_lowlevel_init ehci_td_buffer drivers/usb/host/ehci-hcd.c xfr_sz submit_control_msg ehci_encode_speed ehci_get_portsc_register endpoint reg_ptr poll_int_queue periodic_schedules qtd_count status_reg usb_linux_config_descriptor xfr_bytes __ehci_powerup_fixup disable_periodic ehcic srcptr __ehci_set_usbmode ehci_shutdown __qh queuesize usb_lowlevel_stop qtd_counter backbuffer epctrl1 epctrl2 epctrl3 ulpi_vp epctrl5 isiphyctrl res10 res11 res12 res13 res14 sbuscfg vendor_id_low viewport_addr otg_ctrl_clear hwtxbuf caplength carkit_ie otgsc ep_list_addr hwgeneral vendor_id_high res1 res2 res3 res4 res5 res6 res7 res8 res9 iface_ctrl_set usb_ehci transmit_pos_width ulpi_viewpoint mio_usb function_ctrl_set ulpi port_num epstatus sictrl dciparams usbgenctrl hwhost ehci_hcd_stop gptimer0_ctrl otg_ctrl_set carkit_pulse_ctrl_set carkit_ctrl carkit_ctrl_clear hwrxbuf iface_ctrl usb_ie_rising function_ctrl ulpi_regs carkit_ie_clear otg_ctrl function_ctrl_clear dciversion scratch_set carkit_ctrl_set iface_ctrl_clear product_id_high usb_int_status snoop1 snoop2 prictrl drivers/usb/host/ehci-zynq.c carkit_pulse_ctrl_clear carkit_int_delay hwdevice transmit_neg_width carkit_ie_set usb_ie_falling gptimer1_ctrl hciversion usb_int_latch gptimer0_ld scratch ehci_hcd_init epcomplete usb_ie_falling_clear carkit_int_status usb_ie_rising_set usb_ie_falling_set epsetupstat age_cnt_limit scratch_clear config_flag usb_ie_rising_clear epctrl4 recv_pol_recovery perlistbase product_id_low carkit_pulse_ctrl gptimer1_ld ulpi_viewport carkit_int_latch epctrl0 passthu ulpi_set_vbus_indicator external complement ulpi_reset drivers/usb/ulpi/ulpi.c __ulpi_reset_wait smode ulpi_opmode_sel ulpi_integrity_check topmode ulpi_init ulpi_serial_mode_enable ext_power ulpi_set_vbus ulpi_suspend ulpi_select_transceiver ulpi_set_pd ulpi_write drivers/usb/ulpi/ulpi-viewport.c ulpi_wait ulpi_wakeup ulpi_request ulpi_read fs_type addr_str fs_probe_unsupported do_ls fs_read_unsupported fs_write_unsupported fs_close_unsupported do_save file_exists fs_partition fs_exists_unsupported len_read fs_get_info fs_dev_desc fs/fs.c fstype_info fstypes do_load fs_ls_unsupported null_dev_desc_ok block_group_number osd2 compression_info first_pass_bbmap free_inodes inode_read ext2_block_group utime dtime fragments_per_group feature_compatibility no_blk_pergdt inode_bmaps ext4fs_read first_inode ext4fs_file reserved_blocks delayed_buf ext4fs_root atime ext_fs ext4fs_read_file fs_state creator_os filesize ext2_sblock inodesz inode_id bg_flags previous_block_number used_dir_cnt total_inodes delayed_extent first_pass_ibmap no_blkgrp blockend currroot ctime log2_block_size inode_table_id volume_name get_fs ext4fs_exists inode_size ext4fs_probe ext4fs_free_node blockoff diropen bg_itable_unused file_len ext2_data triple_indir_block delayed_skipfirst gid_reserved ext_filesystem total_blocks blk_bmaps fragment_addr delayed_start dir_blocks checkinterval ext2_inode minor_revision_level bg_checksum lastcheck dirnode osd1 double_indir_block fs/ext4/ext4fs.c mtime last_mounted_on blocks_per_group dir_acl error_handling blockcnt unique_id ext4fs_symlinknest nlinks uid_reserved ext4_read_file block_id total_sect sect_perblk curr_blkno log2_fragment_size delayed_next first_data_block max_mnt_count datablocks ext2fs_node ext4fs_ls inodes_per_group bg_reserved gdtable_blkno curr_inode_no log2_fs_blocksize ext4fs_mount ext4fs_indir1_block ee_block success p_ino fnode ti_parent_buff ei_block ti_child_blockno ext2_dirent ext4fs_reset_block_bmap fs/ext4/ext4_common.c first_block_no_of_root ext4fs_find_file1 eh_depth ext4fs_allocate_blocks check_void_in_dentry di_child_buff ext4fs_indir1_blkno ext4fs_read_inode blkoff eh_generation journal_buffer zero_buffer ti_gp_blockno di_blockno_parent read_allocated_block ext4fs_update_parent_dentry ext4fs_get_parent_inode_num temp_ptr ext4fs_indir3_block filetype ext4fs_read_symlink ext_block sizeof_void_space ext4fs_reinit_global ext4fs_div_roundup root_first_block_buffer blk_per_grp actual_block_no di_block_start_addr ext4fs_indir3_size perblock_child fdiro last_entry_dirlen ext4_extent_header desc_per_blk root_first_block_addr inodes_per_block ext4fs_indir2_block di_child_buff_start ext4fs_blockgroup eh_max ext4_extent_idx startblock perblock_parent prev_bg_bitmap_index totalbytes eh_entries ei_leaf_hi previous_dir ext4fs_get_new_blk_no temp_dir search_dir new_entry_byte_reqd previous_blknr direct_blk_idx ti_child_buff si_buffer foundtype total_remaining_blocks ext4fs_get_extent_block currpath ftype ti_cbuff_start_addr ti_gp_buff check_filename di_blockno_child ei_leaf_lo rootnode eh_magic ext4fs_iterate_dir result_inode_no currfound __sec_buf total_no_of_block alloc_triple_indirect_block inodes_per_grp direct_blockno ext4fs_get_new_inode_no bg_idx si_blockno templength ext4fs_filename_check parse_dirname alloc_double_indirect_block no_blks_reqd put_ext4 direntlen ext4fs_indir1_size ee_len ext4fs_indir2_blkno g_parent_inode matched_inode_no dentry_length root_blknr ti_parent_blockno ext4fs_indir3_blkno part_offset ext4fs_set_inode_bmap fpath temp_inode currnode alloc_single_indirect_block si_start_addr ext4fs_open ibmap_idx dname ext4fs_checksum_update prev_inode_bitmap_index fileblock part_length ext4fs_indir2_size oldnode ee_start_hi parse_path fpos ext4fs_set_block_bmap expecttype ti_gp_buff_start_addr ext4fs_find_file depth_dirname ti_pbuff_start_addr padding_factor ext4fs_reset_inode_bmap ext4_extent ext4fs_iget log2_blksz file_inode ee_start_lo di_parent_buffer ei_unused foundnode ext4fs_close find_dir_depth operand ext4fs_set_blk_dev block_len ext4fs_block_dev_desc byte_len byte_offset ext4fs_devread rbdd fs/ext4/dev.c ext4_read_superblock delete_double_indirect_block s_first gd_index grp_desc_size s_users prev_bg_bmap_idx s_dynsuper journal_superblock_t __filename read_buffer delete_single_indirect_block inode_journal ext4fs_deinit s_padding s_sequence gindex inode_buffer s_header DIB_start_addr start_block_address journal_header_t blks_reqd_for_file sizebytes inode_per_grp existing_file_inodeno no_blocks fs/ext4/ext4_write.c parent_itable_blkno node_inode s_nr_users ext4fs_init s_errno s_maxlen h_sequence ext4fs_delete_file s_uuid s_feature_ro_compat delete_triple_indirect_block s_max_transaction __s32 s_feature_incompat parent_inodeno real_free_blocks ext4fs_write ext4fs_update di_buffer ext4fs_write_file tip_buffer ext4fs_get_bgdtable tipb_start_addr s_max_trans_data tib_start_addr temp_buff h_blocktype bytes_reqd_for_file s_feature_compat blocks_remaining tigp_buffer journal_ptr ext4fs_push_revoke_blk ext4fs_dump_metadata journal_log update_commit_block print_jrnl_status dirty_blocks jsb_blknr blocknr ext4fs_log_gdt tmp_node curr_desc_logical_no journal_revoke_header_t prev_node tmp_revk_node recovery_flag recover_transaction fs/ext4/ext4_journal.c revk_blk_list ext4fs_update_journal ext4fs_check_journal_state gd_table ext4fs_free_revoke_blks temp_buff1 sequence_no metadata_buffer ext4fs_free_journal revoke_blk_list dirty_block_ptr prev_desc_logical_no print_revoke_blks DB_FOUND check_blknr_for_revoke revk_blk metadata_buff transaction_state first_node content r_count p_jdb ext4fs_log_journal jrnl_blk_idx update_descriptor_block ext4fs_put_metadata ext3_journal_block_tag ext4fs_init_journal fs/ext4/crc16.c ext2fs_crc16 crc16_table period_location ext_num file_fat_read fatbuf clust_size read_bootsectandvi isdir total_sector flush_fat_buffer start_cluster off16 dir_newclust __tolower do_fat_read slotptr alias_checksum val1 slotptr2 find_directory_entry set_contents bytesperclust volume_label uppercase name11_12 get_cluster hidden fat32_length fat_exists clear_fatent fat_length dir_curclust fat_close boot_sector cluster_size set_cluster l_name rootdir_done lcase ext_boot_sign starthi volume_info get_vfatname vfat_enabled is_next_clust fat_read_file attr file_fat_ls fat_sect empty_dentptr subname fat_register_device media heads vistart fat_set_blk_dev fatbufnum get_long_file_name rootdir_sect sect_num ignored doit l_filename adate find_empty_cluster volinfo get_dentfromdir do_fat_read_at drive_number get_contents_vfatname_block nxtsect dir_entries check_overflow ctime_ms cur_dev vol_label getit startsect dirc dirs do_fat_read_at_block dols fill_dentry prevcksum determine_fatent dogetsize get_fatent cur_position fat_val fatlength file_fat_detectfs downcase buflimit rootdir_end nr_blocks name5_10 num_of_fats slot2str cdate get_fatent_value info_sector fill_dir_slot volume_id clustnum get_dentfromdir_block dir_entry flush_dir_table firsttime str2slot period cursect system_id entry_value file_fat_read_at nxt_clust cur_part_info file_fat_write next_entry fnamecopy nextname endclust sect_size part_no __toupper end_idx set_fatent_value disk_read retdent next_fat gotsize secs_track actsize bufptr data_begin fatsize do_fat_write name0_4 get_contents disk_write datablock fsdata root_cluster realdent files rootdir_size mydata dirdelim mkcksum backup_boot fs/fat/fat_write.c fullpath file_read_func file_getfsname file_read origpath detect filesystems tmpstr file_detectfs_func origdest file_cd file_ls_func fs/fat/file.c pathcpy file_detectfs file_cwd current_filesystem file_ls distfix updatewindow inflateInit2_ ndist zcfree next_in wrap DISTEXT lenbits dolen adler32 z_stream opaque order dmask Bytef data_type lens stream_size this inflateReset wbits incr TABLE drop havedict TIME extra_len dbase codetype lbase inflateInit_ name_max DISTS inflate_table adler inflate_fast uInt sum2 total_in HCRC inf_leave LENLENS strm huff gz_header alloc_func gz_headerp COPY inflate_mode lenfix uLong STORED work COMMENT total_out outcb avail_in comm_max extra_max EXLEN next_out comment free_func LENEXT xflags sout z_stream_s windowBits avail_out dodist DICT lmask voidpf lencode gz_header_s LENGTH pat16 lcode dmax sfrom DICTID Byte fixedtables CODES inflate lext zcalloc FLAGS z_errmsg distbits EXTRA whave inflate_state DIST codes z_streamp cb_func hbuf lib/zlib/zlib.c internal_state inflateEnd TYPEDO distcode CODELENS MATCH crc7_syndrome_table crc7 lib/crc7.c crc7_byte crc8 lib/crc8.c lib/crc16.c crc16_tab cyg_crc16 fdtdec_get_int lib/fdtdec_common.c gzfree stoponerr gzalloc gunzip lib/gunzip.c zunzip init_sequence reloc_ofs lib/initcall.c initcall_run_list init_fnc_ptr _rgn rgnbegin max_addr size1 size2 lmb_free lmb_coalesce_regions lmb_addrs_overlap rgnsize base1 base2 res_base __arch_lmb_reserve lmbbase lmb_alloc lmb_align_up lmb_remove_region lmb_is_reserved lmb_align_down lmb_init lmb_add lmb_regions_adjacent rgnend lmb_dump_all rgnbase __board_lmb_reserve coalesced lmb_add_region lmbsize lib/lmb.c lmb_addrs_adjacent lmb_overlaps_region __lmb_alloc_base ldiv_t numer denom lib/ldiv.c MD5Final lib/md5.c MD5Context byteReverse MD5Transform md5_wd MD5Init digest chunk_sz MD5Update longs in32 lib/net_utils.c string_to_ip qsort strcmp_compar wgap lib/qsort.c k_opad sha1_csum _sha1_src sha1_update sha1_context k_ipad msglen sha1_process padn sha1_hmac sha1_padding sha1_finish keylen ilen sha1_csum_wd sha1_self_test sha1_starts lib/sha1.c sha256_update sha256_finish sha256_starts lib/sha256.c sha256_process sha256_padding sha256_csum_wd temp1 temp2 lib/strmhz.c strmhz himport_r hdestroy_r isprime ACTION last_idx totlen key_len hmatch_r hdelete_r hsearch_r hcreate_r hval2 hwalk_r drop_var_from_set _hdelete hval nent first_deleted lib/hashtable.c hexport_r cmpkey localvars match_entry _compare_and_overwrite_entry match_string lib/errno.c lib/display_options.c display_options print_buffer thislinelen lib/crc32.c crc_table crc32_wd_buf crc32_no_comp crc32_wd rem_len lib/ctype.c __s64 __div64_32 lib/div64.c hang lib/hang.c skip_spaces lib/linux_string.c strim accept bcopy strncpy strsep strncat words memchr memcpy strpbrk strlen strchr strcpy strcat strspn memchr_inv strrchr strncasecmp check_bytes8 memscan strncmp strcasecmp ___strtok memcmp value64 memset sbegin strswab memmove strdup strnlen lib/string.c lib/time.c tick_to_time mdelay usec_to_tick timer_get_us msec need_pfx pack_hex_byte local assertion print_grouped_ull int_val ustrtoull ustrtoul put_dec_trunc vsnprintf_internal mac_address_string vsprintf locase skip_atoi panic put_dec lib/vsprintf.c simple_strtoull grab pointer hex_asc ip4_addr precision __assert_fail ip6_addr_string put_dec_full ip4_addr_string ip6_addr simple_itoa field_width bufsize _fdt_find_string _fdt_check_node_offset fdt_check_header startoffset _fdt_check_prop_offset lib/libfdt/fdt.c fdt_next_subnode fdt_next_node fdt_next_tag _fdt_offset_ptr fdt_move fdt_first_subnode tagp fdt_node_offset_by_compatible fdt_stringlist_contains pdepth fdt_next_property_offset fdt_reserve_entry fdt_getprop fdt_get_property_by_offset fdt_get_property fdt_node_check_compatible aliasoffset supernodedepth fdt_getprop_namelen fdt_get_mem_rsv fdt_get_alias propname fdt_node_depth fdt_subnode_offset_namelen fdt_subnode_offset fdt_first_property_offset propval fdt_node_header supernodeoffset fdt_num_mem_rsv fdt_supernode_atdepth_offset fdt_path_offset fdt_get_path strlist _fdt_nodename_eq lib/libfdt/fdt_ro.c _nextprop fdt_parent_offset fdt_get_alias_namelen proplen rsv_table fdt_node_offset_by_prop_value fdt_get_name _fdt_mem_rsv fdt_get_phandle listlen fdt_node_offset_by_phandle fdt_string fdt_get_property_namelen _fdt_string_eq fdt_getprop_by_offset _fdt_splice _fdt_splice_string oldn strings_off mem_rsv_off fdt_set_size_dt_struct _fdt_find_add_string endtag fdt_pack fdt_set_magic struct_size namestroff _fdt_data_size fdt_delprop fdt_add_subnode_namelen lib/libfdt/fdt_rw.c _fdt_blocks_misordered fdt_setprop _fdt_splice_mem_rsv _fdt_packblocks fdt_set_last_comp_version splicepoint fdt_add_subnode fdt_del_mem_rsv _fdt_splice_struct fdt_del_node fdt_open_into fdt_set_off_mem_rsvmap fdt_set_size_dt_strings fdt_appendprop fdt_set_version mem_rsv_size fdtend _fdt_mem_rsv_w fdt_add_mem_rsv struct_off _fdt_rw_check_header _fdt_add_property newn fdt_set_off_dt_strings fdt_set_name _fdt_resize_property nodelen fdtstart oldlen fdt_get_property_w endoffset fdt_set_off_dt_struct _fdt_offset_ptr_w fdt_errtabent errval fdt_strerror fdt_errtable lib/libfdt/fdt_strerror.c struct_top fdt_finish _fdt_sw_check_header lib/libfdt/fdt_sw.c strtabsize fdt_end_node newstroffset fdt_finish_reservemap fdt_begin_node spaceleft oldstroffset _fdt_grab_space fdt_create fdt_add_reservemap_entry lib/libfdt/fdt_wip.c exc_prop fdt_find_regions checklen include add_string_tab max_regions inc_count _fdt_node_end_offset exc_prop_count fdt_region stop_at fdt_getprop_w str_in_list fdt_setprop_inplace path_len fdt_nop_property want fdt_nop_node _fdt_nop_region fdt_create_empty_tree lib/libfdt/fdt_empty_tree.c udp_xsum ip_src ip_id NetArpWaitReplyIP NetCopyIP reply_ip_addr ip_dst ArpReceive ar_hrd udp_src NetEtherNullAddr et_protlen ip_sum sourceIP targetEther ip_tos arp_hdr NetArpPacketBuf ip_udp_hdr udp_dst ar_data arp_raw_request ar_pro ip_len NetOurEther NetArpWaitTxPacketSize ArpInit NetBcastAddr ArpTimeoutCheck ip_ttl NetArpWaitTry udp_len ip_p NetArpWaitTimerStart NetWriteIP NetSendPacket ip_off __be16 ArpRequest NetReadIP NetArpWaitPacketIP ar_hln NetArpTxPacket ip_hl_v NetArpWaitPacketMAC targetIP __fswab16 NetTxPacket ar_pln net/arp.c eth_hdr_size ar_op iplen dhcp_state_t DhcpMessageType tmp_ip net/bootp.c pktlen REBOOTING dhcp_state RENEWING truncate_sz Bootp_t bp_siaddr iphdr message_type curlen DhcpSendRequestPkt REQUESTING dhcp_leasetime NetServerEther BootpTimeout extlen DhcpRequest INIT_REBOOT net_set_state BootpID OfferedIP bp_file bp_giaddr bp_yiaddr DhcpExtended bp_sname SELECTING RequestedIP DhcpOptionsProcess bp_id DhcpHandler BootpCopyNetParams ServerID bp_ciaddr NetReadLong BootpTry popt bp_vend bp_hops bp_op bp_htype NetRxPacket BootpRequest bp_hlen REBINDING bp_chaddr NetDHCPServerIP bp_offer BootpCheckPkt bp_spare1 bp_secs NetCopyLong BOUND eth_save_packet eth_getenv_enetaddr_by_index eth_rcv_current __def_eth_init is_zero_ether_addr NetRestartWrap eth_rcv_last eth_current_changed eth_setenv_enetaddr_by_index eth_unregister eth_devices ETH_STATE_PASSIVE eth_set_current eth_env_init first_restart eth_get_dev_by_name eth_mac_skip ethrotate eth_halt eth_getenv_enetaddr old_current env_changed_id eth_rx eth_rcv_bufs eth_get_dev_index net/eth.c eth_parse_enetaddr base_name eth_get_name eth_write_hwaddr eth_get_dev_by_index ethprime eth_state_t eth_register is_valid_ether_addr eth_send is_multicast_ether_addr first_failed eth_receive ETH_STATE_ACTIVE target_dev eth_setenv_enetaddr eth_try_another skip_state num_devices eth_initialize ETH_STATE_INIT eth_number enetvar push_packet icmph inpkt timeStart et_ctl timeDelta et_snap1 et_snap3 NetRxPacketLen myvlanid vet_tag src_ip eth_init_state_only eth_halt_state_only eth_set_last_protocol eth_proto NetSetTimeout net_set_ip_header payload_len pkt_hdr_size NetRxPackets PktBuf rxhand_f NetStartAgain NetLoop NetBootFileXferSize nretry NetIPID icmp_hdr net_set_udp_handler NetSetEther vet_dest NetReceive NetTryCount et_dsap packet_icmp_handler VLAN_to_string thand_f net_get_udp_handler et802 vet_type vet_src NetSendUDPPacket getenv_VLAN eth_is_on_demand_init copy_filename net_set_icmp_handler et_snap2 ip_to_string getenv_IPaddr rxhand_icmp_f e802_hdr net_cleanup_loop vet_vlan_type NetInitLoop net/net.c net_set_arp_handler mynvlanid NetOurNativeVLAN random_port net_busy_flag NetDevExists string_to_VLAN et_prot net_get_arp_handler dst_ip NetCksumOk udp_packet_handler dummy_handler net_update_ether NetBootFileSize net_set_udp_header startAgainTimeout NetEthHdrSize frag dport _u_boot_list_2_env_clbk_2_bootfile retrycnt net_clear_handlers net_check_prereq gateway timeHandler NetRestarted arp_packet_handler net_init NetDefragment receive_icmp retry_forever et_ssap NetOurVLAN on_bootfile vlan_ethernet_hdr net_auto_load NetCksum rpcvers nfs_mount_reply nfs_download_state nfs_readlink_reply NfsSrvMountPort nfs_timeout NfsSend fs_mounted nfs_read_req nfs_path rpc_proc rpc_prog NfsServerIP astatus nfs_readlink_req rstatus nfs_len nfs_mount_req verifier NfsStart rpc_id readlen default_filename hostnamelen nfs_read_reply nfs_umountall_reply rpc_pkt filefh OurNet hostname NfsState nfs_path_buff store_block ServerNet dirfh basename rpc_lookup_req NfsTimeout NfsSrvNfsPort fnamelen net/nfs.c nfs_lookup_reply nfs_umountall_req rpc_lookup_reply rpc_req NfsTimeoutCount rpc_t nfs_filename pathlen NfsHandler nfs_lookup_req NfsOurPort rpc_add_credentials nfs_offset PingSeqNo net/ping.c ping_receive set_icmp_header ping_send ping_start ip_hdr ping_timeout tftp_complete load_block TftpBlockWrap TftpRRQTimeoutMSecs tftp_filename TftpHandler time_start TftpRRQTimeoutCountMax TftpWriting TftpRemotePort update_block_number TftpTimeoutMSecs TFTP_ERR_UNDEFINED new_transfer TFTP_ERR_DISK_FULL TftpOurPort TFTP_ERR_UNEXPECTED_OPCODE TftpBlkSizeOption TftpBlockWrapOffset TftpLastBlock TftpSend toload ack_ok TFTP_ERR_FILE_ALREADY_EXISTS TftpTimeoutCount TftpBlock TFTP_ERR_FILE_NOT_FOUND TftpFinalBlock TftpTimeoutCountMax TFTP_ERR_UNKNOWN_TRANSFER_ID TftpStart RemoteNet net/tftp.c tosend TftpState TFTP_ERR_ACCESS_DENIED TftpRemoteIP show_block_marker TftpTimeout TftpBlkSize loaded
.symtab .strtab .shstrtab .text .rodata .hash .data .got.plt .u_boot_list .rel.dyn .bss_start .bss .bss_end .ARM.attributes .comment .debug_line .debug_info .debug_abbrev .debug_aranges .debug_frame .debug_str .debug_loc .debug_ranges
_reset $a $d undefined_instruction software_interrupt prefetch_abort data_abort not_used irq fiq here clbss_l relocate_done copy_loop fixloop fixnext bootm-fdt.c bootm.c boot_prep_linux boot_jump_linux sections.c interrupts.c reset.c cache.c cache-cp15.c cp_delay cache_disable cache_enable api.c API_display_clear API_display_draw_bitmap API_display_get_info API_env_enum API_env_set API_env_get API_dev_write API_dev_read API_dev_close API_dev_open API_dev_enum API_get_timer API_udelay API_get_sys_info API_reset API_puts API_tstc API_putc API_getc calls_no calls_table api_display.c api_net.c dev_valid_net api_storage.c dev_stor_type dev_stor_is_valid dev_stor_get specs __func__.7447 api_platform-arm.c cache_v7.c get_ccsidr v7_inval_tlb v7_dcache_maint_range v7_maint_dcache_all __func__.6922 cpu.c syslib.c timer.c ddrc.c slcr.c qspi0_pins qspi1_cs_pin nand16_pins slcr_lock qspi1_dio_pins nand8_pins usb1_pins qspi1_cs_dio_pin mio_periphs qspi1_pins qspi0_dio_pins usb0_pins clk.c __zynq_clk_cpu_get_parent __zynq_clk_periph_get_parent clkid_2_register __zynq_clk_pll_get_rate.isra.2 zynq_clk_pll_get_rate zynq_clk_register_pll.isra.3 ddr3x_get_rate ddr2x_get_rate zynq_clk_periph_set_rate zynq_clk_periph_get_rate zynq_clk_register_periph_clk zynq_clk_register_aper_clk.constprop.4 clks CSWTCH.26 CSWTCH.32 CSWTCH.28 board.c fpga015 fpga030 fpga020 fpga100 fpga045 fpga fpga010 thor.c main.c command.c CSWTCH.38 tmp_buf tmp_buf.6889 start.6868 start.6872 start.6899 start.6903 end.6875 end.6906 exports.c dummy hash.c hash_finish_crc32 hash_update_crc32 hash_init_crc32 hash_finish_sha256 hash_update_sha256 hash_init_sha256 hash_algo cli_hush.c b_reset static_get static_peek file_peek setup_string_in_str is_assignment mapset syntax_err do_showvar xmalloc new_pipe file_get free_pipe_list b_free xrealloc done_command initialize_context done_pipe done_word b_addchr b_addqchr insert_var_value_sub insert_var_value parse_stream_outer run_list_real flag_repeat buf.7320 ifs last_return_code reserved_list map do_repeat the_command.7120 top_vars cli_simple.c cli.c cli_readline.c delete_char cread_add_char cread_add_str initted.7001 hist_list hist_lines hist_max hist_add_idx tab_seq erase_seq hist_num hist_cur s_record.c hex1_bin hex2_bin xyzModem.c CYGACC_COMM_IF_PUTC.isra.0 CYGACC_COMM_IF_GETC_TIMEOUT.isra.1 xyzModem_flush xyzModem_get_hdr CSWTCH.13 xyz cmd_disk.c autoboot.c stored_bootdelay board_f.c print_cpuinfo trace_early_init display_text_info setup_mon_len reserve_round_4k reserve_mmu reserve_trace reserve_uboot reserve_malloc setup_machine reserve_global_data reserve_fdt reserve_stacks display_new_sp setup_dram_config setup_reloc reloc_fdt show_dram_config reserve_board announce_dram_init init_func_i2c init_baud_rate setup_fdt mark_bootstage setup_dest_addr init_sequence_f board_r.c bootstage_relocate initr_secondary_cpu initr_trace initr_reloc_global_data initr_barrier initr_announce run_main_loop initr_net initr_ethaddr initr_enable_interrupts initr_api initr_jumptable initr_env initr_malloc initr_serial initr_caches initr_reloc cmd_boot.c do_go cmd_bootm.c image_info do_iminfo bootz_help_text bootm_help_text cmd_bootm_sub bootm_os.c do_bootm_rtems do_bootm_standalone do_bootm_qnxelf do_bootm_plan9 do_bootm_vxworks __arch_preboot_os __func__.6969 boot_os cmd_help.c do_help start.6819 start.6823 end.6826 cmd_version.c do_version env_attr.c reverse_strstr delims.6926 env_callback.c clear_callback on_callbacks set_callback find_env_callback start.6971 start.6964 end.6967 callback_list first_call env_flags.c skip_num clear_flags on_flags set_flags env_parse_flags_to_bin env_flags_varaccess_rep env_flags_varaccess_mask flags_list env_flags_vartype_rep env_sf.c env_flash cmd_source.c source_help_text cmd_bdinfo.c print_num cmd_cache.c parse_argv cmd_clk.c do_clk do_clk_dump clk_help_text cmd_clk_sub cmd_console.c do_coninfo cmd_echo.c do_echo cmd_elf.c load_elf_image_shdr cmd_exit.c do_exit cmd_ext4.c cmd_ext2.c cmd_fat.c do_fat_fswrite do_fat_fsinfo do_fat_ls cmd_fdt.c is_printable_string fdt_valid print_data do_fdt fdt_help_text root.7029 data.7003 tabs.7112 fdt_support.c get_cells_len fdt_find_or_add_subnode.constprop.6 __FUNCTION__.7122 __func__.7004 cmd_fpga.c cmd_i2c.c get_alen do_i2c do_i2c_bus_speed do_i2c_reset do_i2c_write do_i2c_mw do_i2c_read do_i2c_loop do_i2c_probe do_i2c_md do_i2c_crc mod_i2c_mem.isra.0 do_i2c_nm do_i2c_mm i2c_help_text i2c_mm_last_addr i2c_mm_last_chip cmd_i2c_sub i2c_mm_last_alen i2c_dp_last_length i2c_dp_last_chip i2c_dp_last_addr start.7380 start.7391 start.7407 end.7383 end.7394 end.7410 i2c_dp_last_alen cmd_itest.c evalexp evalstr binary_test do_itest op_table cmd_load.c ktrans bin_data_init bin_data_char k_data_save k_data_restore load_serial_ymodem getcxmodem s1_sendpacket.constprop.0 load_serial do_load_serial chk1.constprop.2 do_load_serial_bin send_parms os_data_init os_data_addr_saved his_pad_char a_b os_data_char os_data_state k_data_escape os_data_state_saved os_data_addr send_ptr bin_start_address his_quote his_pad_count his_eol k_data_escape_saved cmd_mem.c do_mem_loop do_mem_mw do_mem_base do_mem_cmp do_mem_crc do_mem_cp do_mem_md mod_mem.isra.2 do_mem_nm do_mem_mm dp_last_length dp_last_addr base_address mm_last_size mm_last_addr dp_last_size miiphyutil.c legacy_miiphy_read legacy_miiphy_write miiphy_get_active_dev current_mii mii_devs __FUNCTION__.7366 cmd_mii.c extract_range do_mii reg_4_desc_tbl last_data last_reg_hi desc_and_len_tbl reg_0_desc_tbl reg_1_desc_tbl reg_2_desc_tbl reg_3_desc_tbl reg_5_desc_tbl reg_0_5_desc_tbl last_addr_lo last_op last_addr_hi last_reg_lo cmd_mdio.c do_mdio last_devad_hi last_devad_lo cmd_misc.c do_sleep cmd_mmc.c init_mmc_device do_mmc_rescan do_mmcinfo do_mmcops do_mmc_setdsr do_mmc_list do_mmc_dev do_mmc_part do_mmc_erase do_mmc_write do_mmc_read curr_device cmd_mmc cmd_net.c do_ping netboot_common do_nfs do_dhcp do_bootp cmd_pcmcia.c cmd_sf.c bytes_per_second do_spi_flash flash cmd_spi.c bus cs bitlen dout din mode cmd_test.c do_false do_true do_test cmd_usb.c usb_get_class_desc do_usbboot usb_display_class_sub usb_find_device usb_show_tree_graph usb_display_desc usb_display_string usb_display_config do_usb usb_stor_curr_dev CSWTCH.19 usb.c usb_set_maxpacket_ep usb_get_descriptor usb_get_string usb_string_sub dev_index usb_dev asynch_allowed __func__.7586 usb_hub.c usb_get_hub_descriptor usb_get_port_status usb_set_port_feature usb_clear_port_feature usb_hub_power_on usb_hub_configure usb_hub_index hub_dev usb_storage.c usb_stor_irq usb_request_sense usb_stor_BBB_reset usb_stor_CB_reset usb_stor_BBB_clear_endpt_stall.isra.0 usb_stor_BBB_transport usb_stor_CB_comdat usb_stor_CBI_get_status.isra.2 usb_stor_CB_transport CSWTCH.46 usb_stor usb_dev_desc usb_max_devs us_direction CBWTag usb_ccb cmd_thordown.c __func__.7994 cmd_ximg.c do_imgextract imgextract_help_text cmd_spl.c do_spl cmd_spl_export_sub subcmd_list __compound_literal.0 __compound_literal.1 cmd_spl_sub flash.c splash.c cmd_dfu.c do_dfu cmd_nvedit.c do_env_delete env_print do_env_print do_env do_env_import do_env_default do_env_save _do_env_set.isra.1 do_env_set do_env_export do_env_edit env_help_text __func__.7389 env_id cmd_env_sub __func__.7424 env_common.c __env_get_char_spec __func__.7065 __func__.7072 __func__.7049 console.c console_setfile on_console ctrlc_was_pressed ctrlc_disabled dlmalloc.c max_total_mem av_ sbrk_base max_sbrked_mem trim_threshold current_mallinfo top_pad image.c on_loadaddr uimage_comp uimage_os uimage_arch uimage_type image-fdt.c fdt_error image-fit.c fit_parse_spec fit_image_print_data CSWTCH.84 memsize.c stdio.c devs part.c block_drvr part_dos.c test_block_type print_partition_extended get_partition_info_extended.constprop.1 fpga.c fpga_no_sup fpga_dev_info __func__.7153 __func__.7211 __func__.7171 __func__.7224 __func__.7186 next_desc __func__.7198 desc_table zynqpl.c zynq_info load_word zynq_dump zynq_align_dma_buffer zynq_validate_bitstream.isra.0 zynq_dma_transfer.constprop.1 zynq_load zynq_loadfs __func__.8161 __func__.8213 __func__.8223 bin_format __func__.8195 __func__.8251 __func__.8134 xilinx.c xilinx_validate __FUNCTION__.7081 __FUNCTION__.7101 __func__.7062 __FUNCTION__.7095 __func__.7082 __func__.7089 __func__.7096 tqm8xx_pcmcia.c dfu.c dfu_write_buffer_drain dfu_list dfu_alt_num dfu_buf_size dfu_reset_request __func__.8041 __func__.8066 __func__.8005 dfu_buf __func__.7965 __func__.7983 dfu_hash_algo alt_num_cnt __func__.8028 __func__.7978 dfu_mmc.c mmc_file_op mmc_access_part.isra.0 mmc_block_op __func__.8203 __func__.8164 __func__.8221 dfu_file_buf_len __func__.8178 __func__.8235 __func__.8259 __func__.8248 dfu_file_buf dfu_ram.c dfu_transfer_medium_ram dfu_read_medium_ram dfu_write_medium_ram __func__.7829 __func__.7850 date.c i2c_core.c i2c_init_bus start.6916 start.6920 start.6941 end.6923 end.6944 zynq_i2c.c zynq_i2c_set_bus_speed zynq_i2c_wait i2c_select.isra.0 zynq_i2c_init zynq_i2c_write zynq_i2c_read zynq_i2c_probe mmc.c mmc_set_ios mmc_set_bus_width mmc_set_capacity mmc_send_ext_csd mmc_go_idle mmc_send_op_cond_iter sd_switch.constprop.2 mmc_switch.isra.1 mmc_bread mmc_startup __def_mmc_init widths.7298 multipliers fbase cur_dev_num ext_csd_bits.7296 ext_to_hostcaps.7297 mmc_devices sdhci.c sdhci_reset __func__.7496 cmd_timeout.7475 __func__.7454 __func__.7520 __func__.7476 __func__.7532 __func__.7423 sdhci_ops zynq_sdhci.c mmc_write.c sf.c spi_flash_read_write sf_params.c sf_probe.c spi_flash_set_qeb spi_read_cmds_array sf_ops.c spi_flash_addr spi_flash_dual_flash spi_flash_bank zynq_gem.c zynq_gem_setup_mac zynq_gem_halt phy_setup_op phyread zynq_gem_miiphyread zynq_gem_miiphy_write zynq_gem_recv zynq_gem_send zynq_gem_init __func__.8795 phy.c generic_ffs phy_device_create get_phy_device_by_mask __board_phy_config phy_drivers genphy_driver marvell.c m88e1011s_config m88e1121_config m88e1111s_config m88e1118_config m88e1145_config m88e1149_config m88e1310_config m88e1xxx_parse_status m88e1118_startup m88e1145_startup m88e1011s_startup M88E1111S_driver M88E1310_driver __func__.7215 M88E1118_driver M88E1518_driver M88E1145_driver M88E1149S_driver M88E1121R_driver M88E1118R_driver M88E1011S_driver serial.c get_current serial_null on_baudrate serial_devices baudrate_table serial_current serial_zynq.c uart_zynq_serial_putc uart_zynq_serial_puts uart_zynq_serial_tstc uart_zynq_serial_getc uart_zynq0_getc uart_zynq0_tstc uart_zynq0_putc uart_zynq0_puts uart_zynq1_getc uart_zynq1_tstc uart_zynq1_putc uart_zynq1_puts uart_zynq_serial_setbrg uart_zynq1_setbrg uart_zynq_serial_init uart_zynq1_init uart_zynq0_init uart_zynq0_setbrg uart_zynq_serial0_device uart_zynq_serial1_device uart_zynq_ports_param uart_zynq_ports spi.c zynq_qspi.c zynq_qspi_fill_tx_fifo zynq_qspi_setup_transfer zynq_qspi_chipselect.isra.1 __func__.8942 __func__.9056 offsets.8958 current_u_page.8999 __func__.8975 epautoconf.c epnum config.c usbstring.c ci_udc.c ci_get_qh ci_get_qtd ci_ep_disable flip_ep0_direction ci_ep_free_request ci_flush_qh ep_enable ci_ep_enable stop_activity ci_flush_qtd ci_ep_submit_next_request ci_ep_queue ci_ep_alloc_request ci_pullup __func__.8054 ep0_desc ci_udc_ops ci_ep_init ci_ep_ops controller f_thor.c thor_setup_complete thor_set_dma thor_func_bind thor_unbind thor_func_setup thor_func_set_alt thor_func_disable thor_rx_tx_complete thor_rx_data thor_tx_data send_rsp thor_start_ep send_data_rsp.constprop.4 process_data __func__.8080 hs_thor_downloader_function thor_iad_descriptor thor_downloader_intf_int thor_downloader_cdc_header thor_downloader_cdc_call thor_downloader_cdc_abstract thor_downloader_cdc_union hs_int_desc thor_downloader_intf_data thor_downloader_cdc_av hs_in_desc hs_out_desc __thor_tx_data_buf __func__.8180 ret_head.8056 __func__.8127 thor_func __f_name __func__.8137 left.8055 fs_in_desc __func__.8167 fs_out_desc fs_int_desc alt_setting_num __func__.8038 __func__.8186 __thor_rx_data_buf __func__.8233 thor_file_size __func__.8063 cnt.8059 __func__.8049 out_req_buf __func__.8114 g_dnl.c count_configs collect_langs composite_setup_complete composite_suspend composite_resume g_dnl_unbind g_dnl_do_config lookup_string composite_unbind composite_bind reset_config.isra.6 composite_disconnect composite_setup g_dnl_bind manufacturer device_desc __FUNCTION__.8179 g_dnl_string_tab g_dnl_string_defs start.8247 end.8252 g_dnl_composite_strings __func__.8297 g_dnl_driver g_dnl_serial composite composite_driver product f_dfu.c dfu_set_poll_timeout handle_getstate handle_dnload dnload_request_complete dfu_set_alt dfu_disable dfu_bind dfu_unbind dfu_handle handle_getstatus state_dfu_error state_dfu_manifest_sync dnload_request_flush state_dfu_dnload_idle state_dfu_dnbusy state_dfu_dnload_sync state_app_detach state_app_idle state_dfu_manifest handle_upload.isra.3 state_dfu_upload_idle state_dfu_idle dfu_strings stringtab_dfu dfu_intf_runtime dfu_generic_strings stringtab_dfu_generic dfu_state dfu_func dfu_name dfu_runtime_descs strings_dfu_generic ehci-hcd.c handshake ehci_td_buffer ehci_submit_async ehci_shutdown disable_periodic.isra.0 enable_periodic.isra.1 periodic_schedules ehcic __func__.7907 descriptor ehci-zynq.c ulpi.c ulpi-viewport.c ulpi_wait.isra.0 ulpi_request fs.c fs_probe_unsupported fs_ls_unsupported fs_exists_unsupported fs_read_unsupported fs_write_unsupported fs_close_unsupported fs_get_info fs_close fs_partition fs_type fstypes fs_dev_desc ext4fs.c ext4_common.c search_dir ext4fs_find_file1 symlinknest prev_inode_bitmap_index.7547 prev_bg_bitmap_index.7528 __func__.7593 dev.c __func__.7222 part_info ext4fs_block_dev_desc ext4_write.c ext4fs_update prev_bg_bmap_idx.7258 prev_bg_bmap_idx.7272 prev_bg_bmap_idx.7324 prev_bg_bmap_idx.7292 ext4_journal.c __func__.7267 prev_node revk_blk_list first_node __func__.7258 crc16.c crc16_table fat_write.c downcase disk_read dirdelim get_fatent slot2str mkcksum check_overflow disk_write flush_fat_buffer set_fatent_value get_fatent_value find_empty_cluster get_name read_bootsectandvi get_cluster get_vfatname set_cluster set_contents set_name is_next_clust.isra.0 flush_dir_table.constprop.8 do_fat_write empty_dentptr cur_part_info total_sector dir_curclust num_of_fats cur_dev file.c zlib.c lenfix order.7311 dext.7218 distfix dbase.7217 lbase.7215 lext.7216 crc7.c crc8.c crc16_tab fdtdec_common.c gunzip.c initcall.c lmb.c lmb_addrs_adjacent lmb_remove_region lmb_add_region lmb_align_down ldiv.c md5.c byteReverse MD5Init MD5Transform MD5Update MD5Final net_utils.c qsort.c sha1.c sha1_process sha1_padding sha256.c sha256_process sha256_padding strmhz.c hashtable.c drop_var_from_set cmpkey _hdelete.isra.1 match_string.isra.2 errno.c display_options.c names.6962 crc32.c crc_table ctype.c div64.c hang.c linux_string.c string.c time.c vsprintf.c __toupper skip_atoi put_dec_trunc put_dec string.isra.0 number.isra.4 local.7109 fdt.c fdt_ro.c _nextprop fdt_rw.c _fdt_blocks_misordered _fdt_rw_check_header _fdt_packblocks _fdt_splice _fdt_splice_struct _fdt_splice_mem_rsv _fdt_add_property fdt_strerror.c fdt_errtable fdt_sw.c fdt_wip.c fdt_empty_tree.c arp.c NetArpWaitReplyIP NetArpTxPacket NetArpPacketBuf bootp.c truncate_sz DhcpOptionsProcess DhcpExtended DhcpHandler BootpTimeout dhcp_state NetDHCPServerIP dhcp_leasetime eth.c __def_eth_init eth_save_packet eth_current_changed act.7419 first_failed.7414 eth_rcv_bufs eth_rcv_current index.7345 eth_rcv_last eth_devices env_changed_id.7420 net.c startAgainTimeout dummy_handler net_clear_handlers net_cleanup_loop on_bootfile NetInitLoop NetRestarted udp_packet_handler NetDevExists timeStart timeHandler NetTryCount PktBuf first_call.7115 env_changed_id.7104 arp_packet_handler packet_icmp_handler timeDelta nfs.c basename dirname rpc_add_credentials rpc_lookup_reply nfs_mount_reply nfs_umountall_reply nfs_lookup_reply rpc_req rpc_lookup_req nfs_mount_req nfs_umountall_req nfs_lookup_req nfs_read_req nfs_readlink_req NfsSend nfs_readlink_reply NfsTimeout nfs_read_reply.isra.0 NfsHandler NfsOurPort NfsServerIP nfs_filename nfs_len NfsSrvMountPort dirfh NfsSrvNfsPort rpc_id fs_mounted nfs_path_buff nfs_offset nfs_download_state nfs_path filefh NfsState default_filename NfsTimeoutCount ping.c ping_timeout PingSeqNo tftp.c new_transfer update_block_number tftp_complete TftpSend restart icmp_handler TftpTimeout TftpHandler TftpTimeoutCountMax time_start TftpBlock TftpTimeoutCount TftpRemoteIP TftpBlockWrap TftpFinalBlock TftpBlkSizeOption TftpOurPort TftpWriting TftpBlkSize TftpTimeoutMSecs TftpState TftpRemotePort tftp_filename TftpBlockWrapOffset TftpLastBlock .udivsi3_skip_div0_test shift .divsi3_skip_div0_test _GLOBAL_OFFSET_TABLE_ ext_fs genphy_restart_aneg console_buffer ext4fs_update_journal fit_image_check_comp stdio_clone xyzModem_error fit_print_contents fit_image_check_type jz_serial_initialize usb_storage_probe mdelay strcpy fpga_info phy_find_by_mask i2c_set_bus_num __ashldi3 _u_boot_list_2_cmd_2_i2c dram_init fdt_offset_ptr console_init_r arch_lmb_reserve fit_conf_get_prop_node net_set_arp_handler get_fs poll_int_queue do_load __rel_dyn_start dfu_get_medium_size_ram ext4fs_put_metadata __ehci_set_usbmode v7_outer_cache_disable ext4fs_open usb_maxpacket do_bootd fit_image_get_data __udelay find_cmd_tbl miiphy_speed usb_descriptor_fillbuf spi_flash_cmd_write version_string mmc_bwrite _u_boot_list_2_cmd_2_sleep dev_open_stor NetCksumOk NetArpWaitTry miiphy_info file_fat_write do_fat_read_at dev_close_stor NetArpWaitPacketMAC cleanup_before_linux __show_boot_progress bfin_serial_initialize printf vsprintf do_i2c_show_bus fit_image_get_comp dev_enum_reset __div64_32 env_htab ext4fs_get_new_inode_no NetSetTimeout ext4fs_init_journal spi_release_bus hwalk_r copy_filename soc_clk_dump _fdt_node_end_offset i2c_get_adapter run_command sha1_finish miiphy_set_current_dev fpga_get_desc zynq_clk_get_rate cpu_mmc_init _u_boot_list_2_cmd_2_nm ehci_hcd_stop set_working_fdt_addr NetEthHdrSize fit_parse_subimage dirty_block_ptr spi_flash_cmd_erase_ops fdt_getprop_namelen spi_xfer invalidate_dcache_range fdt_first_property_offset do_bootm_states strim fit_image_verify NetOurEther g_dnl_unregister p3mx_serial_initialize getenv_bootm_size ext4fs_reset_block_bmap thor_init mmc_getcd console_assign dfu_read_medium_mmc __aeabi_llsr leon2_serial_initialize enable_caches dcache_enable v7_outer_cache_inval_all memmove gunzip do_bootz NetOurIP hash_command leon3_serial_initialize DhcpRequest api_init _u_boot_list_2_cmd_2_printenv syscall ext4fs_indir3_blkno fit_get_node_from_config ext4fs_set_inode_bmap env_relocate_spec do_run amirix_serial_initialize _u_boot_list_2_cmd_2_clk sdhci_send_command marvell_serial_initialize get_local_var NetPingIP fdt_get_property fdt_path_offset fdt_setprop simple_strtol arp_raw_request do_bootelf _u_boot_list_2_cmd_2_fdt g_dnl_bind_fixup i2c_write hang image_print_contents __i2c_init ip_to_string spi_flash_cmd_read_config cpci750_serial_initialize spi_flash_params_table usb_interface_id part_offset getenv env_import genimg_get_comp_id ArpTimeoutCheck NetServerIP arch_cpu_init eth_halt board_late_init_old errno initr_mmc sha1_csum_wd _not_used dfu_free_buf miiphy_listdev dfu_get_buf_size relocate_code dev_stor_init usb_started __bss_base net_set_icmp_handler fit_check_format NetReceive monitor_flash_len inflate NfsStart get_phy_id fdt_move gzalloc save_addr reset ext4fs_free_journal ulpi_init i2c_probe miiphy_is_1000base_x phy_connect ehci_get_port_speed usb_string_id hsearch_r qsort genimg_get_os_id fpga_validate ext4fs_check_journal_state ext4fs_devread do_go_exec fdt_chosen env_callback_init sha256_starts __board_mmc_getcd skip_spaces serial_register usb_stor_write do_bootvx getc mem_malloc_end dfu_fill_entity_mmc __dram_init_banksize ns16550_serial_initialize _u_boot_list_2_cmd_2_bootvx mmu_set_region_dcache_behaviour do_fiq asc_serial_initialize memcpy get_device_and_partition usb_hub_probe zynq_op ___strtok fit_image_get_os do_fat_fsload do_ext4_ls _u_boot_list_2_cmd_2_crc32 invalidate_dcache_all bootm_maybe_autostart NetArpWaitTxPacketSize fit_all_image_verify get_table_entry_name fit_image_get_node search_device genimg_has_config spi_flash_cmd_read env_name_spec v7_outer_cache_flush_range zynq_slcr_gem_clk_setup zynq_clk_set_rate altera_serial_initialize flush_cache NetRxPackets get_partition_info_dos puts fdt_delprop ext4fs_init ext4fs_indir1_blkno _u_boot_list_2_cmd_2_imxtract _u_boot_list_2_cmd_2_fatinfo oc_serial_initialize sh_serial_initialize _u_boot_list_2_cmd_2_false zynq_slcr_get_mio_pin_status inflate_fast _u_boot_list_2_cmd_2_loadb sha256_csum_wd zynq_slcr_unlock __image_copy_end malloc NetOurNISDomain NetBcastAddr __udivsi3 usb_stop ulpi_read _u_boot_list_2_cmd_2_tftpput _u_boot_list_2_cmd_2_loadx _data_abort spi_init usb_init xyzModem_stream_close do_spi print_mmc_devices genimg_get_arch_id net_set_udp_handler cpu_eth_init interrupt_init cmd_usage _u_boot_list_2_cmd_2_ext4write spi_cs_is_valid crc32_wd_buf ext4fs_push_revoke_blk hmatch_r __red_led_on get_device getenv_f miiphy_read ext4fs_indir1_size _u_boot_list_2_cmd_2_showvar parse_string_outer phy_config _u_boot_list_2_cmd_2_bootp fdt_subnode_offset_namelen spi_flash_cmd_read_status do_dcache miiphy_get_current_dev do_undefined_instruction mxs_auart_initialize board_mmc_init _u_boot_list_2_cmd_2_fatls ext4fs_ls _irq fdt_node_depth NetArpWaitPacketIP string_to_ip NetOurNativeVLAN show_regs dfu_get_dev_type show_boot_progress xilinx_loadfs fit_get_desc do_irq mmc_set_blocklen env_get_char fpga_fsload ext2fs_crc16 invalidate_icache_all usb_composite_unregister genimg_get_arch_name fit_image_get_arch saveenv dev_read_stor do_ext4_load serial_setbrg fdt_num_mem_rsv ext4fs_dump_metadata hcreate_r mmc_getwp phy_marvell_init fdt_get_property_by_offset get_tbclk fdt_fixup_ethernet ext4fs_indir2_blkno dfu_init_env_entities eth_register dfu_reset getenv_bootm_mapsize do_fpga main_loop mmc_send_cmd BootpTry env_flags_validate NetSendUDPPacket usb_disable_asynch serial_initialize spi_flash_cmd_write_ops eth_getenv_enetaddr fpga_loadbitstream _u_boot_list_2_cmd_2_version _u_boot_list_2_cmd_2_echo boot_get_ramdisk dev_enum_storage fdt_fixup_memory usb_lowlevel_stop stdio_get_list fit_image_check_arch arm_init_before_mmu dram_bank_mmu_setup xilinx_load _u_boot_list_2_cmd_2_iminfo _u_boot_list_2_cmd_2_env usb_clear_halt ftstc __bss_end load_addr image_check_hcrc ext4fs_indir2_block genphy_parse_link BootFile _fdt_find_string eth_current usb_bulk_msg ext4fs_indir3_block env_get_char_spec eth_write_hwaddr board_init_r lmb_overlaps_region usb_stor_get_dev journal_ptr _u_boot_list_2_env_clbk_2_bootfile set_local_var ext4fs_checksum_update get_timer save_boot_params gindex dfu_fill_entity_ram phy_connect_dev xyzModem_stream_terminate miiphy_duplex arm_dcc_initialize NetSetEther stdio_get_by_name genphy_config_aneg IRQ_STACK_START_IN parse_file_outer usb_gadget_get_string strnlen spi_flash_probe NetServerEther _u_boot_list_2_cmd_2_ext2ls fdt_getprop mmc_set_clock ext4fs_free_revoke_blks recover_transaction dfu_get_layout usb_add_function icache_enable usb_gadget_register_driver hub_port_reset fat_set_blk_dev file_fat_read_at fs_ls hdestroy_r ext4fs_free_node run_command_list dev_close_net bmw_serial_initialize coloured_LED_init strrchr add_sdhci cmd_auto_complete i2c_init_board stdio_init thor_handle calloc flush_dcache_range arc_serial_initialize ext4fs_write dram_init_banksize _u_boot_list_2_cmd_2_thordown eth_receive ext4fs_div_roundup dev_enum_net _u_boot_list_2_cmd_2_sspi mcf_serial_initialize fdt_strerror ArpReceive v7_outer_cache_flush_all timer_init do_i2c_bus_num do_reset getenv_default _prefetch_abort i2c_get_bus_num lmb_add print_buffer lh7a40x_serial_initialize _u_boot_list_2_cmd_2_mdio ehci_hcd_init ext4fs_get_new_blk_no usb_stor_read genimg_get_os_name _u_boot_list_2_cmd_2_dcache evb64260_serial_initialize __board_add_ram_info i2c_set_bus_speed create_int_queue __lshrdi3 tstc __bss_limit NetOurSubnetMask NetBootFileSize genimg_get_type_name arch_preboot_os ext4fs_reinit_global _u_boot_list_2_cmd_2_loads default_environment adler32 simple_itoa platform_set_mr strcat board_eth_init zcfree cli_loop lpc32xx_serial_initialize _u_boot_list_2_cmd_2_mm vprintf fit_image_select _u_boot_list_2_cmd_2_exit genimg_get_format do_ext2ls fit_image_hash_get_value zynq_slcr_get_boot_mode ext4fs_allocate_blocks __aeabi_idiv _fdt_check_prop_offset ArpInit mmc_init env_get_addr dfu_read genimg_get_comp_name _u_boot_list_2_cmd_2_nfs max3100_serial_initialize eth_parse_enetaddr spi_flash_read_common _u_boot_list_2_cmd_2_bootz NetLoop serial_tstc NetIPID find_cmd fit_conf_print fdt_subnode_offset _u_boot_list_2_cmd_2_help do_bootm mpc85xx_serial_initialize hexport_r himport_r NetRxPacket valid_elf_image imx_serial_initialize calculate_hash mmu_page_table_flush _u_boot_list_2_cmd_2_mii ehci_powerup_fixup ehci_submit_root udc_irq zynq_slcr_devcfg_enable do_ls source memchr eth_try_another udc_disconnect do_fixup_by_path mmc_complete_op_cond sha1_starts genphy_config _u_boot_list_2_cmd_2_mw crc32 zunzip mmc_start_init bad_mode usb_gadget_handle_interrupts get_timer_masked do_bootelf_exec ArpRequest board_late_init_new _u_boot_list_2_cmd_2_dfu arch_fixup_memory_node flush_dcache_all net_state image_check_dcrc getenv_ulong mmc_berase fdt_supernode_atdepth_offset _start boot_get_fdt bfin_jtag_initialize images strstr usb_stor_scan fit_image_hash_get_algo dfu_show_entities dfu_config_entities getenv_hex sdhci_set_ios print_part_dos eth_getenv_enetaddr_by_index fdt_next_subnode cogent_serial_initialize ext4fs_log_gdt set_default_env cli_readline_into_buffer clps7111_serial_initialize usb_free_device serial_putc image_setup_libfdt fs_read gd_index bootdelay_process destroy_int_queue dfu_flush_medium_mmc env_complete xilinx_dump hdelete_r mem_malloc_init default_serial_console strncmp display_options usb_control_msg NetOurHostName lowlevel_init file_exists net_init _u_boot_list_2_cmd_2_source miiphy_write env_flags_init _u_boot_list_2_cmd_2_usbboot dfu_flush spi_flash_cmd_write_config phy_reset dev_print strncpy udelay mmc_set_dsr setenv boot_selected_os bootm_disable_interrupts fpga_init checkboard mem_malloc_start fdt_fixup_memory_banks _fiq ctrlc fit_image_get_load eth_initialize fpga_add test_part_dos BootpID mmc_send_op_cond xilinx_info _u_boot_list_2_cmd_2_coninfo realloc lmb_free do_fat_read cmd_get_data_size _undefined_instruction ext4fs_reset_inode_bmap usb_hub_port_connect_change usb_set_interface panic board_get_usable_ram_top env_flags_parse_vartype env_relocate _u_boot_list_2_cmd_2_run serial_assign strict_strtoul display_get_info phy_startup strtok usb_ep_autoconfig thor_add inflateReset memcmp _u_boot_list_2_cmd_2_sf ext4fs_close genimg_print_size cpu_secondary_init_r _u_boot_list_2_cmd_2_ext4ls malloc_trim reset_cpu fat_close getenv_bootm_low fdt_next_property_offset file_fat_ls getenv_VLAN fat_exists __aeabi_ldiv0 env_export fpga_count strncat fdt_add_mem_rsv _u_boot_list_2_cmd_2_dhcp push_packet genimg_get_image zynq_gem_initialize ml2_serial_initialize print_size cyg_crc16 fdt_get_property_namelen board_init NetOurGatewayIP _ctype board_mmc_getwp _u_boot_list_2_cmd_2_ping boot_fdt_add_mem_rsv_regions _u_boot_list_2_cmd_2_true dfu_get_entity image_multi_count genimg_get_type_id sandbox_serial_initialize _u_boot_list_2_cmd_2_bdinfo sbrk eth_set_current strdup do_bootm_linux platform_sys_info NetEtherNullAddr xyzModem_stream_open working_fdt dfu_get_buf ext4fs_update_parent_dentry phy_register usb_string cpu_cache_initialization cpu_init_cp15 mmc_get_dev lmb_alloc_base spi_claim_bus __bss_start NetCksum _u_boot_list_2_cmd_2_fatwrite arm_init_domains memset autoboot_command fdt_add_subnode _u_boot_list_2_cmd_2_bootd do_bdinfo __coloured_LED_init s3c24xx_serial_initialize ext4fs_read ext4fs_probe dfu_free_entities fs_set_blk_dev i2c_read _fdt_check_node_offset ext4fs_exists _u_boot_list_2_cmd_2_test do_fat_read_at_block spi_flash_free miiphy_register memmove_wd string_to_VLAN md5_wd _u_boot_list_2_cmd_2_loop usb_stor_info __aeabi_uidiv get_env_id ping_start ext4fs_get_bgdtable _u_boot_list_2_i2c_2_zynq_1 ext4fs_indir3_size _u_boot_list_2_env_clbk_2_console submit_int_msg _u_boot_list_2_env_clbk_2_flags lmb_alloc g_parent_inode bootm_find_ramdisk_fdt net_update_ether get_dev_hwpart _u_boot_list_2_cmd_2_mmcinfo print_jrnl_status _do_help sconsole_serial_initialize boot_prep_vxworks NetRestartWrap dev_open_net _u_boot_list_2_env_clbk_2_loadaddr image_setup_linux mdio_alloc stdio_devices boot_relocate_fdt _u_boot_list_2_cmd_2_setenv env_init do_ext4_write _u_boot_list_2_cmd_2_usb dev_read_net ext4fs_indir2_size get_table_entry_id _u_boot_list_2_g_dnl_bind_callbacks_2___usb_function_name_usb_dnl_dfu putc dfu_get_medium_size_mmc __divsi3 ext4fs_indir1_block _u_boot_list_2_cmd_2_cmp submit_bulk_msg hash_show board_usb_init do_prefetch_abort fpga_load set_default_vars cli_init strcmp usb_ep_autoconfig_reset fdt_initrd print_part save_size serial_init display_draw_bitmap fdt_open_into zcalloc usb_stor_get_info icache_disable fdt_del_node do_bootvx_fdt get_dev mdio_list_devices uartlite_serial_initialize _u_boot_list_2_cmd_2_bootm miiphy_get_dev_by_name fs_exists fgetc hash_lookup_algo memalign sprintf dfu_add au1x00_serial_initialize _u_boot_list_2_cmd_2_boot read_allocated_block __lmb_alloc_base ext4fs_read_file bootz_setup ext4fs_filename_check env_attr_walk usb_hub_reset_devices board_late_init board_init_f dfu_write eth_rx spi_flash_write_common _u_boot_list_2_cmd_2_spl do_tftpb stdio_names usb_gadget_unregister_driver genphy_startup ext4fs_get_parent_inode_num fit_image_get_type c_runtime_cpu_setup fdt_check_header sha256_update ehci_set_usbmode cmd_process serial_puts ext4fs_file usb_get_configuration_no mem_malloc_brk strsep fdt_get_name had_ctrlc get_ticks serial_stdio_init mmc_select_hwpart pxa_serial_initialize _image_binary_end zynq_slcr_cpu_reset i2c_init spi_flash_cmd_wait_ready _u_boot_list_2_cmd_2_go disable_interrupts mmc_create fdt_resize ext4fs_iterate_dir fat_read_file fdt_first_subnode setenv_ulong do_not_used fdt_add_subnode_namelen do_source env_flags_parse_varaccess atmel_serial_initialize do_icache net_auto_load fputc usb_alloc_device ext4_read_file genphy_shutdown jumptable_init NetTxPacket usb_new_device board_lmb_reserve eth_get_dev_index spi_setup_slave ehci_get_portsc_register __board_lmb_reserve _u_boot_list_2_cmd_2_ext4load NetStartAgain _software_interrupt pl01x_serial_initialize do_thor_down g_dnl_register ext4fs_deinit env_attr_lookup altera_jtag_serial_initialize ft_verify_fdt _u_boot_list_2_cmd_2_reset boot_jump_vxworks submit_control_msg lmb_init __aeabi_llsl ext4fs_read_inode get_uart_clk zynq_slcr_get_idcode _u_boot_list_2_cmd_2_base board_mmc_getcd _u_boot_list_2_i2c_2_zynq_0 fdt_next_node __aeabi_uidivmod net_set_ip_header simple_strtoul display_clear sdhci_init var_complete console_init_f do_data_abort fit_image_check_os get_dentfromdir_block aligned_buffer i2c_get_bus_speed op_adv NetBootFileXferSize mpc512x_serial_initialize ext4fs_root s5p_serial_initialize fdt_find_and_setprop crc32_wd do_tftpput _end set_section_dcache ping_receive dfu_get_alt_number eth_init spi_flash_cmd dcache_status zynq_serial_initialize clear_ctrlc NetOurDNSIP boot_ramdisk_high fit_image_load do_software_interrupt ks8695_serial_initialize srec_decode _u_boot_list_2_cmd_2_loady _u_boot_list_2_cmd_2_tftpboot cli_readline ext4fs_set_block_bmap NetRxPacketLen fdt_string serial_getc genphy_update_link _u_boot_list_2_env_clbk_2_callbacks _u_boot_list_2_cmd_2_icache v7_outer_cache_inval_range u_boot_hush_start _u_boot_list_2_cmd_2_editenv miiphy_init mdio_get_current_dev fit_image_print usb_lowlevel_init NetOurVLAN find_mmc_device ext4fs_log_journal get_version net_set_udp_header dfu_get_alt board_phy_config dfu_write_medium_mmc fdt_next_tag eth_setenv_enetaddr _u_boot_list_2_cmd_2_fatload ext4_read_superblock bootm_os_get_boot_func sa1100_serial_initialize env_get_char_memory __aeabi_idiv0 do_ext2load get_contents_vfatname_block set_cpu_clk_info mmc_send_status mpc8260_scc_serial_initialize __rel_dyn_end fdt_get_alias_namelen eth_get_name usb_alloc_new_device zynq_ddrc_init _u_boot_list_2_cmd_2_question_mark ulpi_write get_mmc_num zynq_slcr_lock spi_flash_cmd_read_ops usb_composite_register put_ext4 strspn mxc_serial_initialize iop480_serial_initialize sha1_update file_fat_detectfs _u_boot_list_2_cmd_2_bootelf strlen _u_boot_list_2_cmd_2_fpga stdio_print_current_devices jrnl_blk_idx mdio_phydev_for_ethname check_blknr_for_revoke usb_hub_reset image_multi_getimg ext4fs_set_blk_dev _u_boot_list_2_cmd_2_mmc cpu_init_crit BootpRequest fit_image_get_entry envmatch mpc8xx_serial_initialize get_partition_info usb_add_config setenv_hex common_diskboot strchr enable_interrupts zynq_slcr_devcfg_disable strcmp_compar __image_copy_start v7_outer_cache_enable fputs init_sequence_r icache_status dev_write_net zynq_clk_get_name inflateEnd eth_get_dev_by_index power_init_board _u_boot_list_2_env_clbk_2_baudrate dfu_trigger_reset eth_send mmc_switch_part sha256_finish usb_get_dev_index NetOurRootPath initcall_run_list ext4fs_mount __ehci_powerup_fixup fit_conf_get_node red_led_on i2c_init_all TftpRRQTimeoutCountMax __aeabi_idivmod __ehci_get_port_speed mpc8260_smc_serial_initialize fdt_get_mem_rsv dcache_disable spi_free_slave inflateInit2_ _u_boot_list_2_cmd_2_ext2load TftpStart spi_do_alloc_slave board_add_ram_info gzfree zynq_sdhci_init _u_boot_list_2_cmd_2_itest ext4fs_find_file __cpu_secondary_init_r getenv_yesno _main inflate_table fpga_dump ext4fs_iget fit_parse_conf get_effective_memsize crc32_no_comp mmc_initialize init_part strpbrk lmb_reserve stdio_register _u_boot_list_2_cmd_2_md fdt_del_mem_rsv timer_read_counter xyzModem_stream_read free phy_init zynq_clk_early_init _u_boot_list_2_cmd_2_cp g_dnl_get_board_bcd_device_number simple_strtoull NetArpWaitTimerStart mpc5xx_serial_initialize _u_boot_list_2_cmd_2_saveenv _u_boot_list_2_g_dnl_bind_callbacks_2___usb_function_name_usb_dnl_thor net_get_arp_handler