zoukankan      html  css  js  c++  java
  • uboot打开Debug

    打开:debug 调试信息的开启在 include/common.h
    找到
    9 #ifdef DEBUG
    10 # define _DEBUG 1
    11 #else
    12 # define _DEBUG 0
    13 #endif
    增加宏

    define Debug

    U-Boot 2016.05-dirty (May 21 2018 - 10:37:12 +0800)
    
    initcall: 8080f2ed
    U-Boot code: 80800000 -> 8086CAB8  BSS: -> 808BC414
    initcall: 80800cd9
    CPU  : DRA752-GP ES1.1
    initcall: 8080f70d
    Model: TI DRA742
    Board: DRA74x EVM REV G.0
    initcall: 8080f311
    DRAM:  initcall: 80800c99
    >>sdram_init()
    initcall: 8080f4c5
    Monitor len: 000BC414
    Ram size: 60000000
    Ram top: E0000000
    initcall: 8080f18d
    initcall: 8080f2a5
    TLB table from dfff0000 to dfff5000
    initcall: 8080f415
    initcall: 8080f265
    Reserving 753k for U-Boot at: dff33000
    initcall: 8080f241
    Reserving 16512k for malloc() at: def13000
    initcall: 8080f3d5
    Reserving 112 Bytes for Board Info at: def12f90
    initcall: 8080f1a1
    initcall: 8080f219
    Reserving 216 Bytes for Global Data at: def12eb8
    initcall: 8080f1c9
    Reserving 84256 Bytes for FDT at: deefe598
    initcall: 8080f40d
    initcall: 8080f531
    initcall: 8080f4a9
    initcall: 8080f421
    
    RAM Configuration:
    Bank #0: 80000000 1.5 GiB
    Bank #1: 0 0 Bytes
    
    DRAM:  1.5 GiB
    initcall: 8080f1b5
    New Stack Pointer is: deefe570
    initcall: 8080f3a9
    initcall: 8080f351
    Relocation Offset is: 5f733000
    Relocating to dff33000, new gd at def12eb8, sp at deefe570
    initcall: dff426eb
    initcall: dff42571
    initcall: 8080f6dd (relocated to dff426dd)
    dram_bank_mmu_setup: bank: 0
    dram_bank_mmu_setup: bank: 1
    initcall: 8080f6b5 (relocated to dff426b5)
    initcall: 8080f6e7 (relocated to dff426e7)
    initcall: 8080f689 (relocated to dff42689)
    Pre-reloc malloc() used 0x10c bytes (0 KB)
    using memory 0xdef13000-0xdff33000 for malloc()
    initcall: 8080f585 (relocated to dff42585)
    initcall: 8080f56d (relocated to dff4256d)
    initcall: 8080f673 (relocated to dff42673)
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - not found
    bind node chosen
    Device 'chosen' has no compatible string
    bind node aliases
    Device 'aliases' has no compatible string
    bind node memory
    Device 'memory' has no compatible string
    bind node timer
    No match for node 'timer'
    bind node interrupt-controller@48211000
    No match for node 'interrupt-controller@48211000'
    bind node interrupt-controller@48281000
    No match for node 'interrupt-controller@48281000'
    bind node soc
    No match for node 'soc'
    bind node ocp
       - found match at 'generic_simple_bus'
    fdtdec_get_int_array: ranges
    get_prop_check_min_len: ranges
    bind node l4@4a000000
       - found match at 'generic_simple_bus'
    fdtdec_get_int_array: ranges
    get_prop_check_min_len: ranges
    bind node scm@2000
       - found match at 'generic_simple_bus'
    fdtdec_get_int_array: ranges
    get_prop_check_min_len: ranges
    bind node scm_conf@0
    No match for node 'scm_conf@0'
    bind node pinmux@1400
    No match for node 'pinmux@1400'
    Bound device scm@2000 to l4@4a000000
    bind node cm_core_aon@5000
    No match for node 'cm_core_aon@5000'
    bind node cm_core@8000
    No match for node 'cm_core@8000'
    Bound device l4@4a000000 to ocp
    bind node l4@4ae00000
       - found match at 'generic_simple_bus'
    fdtdec_get_int_array: ranges
    get_prop_check_min_len: ranges
    bind node counter@4000
    No match for node 'counter@4000'
    bind node prm@6000
    No match for node 'prm@6000'
    Bound device l4@4ae00000 to ocp
    bind node axi@0
       - found match at 'generic_simple_bus'
    fdtdec_get_int_array: ranges
    get_prop_check_min_len: ranges
    bind node pcie@51000000
    No match for node 'pcie@51000000'
    Bound device axi@0 to ocp
       - ignoring disabled device
    bind node bandgap@4a0021e0
    No match for node 'bandgap@4a0021e0'
    bind node ctrl_core@4a002000
    No match for node 'ctrl_core@4a002000'
    bind node tisyscon@4a002e00
    No match for node 'tisyscon@4a002e00'
    bind node padconf@4844a000
    No match for node 'padconf@4844a000'
    bind node dma-controller@4a056000
    No match for node 'dma-controller@4a056000'
    bind node gpio@4ae10000
       - found match at 'gpio_omap'
    Looking for 'gpio' at 48260, name gpio@4ae10000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    OF: ** translation for device gpio@4ae10000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 0000e14a
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1256259584
    OF: one level translation: 0000e14a
    OF: reached root node
    Bound device gpio@4ae10000 to ocp
    bind node gpio@48055000
       - found match at 'gpio_omap'
    Looking for 'gpio' at 48432, name gpio@48055000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    OF: ** translation for device gpio@48055000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00500548
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208307712
    OF: one level translation: 00500548
    OF: reached root node
    Bound device gpio@48055000 to ocp
    bind node gpio@48057000
       - found match at 'gpio_omap'
    Looking for 'gpio' at 48604, name gpio@48057000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    OF: ** translation for device gpio@48057000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00700548
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208315904
    OF: one level translation: 00700548
    OF: reached root node
    Bound device gpio@48057000 to ocp
    bind node gpio@48059000
       - found match at 'gpio_omap'
    Looking for 'gpio' at 48776, name gpio@48059000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    OF: ** translation for device gpio@48059000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00900548
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208324096
    OF: one level translation: 00900548
    OF: reached root node
    Bound device gpio@48059000 to ocp
    bind node gpio@4805b000
       - found match at 'gpio_omap'
    Looking for 'gpio' at 48948, name gpio@4805b000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    OF: ** translation for device gpio@4805b000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00b00548
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208332288
    OF: one level translation: 00b00548
    OF: reached root node
    Bound device gpio@4805b000 to ocp
    bind node gpio@4805d000
       - found match at 'gpio_omap'
    Looking for 'gpio' at 49152, name gpio@4805d000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    OF: ** translation for device gpio@4805d000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00d00548
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208340480
    OF: one level translation: 00d00548
    OF: reached root node
    Bound device gpio@4805d000 to ocp
    bind node gpio@48051000
       - found match at 'gpio_omap'
    Looking for 'gpio' at 49356, name gpio@48051000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    OF: ** translation for device gpio@48051000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00100548
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208291328
    OF: one level translation: 00100548
    OF: reached root node
    Bound device gpio@48051000 to ocp
    bind node gpio@48053000
       - found match at 'gpio_omap'
    Looking for 'gpio' at 49584, name gpio@48053000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    OF: ** translation for device gpio@48053000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00300548
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208299520
    OF: one level translation: 00300548
    OF: reached root node
    Bound device gpio@48053000 to ocp
    bind node serial@4806a000
       - found match at 'ns16550_serial'
    Looking for 'serial' at 49756, name serial@4806a000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
    Found seq 0
    Bound device serial@4806a000 to ocp
    bind node serial@4806c000
       - found match at 'ns16550_serial'
    Looking for 'serial' at 49984, name serial@4806c000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
    Found seq 1
    Bound device serial@4806c000 to ocp
    bind node serial@48020000
       - found match at 'ns16550_serial'
    Looking for 'serial' at 50200, name serial@48020000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
    Found seq 2
    Bound device serial@48020000 to ocp
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
    bind node timer@4ae18000
       - found match at 'omap_timer'
    Looking for 'timer' at 54820, name timer@4ae18000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@4ae18000 to ocp
    bind node timer@48032000
       - found match at 'omap_timer'
    Looking for 'timer' at 54952, name timer@48032000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48032000 to ocp
    bind node timer@48034000
       - found match at 'omap_timer'
    Looking for 'timer' at 55072, name timer@48034000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48034000 to ocp
    bind node timer@48036000
       - found match at 'omap_timer'
    Looking for 'timer' at 55192, name timer@48036000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48036000 to ocp
    bind node timer@48820000
       - found match at 'omap_timer'
    Looking for 'timer' at 55312, name timer@48820000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48820000 to ocp
    bind node timer@48822000
       - found match at 'omap_timer'
    Looking for 'timer' at 55432, name timer@48822000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48822000 to ocp
    bind node timer@48824000
       - found match at 'omap_timer'
    Looking for 'timer' at 55552, name timer@48824000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48824000 to ocp
    bind node timer@48826000
       - found match at 'omap_timer'
    Looking for 'timer' at 55672, name timer@48826000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48826000 to ocp
    bind node timer@4803e000
       - found match at 'omap_timer'
    Looking for 'timer' at 55792, name timer@4803e000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@4803e000 to ocp
    bind node timer@48086000
       - found match at 'omap_timer'
    Looking for 'timer' at 55912, name timer@48086000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48086000 to ocp
    bind node timer@48088000
       - found match at 'omap_timer'
    Looking for 'timer' at 56032, name timer@48088000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device timer@48088000 to ocp
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
    bind node wdt@4ae14000
    No match for node 'wdt@4ae14000'
    bind node spinlock@4a0f6000
    No match for node 'spinlock@4a0f6000'
    bind node dmm@4e000000
    No match for node 'dmm@4e000000'
    bind node i2c@48070000
       - found match at 'i2c_omap'
    Looking for 'i2c' at 57080, name i2c@48070000
       - i2c0, /ocp/i2c@48070000
    Found seq 0
    bind node tps659038@58
       - found match at 'palmas_pmic'
    fdtdec_get_int: u-boot,i2c-offset-len: (not found)
    fdtdec_get_int: reg: 0x58 (88)
    pmic_bind_children for 'tps659038@58' at node offset: 57260
    * Found child node: 'smps123' at offset:57392
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - found child driver: 'palmas_smps'
    Bound device smps123 to tps659038@58
      - bound child device: 'smps123'
      - set 'child->driver_data': 123
    * Found child node: 'smps45' at offset:57516
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - found child driver: 'palmas_smps'
    Bound device smps45 to tps659038@58
      - bound child device: 'smps45'
      - set 'child->driver_data': 45
    * Found child node: 'smps6' at offset:57608
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - found child driver: 'palmas_smps'
    Bound device smps6 to tps659038@58
      - bound child device: 'smps6'
      - set 'child->driver_data': 6
    * Found child node: 'smps7' at offset:57700
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - found child driver: 'palmas_smps'
    Bound device smps7 to tps659038@58
      - bound child device: 'smps7'
      - set 'child->driver_data': 7
    * Found child node: 'smps8' at offset:57792
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - found child driver: 'palmas_smps'
    Bound device smps8 to tps659038@58
      - bound child device: 'smps8'
      - set 'child->driver_data': 8
    * Found child node: 'smps9' at offset:57884
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - found child driver: 'palmas_smps'
    Bound device smps9 to tps659038@58
      - bound child device: 'smps9'
      - set 'child->driver_data': 9
    * Found child node: 'ldo1' at offset:57976
      - compatible prefix: 'ldo'
      - found child driver: 'palmas_ldo'
    Bound device ldo1 to tps659038@58
      - bound child device: 'ldo1'
      - set 'child->driver_data': 1
    * Found child node: 'ldo2' at offset:58100
      - compatible prefix: 'ldo'
      - found child driver: 'palmas_ldo'
    Bound device ldo2 to tps659038@58
      - bound child device: 'ldo2'
      - set 'child->driver_data': 2
    * Found child node: 'ldo3' at offset:58192
      - compatible prefix: 'ldo'
      - found child driver: 'palmas_ldo'
    Bound device ldo3 to tps659038@58
      - bound child device: 'ldo3'
      - set 'child->driver_data': 3
    * Found child node: 'ldo9' at offset:58284
      - compatible prefix: 'ldo'
      - found child driver: 'palmas_ldo'
    Bound device ldo9 to tps659038@58
      - bound child device: 'ldo9'
      - set 'child->driver_data': 9
    * Found child node: 'ldoln' at offset:58388
      - compatible prefix: 'ldo'
      - found child driver: 'palmas_ldo'
    Bound device ldoln to tps659038@58
      - bound child device: 'ldoln'
      - set 'child->driver_data': 0
    * Found child node: 'ldousb' at offset:58480
      - compatible prefix: 'ldo'
      - found child driver: 'palmas_ldo'
    Bound device ldousb to tps659038@58
      - bound child device: 'ldousb'
      - set 'child->driver_data': 0
    * Found child node: 'regen2' at offset:58592
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - compatible prefix not found
    * Found child node: 'sysen1' at offset:58652
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - compatible prefix not found
    * Found child node: 'sysen2' at offset:58744
      - compatible prefix: 'ldo'
      - compatible prefix: 'smps'
      - compatible prefix not found
    Bound: 12 childs for PMIC: 'tps659038@58'
    Bound device tps659038@58 to i2c@48070000
    bind node gpio@20
       - found match at 'gpio_pcf8575'
    Looking for 'gpio' at 58848, name gpio@20
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    fdtdec_get_int: u-boot,i2c-offset-len: (not found)
    fdtdec_get_int: reg: 0x20 (32)
    Bound device gpio@20 to i2c@48070000
    bind node gpio@21
       - found match at 'gpio_pcf8575'
    Looking for 'gpio' at 59028, name gpio@21
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    fdtdec_get_int: u-boot,i2c-offset-len: (not found)
    fdtdec_get_int: reg: 0x21 (33)
    Bound device gpio@21 to i2c@48070000
    bind node tlv320aic3106@19
    No match for node 'tlv320aic3106@19'
    Bound device i2c@48070000 to ocp
    bind node i2c@48072000
       - found match at 'i2c_omap'
    Looking for 'i2c' at 59436, name i2c@48072000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
    Found seq 1
    bind node gpio@26
       - found match at 'gpio_pcf8575'
    Looking for 'gpio' at 59616, name gpio@26
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    fdtdec_get_int: u-boot,i2c-offset-len: (not found)
    fdtdec_get_int: reg: 0x26 (38)
    Bound device gpio@26 to i2c@48072000
    Bound device i2c@48072000 to ocp
    bind node i2c@48060000
       - found match at 'i2c_omap'
    Looking for 'i2c' at 59784, name i2c@48060000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
    Found seq 2
    Bound device i2c@48060000 to ocp
       - ignoring disabled device
       - ignoring disabled device
    bind node mmc@4809c000
       - found match at 'omap_hsmmc'
    Looking for 'mmc' at 60312, name mmc@4809c000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device mmc@4809c000 to ocp
    bind node mmc@480b4000
       - found match at 'omap_hsmmc'
    Looking for 'mmc' at 60940, name mmc@480b4000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device mmc@480b4000 to ocp
       - ignoring disabled device
       - ignoring disabled device
    bind node regulator-abb-mpu
    No match for node 'regulator-abb-mpu'
    bind node regulator-abb-ivahd
    No match for node 'regulator-abb-ivahd'
    bind node regulator-abb-dspeve
    No match for node 'regulator-abb-dspeve'
    bind node regulator-abb-gpu
    No match for node 'regulator-abb-gpu'
    bind node spi@48098000
    No match for node 'spi@48098000'
    bind node spi@4809a000
    No match for node 'spi@4809a000'
       - ignoring disabled device
       - ignoring disabled device
    bind node qspi@4b300000
       - found match at 'ti_qspi'
    Looking for 'spi' at 64520, name qspi@4b300000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Found seq 0
    bind node m25p80@0
    No match for node 'm25p80@0'
    Bound device qspi@4b300000 to ocp
    bind node control-phy@4a002374
    No match for node 'control-phy@4a002374'
    bind node ocp2scp@4a090000
    No match for node 'ocp2scp@4a090000'
    bind node sata@4a141100
       - found match at 'dwc_ahci'
    Bound device sata@4a141100 to ocp
    bind node control-phy@0x4a003c40
    No match for node 'control-phy@0x4a003c40'
       - ignoring disabled device
    bind node rtc@48838000
    No match for node 'rtc@48838000'
    bind node control-phy@4a002300
    No match for node 'control-phy@4a002300'
    bind node control-phy@4a002370
    No match for node 'control-phy@4a002370'
    bind node control-phy@0x4a002e74
    No match for node 'control-phy@0x4a002e74'
    bind node ocp2scp@4a080000
    No match for node 'ocp2scp@4a080000'
    bind node omap_dwc3_1@48880000
    No match for node 'omap_dwc3_1@48880000'
    bind node omap_dwc3_2@488c0000
    No match for node 'omap_dwc3_2@488c0000'
       - ignoring disabled device
    bind node elm@48078000
    No match for node 'elm@48078000'
    bind node gpmc@50000000
    No match for node 'gpmc@50000000'
       - ignoring disabled device
    bind node crossbar@4a002a48
    No match for node 'crossbar@4a002a48'
    bind node ethernet@48484000
       - found match at 'eth_cpsw'
    Looking for 'eth' at 71768, name ethernet@48484000
       - i2c0, /ocp/i2c@48070000
       - i2c1, /ocp/i2c@48072000
       - i2c2, /ocp/i2c@48060000
       - i2c3, /ocp/i2c@4807a000
       - i2c4, /ocp/i2c@4807c000
       - serial0, /ocp/serial@4806a000
       - serial1, /ocp/serial@4806c000
       - serial2, /ocp/serial@48020000
       - serial3, /ocp/serial@4806e000
       - serial4, /ocp/serial@48066000
       - serial5, /ocp/serial@48068000
       - serial6, /ocp/serial@48420000
       - serial7, /ocp/serial@48422000
       - serial8, /ocp/serial@48424000
       - serial9, /ocp/serial@4ae2b000
       - ethernet0, /ocp/ethernet@48484000/slave@48480200
       - ethernet1, /ocp/ethernet@48484000/slave@48480300
       - d_can0, /ocp/can@481cc000
       - d_can1, /ocp/can@481d0000
       - spi0, /ocp/qspi@4b300000
    Not found
    Bound device ethernet@48484000 to ocp
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
       - ignoring disabled device
    Bound device ocp to root_driver
    bind node thermal-zones
    Device 'thermal-zones' has no compatible string
    bind node cpus
    Device 'cpus' has no compatible string
    bind node pmu
    No match for node 'pmu'
    bind node extcon_usb1
    No match for node 'extcon_usb1'
    bind node extcon_usb2
    No match for node 'extcon_usb2'
    bind node leds
    No match for node 'leds'
    bind node gpio_keys
    No match for node 'gpio_keys'
    bind node fixedregulator-sd
       - found match at 'fixed regulator'
    Bound device fixedregulator-sd to root_driver
    bind node fixedregulator-evm_3v3_sw
       - found match at 'fixed regulator'
    Bound device fixedregulator-evm_3v3_sw to root_driver
    bind node fixedregulator-aic_dvdd
       - found match at 'fixed regulator'
    Bound device fixedregulator-aic_dvdd to root_driver
    bind node fixedregulator-mmcwl
       - found match at 'fixed regulator'
    Bound device fixedregulator-mmcwl to root_driver
    bind node fixedregulator-vtt
       - found match at 'fixed regulator'
    Bound device fixedregulator-vtt to root_driver
    initcall: 8080f667 (relocated to dff42667)
    initcall: 80803a21 (relocated to dff36a21)
    initcall: 80838cb5 (relocated to dff6bcb5)
    initcall: 80817d79 (relocated to dff4ad79)
    initcall: 8080f65d (relocated to dff4265d)
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - not found
    uclass_find_device_by_seq: 0 0
       - 0 -1
       - 1 -1
       - 2 -1
       - not found
    OF: ** translation for device serial@4806a000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00a00648
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208393728
    OF: one level translation: 00a00648
    OF: reached root node
    fdtdec_get_int: reg-offset: (not found)
    fdtdec_get_int: reg-shift: 0x2 (2)
    fdtdec_get_int: clock-frequency: 0x2dc6c00 (48000000)
    initcall: 8080f649 (relocated to dff42649)
    Now running in RAM - U-Boot at: dff33000
    initcall: 8080f589 (relocated to dff42589)
    initcall: 8080f631 (relocated to dff42631)
    MMC:   uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - not found
    uclass_find_device_by_seq: 1 0
       - -1 -1
       - -1 -1
       - not found
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - not found
    OF: ** translation for device mmc@4809c000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00c00948
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208598528
    OF: one level translation: 00c00948
    OF: reached root node
    fdtdec_get_int: bus- 0x4 (4)
    fdtdec_get_int: max-frequency: 0xb71b000 (192000000)
    fdtdec_get_bool: cap-sd-highspeed
    fdtdec_get_bool: cap-mmc-highspeed
    fdtdec_get_bool: mmc-ddr-1_8v
    fdtdec_get_bool: mmc-hs200-1_8v
    fdtdec_get_bool: sd-uhs-sdr104
    fdtdec_get_bool: sd-uhs-sdr50
    fdtdec_get_bool: sd-uhs-ddr50
    fdtdec_get_bool: sd-uhs-sdr25
    fdtdec_get_bool: sd-uhs-sdr12
    fdtdec_get_bool: ti,dual-volt
    fdtdec_get_int: iov: (not found)
    fdtdec_get_bool: cd-inverted
    fdtdec_get_int: vmmc-supply: 0xa6 (166)
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - not found
    fdtdec_get_int: regulator-min-microvolt: 0x325aa0 (3300000)
    fdtdec_get_int: regulator-max-microvolt: 0x325aa0 (3300000)
    fdtdec_get_int: regulator-min-microamp: (not found)
    fdtdec_get_int: regulator-max-microamp: (not found)
    fdtdec_get_bool: regulator-always-on
    fdtdec_get_bool: regulator-boot-on
    fdtdec_get_bool: enable-active-high
    fdtdec_get_int: #gpio-cells: 0x2 (2)
    uclass_find_device_by_seq: 0 0
       - 0 -1
       - 1 -1
       - 2 -1
       - not found
    OF: ** translation for device i2c@48070000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00000748
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208418304
    OF: one level translation: 00000748
    OF: reached root node
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - not found
    fdtdec_get_int: clock-frequency: (not found)
    OF: ** translation for device timer@48032000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00200348
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208164352
    OF: one level translation: 00200348
    OF: reached root node
    fdtdec_get_int: clock-frequency: 0x61a80 (400000)
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - not found
    fdtdec_get_int: gpio-count: (not found)
    fdtdec_get_uint: lines-initial-states: 0x1408 (5128)
    gpio@21 GPIO controller with 16 gpios probed
    i2c_xfer: 1 messages
    i2c_xfer: chip=0x21, len=0x2
    fdtdec_get_int: vmmc_aux-supply: 0xa7 (167)
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - not found
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 0
       - found
    uclass_find_device_by_seq: 0 1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - not found
    fdtdec_get_int: regulator-min-microvolt: 0x1b7740 (1800000)
    fdtdec_get_int: regulator-max-microvolt: 0x325aa0 (3300000)
    fdtdec_get_int: regulator-min-microamp: (not found)
    fdtdec_get_int: regulator-max-microamp: (not found)
    fdtdec_get_bool: regulator-always-on
    fdtdec_get_bool: regulator-boot-on
    fdtdec_get_int: #gpio-cells: 0x2 (2)
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 0
       - found
    uclass_find_device_by_seq: 0 1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 0
       - -1 -1
       - not found
    _gpio_request_by_name_nodev: fdtdec_parse_phandle_with_args failed
    _gpio_request_by_name_nodev: Node 'mmc@4809c000', property 'wp-gpios', failed to request GPIO index 0: -2
    mmc@4809c000: fail to find hs-rev11 mode FDT_ERR_NOTFOUND
    mmc@4809c000: fail to find sdr25-rev11 mode FDT_ERR_NOTFOUND
    mmc@4809c000: fail to find sdr12-rev11 mode FDT_ERR_NOTFOUND
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 0
       - found
    uclass_find_device_by_seq: 0 1
       - -1 0
       - -1 -1
       - not found
    OF: ** translation for device mmc@480b4000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00400b48
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1208696832
    OF: one level translation: 00400b48
    OF: reached root node
    fdtdec_get_int: bus- 0x8 (8)
    fdtdec_get_int: max-frequency: 0xb71b000 (192000000)
    fdtdec_get_bool: cap-sd-highspeed
    fdtdec_get_bool: cap-mmc-highspeed
    fdtdec_get_bool: mmc-ddr-1_8v
    fdtdec_get_bool: mmc-hs200-1_8v
    fdtdec_get_bool: sd-uhs-sdr104
    fdtdec_get_bool: sd-uhs-sdr50
    fdtdec_get_bool: sd-uhs-ddr50
    fdtdec_get_bool: sd-uhs-sdr25
    fdtdec_get_bool: sd-uhs-sdr12
    fdtdec_get_bool: ti,dual-volt
    fdtdec_get_int: iov: (not found)
    fdtdec_get_bool: cd-inverted
    fdtdec_get_int: vmmc-supply: 0xa3 (163)
    uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 0
       - found
    uclass_find_device_by_seq: 0 1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 1
       - found
    uclass_find_device_by_seq: 0 2
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 0
       - -1 -1
       - -1 -1
       - -1 -1
       - -1 -1
       - not found
    fdtdec_get_int: regulator-min-microvolt: 0x325aa0 (3300000)
    fdtdec_get_int: regulator-max-microvolt: 0x325aa0 (3300000)
    fdtdec_get_int: regulator-min-microamp: (not found)
    fdtdec_get_int: regulator-max-microamp: (not found)
    fdtdec_get_bool: regulator-always-on
    fdtdec_get_bool: regulator-boot-on
    fdtdec_get_bool: enable-active-high
    _gpio_request_by_name_nodev: fdtdec_parse_phandle_with_args failed
    _gpio_request_by_name_nodev: Node 'fixedregulator-evm_3v3_sw', property 'gpio', failed to request GPIO index 0: -2
    Fixed regulator gpio - not found! Error: -2fdtdec_get_int: vmmc_aux-supply: (not found)
    _gpio_request_by_name_nodev: fdtdec_parse_phandle_with_args failed
    _gpio_request_by_name_nodev: Node 'mmc@480b4000', property 'cd-gpios', failed to request GPIO index 0: -2
    _gpio_request_by_name_nodev: fdtdec_parse_phandle_with_args failed
    _gpio_request_by_name_nodev: Node 'mmc@480b4000', property 'wp-gpios', failed to request GPIO index 0: -2
    mmc@480b4000: fail to find hs-rev11 mode FDT_ERR_NOTFOUND
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    initcall: 8080f5e9 (relocated to dff425e9)
    fdtdec_get_config_int: load-environment
    mmc 2 mode HS(mmc)
    mmc 2 mode DDR52
    part_init: try 'EFI': ret=-1
    part_init: try 'DOS': ret=0
    mmc_init: 0, time 124 (retries 0)
    *** Warning - bad CRC, using default environment
    
    Destroy Hash Table: dff9da60 table = 00000000
    Create Hash Table: N=512
    INSERT: table dff9da60, filled 1/521 rv def19abc ==> name="bootargs" value="androidboot.serialno=${serial#} "
    INSERT: table dff9da60, filled 2/521 rv def1834c ==> name="bootcmd" value="if test ${dofastboot} -eq 1; then echo Boot fastboot requested, resetting dofastboot ...;setenv dofastboot 0; saveenv;echo Booting into fastboot ...; fastboot 0; fi;if test ${boot_fit} -eq 1; then run update_to_fit;fi;run findfdt; run envboot; run mmcboot;run emmc_android_boot; "
    INSERT: table dff9da60, filled 3/521 rv def18ba8 ==> name="bootdelay" value="2"
    INSERT: table dff9da60, filled 4/521 rv def17f28 ==> name="baudrate" value="115200"
    INSERT: table dff9da60, filled 5/521 rv def17744 ==> name="arch" value="arm"
    INSERT: table dff9da60, filled 6/521 rv def18f40 ==> name="cpu" value="armv7"
    INSERT: table dff9da60, filled 7/521 rv def186f8 ==> name="board" value="dra7xx"
    INSERT: table dff9da60, filled 8/521 rv def17a00 ==> name="board_name" value="dra7xx"
    INSERT: table dff9da60, filled 9/521 rv def18fcc ==> name="vendor" value="ti"
    INSERT: table dff9da60, filled 10/521 rv def19594 ==> name="soc" value="omap5"
    INSERT: table dff9da60, filled 11/521 rv def18a2c ==> name="loadaddr" value="0x82000000"
    INSERT: table dff9da60, filled 12/521 rv def183b0 ==> name="kernel_addr_r" value="0x82000000"
    INSERT: table dff9da60, filled 13/521 rv def18d4c ==> name="fdtaddr" value="0x88000000"
    INSERT: table dff9da60, filled 14/521 rv def17d0c ==> name="fdt_addr_r" value="0x88000000"
    INSERT: table dff9da60, filled 15/521 rv def18b94 ==> name="rdaddr" value="0x88080000"
    INSERT: table dff9da60, filled 16/521 rv def190d0 ==> name="ramdisk_addr_r" value="0x88080000"
    INSERT: table dff9da60, filled 17/521 rv def17ba4 ==> name="scriptaddr" value="0x80000000"
    INSERT: table dff9da60, filled 18/521 rv def17a14 ==> name="pxefile_addr_r" value="0x80100000"
    INSERT: table dff9da60, filled 19/521 rv def17384 ==> name="bootm_size" value="0x10000000"
    INSERT: table dff9da60, filled 20/521 rv def17eb0 ==> name="boot_fdt" value="try"
    INSERT: table dff9da60, filled 21/521 rv def17848 ==> name="mmcdev" value="0"
    INSERT: table dff9da60, filled 22/521 rv def18554 ==> name="mmcrootfstype" value="ext4 rootwait"
    INSERT: table dff9da60, filled 23/521 rv def17dc0 ==> name="finduuid" value="part uuid mmc ${bootpart} uuid"
    INSERT: table dff9da60, filled 24/521 rv def19b34 ==> name="args_mmc" value="run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}"
    INSERT: table dff9da60, filled 25/521 rv def17528 ==> name="loadbootscript" value="load mmc ${mmcdev} ${loadaddr} boot.scr"
    INSERT: table dff9da60, filled 26/521 rv def17e88 ==> name="bootscript" value="echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}"
    INSERT: table dff9da60, filled 27/521 rv def1875c ==> name="bootenvfile" value="uEnv.txt"
    INSERT: table dff9da60, filled 28/521 rv def17b7c ==> name="importbootenv" value="echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}"
    INSERT: table dff9da60, filled 29/521 rv def1988c ==> name="loadbootenv" value="fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}"
    INSERT: table dff9da60, filled 30/521 rv def18cd4 ==> name="loadimage" value="load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}"
    INSERT: table dff9da60, filled 31/521 rv def1906c ==> name="loadfdt" value="load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}"
    INSERT: table dff9da60, filled 32/521 rv def17bb8 ==> name="envboot" value="mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else if run loadbootenv; then echo Loaded env from ${bootenvfile};run importbootenv;fi;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;fi;fi;"
    INSERT: table dff9da60, filled 33/521 rv def19a1c ==> name="mmcloados" value="run args_mmc; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;"
    INSERT: table dff9da60, filled 34/521 rv def19620 ==> name="mmcboot" value="mmc dev ${mmcdev}; setenv devnum ${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then if test ${boot_fit} -eq 1; then run loadfit; else run mmcloados;fi;fi;fi;"
    INSERT: table dff9da60, filled 35/521 rv def17488 ==> name="boot_fit" value="0"
    INSERT: table dff9da60, filled 36/521 rv def18630 ==> name="fit_loadaddr" value="0x88000000"
    INSERT: table dff9da60, filled 37/521 rv def196fc ==> name="fit_bootfile" value="fitImage.itb"
    INSERT: table dff9da60, filled 38/521 rv def1924c ==> name="update_to_fit" value="setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile}"
    INSERT: table dff9da60, filled 39/521 rv def180a4 ==> name="args_fit" value="setenv bootargs console=${console} "
    INSERT: table dff9da60, filled 40/521 rv def194e0 ==> name="loadfit" value="run args_fit; bootm ${loadaddr}#${fdtfile};"
    INSERT: table dff9da60, filled 41/521 rv def19558 ==> name="console" value="ttyO0,115200n8"
    INSERT: table dff9da60, filled 42/521 rv def1884c ==> name="fdtfile" value="undefined"
    INSERT: table dff9da60, filled 43/521 rv def1979c ==> name="reboot_image" value="boot"
    INSERT: table dff9da60, filled 44/521 rv def19120 ==> name="boot_os" value="0"
    INSERT: table dff9da60, filled 45/521 rv def19738 ==> name="bootpart" value="0:2"
    INSERT: table dff9da60, filled 46/521 rv def17320 ==> name="bootdir" value="/boot"
    INSERT: table dff9da60, filled 47/521 rv def1866c ==> name="bootfile" value="zImage"
    INSERT: table dff9da60, filled 48/521 rv def18040 ==> name="usbtty" value="cdc_acm"
    INSERT: table dff9da60, filled 49/521 rv def18784 ==> name="vram" value="16M"
    INSERT: table dff9da60, filled 50/521 rv def18f54 ==> name="partitions" value="uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}"
    INSERT: table dff9da60, filled 51/521 rv def17e60 ==> name="partitions_android" value="uuid_disk=${uuid_gpt_disk};name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};name=bootloader,size=2304K,uuid=${uuid_gpt_bootloader};name=environment,size=256K,uuid=${uuid_gpt_environment};name=misc,size=128K,uuid=${uuid_gpt_misc};name=reserved,size=384K,uuid=${uuid_gpt_reserved};name=efs,size=16M,uuid=${uuid_gpt_efs};name=crypto,size=16K,uuid=${uuid_gpt_crypto};name=recovery,size=30M,uuid=${uuid_gpt_recovery};name=boot,size=10M,uuid=${uuid_gpt_boot};name=system,size=768M,uuid=${uuid_gpt_system};name=vendor,size=256M,uuid=${uuid_gpt_vendor};name=cache,size=256M,uuid=${uuid_gpt_cache};name=ipu1,size=8M,uuid=${uuid_gpt_ipu1};name=ipu2,size=8M,uuid=${uuid_gpt_ipu2};name=dsp1,size=8M,uuid=${uuid_gpt_dsp1};name=dsp2,size=8M,uuid=${uuid_gpt_dsp2};name=userdata,size=-,uuid=${uuid_gpt_userdata}"
    DELETE CANDIDATE: "optargs"
    hdelete: DELETE key "optargs"
    DELETE ERROR ##############################
    INSERT: table dff9da60, filled 52/521 rv def175dc ==> name="dofastboot" value="0"
    INSERT: table dff9da60, filled 52/521 rv def17528 ==> name="loadbootscript" value="fatload mmc ${mmcdev} ${loadaddr} boot.scr"
    INSERT: table dff9da60, filled 52/521 rv def17e88 ==> name="bootscript" value="echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}"
    INSERT: table dff9da60, filled 52/521 rv def18cd4 ==> name="loadimage" value="load mmc ${bootpart} ${loadaddr} ${bootdir}/${bootfile}"
    INSERT: table dff9da60, filled 52/521 rv def19620 ==> name="mmcboot" value="if mmc dev ${mmcdev}; then setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadimage; then run loadfdt; echo Booting from mmc${mmcdev} ...; run args_mmc; bootz ${loadaddr} - ${fdtaddr}; fi; fi; fi;"
    INSERT: table dff9da60, filled 53/521 rv def172a8 ==> name="emmc_android_boot" value="setenv eval_bootargs setenv bootargs $bootargs; run eval_bootargs; setenv mmcdev 1; setenv fdt_part 3; setenv boot_part 9; if test $reboot_image = recovery; then setenv boot_part 8; setenv reboot_image boot; saveenv; fi;setenv machid fe6; mmc dev $mmcdev; mmc rescan; part start mmc ${mmcdev} ${fdt_part} fdt_start; part size mmc ${mmcdev} ${fdt_part} fdt_size; part start mmc ${mmcdev} ${boot_part} boot_start; part size mmc ${mmcdev} ${boot_part} boot_size; mmc read ${fdtaddr} ${fdt_start} ${fdt_size}; mmc read ${loadaddr} ${boot_start} ${boot_size}; echo Booting from eMMC ...; bootm $loadaddr $loadaddr $fdtaddr;"
    INSERT: table dff9da60, filled 54/521 rv def1983c ==> name="findfdt" value="if test $board_name = omap5_uevm; then setenv fdtfile omap5-uevm.dtb; fi; if test $board_name = dra7xx; then setenv fdtfile dra7-evm.dtb; fi;if test $board_name = dra72x-revc; then setenv fdtfile dra72-evm-revc.dtb; fi;if test $board_name = dra72x; then setenv fdtfile dra72-evm.dtb; fi;if test $board_name = dra71x; then setenv fdtfile dra71-evm.dtb; fi;if test $board_name = dra76x; then setenv fdtfile dra76-evm.dtb; fi;if test $board_name = beagle_x15; then setenv fdtfile am57xx-beagle-x15.dtb; fi;if test $board_name = beagle_x15_revb1; then setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;if test $board_name = am57xx_evm; then setenv fdtfile am57xx-evm.dtb; fi;if test $board_name = am57xx_evm_reva3; then setenv fdtfile am57xx-evm-reva3.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = no; then setenv fdtfile am572x-idk.dtb; fi;if test $board_name = am572x_idk && test $idk_lcd = osd101t2045; then setenv fdtfile am572x-idk-lcd-osd.dtb; fi;if testINSERT: table dff9da60, filled 55/521 rv def17d84 ==> name="dfu_bufsiz" value="0x10000"
    INSERT: table dff9da60, filled 56/521 rv def181f8 ==> name="dfu_alt_info_mmc" value="boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 0 1;spl-os-image fat 0 1;u-boot.img fat 0 1;uEnv.txt fat 0 1"
    INSERT: table dff9da60, filled 57/521 rv def18bbc ==> name="dfu_alt_info_emmc" value="rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x100;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x1300 0x200;spl-os-args.raw raw 0x1500 0x200;spl-os-image.raw raw 0x1700 0x6900;spl-os-args fat 1 1;spl-os-image fat 1 1;u-boot.img fat 1 1;uEnv.txt fat 1 1"
    INSERT: table dff9da60, filled 58/521 rv def17c44 ==> name="dfu_alt_info_ram" value="kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000"
    INSERT: table dff9da60, filled 59/521 rv def19580 ==> name="dfu_alt_info_qspi" value="MLO raw 0x0 0x040000;u-boot.img raw 0x040000 0x0100000;u-boot-spl-os raw 0x140000 0x080000;u-boot-env raw 0x1C0000 0x010000;u-boot-env.backup raw 0x1D0000 0x010000;kernel raw 0x1E0000 0x800000"
    INSERT: table dff9da60, filled 60/521 rv def19698 ==> name="static_ip" value="${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off"
    INSERT: table dff9da60, filled 61/521 rv def18e00 ==> name="nfsopts" value="nolock"
    INSERT: table dff9da60, filled 62/521 rv def18c84 ==> name="rootpath" value="/export/rootfs"
    INSERT: table dff9da60, filled 63/521 rv def1767c ==> name="netloadimage" value="tftp ${loadaddr} ${bootfile}"
    INSERT: table dff9da60, filled 64/521 rv def18694 ==> name="netloadfdt" value="tftp ${fdtaddr} ${fdtfile}"
    INSERT: table dff9da60, filled 65/521 rv def18978 ==> name="netargs" value="setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp"
    INSERT: table dff9da60, filled 66/521 rv def19a94 ==> name="netboot" value="echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - ${fdtaddr}"
    INSERT: free(data = def155d0)
    INSERT: done
    Initial value for argc=3
    Final value for argc=3
    initcall: 8080f6f1 (relocated to dff426f1)
    initcall: 80817d8d (relocated to dff4ad8d)
    initcall: 8080f5df (relocated to dff425df)
    initcall: 80814ba9 (relocated to dff47ba9)
    Initial value for argc=3
    Final value for argc=3
    Initial value for argc=3
    Final value for argc=3
    Initial value for argc=3
    Final value for argc=3
    initcall: 80803251 (relocated to dff36251)
    initcall: 8080f5d5 (relocated to dff425d5)
    initcall: 8080f5bd (relocated to dff425bd)
    initcall: 80803a95 (relocated to dff36a95)
    Initial value for argc=3
    Final value for argc=3
    Initial value for argc=3
    Final value for argc=3
    Initial value for argc=2
    Final value for argc=2
    hdelete: DELETE key "board_serial"
    Initial value for argc=3
    Final value for argc=3
    Initial value for argc=3
    Final value for argc=3
    Initial value for argc=3
    Final value for argc=3
    Initial value for argc=3
    Final value for argc=3
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid GPT ***
    GUID Partition Table Header signature is wrong: 0x0 != 0x5452415020494645
    part_get_info_efi: *** ERROR: Invalid Backup GPT ***
    ERROR: cannot find partition: 'userdata'
    
    at arch/arm/cpu/armv7/omap-common/utils.c:199/mmc_get_part_size()
    Warning: fastboot.userdata_size: unable to calc
    Initial value for argc=3
    Final value for argc=3
    initcall: 8080f5a9 (relocated to dff425a9)
    SCSI:  uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - not found
    OF: ** translation for device sata@4a141100 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 0000144a
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1242824704
    OF: one level translation: 0000144a
    OF: reached root node
    OF: ** translation for device sata@4a141100 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 0011144a
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1242829056
    OF: one level translation: 0011144a
    OF: reached root node
    ahci_host_init: start
    cap 0xef26ff80  port_map 0x1  n_ports 1
    SATA link 0 timeout.
    HOST_CTL 0x80000000
    HOST_CTL 0x80000002
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Enter ahci_device_data_io: for port 0
    No Link on port 0!
    scsi_ahci: SCSI inquiry command failure.
    SCSI command 0x12 ret errno -5
    Found 0 device(s).
    Initial value for argc=3
    Final value for argc=3
    initcall: 8080f595 (relocated to dff42595)
    Net:   uclass_find_device_by_seq: 0 -1
    uclass_find_device_by_seq: 0 0
       - -1 -1
       - not found
    OF: ** translation for device ethernet@48484000 **
    OF: bus is default (na=1, ns=1) on ocp
    OF: translating address: 00404848
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1212694528
    OF: one level translation: 00404848
    OF: reached root node
    fdtdec_get_int: cpdma_channels: 0x8 (8)
    fdtdec_get_int: slaves: 0x2 (2)
    fdtdec_get_int: ale_entries: 0x400 (1024)
    fdtdec_get_int: bd_ram_size: 0x2000 (8192)
    fdtdec_get_int: mac_control: 0x20 (32)
    gpio_get_list_count: Node 'ethernet@48484000', property 'mode-gpios', GPIO count failed: -2
    fdtdec_get_int: active_slave: 0x0 (0)
    fdtdec_get_addr_size_auto_noparent: fdtdec_get_addr_size_auto_parent: na=1, ns=1, fdtdec_get_addr_size_fixed: reg: addr=48485000
    fdtdec_lookup_phandle: phy-handle
    fdtdec_get_int_array: phy_id
    get_prop_check_min_len: phy_id
    fdtdec_lookup_phandle: phy-handle
    fdtdec_get_int_array: phy_id
    get_prop_check_min_len: phy_id
    fdtdec_get_addr_size_auto_noparent: fdtdec_get_addr_size_auto_parent: na=1, ns=1, fdtdec_get_addr_size_fixed: reg: addr=4a002554
    fdtdec_lookup_phandle: syscon
    OF: ** translation for device scm_conf@0 **
    OF: bus is default (na=1, ns=1) on scm@2000
    OF: translating address: 00000000
    OF: parent bus is default (na=1, ns=1) on l4@4a000000
    OF: walking ranges...
    OF: default map, cp=0, s=8192, da=0
    OF: parent translation for: 00200000
    OF: with offset: 0
    OF: one level translation: 00200000
    OF: parent bus is default (na=1, ns=1) on ocp
    OF: walking ranges...
    OF: default map, cp=0, s=2277376, da=8192
    OF: parent translation for: 0000004a
    OF: with offset: 8192
    OF: one level translation: 0020004a
    OF: parent bus is default (na=1, ns=1) on
    OF: no ranges, 1:1 translation
    OF: parent translation for: 00000000
    OF: with offset: 1241522176
    OF: one level translation: 0020004a
    OF: reached root node
    ethernet@48484000 connected to Generic PHY
    Initial value for argc=3
    Final value for argc=3
    uclass_find_device_by_seq: 0 0
       - -1 0
       - found
    
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    initcall: 8080f58d (relocated to dff4258d)
    Initial value for argc=3
    Final value for argc=3
    fdtdec_get_config_int: bootdelay
    ### main_loop entered: bootdelay=2
    
    fdtdec_get_config_int: kernel-offset
    fdtdec_get_config_int: rootdisk-offset
    fdtdec_get_config_string: bootcmd
    fdtdec_get_config_int: bootsecure
    ### main_loop: bootcmd="if test ${dofastboot} -eq 1; then echo Boot fastboot requested, resetting dofastboot ...;setenv dofastboot 0; saveenv;echo Booting into fastboot ...; fastboot 0; fi;if test ${boot_fit} -eq 1; then run update_to_fit;fi;run findfdt; run envboot; run mmcboot;run emmc_android_boot; "
    Hit any key to stop autoboot:  0
    =>
    
    CopyRight @Widic 2017 Mail:widicjane@163.com
  • 相关阅读:
    C#中的语言记忆功能
    C#中 文件的打开及保存
    无边框窗体设置
    Windows获取浏览器中存储的明文密码
    (CVE-2020-17530)Struts2 S2-061漏洞复现
    (CVE-2020-14882​&14883)Weblogic RCE复现
    内网渗透学习-信息收集篇
    Spring Boot Actuator H2 RCE复现
    Linux解压文件
    Windows本地提权
  • 原文地址:https://www.cnblogs.com/widic/p/9066151.html
Copyright © 2011-2022 走看看