R28.2 Initrd and Device Tree?

Hi linuxdev:

You use ‘find . -print | cpio -ov > …/initrd.cpio’ to create initrd.
Please change it to ‘find . -print | cpio -ov -H newc > …/initrd.cpio’ and try again.

An interesting idea. I will test this soon. I see that the ‘newc’ format is designed for greater than 65536 i-nodes…and assuming 512 bytes per inode (and I don’t know if this is correct for an initrd even though the eMMC uses 512 byte i-nodes), this implies it won’t have an effect until the initrd (uncompressed) reaches a size of about 33MB. My current test size is around 23MB, so I wouldn’t expect this to actually matter unless there is something about the format itself which boot is having problems with (such an effect would not be uncommon, but I’ll have to try and find out).

Meanwhile, I am still wondering if the default U-Boot install hooks to something other than “/init”, “/sbin/init”, or “/sbin/systemd”?

I had a partial success. It didn’t really work, but it did demonstrate loading an initrd.

First, I had a cloned image, and used that. Here are some notes:

  • Command with clone in place:
    sudo ./flash.sh -r -I bootloader/initrd-test.img -S 14580MiB jetson-tx1 mmcblk0p1
    
  • In in p2371-2180-devkit.conf:
    CMDLINE_ADD="console=ttyS0,115200n8 console=<b>ttyS0</b> OS=l4t fbcon=map:0 net.ifnames=0";
    

    NOTE: Seems the flash reverted this back to tty0 instead of ttyS0.

  • Initrd on host was named "bootloader/initrd-test.img".
  • Initrd only drops into bash and does virtually nothing else.
  • Prior to running bash it gives the "BINGO" echo. Search for "BINGO" in log to see the moment before loading bash.
  • Apparently it doesn't like bash for whatever reason and gives an OOPS instead.

Boot log follows:

[code][0000.161] [TegraBoot] (version 00.00.2014.50-mobile-d44d4bf0)
[0000.166] Processing in cold boot mode Bootloader 2
[0000.171] A02 Bootrom Patch rev = 31
[0000.174] Power-up reason: on button
[0000.178] No Battery Present
[0000.180] RamCode = 0
[0000.183] Platform has Ddr4 type ram
[0000.186] max77620 disabling SD1 Remote Sense
[0000.190] Setting Ddr voltage to 1125mv
[0000.194] Serial Number of Pmic Max77663: 0x1e1ba4
[0000.202] Entering ramdump check
[0000.205] Get RamDumpCarveOut = 0xff23f000
[0000.209] RamDumpCarveOut=0xff23f000, RamDumperFlag=0xffffffff
[0000.215] Last reboot was clean, booting normally!
[0000.219] Sdram initialization is successful
[0000.223] SecureOs Carveout Base=0xff800000 Size=0x00800000
[0000.229] GSC1 Carveout Base=0xff700000 Size=0x00100000
[0000.234] GSC2 Carveout Base=0xff600000 Size=0x00100000
[0000.239] GSC3 Carveout Base=0xff500000 Size=0x00100000
[0000.244] GSC4 Carveout Base=0xff400000 Size=0x00100000
[0000.249] GSC5 Carveout Base=0xff300000 Size=0x00100000
[0000.254] BpmpFw Carveout Base=0xff2c0000 Size=0x00040000
[0000.260] Lp0 Carveout Base=0xff2bf000 Size=0x00001000
[0000.275] RamDump Carveout Base=0xff23f000 Size=0x00080000
[0000.280] Platform-DebugCarveout: 0
[0000.284] Nck Carveout Base=0xff03f000 Size=0x00200000
[0000.289] Non secure mode, and RB not enabled.
[0000.339] Using GPT Primary to query partitions
[0000.344] Loading Tboot-CPU binary
[0000.393] Verifying bootloader in OdmNonSecureSBK mode
[0000.403] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.410] Bootloader downloaded successfully.
[0000.414] Downloaded Tboot-CPU binary to 0xa0000258
[0000.419] MAX77620_GPIO1 Configured.
[0000.423] MAX77620_GPIO5 Configured.
[0000.426] CPU power rail is up
[0000.429] CPU clock enabled
[0000.433] Performing RAM repair
[0000.436] Updating A64 Warmreset Address to 0xa00002e9
[0000.464] Bootloader DTB Load Address: 0x83000000
[0000.492] Kernel DTB Load Address: 0x83100000
[0000.497] Loading cboot binary
[0000.591] Verifying bootloader in OdmNonSecureSBK mode
[0000.629] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.636] Bootloader downloaded successfully.
[0000.640] GPT: Partition NOT found !
[0000.644] Find Partition via GPT Failed
[0000.648] Find Partition via PT Failed
[0000.651] function NvTbootGetBinaryOffsets: 0x1 error
[0000.656] Error in NvTbootLoadBinary: 0x1 !
[0000.660] Next binary entry address: 0x92c00258
[0000.664] BoardId: 2180
[0000.669] dram memory type is 3
[0000.673] WB0 init successful
[0000.699] Bpmp FW successfully loaded
[0000.702] Set NvDecSticky Bits
[0000.706] GSC1 address : ff700000
[0000.709] GSC2 address ff63fffc value c0edbbcc
[0000.714] GSC2 address : ff600000
[0000.718] GSC3 address : ff500000
[0000.721] GSC4 address : ff400000
[0000.725] GSC5 address : ff300000
[0000.728] GSC MC Settings done
[0000.732] TOS plaintext Image length 28752
[0000.736] Monitor size 28752
[0000.739] OS size 0
[0000.742] *** Secure OS image signature not verified ***
[0000.747] Loading and Validation of Secure OS Successful
[0000.752] NvTbootPackSdramParams: start.
[0000.757] NvTbootPackSdramParams: done.
[0000.761] Tegraboot started after 140182 us
[0000.765] Basic modules init took 311569 us
[0000.769] Sec Bootdevice Read Time = 216 ms, Read Size = 9476 KB
[0000.775] Sec Bootdevice Write Time = -1940251271 ms, Write Size = -68719477 KB
[0000.782] Next stage binary read took 23845 us
[0000.786] Carveout took 207428 us
[0000.789] CPU initialization took 96524 us
[0000.793] Total time taken by TegraBoot 639366 us

[0000.798] Starting CPU & Halting co-processor

64NOTICE: BL31: v1.2(release):cc5fd7c
NOTICE: BL31: Built : 00:37:02, Jul 20 2017
NOTICE: Trusty image missing.
ERROR: Error initializing runtime service trusty_fast
[0000.938] RamCode = 0
[0000.960] LPDDR4 Training: Read DT: Number of tables = 10
[0000.965] EMC Training (SRC-freq: 204000; DST-freq: 40800)
[0000.970] EMC Training Skipped
[0000.973] EMC Training (SRC-freq: 204000; DST-freq: 68000)
[0000.978] EMC Training Skipped
[0000.981] EMC Training (SRC-freq: 204000; DST-freq: 102000)
[0000.986] EMC Training Skipped
[0000.989] EMC Training (SRC-freq: 204000; DST-freq: 204000)
[0000.994] EMC Training Skipped
[0000.997] EMC Training (SRC-freq: 204000; DST-freq: 408000)
[0001.003] EMC Training Successful
[0001.006] EMC Training (SRC-freq: 204000; DST-freq: 665600)
[0001.012] EMC Training Successful
[0001.015] EMC Training (SRC-freq: 204000; DST-freq: 800000)
[0001.026] EMC Training Successful
[0001.029] EMC Training (SRC-freq: 204000; DST-freq: 1065600)
[0001.052] EMC Training Successful
[0001.055] EMC Training (SRC-freq: 204000; DST-freq: 1331200)
[0001.077] EMC Training Successful
[0001.080] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.099] EMC Training Successful
[0001.103] Switching to 800000 KHz Success
[0001.112] RamCode = 0
[0001.116] DT Write: emc-table@40800 succeeded
[0001.122] DT Write: emc-table@68000 succeeded
[0001.128] DT Write: emc-table@102000 succeeded
[0001.134] DT Write: emc-table@204000 succeeded
[0001.140] DT Write: emc-table@408000 succeeded
[0001.146] DT Write: emc-table@665600 succeeded
[0001.152] DT Write: emc-table@800000 succeeded
[0001.158] DT Write: emc-table@1065600 succeeded
[0001.165] DT Write: emc-table@1331200 succeeded
[0001.171] DT Write: emc-table@1600000 succeeded
[0001.175] LPDDR4 Training: Write DT: Number of tables = 10
[0001.210]
[0001.211] Debug Init done
[0001.214] Marked DTB cacheable
[0001.217] Bootloader DTB loaded at 0x83000000
[0001.222] Marked DTB cacheable
[0001.224] Kernel DTB loaded at 0x83100000
[0001.228] DeviceTree Init done
[0001.248] Pinmux applied successfully
[0001.254] gicd_base: 0x50041000
[0001.258] gicc_base: 0x50042000
[0001.261] Interrupts Init done
[0001.267] Using base:0x60005008 & irq:33 for tick-timer
[0001.272] Using base:0x60005000 for delay-timer
[0001.276] platform_init_timer: DONE
[0001.280] Timer(tick) Init done
[0001.285] osc freq = 38400 khz
[0001.290]
[0001.291] welcome to cboot
[0001.294]
[0001.295] Cboot Version: 00.00.2014.50-t210-fadd1be5
[0001.300] calling constructors
[0001.303] initializing heap
[0001.306] initializing threads
[0001.309] initializing timers
[0001.311] creating bootstrap completion thread
[0001.316] top of bootstrap2()
[0001.319] CPU: ARM Cortex A57
[0001.322] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.326] initializing platform
[0001.373] config for ddr50 mode completed
[0001.377] sdmmc bdev is already initialized
[0001.381] Enable APE clock
[0001.383] Un-powergate APE partition
[0001.387] of_register: registering tegra_udc to of_hal
[0001.392] of_register: registering inv20628-driver to of_hal
[0001.398] of_register: registering ads1015-driver to of_hal
[0001.403] of_register: registering lp8557-bl-driver to of_hal
[0001.409] of_register: registering bq2419x_charger to of_hal
[0001.415] of_register: registering cpc to of_hal
[0001.419] of_register: registering bq27441_fuel_gauge to of_hal
[0001.439] gpio framework initialized
[0001.442] of_register: registering tca9539_gpio to of_hal
[0001.447] of_register: registering tca9539_gpio to of_hal
[0001.453] of_register: registering i2c_bus_driver to of_hal
[0001.458] of_register: registering i2c_bus_driver to of_hal
[0001.464] of_register: registering i2c_bus_driver to of_hal
[0001.469] pmic framework initialized
[0001.473] of_register: registering max77620_pmic to of_hal
[0001.478] regulator framework initialized
[0001.482] of_register: registering tegra_xhci to of_hal
[0001.487] initializing target
[0001.496] gpio_driver_register: register ‘tegra_gpio_driver’ driver
[0001.508] fixed regulator driver initialized
[0001.579] initializing OF layer
[0001.582] NCK carveout not present
[0001.586] Skipping dts_overrides
[0001.590] of_children_init: Ops found for compatible string nvidia,tegra210-xhci
[0001.598] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.629] I2C Bus Init done
[0001.632] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.647] I2C Bus Init done
[0001.649] of_children_init: Ops found for compatible string ti,tca9539
[0001.663] tca9539_init: i2c bus: 2, slave addr: 0xe8
[0001.669] gpio_driver_register: register ‘tca9539_gpio_driver’ driver
[0001.675] of_children_init: Ops found for compatible string ti,tca9539
[0001.689] tca9539_init: i2c bus: 2, slave addr: 0xee
[0001.695] gpio_driver_register: register ‘tca9539_gpio_driver’ driver
[0001.701] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.716] I2C Bus Init done
[0001.719] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.734] I2C Bus Init done
[0001.737] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.752] I2C Bus Init done
[0001.754] of_children_init: Ops found for compatible string maxim,max77620
[0001.770] max77620_init using irq 118
[0001.775] register ‘maxim,max77620’ pmic
[0001.779] gpio_driver_register: register ‘max77620-gpio’ driver
[0001.785] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.801] I2C Bus Init done
[0001.805] NCK carveout not present
[0001.809] shim_invoke: No NCT, Calling dts updates
[0001.830] Find /i2c@7000c000’s alias i2c0
[0001.833] get eeprom at 1-a2, size 256, type 0
[0001.838] get eeprom at 1-ae, size 256, type 0
[0001.853] Find /i2c@7000c400’s alias i2c1
[0001.857] get eeprom at 2-a0, size 256, type 0
[0001.872] Find /i2c@7000c500’s alias i2c2
[0001.876] get eeprom at 3-a0, size 256, type 0
[0001.881] get eeprom at 3-ae, size 256, type 0
[0001.892] Find /host1x/i2c@546c0000’s alias i2c6
[0001.897] get eeprom at 7-a8, size 256, type 0
[0001.901] pm_ids_update: Updating 1,a2, size 256, type 0
[0001.907] I2C slave not started
[0001.910] I2C write failed
[0001.912] Writing offset failed
[0001.915] eeprom_init: EEPROM read failed
[0001.919] pm_ids_update: eeprom init failed
[0001.923] pm_ids_update: Updating 1,ae, size 256, type 0
[0001.929] I2C slave not started
[0001.932] I2C write failed
[0001.934] Writing offset failed
[0001.937] eeprom_init: EEPROM read failed
[0001.941] pm_ids_update: eeprom init failed
[0001.945] pm_ids_update: Updating 2,a0, size 256, type 0
[0001.951] I2C slave not started
[0001.954] I2C write failed
[0001.956] Writing offset failed
[0001.959] eeprom_init: EEPROM read failed
[0001.963] pm_ids_update: eeprom init failed
[0001.967] pm_ids_update: Updating 3,a0, size 256, type 0
[0001.997] pm_ids_update: The pm board id is 2180-1000-100
[0002.006] Adding plugin-manager/ids/2180-1000-100=/i2c@7000c500:module@0x50
[0002.017] pm_ids_update: pm id update successful
[0002.021] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.051] pm_ids_update: The pm board id is 2597-0000-300
[0002.059] Adding plugin-manager/ids/2597-0000-300=/i2c@7000c500:module@0x57
[0002.068] pm_ids_update: pm id update successful
[0002.072] pm_ids_update: Updating 7,a8, size 256, type 0
[0002.080] I2C slave not started
[0002.083] I2C write failed
[0002.085] Writing offset failed
[0002.088] eeprom_init: EEPROM read failed
[0002.092] pm_ids_update: eeprom init failed
[0002.127] updating /chosen/nvidia,wifi-mac node 00:04:4b:57:f4:fb
[0002.135] updating /chosen/nvidia,bluetooth-mac node 00:04:4b:57:f4:fc
[0002.145] updating /chosen/nvidia,ethernet-mac node 00:04:4b:57:f4:fd
[0002.151] Plugin Manager: Parse ODM data 0x00084000
[0002.186] Find /i2c@7000c000’s alias i2c0
[0002.190] get eeprom at 1-a2, size 256, type 0
[0002.195] get eeprom at 1-ae, size 256, type 0
[0002.210] Find /i2c@7000c400’s alias i2c1
[0002.214] get eeprom at 2-a0, size 256, type 0
[0002.229] Find /i2c@7000c500’s alias i2c2
[0002.233] get eeprom at 3-a0, size 256, type 0
[0002.238] get eeprom at 3-ae, size 256, type 0
[0002.249] Find /host1x/i2c@546c0000’s alias i2c6
[0002.254] get eeprom at 7-a8, size 256, type 0
[0002.258] pm_ids_update: Updating 1,a2, size 256, type 0
[0002.263] I2C slave not started
[0002.266] I2C write failed
[0002.269] Writing offset failed
[0002.272] eeprom_init: EEPROM read failed
[0002.276] pm_ids_update: eeprom init failed
[0002.280] pm_ids_update: Updating 1,ae, size 256, type 0
[0002.285] I2C slave not started
[0002.288] I2C write failed
[0002.291] Writing offset failed
[0002.294] eeprom_init: EEPROM read failed
[0002.298] pm_ids_update: eeprom init failed
[0002.302] pm_ids_update: Updating 2,a0, size 256, type 0
[0002.307] I2C slave not started
[0002.310] I2C write failed
[0002.313] Writing offset failed
[0002.316] eeprom_init: EEPROM read failed
[0002.320] pm_ids_update: eeprom init failed
[0002.324] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.354] pm_ids_update: The pm board id is 2180-1000-100
[0002.362] Adding plugin-manager/ids/2180-1000-100=/i2c@7000c500:module@0x50
[0002.369] pm_ids_update: pm id update successful
[0002.373] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.404] pm_ids_update: The pm board id is 2597-0000-300
[0002.411] Adding plugin-manager/ids/2597-0000-300=/i2c@7000c500:module@0x57
[0002.418] pm_ids_update: pm id update successful
[0002.423] pm_ids_update: Updating 7,a8, size 256, type 0
[0002.430] I2C slave not started
[0002.433] I2C write failed
[0002.436] Writing offset failed
[0002.439] eeprom_init: EEPROM read failed
[0002.443] pm_ids_update: eeprom init failed
[0002.477] Chip UID is 000000015c6600030000000003068280
[0002.484] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=ttyS0 OS=l4t fbcon=map:0 net.ifnames=0 androidboot.modem=none androidboot.serialno=03244150325660808206 androidboot.security=non-secure
[0002.508] Add serial number:03244150325660808206 as DT property
[0002.516] calling apps_init()
[0002.520] Found 18 GPT partitions in “sdmmc3_user”
[0002.525] Proceeding to Cold Boot
[0002.528] starting app android_boot_app
[0002.532] Device state: unlocked
[0002.535] display console init
[0002.541] skip-display-init in bootloader
[0002.545] set_instance_and_out_type: invalid out_type
[0002.550] display_console_init: No display init
[0002.560] Gpio keyboard init success
[0002.563] bct_init bctinit
[0002.566] device_query_partition_size: failed to open partition sdmmc3_user:BMP !
[0002.574] BMP partition read failed!
[0002.577] blob_init: blob-partition BMP header reDT entry for leds-pwm not found
a[0002.593] d failed
[0002.594] load_bmp_blob: BMP blob initialization failed
[0002.600] Could not load/initialize BMP blob…ignoring
[0002.605] bl_battery_charging: connected to external power supply
[0002.616] display_console_ioctl: No display init
[0002.620] switch_backlight failed
[0002.624] bct_init bctinit
[0002.626] device_query_partition_size: failed to open partition sdmmc3_user:MSC !
[0002.634] MSC Partition not found
[0002.637] bct_init bctinit
[0002.640] bct_init bctinit
[0002.643] blob_init: USP partition does not have valid Blob
[0002.649] Loading android kernel
[0002.653] Default: NOT skip verified boot.
[0002.657] Verified boot state = Orange
[0002.663] display_console_clear: No display init
[0002.667] kernel load address: 0x80080000, size: 503741 bytes
[0002.673] ramdisk load address: 0x84100000, size: 23563776 bytes
[0002.679] load kernel from storage
[0002.684] decompressor handler not found
[0003.142] Successfully loaded kernel and ramdisk images
[0003.149] bct_init bctinit
[0003.152] device_query_partition_size: failed to open partition sdmmc3_user:BMP !
[0003.159] BMP partition read failed!
[0003.163] blob_init: blob-partition BMP header read failed
[0003.168] load_bmp_blob: BMP blob initialization failed
[0003.174] bmp blob is not loaded and initialized
[0003.178] Failed to display boot-logo
[0003.182] NCK carveout not present
[0003.185] Skipping dts_overrides
[0003.188] NCK carveout not present
[0003.191] shim_invoke: No NCT, Calling dts updates
[0003.213] Find /i2c@7000c000’s alias i2c0
[0003.217] get eeprom at 1-a2, size 256, type 0
[0003.221] get eeprom at 1-ae, size 256, type 0
[0003.237] Find /i2c@7000c400’s alias i2c1
[0003.241] get eeprom at 2-a0, size 256, type 0
[0003.258] Find /i2c@7000c500’s alias i2c2
[0003.261] get eeprom at 3-a0, size 256, type 0
[0003.266] get eeprom at 3-ae, size 256, type 0
[0003.278] Find /host1x/i2c@546c0000’s alias i2c6
[0003.283] get eeprom at 7-a8, size 256, type 0
[0003.287] pm_ids_update: Updating 1,a2, size 256, type 0
[0003.292] I2C slave not started
[0003.295] I2C write failed
[0003.298] Writing offset failed
[0003.301] eeprom_init: EEPROM read failed
[0003.305] pm_ids_update: eeprom init failed
[0003.309] pm_ids_update: Updating 1,ae, size 256, type 0
[0003.314] I2C slave not started
[0003.317] I2C write failed
[0003.320] Writing offset failed
[0003.323] eeprom_init: EEPROM read failed
[0003.327] pm_ids_update: eeprom init failed
[0003.331] pm_ids_update: Updating 2,a0, size 256, type 0
[0003.336] I2C slave not started
[0003.339] I2C write failed
[0003.342] Writing offset failed
[0003.345] eeprom_init: EEPROM read failed
[0003.349] pm_ids_update: eeprom init failed
[0003.353] pm_ids_update: Updating 3,a0, size 256, type 0
[0003.383] pm_ids_update: The pm board id is 2180-1000-100
[0003.392] Adding plugin-manager/ids/2180-1000-100=/i2c@7000c500:module@0x50
[0003.402] pm_ids_update: pm id update successful
[0003.407] pm_ids_update: Updating 3,ae, size 256, type 0
[0003.437] pm_ids_update: The pm board id is 2597-0000-300
[0003.445] Adding plugin-manager/ids/2597-0000-300=/i2c@7000c500:module@0x57
[0003.453] pm_ids_update: pm id update successful
[0003.458] pm_ids_update: Updating 7,a8, size 256, type 0
[0003.466] I2C slave not started
[0003.469] I2C write failed
[0003.471] Writing offset failed
[0003.474] eeprom_init: EEPROM read failed
[0003.478] pm_ids_update: eeprom init failed
[0003.512] updating /chosen/nvidia,wifi-mac node 00:04:4b:57:f4:fb
[0003.521] updating /chosen/nvidia,bluetooth-mac node 00:04:4b:57:f4:fc
[0003.531] updating /chosen/nvidia,ethernet-mac node 00:04:4b:57:f4:fd
[0003.537] Plugin Manager: Parse ODM data 0x00084000
[0003.558] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=ttyS0 OS=l4t fbcon=map:0 net.ifnames=0 androidboot.modem=none androidboot.serialno=03244150325660808206 androidboot.security=non-secure
[0003.582] Add serial number:03244150325660808206 as DT property
[0003.591] Updated bpmp info to DTB
[0003.597] Updated initrd info to DTB
[0003.601] “proc-board” doesn’t exist, creating
[0003.608] Updated board info to DTB
[0003.611] “pmu-board” doesn’t exist, creating
[0003.619] Updated board info to DTB
[0003.622] “display-board” doesn’t exist, creating
[0003.629] Updated board info to DTB
[0003.632] “reset” doesn’t exist, creating
[0003.637] Updated reset info to DTB
[0003.641] display_console_ioctl: No display init
[0003.645] display_console_ioctl: No display init
[0003.650] display_console_ioctl: No display init
[0003.657] display_console_ioctl: No display init
[0003.664] Cmdline: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=ttyS0 OS=l4t fbcon=map:0 net.ifnames=0 androidboot.modem=none androidboot.serialno=03244150325660808206 androidboot.security=non-secure tegraid=21.1.2.0.0 ddr_die=2048M@2048M ddr_die=2048M@4096M section=256M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff2bf000 nvdumper_reserved=0xff23f000 core_edp_mv=1075 core_edp_ma=4000 gpt android.kerneltype=normal androidboot.touch_vendor_id=0 androidboot.touch_panel_id=63 androidboot.touch_feature=0 androidboot.bootloader=00.00.2014.50-t210-fadd1be5 androidboot.verifiedbootstate=orange
[0003.738] Updated bootarg info to DTB
[0003.744] Updated memory info to DTB
[0003.753] set vdd_core voltage to 1075 mv
[0003.757] setting ‘vdd-core’ regulator to 1075000 micro volts
[0003.763] nvdumper Carveout: Base = 0xff23f000 and Size = 0x80000
[0003.770] bct_init bctinit
[0003.772] Starting Bpmp FW
[0003.775] BPMP-FW Carveout: Base = 0xff2c0000 and Size = 0x40000

U-Boot 2016.07-g0ce7ca2 (Jul 20 2017 - 00:37:03 -0700)

TEGRA210
Model: NVIDIA P2371-2180
Board: NVIDIA P2371-2180
DRAM: 4 GiB
MC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: No ethernet found.
Hit any key to stop autoboot: 0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1…
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
663 bytes read in 81 ms (7.8 KiB/s)
p2371-2180 eMMC boot options
1: primary kernel
2: initrd
3: overlay
4: NO overlay
Enter choice: 1
1: primary kernel
Retrieving file: /boot/initrd
0 bytes read in 51 ms (0 Bytes/s)
Retrieving file: /boot/Image
21193144 bytes read in 529 ms (38.2 MiB/s)
append: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=ttyS0 OS=l4t fbcon=map:0 net.ifnames=0 androidboot.modem=none androidboot.serialno=03244150325660808206 androidboot.security=non-secure tegraid=21.1.2.0.0 ddr_die=2048M@2048M ddr_die=2048M@4096M section=256M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff2bf000 nvdumper_reserved=0xff23f000 core_edp_mv=1075 core_edp_ma=4000 gpt android.kerneltype=normal androidboot.touch_vendor_id=0 androidboot.touch_panel_id=63 androidboot.touch_feature=0 androidboot.bootloader=00.00.2014.50-t210-fadd1be5 androidboot.verifiedbootstate=orange root=/dev/mmcblk0p1 rw rootwait

Flattened Device Tree blob at 83100000

Booting using the fdt blob at 0x83100000
reserving fdt memory region: addr=80000000 size=20000
Using Device Tree in place at 0000000083100000, end 00000000831aee90

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-tegra (buildbrain@mobile-u64-638) (gcc version 4.8.5 (GCC) ) #1 SMP PREEMPT Thu Mar 1 20:44:58 PST 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd071]
[ 0.000000] Reserved memory: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] Reserved memory: initialized node iram-carveout, compatible id nvidia,iram-carveout
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 16 MiB at 0x00000000fdc00000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc0ffe40000 s31616 r8192 d29824 u69632
[ 0.000000] CPU features: enabling workaround for ARM erratum 832075
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1027072
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=ttyS0 OS=l4t fbcon=map:0 net.ifnames=0 androidboot.modem=none androidboot.serialno=03244150325660808206 androidboot.security=non-secure tegraid=21.1.2.0.0 ddr_die=2048M@2048M ddr_die=2048M@4096M section=256M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 debug_uartport=lsport,0 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff2bf000 nvdumper_reserved=0xff23f000 core_edp_mv=1075 core_edp_ma=4000 gpt android.kerneltype=normal androidboot.touch_vendor_id=0 androidboot.touch_panel_id=63 androidboot.touch_feature=0 androidboot.bootloader=00.00.2014.50-t210-fadd1be5 androidboot.verifiedbootstate=orange root=/dev/mmcblk0p1 rw rootwait
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Memory: 3349336K/4173824K available (10945K kernel code, 2068K rwdata, 6364K rodata, 1208K init, 665K bss, 119976K reserved, 704512K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc6000000 ( 64 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc100000000 ( 4096 MB)
[ 0.000000] .init : 0xffffffc001168000 - 0xffffffc001296000 ( 1208 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001167d74 ( 17312 KB)
[ 0.000000] .data : 0xffffffc0012b1000 - 0xffffffc0014b61b8 ( 2069 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[ 0.000000] enable_t210_agic_clks:106 ape clocked & reset cleared
[ 0.000000] t210 clock_and_reset probe
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.001603] Console: colour dummy device 80x25
[ 0.001630] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=76800)
[ 0.001644] pid_max: default: 32768 minimum: 301
[ 0.001723] Security Framework initialized
[ 0.001736] SELinux: Initializing.
[ 0.001831] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.001845] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002505] Initializing cgroup subsys io
[ 0.002525] Initializing cgroup subsys memory
[ 0.002555] Initializing cgroup subsys devices
[ 0.002570] Initializing cgroup subsys freezer
[ 0.002585] Initializing cgroup subsys net_cls
[ 0.002598] Initializing cgroup subsys perf_event
[ 0.002613] Initializing cgroup subsys net_prio
[ 0.002631] Initializing cgroup subsys pids
[ 0.002644] Initializing cgroup subsys debug
[ 0.002903] CPU0 ipc=1024
[ 0.002927] CPU1 ipc=1024
[ 0.002950] CPU2 ipc=1024
[ 0.002973] CPU3 ipc=1024
[ 0.003025] ASID allocator initialised with 65536 entries
[ 0.026024] tegra-id: chipid=22117.
[ 0.026044] tegra-id: opt_subrevision=0.
[ 0.026068] Tegra Speedo/IDDQ fuse revision 4
[ 0.026080] Tegra: CPU Speedo ID 7, SoC Speedo ID 0, GPU Speedo ID 2
[ 0.026091] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[ 0.026103] Tegra: CPU Speedo Value 2070, SoC Speedo Value 1988, GPU Speedo Value 2074
[ 0.026114] Tegra: CPU IDDQ Value 2192, SoC IDDQ Value 2516, GPU IDDQ Value 2970
[ 0.026139] Tegra Revision: A02 SKU: 0x17 CPU Process: 0 SoC Process: 1
[ 0.027566] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/jetson/kernel-dts/tegra210-jetson-tx1-p2597-2180-a01-devkit.dts
[ 0.027580] DTB Build time: Jul 20 2017 00:41:47
[ 0.040781] CPU1: Booted secondary processor [411fd071]
[ 0.052749] CPU2: Booted secondary processor [411fd071]
[ 0.064746] CPU3: Booted secondary processor [411fd071]
[ 0.064827] Brought up 4 CPUs
[ 0.064860] SMP: Total of 4 processors activated.
[ 0.064874] CPU: All CPU(s) started at EL2
[ 0.064906] alternatives: patching kernel code
[ 0.067430] devtmpfs: initialized
[ 0.134620] Initilizing CustomIPI irq domain
[ 0.134941] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.146351] pinctrl core: initialized pinctrl subsystem
[ 0.146561] OS set in device tree is L4T.
[ 0.146928] regulator-dummy: no parameters
[ 0.147138] Initializing plugin-manager
[ 0.147199] Plugin module not found
[ 0.148706] node /plugin-manager/fragement@4 match with odm-data l4t
[ 0.148953] Removing Prop nvidia,pmc-wakeup from target /bcmdhd_wlan
[ 0.149443] Adding domain ape-pd to PM domain mc-clk-pd
[ 0.149481] Adding domain adsp-pd to PM domain ape-pd
[ 0.154126] NET: Registered protocol family 16
[ 0.156036] console [pstore-1] enabled
[ 0.156049] pstore: Registered ramoops as persistent store backend
[ 0.156063] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[ 0.168234] cpuidle: using governor ladder
[ 0.180224] cpuidle: using governor menu
[ 0.180558] bpmp: mail init ok
[ 0.181450] vdso: 2 pages (1 code @ ffffffc0012b9000, 1 data @ ffffffc0012b8000)
[ 0.181489] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.182903] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.183837] tegra_powergate_init: DONE
[ 0.183870] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/jetson/kernel-dts/tegra210-jetson-tx1-p2597-2180-a01-devkit.dts
[ 0.183887] DTB Build time: Jul 20 2017 00:41:47
[ 0.186690] tegra_bpmp_of_clk_init: EMC proxy not found.
[ 0.186720] Error: Driver ‘tegra-mc’ is already registered, aborting…
[ 0.188179] platform tegra-carveouts: SMMU isn’t ready yet
[ 0.188899] platform tegra-carveouts: domain=ffffffc0fa15c618 allocates as[0]=ffffffc0fa1b00a8
[ 0.188950] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[ 0.189173] platform smmu_test: domain=ffffffc0fa15c918 allocates as[0]=ffffffc0fa1b0110
[ 0.189474] platform 70016000.bpmp: domain=ffffffc0fa15cc18 allocates as[0]=ffffffc0fa1b0178
[ 0.190154] bpmp: ping status is 0
[ 0.190251] bpmp 70016000.bpmp: firmware tag is 1e4b302fc0f866f97885165cf8b395ac
[ 0.190486] bpmp 70016000.bpmp: probe ok
[ 0.191144] mc: mapped MMIO address: 0xffffff800007e000 → 0x70019000
[ 0.191235] mc: mapped MMIO address: 0xffffff80000b6000 → 0x7001c000
[ 0.191328] mc: mapped MMIO address: 0xffffff80000dc000 → 0x7001d000
[ 0.191405] mc-err: Set intmask: 0x23d40
[ 0.202706] GPIO line 58 (wlan-default-input-h2) hogged as input
[ 0.202742] GPIO line 65 (wlan-default-input-i1) hogged as input
[ 0.202778] GPIO line 56 (wlan-default-output-high-h0) hogged as output/high
[ 0.202807] GPIO line 64 (wlan-default-output-high-i0) hogged as output/high
[ 0.202845] GPIO line 148 (cam0-rst) hogged as output/low
[ 0.202873] GPIO line 151 (cam0-pwdn) hogged as output/low
[ 0.202901] GPIO line 149 (cam1-rst) hogged as output/low
[ 0.202929] GPIO line 152 (cam1-pwdn) hogged as output/low
[ 0.203027] gpiochip_add_data: registered GPIOs 0 to 255 on device: tegra-gpio
[ 0.205518] platform 70006000.serial: domain=ffffffc0fa20f118 allocates as[0]=ffffffc0fa1b01e0
[ 0.206578] platform sound: domain=ffffffc0fa20fa18 allocates as[0]=ffffffc0fa1b0248
[ 0.208945] platform tegradc.1: domain=ffffffc0fa245c18 allocates as[0]=ffffffc0fa1b02b0
[ 0.209530] platform tegradc.1: IOVA linear map 0x00000000c6000000(2a000000)
[ 0.212162] platform 57000000.gpu: domain=ffffffc0fa289018 allocates as[0]=ffffffc0fa1b0318
[ 0.212243] platform 57000000.gpu: domain=ffffffc0fa289018 allocates as[1]=ffffffc0fa1b0380
[ 0.212299] platform 57000000.gpu: domain=ffffffc0fa289018 allocates as[2]=ffffffc0fa1b03e8
[ 0.212348] platform 57000000.gpu: domain=ffffffc0fa289018 allocates as[3]=ffffffc0fa1b0450
[ 0.213109] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[ 0.213134] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[ 0.213148] tegra-pmc: ### PMC reset source: Power on reset
[ 0.213160] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.213511] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.213526] tegra-pmc: Clear bootloader IO dpd settings
[ 0.216338] tegra-pmc 7000e400.pmc: PMC: IO pad audio voltage is 1800000
[ 0.220318] tegra-pmc 7000e400.pmc: PMC: IO pad cam voltage is 1800000
[ 0.224316] tegra-pmc 7000e400.pmc: PMC: IO pad dbg voltage is 1800000
[ 0.228315] tegra-pmc 7000e400.pmc: PMC: IO pad dmic voltage is 1800000
[ 0.232315] tegra-pmc 7000e400.pmc: PMC: IO pad pex-ctrl voltage is 1800000
[ 0.236315] tegra-pmc 7000e400.pmc: PMC: IO pad spi voltage is 1800000
[ 0.240314] tegra-pmc 7000e400.pmc: PMC: IO pad uart voltage is 1800000
[ 0.244315] tegra-pmc 7000e400.pmc: PMC: IO pad audio-hv voltage is 1800000
[ 0.244332] tegra-pmc 7000e400.pmc: PMC: IO pad spi-hv voltage is 1800000
[ 0.248314] tegra-pmc 7000e400.pmc: PMC: IO pad gpio voltage is 1800000
[ 0.252314] tegra-pmc 7000e400.pmc: PMC: IO pad sdmmc3 voltage is 1800000
[ 0.252330] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[ 0.252389] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[ 0.255538] platform 1003000.pcie-controller: domain=ffffffc0fa293118 allocates as[0]=ffffffc0fa1b04b8
[ 0.257805] platform sdhci-tegra.3: domain=ffffffc0fa2e2218 allocates as[0]=ffffffc0fa1b0520
[ 0.258378] platform sdhci-tegra.0: domain=ffffffc0fa2e2618 allocates as[0]=ffffffc0fa1b0588
[ 0.263754] vdd-ac-bat: 5000 mV
[ 0.264962] vdd-cpu-fixed: 1000 mV
[ 0.268726] irq: no irq domain found for /soctherm@0x700E2000 !
[ 0.269051] irq: no irq domain found for /soctherm@0x700E2000 !
[ 0.293413] ACPI: Interpreter disabled.
[ 0.294197] SCSI subsystem initialized
[ 0.294479] usbcore: registered new interface driver usbfs
[ 0.294543] usbcore: registered new interface driver hub
[ 0.294630] usbcore: registered new device driver usb
[ 0.297701] gpiochip_add_data: registered GPIOs 496 to 511 on device: tca9539
[ 0.299129] gpiochip_add_data: registered GPIOs 480 to 495 on device: tca9539
[ 0.302230] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[ 0.304145] GPIO line 474 (spmic-default-output-high) hogged as output/high
[ 0.304268] gpiochip_add_data: registered GPIOs 472 to 479 on device: max77620-gpio
[ 0.308354] vdd-core: 600 <–> 1400 mV at 1075 mV
[ 0.312351] vddio-ddr: at 1125 mV
[ 0.313203] vdd-pre-reg: 1350 mV
[ 0.316219] vdd-1v8: 1800 mV
[ 0.320221] avdd-sys: 1200 mV
[ 0.324220] vdd-pex: 1050 mV
[ 0.324828] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.325680] vdd-cam-hv: 2800 mV
[ 0.328221] vdd-rtc: 850 mV
[ 0.329066] avdd-ts-hv: 3300 mV
[ 0.329934] vdd-ts: 1800 mV
[ 0.332221] vdd-gen-pll-edp: 1050 mV
[ 0.336220] vdd-hdmi-dp: 1050 mV
[ 0.336846] max77620 4-003c: max77620 probe successful
[ 0.338704] media: Linux media interface: v0.10
[ 0.338768] Linux video capture interface: v2.00
[ 0.346158] tegra210-emc 7001b000.memory-controller: validated EMC DFS table
[ 0.346475] Advanced Linux Sound Architecture Driver Initialized.
[ 0.349203] tegra210_dvfs: no clock found for sdmmc2_ddr
[ 0.349240] tegra210_dvfs: no clock found for sdmmc4_ddr
[ 0.349313] tegra210_dvfs: no clock found for sdmmc1_ddr
[ 0.349344] tegra210_dvfs: no clock found for sdmmc3_ddr
[ 0.352003] regulator_get() failed for (dvfs,vdd-cpu), -19
[ 0.352017] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[ 0.356224] vdd-3v3: 3300 mV
[ 0.360219] max77620-gpio7: 1050 mV
[ 0.360520] lcd-bl-en: 1800 mV
[ 0.360808] en-vdd-sd: 3300 mV
[ 0.361480] en-vdd-cam: 1800 mV
[ 0.364220] vdd-sys-boost: 5000 mV
[ 0.364866] vdd-hdmi: 5000 mV
[ 0.365103] aux-3v3: 3300 mV
[ 0.365324] snsr_pm: 3300 mV
[ 0.368222] vdd-disp-3v0: 3000 mV
[ 0.368893] vdd-fan: 5000 mV
[ 0.369168] usb-vbus1: 5000 mV
[ 0.369813] en-vdd-ts-1v8: 1800 mV
[ 0.370449] en-vdd-ts-hv-3v3: 3300 mV
[ 0.371258] en-vdd-disp-3v3: 3300 mV
[ 0.371911] en-mdm-pwr-3v7: 3700 mV
[ 0.372727] en-vdd-disp-1v8: 1800 mV
[ 0.373361] en-vdd-cam-hv-2v8: 2800 mV
[ 0.373641] rtl-5v0: 5000 mV
[ 0.373906] en-usb-vbus2: 5000 mV
[ 0.374560] en-vdd-cam-1v2: 1200 mV
[ 0.374853] en-vdd-vcm-2v8: 2800 mV
[ 0.377613] extcon-gpio-states extcon:extcon@1: Cable state 1
[ 0.378746] clocksource: Switched to clocksource arch_sys_counter
[ 0.422609] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.422974] dma_declare_coherent_resizable_cma_memory:290: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[ 0.423141] cma: enabled page replacement for spfn=c6000, epfn=f0000
[ 0.423158] dma_declare_coherent_resizable_cma_memory:337: resizable cma heap=vpr create successful
[ 0.423173] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 0.423207] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[ 0.423222] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[ 0.423237] nvmap_page_pool_init: Total RAM pages: 1013462
[ 0.423250] nvmap_page_pool_init: nvmap page pool size: 126682 pages (494 MB)
[ 0.423335] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.423606] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[ 0.424302] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[ 0.425056] pnp: PnP ACPI: disabled
[ 0.436635] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[ 0.438343] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[ 0.438717] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.438953] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.440441] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tdiode_tegra
[ 0.440667] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type PMIC-Die
[ 0.440873] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tboard_tegra
[ 0.442120] isomgr_init(): iso emc max clk=1600000KHz
[ 0.442134] isomgr_init(): max_iso_bw=11520000KB
[ 0.442261] NET: Registered protocol family 2
[ 0.442845] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.443028] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.443274] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.443365] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.443418] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.443636] NET: Registered protocol family 1
[ 0.443954] RPC: Registered named UNIX socket transport module.
[ 0.443971] RPC: Registered udp transport module.
[ 0.443983] RPC: Registered tcp transport module.
[ 0.443995] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.444223] Trying to unpack rootfs image as initramfs…
[ 0.514194] Freeing initrd memory: 23008K (ffffffc004100000 - ffffffc005778000)
[ 0.525002] host1x 50000000.host1x: initialized
[ 0.526511] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.529741] futex hash table entries: 1024 (order: 5, 131072 bytes)
[ 0.529850] audit: initializing netlink subsys (disabled)
[ 0.529898] audit: type=2000 audit(0.523:1): initialized
[ 0.541782] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.542252] fuse init (API version 7.23)
[ 0.545105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.545225] io scheduler noop registered
[ 0.545245] io scheduler deadline registered
[ 0.545425] io scheduler cfq registered (default)
[ 0.550991] tegra21x-padctl-uphy 7009f000.pinctrl: padctl mmio start 0x000000007009f000 end 0x000000007009ffff
[ 0.551016] tegra21x-padctl-uphy 7009f000.pinctrl: TEGRA_FUSE_SKU_CALIB_0 0x8248412
[ 0.551033] tegra21x-padctl-uphy 7009f000.pinctrl: TEGRA_FUSE_USB_CALIB_EXT_0 0x4
[ 0.552443] tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-0 is used by XUSB
[ 0.552466] tegra21x-padctl-uphy 7009f000.pinctrl: using UTMI port 0 for otg
[ 0.552483] tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-2 is used by XUSB
[ 0.552508] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 5, set usb3_lanes = 0x20
[ 0.552533] tegra21x-padctl-uphy 7009f000.pinctrl: USB3 port 1 maps to USB2 port 2
[ 0.552549] tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-1 is used by XUSB
[ 0.552573] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 6, set usb3_lanes = 0x60
[ 0.552597] tegra21x-padctl-uphy 7009f000.pinctrl: USB3 port 0 maps to USB2 port 1
[ 0.552625] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 1, set pcie_lanes = 0x2
[ 0.552655] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 2, set pcie_lanes = 0x6
[ 0.552683] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 3, set pcie_lanes = 0xe
[ 0.552711] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 4, set pcie_lanes = 0x1e
[ 0.552739] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 0, set pcie_lanes = 0x1f
[ 0.552769] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 7, set sata_lanes = 0x80
[ 0.553174] tegra21x-padctl-uphy 7009f000.pinctrl: mailbox is not ready yet
[ 0.554157] tegra-pwm 7000a000.pwm: PWM clk can sleep in ops
[ 0.555265] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[ 0.555981] Adding domain pcie-pd to PM domain mc-clk-pd
[ 0.560385] tegra-pcie 1003000.pcie-controller: 4x1, 1x1 configuration
[ 0.560439] tegra-pcie 1003000.pcie-controller: failed to get PHY: -517
[ 0.560455] tegra-pcie 1003000.pcie-controller: failed to get PHYs: -517
[ 0.563785] tsec 54500000.tsec: initialized
[ 0.564876] tsec 54100000.tsecb: initialized
[ 0.567361] nvdec 54480000.nvdec: initialized
[ 0.572696] falcon 54340000.vic: initialized
[ 0.573949] falcon 544c0000.nvenc: initialized
[ 0.574919] falcon 54380000.nvjpg: initialized
[ 0.576762] DC OR NODE connected to /host1x/sor1
[ 0.576847] display board info: id 0xffff, fab 0x0
[ 0.576893] panel_select fail by _node_status
[ 0.576943] display board info: id 0xffff, fab 0x0
[ 0.576980] panel_select fail by _node_status
[ 0.576997] generic_infoframe_type: 0x87
[ 0.577166] tegradc tegradc.1: DT parsed successfully
[ 0.577214] tegradc tegradc.1: Display dc.ffffff8000980000 registered with id=0
[ 0.578031] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.578200] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1020000, vi_iso_bw=750000, max_bw=1020000
[ 0.578964] display board info: id 0xffff, fab 0x0
[ 0.579006] panel_select fail by _node_status
[ 0.586713] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[ 0.588670] tegra-adma 702e2000.adma: Tegra ADMA driver register 10 channels
[ 0.590066] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[ 0.590341] kfuse 7000fc00.kfuse: initialized
[ 0.592239] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.593049] clk_cbus_round_rate: no gbus parent
[ 0.593067] tegra_gpu_edp gpu_edp: unable to get max GPU freq
[ 0.593550] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[ 0.593571] vdd-cpu: 708 <–> 1322 mV at 708 mV
[ 0.593624] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[ 0.594869] vdd-gpu: applied init 1000000uV constraint
[ 0.594888] vdd-gpu: 710 <–> 1320 mV at 1000 mV
[ 0.594940] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[ 0.595299] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.595415] No Device Node present for smmu client: serial8250 !!
[ 0.595434] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 0.595452] No Device Node present for smmu client: serial8250 !!
[ 0.595467] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 0.596482] tegradc tegradc.1: probed
[ 0.596573] No Device Node present for smmu client: serial8250 !!
[ 0.596593] serial8250 serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 0.596624] No Device Node present for smmu client: serial8250 !!
[ 0.596639] serial8250 serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 0.597288] console [ttyS0] disabled
[ 0.597350] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 320, base_baud = 25500000) is a Tegra
[ 2.696399] console [ttyS0] enabled
[ 2.697714] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 321, base_baud = 0) is a TEGRA_UART
[ 2.698176] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 322, base_baud = 0) is a TEGRA_UART
[ 2.698507] serial-tegra 70006300.serial: RX in PIO mode
[ 2.698609] 70006300.serial: ttyTHS3 at MMIO 0x70006300 (irq = 323, base_baud = 0) is a TEGRA_UART
[ 2.700881] gk20a 57000000.gpu: platform probe failed
[ 2.714891] brd: module loaded
[ 2.716537] Console: switching to colour frame buffer device 210x65
[ 2.720427] loop: module loaded
[ 2.721062] zram: Added device: zram0
[ 2.721071] Silicon Labs C2 port support v. 0.51.0 - (C) 2007 Rodolfo Giometti
[ 2.721281] nct1008_nct72 0-004c: find device tree node, parsing dt
[ 2.721286] nct1008_nct72 0-004c: starting parse dt
[ 2.721361] nct1008_nct72 0-004c: success parsing dt
[ 2.721611] nct1008_nct72 0-004c: success in enabling tmp451 VDD rail
[ 2.799428] tmp451: Enabled overheat logging at 102.00C
[ 2.799573] nct1008_nct72 0-004c: nct1008_probe: initialized
[ 2.832840] tegradc tegradc.1: fb registered
[ 2.838125] THERMAL EST: found 2 subdevs
[ 2.842074] THERMAL EST num_resources: 0
[ 2.846010] [THERMAL EST subdev 0]
[ 2.849423] [THERMAL EST subdev 1]
[ 2.853173] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 2.861897] tegradc tegradc.1: nominal-pclk:146361600 parent:146359375 div:1.0 pclk:146359375 144897984~159534144
[ 2.862797] tegradc tegradc.1: hdmi: pclk:146361K, set prod-setting:prod_c_hdmi_75m_150m
[ 2.880480] THERMAL EST: thz register success.
[ 2.885073] THERMAL EST: end of probe, return err: 0
[ 2.890125] tegra_profiler: Branch: Dev
[ 2.893975] tegra_profiler: Version: 1.117
[ 2.898078] tegra_profiler: Samples version: 41
[ 2.902617] tegra_profiler: IO version: 22
[ 2.906723] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.911090] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.919272] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.923639] armv8_pmu: [1] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.931823] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.936189] armv8_pmu: [2] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.944368] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.948732] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.957083] tegra_profiler: auth: init
[ 2.961357] tegra-ahci 70027000.sata: Missing devslp-active state
[ 2.968393] Rounding down aligned max_sectors from 4294967295 to 4294967288
[ 2.975873] spi-tegra114 7000d400.spi: Static pin configuration used
[ 2.982279] tegradc tegradc.1: blank - normal
[ 2.983096] spi-tegra114 7000da00.spi: Static pin configuration used
[ 2.984482] tun: Universal TUN/TAP device driver, 1.6
[ 2.984486] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.984893] PPP generic driver version 2.4.2
[ 2.985052] PPP BSD Compression module registered
[ 2.985058] PPP Deflate Compression module registered
[ 2.985081] PPP MPPE Compression module registered
[ 2.985094] NET: Registered protocol family 24
[ 2.985172] usbcore: registered new interface driver r8152
[ 2.985226] usbcore: registered new interface driver asix
[ 2.985289] usbcore: registered new interface driver ax88179_178a
[ 2.985341] usbcore: registered new interface driver cdc_ether
[ 2.985398] usbcore: registered new interface driver smsc95xx
[ 2.985441] usbcore: registered new interface driver net1080
[ 2.985488] usbcore: registered new interface driver cdc_subset
[ 2.985531] usbcore: registered new interface driver zaurus
[ 2.985603] usbcore: registered new interface driver cdc_ncm
[ 2.985725] usbcore: registered new interface driver cdc_acm
[ 2.985728] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.985786] usbcore: registered new interface driver usb-storage
[ 2.985878] usbcore: registered new interface driver usbserial
[ 2.985916] usbcore: registered new interface driver ftdi_sio
[ 2.985947] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.985985] usbcore: registered new interface driver option
[ 2.986017] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.986054] usbcore: registered new interface driver pl2303
[ 2.986082] usbserial: USB Serial support registered for pl2303
[ 2.987144] tegra-xudc-new 700d0000.xudc: usb2 phy is not available yet
[ 2.998034] tegradc tegradc.1: blank - powerdown
[ 3.121889] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc1
[ 3.123448] tegradc tegradc.1: unblank
[ 3.128755] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc0
[ 3.128848] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[ 3.130836] i2c /dev entries driver
[ 3.134932] IR NEC protocol handler initialized
[ 3.134949] IR Sharp protocol handler initialized
[ 3.134959] IR XMP protocol handler initialized
[ 3.135206] usbcore: registered new interface driver uvcvideo
[ 3.135210] USB Video Class driver (1.1.1)
[ 3.136191] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.140613] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[ 3.140621] tegra_soctherm 700e2000.soctherm: pllx_offset tz:1 max:8, min:4
[ 3.142217] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 3.142247] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 3.142575] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 3.142587] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 3.142598] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 3.142977] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 3.142983] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature 2147483647 forced to 127000
[ 3.142994] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 3.143003] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 3.143619] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[ 3.147520] tegra_aotag tegra-aotag: Registering sensor 0
[ 3.147638] tegra_aotag tegra-aotag: Invalid temp readout
[ 3.147661] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[ 3.147672] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[ 3.149157] FAN dev name: pwm-fan
[ 3.149326] FAN:gpio request success.
[ 3.149556] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 3.150222] pwm_fan_driver pwm-fan: unable to request PWM, trying legacy API
[ 3.150251] pwm_fan_driver pwm-fan: got pwm for fan
[ 3.150915] pwm_fan_driver pwm-fan: fan tach request irq success
[ 3.150929] pwm_fan_driver pwm-fan: tach period: 1000
[ 3.151220] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 3.151229] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 3.151238] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 3.151244] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 3.151250] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 3.151255] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 3.151261] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 3.151267] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 3.151273] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 3.151279] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 3.153427] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[ 3.154365] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[ 3.155586] device-mapper: uevent: version 1.0.3
[ 3.156336] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 3.169461] sdhci: Secure Digital Host Controller Interface driver
[ 3.169471] sdhci: Copyright(c) Pierre Ossman
[ 3.169505] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.171800] sdhci-tegra sdhci-tegra.3: Parent select= pll_p rate=408000000
[ 3.172283] sdhci-tegra sdhci-tegra.3: Parent select= pll_c4_out2 rate=199680000
[ 3.172360] sdhci-tegra sdhci-tegra.3: Client registration for eMC Successful
[ 3.176265] tegra-se 70012000.se: tegra_se_probe: complete
[ 3.176971] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.178467] tegradc tegradc.1: nominal-pclk:146361600 parent:146359375 div:1.0 pclk:146359375 144897984~159534144
[ 3.179924] usbcore: registered new interface driver usbhid
[ 3.179926] usbhid: USB HID core driver
[ 3.180220] tegradc tegradc.1: hdmi: pclk:146361K, set prod-setting:prod_c_hdmi_75m_150m
[ 3.183215] parse_throttle_dt_data: Num cap clks = 6
[ 3.183221] parse_throttle_dt_data: clk=cclk_g type=2
[ 3.183230] parse_throttle_dt_data: clk=gpu type=4
[ 3.183300] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[ 3.183331] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[ 3.183367] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[ 3.183371] parse_throttle_dt_data: clk=emc type=3
[ 3.184087] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.184406] tegra21x_actmon 6000c800.actmon: in actmon_register()…
[ 3.185427] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[ 3.187128] tegra124-dfll 70110000.clock: config PMU interface as PWM
[ 3.190434] usbcore: registered new interface driver snd-usb-audio
[ 3.190537] No Device Node present for smmu client: snd-soc-dummy !!
[ 3.190545] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 3.190555] No Device Node present for smmu client: snd-soc-dummy !!
[ 3.190561] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 3.190865] No Device Node present for smmu client: snd-soc-dummy !!
[ 3.190872] snd-soc-dummy snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 3.190900] No Device Node present for smmu client: snd-soc-dummy !!
[ 3.190906] snd-soc-dummy snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 3.202985] tegra210-i2s tegra210-i2s.0: Missing prop fsync-width for I2S0
[ 3.204891] tegra210-i2s tegra210-i2s.2: Missing prop fsync-width for I2S2
[ 3.205542] tegra210-i2s tegra210-i2s.3: Missing prop fsync-width for I2S3
[ 3.206316] tegra210-i2s tegra210-i2s.4: Missing prop fsync-width for I2S4
[ 3.213326] mmc0: SDHCI controller on sdhci-tegra.3 [sdhci-tegra.3] using ADMA 64-bit with 64 bit addr
[ 3.213621] sdhci-tegra sdhci-tegra.1: Parent select= pll_p rate=408000000
[ 3.213650] sdhci-tegra sdhci-tegra.1: Client registration for eMC Successful
[ 3.220069] OPE platform probe
[ 3.220266] OPE platform probe successful
[ 3.220697] OPE platform probe
[ 3.220889] OPE platform probe successful
[ 3.254486] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 3.254711] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 3.254966] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 3.255191] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 3.255412] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 3.255642] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 3.255863] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 3.256087] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 3.256320] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 3.256540] tegra-snd-t210ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 3.287581] input: tegra-snd-t210ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input0
[ 3.288244] tegra-snd-t210ref-mobile-rt565x sound: codec-dai “dit-hifi” registered
[ 3.288249] tegra-snd-t210ref-mobile-rt565x sound: This is a dummy codec
[ 3.289063] GACT probability NOT on
[ 3.289078] Mirror/redirect action on
[ 3.289102] u32 classifier
[ 3.289104] Actions configured
[ 3.289129] Netfilter messages via NETLINK v0.30.
[ 3.289199] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 3.289669] ctnetlink v0.93: registering with nfnetlink.
[ 3.290511] xt_time: kernel timezone is -0000
[ 3.290533] IPVS: Registered protocols ()
[ 3.290564] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 3.290665] IPVS: Creating netns size=1424 id=0
[ 3.290695] IPVS: ipvs loaded.
[ 3.290708] IPVS: [rr] scheduler registered.
[ 3.290869] ipip: IPv4 over IPv4 tunneling driver
[ 3.291538] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.291693] arp_tables: (C) 2002 David S. Miller
[ 3.291758] Initializing XFRM netlink socket
[ 3.292481] NET: Registered protocol family 10
[ 3.293512] mip6: Mobile IPv6
[ 3.293541] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.293722] sit: IPv6 over IPv4 tunneling driver
[ 3.294804] NET: Registered protocol family 17
[ 3.294828] NET: Registered protocol family 15
[ 3.294863] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 3.294886] Key type dns_resolver registered
[ 3.296009] Registered cp15_barrier emulation handler
[ 3.303380] isp 54600000.isp: initialized
[ 3.304718] isp 54680000.isp: initialized
[ 3.308377] clk_cbus_recalc_rate: no gbus parent
[ 3.308384] clk_cbus_round_rate: no gbus parent
[ 3.308387] clk_cbus_round_rate: no gbus parent
[ 3.308394] clk_cbus_recalc_rate: no gbus parent
[ 3.321628] clk_cbus_recalc_rate: no gbus parent
[ 3.321635] clk_cbus_round_rate: no gbus parent
[ 3.321638] clk_cbus_round_rate: no gbus parent
[ 3.321648] clk_cbus_recalc_rate: no gbus parent
[ 3.321673] tegra_dvfs: GPU-cap: registered
[ 3.321765] tegra dvfs: vdd-cpu: nominal 1226mV, offset 708000uV, step 19200uV, scaling enabled
[ 3.321769] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[ 3.321773] tegra dvfs: vdd-gpu: nominal 1100mV, offset 710000uV, step 10000uV, scaling enabled
[ 3.371483] mmc0: MAN_BKOPS_EN bit is not set
[ 3.387401] tegra_dvfs: vdd-gpu-vts: registered
[ 3.401390] xhci-tegra 70090000.xusb: can’t get usb3-0 phy (-517)
[ 3.402028] tegra21x-padctl-uphy 7009f000.pinctrl: padctl mmio start 0x000000007009f000 end 0x000000007009ffff
[ 3.402039] tegra21x-padctl-uphy 7009f000.pinctrl: TEGRA_FUSE_SKU_CALIB_0 0x8248412
[ 3.402046] tegra21x-padctl-uphy 7009f000.pinctrl: TEGRA_FUSE_USB_CALIB_EXT_0 0x4
[ 3.403390] tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-0 is used by XUSB
[ 3.403400] tegra21x-padctl-uphy 7009f000.pinctrl: using UTMI port 0 for otg
[ 3.403408] tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-2 is used by XUSB
[ 3.403423] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 5, set usb3_lanes = 0x20
[ 3.403438] tegra21x-padctl-uphy 7009f000.pinctrl: USB3 port 1 maps to USB2 port 2
[ 3.403445] tegra21x-padctl-uphy 7009f000.pinctrl: UTMI-1 is used by XUSB
[ 3.403458] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 6, set usb3_lanes = 0x60
[ 3.403472] tegra21x-padctl-uphy 7009f000.pinctrl: USB3 port 0 maps to USB2 port 1
[ 3.403488] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 1, set pcie_lanes = 0x2
[ 3.403507] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 2, set pcie_lanes = 0x6
[ 3.403525] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 3, set pcie_lanes = 0xe
[ 3.403542] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 4, set pcie_lanes = 0x1e
[ 3.403559] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 0, set pcie_lanes = 0x1f
[ 3.403578] tegra21x-padctl-uphy 7009f000.pinctrl: uphy_lane = 7, set sata_lanes = 0x80
[ 3.404249] usb-vbus1: supplied by vdd-3v3
[ 3.406552] tegra21x-padctl-uphy 7009f000.pinctrl: Done tegra21x_padctl_uphy_probe
[ 3.409517] tegra-pcie 1003000.pcie-controller: 4x1, 1x1 configuration
[ 3.409618] tegra-pcie 1003000.pcie-controller: missing clkreq_dir_enable state: -19
[ 3.409626] tegra-pcie 1003000.pcie-controller: missing clkreq_dir_enable state: -19
[ 3.409771] tegra-pcie 1003000.pcie-controller: PCIE: Enable power rails
[ 3.410504] clk_cbus_round_rate: no gbus parent
[ 3.410510] tegra_gpu_edp gpu_edp: unable to get max GPU freq
[ 3.410811] tegra-pcie 1003000.pcie-controller: probing port 0, using 4 lanes
[ 3.412929] gk20a 57000000.gpu: GPCPLL initial settings: NA mode, M=1, N=34, P=3
[ 3.413297] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes
[ 3.413908] tegra-ahci 70027000.sata: Missing devslp-active state
[ 3.415409] tegra-ahci 70027000.sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 3.415421] tegra-ahci 70027000.sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 3.416522] scsi host0: tegra_ahci
[ 3.416896] scsi host1: tegra_ahci
[ 3.417117] ata1: SATA max UDMA/133 mmio [mem 0x70027000-0x70028fff] port 0x100 irq 370
[ 3.417120] ata2: DUMMY
[ 3.420352] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[ 3.420425] tegra-xudc-new 700d0000.xudc: device mode on
[ 3.424244] mmc0: Skipping tuning since strobe enabled
[ 3.458267] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS ‘floor cooling device’ registered
[ 3.513772] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS ‘cap cooling device’ registered
[ 3.514390] tegra_dfll_action dfll-cdev-cap: Tegra DFLL ‘cap cooling device’ registered
[ 3.529929] mmc0: new HS400 MMC card at address 0001
[ 3.530006] tegra_dfll_action dfll-cdev-floor: Tegra DFLL ‘floor cooling device’ registered
[ 3.530219] mmcblk mmc0:0001: Card claimed for testing.
[ 3.531420] tegra124-dfll 70110000.clock: entered closed loop mode
[ 3.531759] mmcblk0: mmc0:0001 016G32 14.7 GiB
[ 3.5332