Skip to content

Instantly share code, notes, and snippets.

@erosca
Created February 14, 2019 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erosca/1af11aa62e16903e1b6964be6a9eea77 to your computer and use it in GitHub Desktop.
Save erosca/1af11aa62e16903e1b6964be6a9eea77 to your computer and use it in GitHub Desktop.
Testing: [PATCH v3] drivers: base: add support to skip power management in device/driver model
This file has been truncated, but you can view the full file.
##### Link: https://marc.info/?l=linux-pm&m=155016896214969&w=2
root@rcar-gen3:~#
root@rcar-gen3:~# cat z.sh
modprobe i2c-dev
msleep 200
i2cset -f -y 7 0x30 0x20 0x0F
msleep 200
echo deep > /sys/power/mem_sleep
msleep 200
echo mem > /sys/power/state
root@rcar-gen3:~#
root@rcar-gen3:~# for i in {1..500}; do echo "####### $i"; sh z.sh; done
####### 1
[ 91.852127] i2c /dev entries driver
[ 92.538828] PM: suspend entry (deep)
[ 92.542598] PM: Syncing filesystems ... done.
[ 92.655987] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 92.667352] OOM killer disabled.
[ 92.670753] Freezing remaining freezable tasks ... (elapsed 0.003 seconds) done.
[ 92.883936] PM: suspend devices took 0.202 seconds
[ 92.937743] Disabling non-boot CPUs ...
[ 92.949489] CPU1: shutdown
[ 92.952399] psci: CPU1 killed.
[ 92.966360] CPU2: shutdown
[ 92.969262] psci: CPU2 killed.
[ 92.982209] CPU3: shutdown
[ 92.985131] psci: CPU3 killed.
[ 93.003313] CPU4: shutdown
[ 93.006250] psci: CPU4 killed.
[ 93.020962] NOHZ: local_softirq_pending 02
[ 93.025896] NOHZ: local_softirq_pending 202
[ 93.033807] CPU5: shutdown
[ 93.036717] psci: CPU5 killed.
[ 93.052347] CPU6: shutdown
[ 93.055222] psci: CPU6 killed.
[ 93.080183] NOHZ: local_softirq_pending 202
[ 93.086368] CPU7: shutdown
[ 93.089369] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 93.096113] Enabling non-boot CPUs ...
[ 93.101165] Detected PIPT I-cache on CPU1
[ 93.101284] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 93.106994] CPU1 is up
[ 93.120897] Detected PIPT I-cache on CPU2
[ 93.120992] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 93.126196] CPU2 is up
[ 93.139979] Detected PIPT I-cache on CPU3
[ 93.140077] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 93.145573] CPU3 is up
[ 93.159409] Detected VIPT I-cache on CPU4
[ 93.159602] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 93.176155] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 93.195038] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 93.210233] CPU4 is up
[ 93.213231] Detected VIPT I-cache on CPU5
[ 93.213419] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 93.227575] CPU5 is up
[ 93.241415] Detected VIPT I-cache on CPU6
[ 93.241604] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 93.257737] CPU6 is up
[ 93.271493] Detected VIPT I-cache on CPU7
[ 93.271682] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 93.288480] CPU7 is up
[ 93.347619] usb usb7: root hub lost power or was reset
[ 93.352886] usb usb8: root hub lost power or was reset
[ 93.447362] usb usb3: root hub lost power or was reset
[ 93.452906] usb usb1: root hub lost power or was reset
[ 93.534740] usb usb4: root hub lost power or was reset
[ 93.540275] usb usb2: root hub lost power or was reset
[ 93.653735] usb usb6: root hub lost power or was reset
[ 93.659259] usb usb5: root hub lost power or was reset
[ 93.787983] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 93.862720] PM: resume devices took 0.533 seconds
[ 93.867660] OOM killer enabled.
[ 93.870966] Restarting tasks ... done.
[ 93.880842] PM: suspend exit
####### 2
[ 93.952713] ata1: link resume succeeded after 1 retries
[ 94.061123] ata1: SATA link down (SStatus 0 SControl 300)
[ 94.587344] PM: suspend entry (deep)
[ 94.591131] PM: Syncing filesystems ... done.
[ 94.709132] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 94.720583] OOM killer disabled.
[ 94.723984] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 94.954313] PM: suspend devices took 0.218 seconds
[ 95.008145] Disabling non-boot CPUs ...
[ 95.019417] CPU1: shutdown
[ 95.022341] psci: CPU1 killed.
[ 95.035298] CPU2: shutdown
[ 95.038198] psci: CPU2 killed.
[ 95.050286] CPU3: shutdown
[ 95.053206] psci: CPU3 killed.
[ 95.071838] CPU4: shutdown
[ 95.074725] psci: CPU4 killed.
[ 95.090191] CPU5: shutdown
[ 95.093217] psci: CPU5 killed.
[ 95.107977] CPU6: shutdown
[ 95.110851] psci: CPU6 killed.
[ 95.135039] NOHZ: local_softirq_pending 202
[ 95.141168] CPU7: shutdown
[ 95.144168] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 95.150102] Enabling non-boot CPUs ...
[ 95.155075] Detected PIPT I-cache on CPU1
[ 95.155194] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 95.160825] CPU1 is up
[ 95.174730] Detected PIPT I-cache on CPU2
[ 95.174825] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 95.180329] CPU2 is up
[ 95.194118] Detected PIPT I-cache on CPU3
[ 95.194220] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 95.200013] CPU3 is up
[ 95.213929] Detected VIPT I-cache on CPU4
[ 95.214127] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 95.230752] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 95.249633] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 95.264504] CPU4 is up
[ 95.267469] Detected VIPT I-cache on CPU5
[ 95.267661] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 95.282688] CPU5 is up
[ 95.296505] Detected VIPT I-cache on CPU6
[ 95.296696] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 95.313735] CPU6 is up
[ 95.327494] Detected VIPT I-cache on CPU7
[ 95.327687] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 95.345469] CPU7 is up
[ 95.405428] usb usb7: root hub lost power or was reset
[ 95.410688] usb usb8: root hub lost power or was reset
[ 95.493225] usb usb3: root hub lost power or was reset
[ 95.498769] usb usb1: root hub lost power or was reset
[ 95.581096] usb usb4: root hub lost power or was reset
[ 95.586907] usb usb2: root hub lost power or was reset
[ 95.699271] usb usb6: root hub lost power or was reset
[ 95.704828] usb usb5: root hub lost power or was reset
[ 95.832934] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 95.906719] PM: resume devices took 0.519 seconds
[ 95.911716] OOM killer enabled.
[ 95.915033] Restarting tasks ... done.
[ 95.923353] PM: suspend exit
####### 3
[ 96.000567] ata1: link resume succeeded after 1 retries
[ 96.109114] ata1: SATA link down (SStatus 0 SControl 300)
[ 96.635662] PM: suspend entry (deep)
[ 96.639477] PM: Syncing filesystems ... done.
[ 96.752725] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 96.763988] OOM killer disabled.
[ 96.767453] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 96.973591] PM: suspend devices took 0.195 seconds
[ 97.027865] Disabling non-boot CPUs ...
[ 97.038919] CPU1: shutdown
[ 97.041856] psci: CPU1 killed.
[ 97.054996] CPU2: shutdown
[ 97.057924] psci: CPU2 killed.
[ 97.070883] CPU3: shutdown
[ 97.073820] psci: CPU3 killed.
[ 97.088706] NOHZ: local_softirq_pending 02
[ 97.093647] NOHZ: local_softirq_pending 202
[ 97.099737] CPU4: shutdown
[ 97.102633] psci: CPU4 killed.
[ 97.118807] CPU5: shutdown
[ 97.121679] psci: CPU5 killed.
[ 97.135979] CPU6: shutdown
[ 97.138854] psci: CPU6 killed.
[ 97.160715] NOHZ: local_softirq_pending 202
[ 97.166876] CPU7: shutdown
[ 97.169874] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 97.176799] Enabling non-boot CPUs ...
[ 97.181640] Detected PIPT I-cache on CPU1
[ 97.181757] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 97.187463] CPU1 is up
[ 97.201246] Detected PIPT I-cache on CPU2
[ 97.201340] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 97.206813] CPU2 is up
[ 97.220660] Detected PIPT I-cache on CPU3
[ 97.220762] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 97.226649] CPU3 is up
[ 97.240549] Detected VIPT I-cache on CPU4
[ 97.240743] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 97.257536] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 97.276484] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 97.291369] CPU4 is up
[ 97.294325] Detected VIPT I-cache on CPU5
[ 97.294511] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 97.309584] CPU5 is up
[ 97.323401] Detected VIPT I-cache on CPU6
[ 97.323591] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 97.340443] CPU6 is up
[ 97.354240] Detected VIPT I-cache on CPU7
[ 97.354431] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 97.372400] CPU7 is up
[ 97.432721] usb usb7: root hub lost power or was reset
[ 97.437985] usb usb8: root hub lost power or was reset
[ 97.520171] usb usb3: root hub lost power or was reset
[ 97.525719] usb usb1: root hub lost power or was reset
[ 97.608039] usb usb4: root hub lost power or was reset
[ 97.613623] usb usb2: root hub lost power or was reset
[ 97.726014] usb usb6: root hub lost power or was reset
[ 97.731562] usb usb5: root hub lost power or was reset
[ 97.859834] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 97.934018] PM: resume devices took 0.520 seconds
[ 97.938945] OOM killer enabled.
[ 97.942255] Restarting tasks ... done.
[ 97.952419] PM: suspend exit
####### 4
[ 98.024449] ata1: link resume succeeded after 1 retries
[ 98.133160] ata1: SATA link down (SStatus 0 SControl 300)
[ 98.666764] PM: suspend entry (deep)
[ 98.670546] PM: Syncing filesystems ... done.
[ 98.781869] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 98.793382] OOM killer disabled.
[ 98.796784] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 99.000249] PM: suspend devices took 0.191 seconds
[ 99.054611] Disabling non-boot CPUs ...
[ 99.065928] CPU1: shutdown
[ 99.068871] psci: CPU1 killed.
[ 99.080683] CPU2: shutdown
[ 99.083596] psci: CPU2 killed.
[ 99.095912] CPU3: shutdown
[ 99.098841] psci: CPU3 killed.
[ 99.115543] CPU4: shutdown
[ 99.118431] psci: CPU4 killed.
[ 99.134841] CPU5: shutdown
[ 99.137727] psci: CPU5 killed.
[ 99.150706] NOHZ: local_softirq_pending 202
[ 99.156787] CPU6: shutdown
[ 99.159661] psci: CPU6 killed.
[ 99.184151] CPU7: shutdown
[ 99.187145] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 99.193485] Enabling non-boot CPUs ...
[ 99.198100] Detected PIPT I-cache on CPU1
[ 99.198220] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 99.203812] CPU1 is up
[ 99.217643] Detected PIPT I-cache on CPU2
[ 99.217737] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 99.223342] CPU2 is up
[ 99.237100] Detected PIPT I-cache on CPU3
[ 99.237200] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 99.243300] CPU3 is up
[ 99.257167] Detected VIPT I-cache on CPU4
[ 99.257365] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 99.273915] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 99.292859] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 99.307884] CPU4 is up
[ 99.310844] Detected VIPT I-cache on CPU5
[ 99.311035] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 99.325921] CPU5 is up
[ 99.339791] Detected VIPT I-cache on CPU6
[ 99.339982] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 99.357455] CPU6 is up
[ 99.371223] Detected VIPT I-cache on CPU7
[ 99.371417] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 99.391510] CPU7 is up
[ 99.451508] usb usb7: root hub lost power or was reset
[ 99.456771] usb usb8: root hub lost power or was reset
[ 99.539059] usb usb3: root hub lost power or was reset
[ 99.544618] usb usb1: root hub lost power or was reset
[ 99.626946] usb usb4: root hub lost power or was reset
[ 99.632532] usb usb2: root hub lost power or was reset
[ 99.744889] usb usb6: root hub lost power or was reset
[ 99.750450] usb usb5: root hub lost power or was reset
[ 99.878720] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 99.952628] PM: resume devices took 0.519 seconds
[ 99.957556] OOM killer enabled.
[ 99.960866] Restarting tasks ... done.
[ 99.970535] PM: suspend exit
####### 5
[ 100.048352] ata1: link resume succeeded after 1 retries
[ 100.157029] ata1: SATA link down (SStatus 0 SControl 300)
[ 100.678080] PM: suspend entry (deep)
[ 100.681895] PM: Syncing filesystems ... done.
[ 100.793483] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 100.804953] OOM killer disabled.
[ 100.808354] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 101.002017] PM: suspend devices took 0.181 seconds
[ 101.055855] Disabling non-boot CPUs ...
[ 101.067132] CPU1: shutdown
[ 101.070116] psci: CPU1 killed.
[ 101.081833] CPU2: shutdown
[ 101.084745] psci: CPU2 killed.
[ 101.097016] CPU3: shutdown
[ 101.099949] psci: CPU3 killed.
[ 101.118841] CPU4: shutdown
[ 101.121728] psci: CPU4 killed.
[ 101.136608] CPU5: shutdown
[ 101.139494] psci: CPU5 killed.
[ 101.154745] CPU6: shutdown
[ 101.157768] psci: CPU6 killed.
[ 101.183362] CPU7: shutdown
[ 101.186353] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 101.191909] Enabling non-boot CPUs ...
[ 101.196737] Detected PIPT I-cache on CPU1
[ 101.196856] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 101.202564] CPU1 is up
[ 101.216463] Detected PIPT I-cache on CPU2
[ 101.216558] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 101.222254] CPU2 is up
[ 101.236048] Detected PIPT I-cache on CPU3
[ 101.236148] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 101.242119] CPU3 is up
[ 101.255912] Detected VIPT I-cache on CPU4
[ 101.256109] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 101.272768] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 101.291751] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 101.306752] CPU4 is up
[ 101.309718] Detected VIPT I-cache on CPU5
[ 101.309908] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 101.324844] CPU5 is up
[ 101.338740] Detected VIPT I-cache on CPU6
[ 101.338932] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 101.356384] CPU6 is up
[ 101.370137] Detected VIPT I-cache on CPU7
[ 101.370331] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 101.388109] CPU7 is up
[ 101.448318] usb usb7: root hub lost power or was reset
[ 101.453580] usb usb8: root hub lost power or was reset
[ 101.535783] usb usb3: root hub lost power or was reset
[ 101.541338] usb usb1: root hub lost power or was reset
[ 101.623259] usb usb4: root hub lost power or was reset
[ 101.629016] usb usb2: root hub lost power or was reset
[ 101.740256] usb usb6: root hub lost power or was reset
[ 101.745796] usb usb5: root hub lost power or was reset
[ 101.874622] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 101.948720] PM: resume devices took 0.518 seconds
[ 101.953645] OOM killer enabled.
[ 101.956956] Restarting tasks ... done.
[ 101.967134] PM: suspend exit
####### 6
[ 102.040243] ata1: link resume succeeded after 1 retries
[ 102.149147] ata1: SATA link down (SStatus 0 SControl 300)
[ 102.676341] PM: suspend entry (deep)
[ 102.680111] PM: Syncing filesystems ... done.
[ 102.797252] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 102.808639] OOM killer disabled.
[ 102.812103] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 103.015648] PM: suspend devices took 0.192 seconds
[ 103.069221] Disabling non-boot CPUs ...
[ 103.080673] CPU1: shutdown
[ 103.083590] psci: CPU1 killed.
[ 103.096014] CPU2: shutdown
[ 103.099115] psci: CPU2 killed.
[ 103.111199] CPU3: shutdown
[ 103.114174] psci: CPU3 killed.
[ 103.131879] CPU4: shutdown
[ 103.134896] psci: CPU4 killed.
[ 103.149741] CPU5: shutdown
[ 103.152627] psci: CPU5 killed.
[ 103.167277] CPU6: shutdown
[ 103.170316] psci: CPU6 killed.
[ 103.193333] NOHZ: local_softirq_pending 202
[ 103.199247] CPU7: shutdown
[ 103.202245] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 103.208442] Enabling non-boot CPUs ...
[ 103.213328] Detected PIPT I-cache on CPU1
[ 103.213448] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 103.219109] CPU1 is up
[ 103.232905] Detected PIPT I-cache on CPU2
[ 103.233001] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 103.238600] CPU2 is up
[ 103.252366] Detected PIPT I-cache on CPU3
[ 103.252467] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 103.258410] CPU3 is up
[ 103.272301] Detected VIPT I-cache on CPU4
[ 103.272496] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 103.289220] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 103.308102] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 103.323024] CPU4 is up
[ 103.325995] Detected VIPT I-cache on CPU5
[ 103.326183] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 103.341025] CPU5 is up
[ 103.354893] Detected VIPT I-cache on CPU6
[ 103.355082] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 103.370972] CPU6 is up
[ 103.384770] Detected VIPT I-cache on CPU7
[ 103.384960] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 103.404566] CPU7 is up
[ 103.464895] usb usb7: root hub lost power or was reset
[ 103.470157] usb usb8: root hub lost power or was reset
[ 103.551658] usb usb3: root hub lost power or was reset
[ 103.557212] usb usb1: root hub lost power or was reset
[ 103.639697] usb usb4: root hub lost power or was reset
[ 103.645211] usb usb2: root hub lost power or was reset
[ 103.757638] usb usb6: root hub lost power or was reset
[ 103.763255] usb usb5: root hub lost power or was reset
[ 103.892483] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 103.966228] PM: resume devices took 0.520 seconds
[ 103.971230] OOM killer enabled.
[ 103.974544] Restarting tasks ... done.
[ 103.983128] PM: suspend exit
####### 7
[ 104.064109] ata1: link resume succeeded after 1 retries
[ 104.172821] ata1: SATA link down (SStatus 0 SControl 300)
[ 104.694186] PM: suspend entry (deep)
[ 104.698000] PM: Syncing filesystems ... done.
[ 104.815139] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 104.826555] OOM killer disabled.
[ 104.829994] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 105.038759] PM: suspend devices took 0.196 seconds
[ 105.093049] Disabling non-boot CPUs ...
[ 105.105212] CPU1: shutdown
[ 105.108130] psci: CPU1 killed.
[ 105.120726] CPU2: shutdown
[ 105.123648] psci: CPU2 killed.
[ 105.135306] CPU3: shutdown
[ 105.138211] psci: CPU3 killed.
[ 105.157187] CPU4: shutdown
[ 105.160100] psci: CPU4 killed.
[ 105.176417] CPU5: shutdown
[ 105.179635] psci: CPU5 killed.
[ 105.194263] CPU6: shutdown
[ 105.197149] psci: CPU6 killed.
[ 105.221227] CPU7: shutdown
[ 105.224221] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 105.230601] Enabling non-boot CPUs ...
[ 105.235485] Detected PIPT I-cache on CPU1
[ 105.235605] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 105.241227] CPU1 is up
[ 105.255136] Detected PIPT I-cache on CPU2
[ 105.255231] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 105.261012] CPU2 is up
[ 105.274799] Detected PIPT I-cache on CPU3
[ 105.274899] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 105.280748] CPU3 is up
[ 105.294570] Detected VIPT I-cache on CPU4
[ 105.294766] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 105.311416] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 105.330302] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 105.345497] CPU4 is up
[ 105.348508] Detected VIPT I-cache on CPU5
[ 105.348695] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 105.363614] CPU5 is up
[ 105.377499] Detected VIPT I-cache on CPU6
[ 105.377688] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 105.394980] CPU6 is up
[ 105.408778] Detected VIPT I-cache on CPU7
[ 105.408969] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 105.426934] CPU7 is up
[ 105.486122] usb usb7: root hub lost power or was reset
[ 105.491383] usb usb8: root hub lost power or was reset
[ 105.573553] usb usb3: root hub lost power or was reset
[ 105.579185] usb usb1: root hub lost power or was reset
[ 105.661005] usb usb4: root hub lost power or was reset
[ 105.666547] usb usb2: root hub lost power or was reset
[ 105.778007] usb usb6: root hub lost power or was reset
[ 105.783632] usb usb5: root hub lost power or was reset
[ 105.912324] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 105.986482] PM: resume devices took 0.518 seconds
[ 105.991404] OOM killer enabled.
[ 105.994714] Restarting tasks ... done.
[ 106.004658] PM: suspend exit
####### 8
[ 106.087978] ata1: link resume succeeded after 1 retries
[ 106.196518] ata1: SATA link down (SStatus 0 SControl 300)
[ 106.712448] PM: suspend entry (deep)
[ 106.716231] PM: Syncing filesystems ... done.
[ 106.837219] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 106.848603] OOM killer disabled.
[ 106.852003] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 107.052649] PM: suspend devices took 0.188 seconds
[ 107.105581] Disabling non-boot CPUs ...
[ 107.116743] CPU1: shutdown
[ 107.119671] psci: CPU1 killed.
[ 107.132645] CPU2: shutdown
[ 107.135550] psci: CPU2 killed.
[ 107.147103] CPU3: shutdown
[ 107.150032] psci: CPU3 killed.
[ 107.167137] CPU4: shutdown
[ 107.170024] psci: CPU4 killed.
[ 107.184076] NOHZ: local_softirq_pending 202
[ 107.190115] CPU5: shutdown
[ 107.192988] psci: CPU5 killed.
[ 107.207656] CPU6: shutdown
[ 107.210530] psci: CPU6 killed.
[ 107.233550] CPU7: shutdown
[ 107.236422] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 107.244027] Enabling non-boot CPUs ...
[ 107.248644] Detected PIPT I-cache on CPU1
[ 107.248763] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 107.254402] CPU1 is up
[ 107.268186] Detected PIPT I-cache on CPU2
[ 107.268281] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 107.273958] CPU2 is up
[ 107.287691] Detected PIPT I-cache on CPU3
[ 107.287790] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 107.293578] CPU3 is up
[ 107.307397] Detected VIPT I-cache on CPU4
[ 107.307592] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 107.324380] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 107.343371] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 107.358354] CPU4 is up
[ 107.361316] Detected VIPT I-cache on CPU5
[ 107.361507] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 107.376542] CPU5 is up
[ 107.390395] Detected VIPT I-cache on CPU6
[ 107.390585] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 107.407847] CPU6 is up
[ 107.421628] Detected VIPT I-cache on CPU7
[ 107.421819] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 107.439799] CPU7 is up
[ 107.499940] usb usb7: root hub lost power or was reset
[ 107.505302] usb usb8: root hub lost power or was reset
[ 107.586561] usb usb3: root hub lost power or was reset
[ 107.592164] usb usb1: root hub lost power or was reset
[ 107.673826] usb usb4: root hub lost power or was reset
[ 107.679406] usb usb2: root hub lost power or was reset
[ 107.792893] usb usb6: root hub lost power or was reset
[ 107.798417] usb usb5: root hub lost power or was reset
[ 107.927162] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 108.001602] PM: resume devices took 0.520 seconds
[ 108.006532] OOM killer enabled.
[ 108.009844] Restarting tasks ... done.
[ 108.019815] PM: suspend exit
####### 9
[ 108.095868] ata1: link resume succeeded after 1 retries
[ 108.204512] ata1: SATA link down (SStatus 0 SControl 300)
[ 108.733985] PM: suspend entry (deep)
[ 108.737762] PM: Syncing filesystems ... done.
[ 108.848974] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 108.860357] OOM killer disabled.
[ 108.863758] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 109.067624] PM: suspend devices took 0.191 seconds
[ 109.121917] Disabling non-boot CPUs ...
[ 109.133082] CPU1: shutdown
[ 109.136015] psci: CPU1 killed.
[ 109.148446] CPU2: shutdown
[ 109.151361] psci: CPU2 killed.
[ 109.163795] CPU3: shutdown
[ 109.166779] psci: CPU3 killed.
[ 109.185333] CPU4: shutdown
[ 109.188223] psci: CPU4 killed.
[ 109.203591] CPU5: shutdown
[ 109.206614] psci: CPU5 killed.
[ 109.221819] CPU6: shutdown
[ 109.224926] psci: CPU6 killed.
[ 109.250037] CPU7: shutdown
[ 109.253029] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 109.259053] Enabling non-boot CPUs ...
[ 109.263950] Detected PIPT I-cache on CPU1
[ 109.264070] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 109.269747] CPU1 is up
[ 109.283535] Detected PIPT I-cache on CPU2
[ 109.283630] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 109.289361] CPU2 is up
[ 109.303157] Detected PIPT I-cache on CPU3
[ 109.303257] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 109.309187] CPU3 is up
[ 109.323071] Detected VIPT I-cache on CPU4
[ 109.323268] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 109.339925] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 109.358808] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 109.374338] CPU4 is up
[ 109.377340] Detected VIPT I-cache on CPU5
[ 109.377530] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 109.392510] CPU5 is up
[ 109.406402] Detected VIPT I-cache on CPU6
[ 109.406594] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 109.422456] CPU6 is up
[ 109.436249] Detected VIPT I-cache on CPU7
[ 109.436443] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 109.456343] CPU7 is up
[ 109.516869] usb usb7: root hub lost power or was reset
[ 109.522132] usb usb8: root hub lost power or was reset
[ 109.617439] usb usb3: root hub lost power or was reset
[ 109.622992] usb usb1: root hub lost power or was reset
[ 109.705310] usb usb4: root hub lost power or was reset
[ 109.710829] usb usb2: root hub lost power or was reset
[ 109.823282] usb usb6: root hub lost power or was reset
[ 109.828865] usb usb5: root hub lost power or was reset
[ 109.958197] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 110.032334] PM: resume devices took 0.534 seconds
[ 110.037260] OOM killer enabled.
[ 110.040612] Restarting tasks ... done.
[ 110.050190] PM: suspend exit
####### 10
[ 110.127739] ata1: link resume succeeded after 1 retries
[ 110.236283] ata1: SATA link down (SStatus 0 SControl 300)
[ 110.764381] PM: suspend entry (deep)
[ 110.768166] PM: Syncing filesystems ... done.
[ 110.878981] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 110.890365] OOM killer disabled.
[ 110.893767] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 111.096447] PM: suspend devices took 0.190 seconds
[ 111.150254] Disabling non-boot CPUs ...
[ 111.161508] CPU1: shutdown
[ 111.164491] psci: CPU1 killed.
[ 111.177133] CPU2: shutdown
[ 111.180051] psci: CPU2 killed.
[ 111.192284] CPU3: shutdown
[ 111.195213] psci: CPU3 killed.
[ 111.210646] CPU4: shutdown
[ 111.213601] psci: CPU4 killed.
[ 111.231181] CPU5: shutdown
[ 111.234066] psci: CPU5 killed.
[ 111.248181] CPU6: shutdown
[ 111.251196] psci: CPU6 killed.
[ 111.275980] CPU7: shutdown
[ 111.278975] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 111.285233] Enabling non-boot CPUs ...
[ 111.290121] Detected PIPT I-cache on CPU1
[ 111.290239] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 111.295868] CPU1 is up
[ 111.309753] Detected PIPT I-cache on CPU2
[ 111.309848] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 111.315550] CPU2 is up
[ 111.329356] Detected PIPT I-cache on CPU3
[ 111.329458] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 111.335840] CPU3 is up
[ 111.349809] Detected VIPT I-cache on CPU4
[ 111.350004] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 111.366720] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 111.385664] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 111.401273] CPU4 is up
[ 111.404277] Detected VIPT I-cache on CPU5
[ 111.404468] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 111.419288] CPU5 is up
[ 111.433154] Detected VIPT I-cache on CPU6
[ 111.433344] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 111.449253] CPU6 is up
[ 111.463125] Detected VIPT I-cache on CPU7
[ 111.463315] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 111.483021] CPU7 is up
[ 111.543028] usb usb7: root hub lost power or was reset
[ 111.548292] usb usb8: root hub lost power or was reset
[ 111.631311] usb usb3: root hub lost power or was reset
[ 111.636917] usb usb1: root hub lost power or was reset
[ 111.718647] usb usb4: root hub lost power or was reset
[ 111.724190] usb usb2: root hub lost power or was reset
[ 111.835783] usb usb6: root hub lost power or was reset
[ 111.841330] usb usb5: root hub lost power or was reset
[ 111.970034] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 112.043735] PM: resume devices took 0.519 seconds
[ 112.048732] OOM killer enabled.
[ 112.052037] Restarting tasks ... done.
[ 112.060312] PM: suspend exit
####### 11
[ 112.135636] ata1: link resume succeeded after 1 retries
[ 112.244136] ata1: SATA link down (SStatus 0 SControl 300)
[ 112.768281] PM: suspend entry (deep)
[ 112.772068] PM: Syncing filesystems ... done.
[ 112.885850] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 112.897259] OOM killer disabled.
[ 112.900659] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 113.092357] PM: suspend devices took 0.179 seconds
[ 113.145319] Disabling non-boot CPUs ...
[ 113.156811] CPU1: shutdown
[ 113.159749] psci: CPU1 killed.
[ 113.172387] CPU2: shutdown
[ 113.175376] psci: CPU2 killed.
[ 113.187301] CPU3: shutdown
[ 113.190208] psci: CPU3 killed.
[ 113.208088] CPU4: shutdown
[ 113.210991] psci: CPU4 killed.
[ 113.227001] CPU5: shutdown
[ 113.229900] psci: CPU5 killed.
[ 113.244029] CPU6: shutdown
[ 113.246899] psci: CPU6 killed.
[ 113.273021] CPU7: shutdown
[ 113.275893] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 113.281776] Enabling non-boot CPUs ...
[ 113.286660] Detected PIPT I-cache on CPU1
[ 113.286780] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 113.292355] CPU1 is up
[ 113.306148] Detected PIPT I-cache on CPU2
[ 113.306243] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 113.311953] CPU2 is up
[ 113.325755] Detected PIPT I-cache on CPU3
[ 113.325855] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 113.331739] CPU3 is up
[ 113.345678] Detected VIPT I-cache on CPU4
[ 113.345873] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 113.362540] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 113.381507] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 113.396394] CPU4 is up
[ 113.399344] Detected VIPT I-cache on CPU5
[ 113.399532] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 113.415379] CPU5 is up
[ 113.429187] Detected VIPT I-cache on CPU6
[ 113.429377] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 113.446586] CPU6 is up
[ 113.460339] Detected VIPT I-cache on CPU7
[ 113.460529] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 113.478393] CPU7 is up
[ 113.539146] usb usb7: root hub lost power or was reset
[ 113.544507] usb usb8: root hub lost power or was reset
[ 113.626098] usb usb3: root hub lost power or was reset
[ 113.631700] usb usb1: root hub lost power or was reset
[ 113.713459] usb usb4: root hub lost power or was reset
[ 113.718993] usb usb2: root hub lost power or was reset
[ 113.830521] usb usb6: root hub lost power or was reset
[ 113.836104] usb usb5: root hub lost power or was reset
[ 113.964949] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 114.039692] PM: resume devices took 0.519 seconds
[ 114.044623] OOM killer enabled.
[ 114.047933] Restarting tasks ... done.
[ 114.057430] PM: suspend exit
####### 12
[ 114.135489] ata1: link resume succeeded after 1 retries
[ 114.244175] ata1: SATA link down (SStatus 0 SControl 300)
[ 114.765524] PM: suspend entry (deep)
[ 114.769366] PM: Syncing filesystems ... done.
[ 114.881619] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 114.892993] OOM killer disabled.
[ 114.896394] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 115.104205] PM: suspend devices took 0.195 seconds
[ 115.157540] Disabling non-boot CPUs ...
[ 115.168913] CPU1: shutdown
[ 115.171848] psci: CPU1 killed.
[ 115.184878] CPU2: shutdown
[ 115.187801] psci: CPU2 killed.
[ 115.200052] CPU3: shutdown
[ 115.202948] psci: CPU3 killed.
[ 115.219865] CPU4: shutdown
[ 115.222768] psci: CPU4 killed.
[ 115.238241] CPU5: shutdown
[ 115.241150] psci: CPU5 killed.
[ 115.255920] CPU6: shutdown
[ 115.258983] psci: CPU6 killed.
[ 115.284181] CPU7: shutdown
[ 115.287174] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 115.293510] Enabling non-boot CPUs ...
[ 115.298135] Detected PIPT I-cache on CPU1
[ 115.298255] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 115.303888] CPU1 is up
[ 115.317662] Detected PIPT I-cache on CPU2
[ 115.317756] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 115.323384] CPU2 is up
[ 115.337124] Detected PIPT I-cache on CPU3
[ 115.337224] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 115.343043] CPU3 is up
[ 115.356901] Detected VIPT I-cache on CPU4
[ 115.357100] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 115.373681] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 115.392569] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 115.407940] CPU4 is up
[ 115.410948] Detected VIPT I-cache on CPU5
[ 115.411138] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 115.426122] CPU5 is up
[ 115.439937] Detected VIPT I-cache on CPU6
[ 115.440130] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 115.456047] CPU6 is up
[ 115.469876] Detected VIPT I-cache on CPU7
[ 115.470071] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 115.489771] CPU7 is up
[ 115.550353] usb usb7: root hub lost power or was reset
[ 115.555618] usb usb8: root hub lost power or was reset
[ 115.637931] usb usb3: root hub lost power or was reset
[ 115.643484] usb usb1: root hub lost power or was reset
[ 115.725987] usb usb4: root hub lost power or was reset
[ 115.731585] usb usb2: root hub lost power or was reset
[ 115.843913] usb usb6: root hub lost power or was reset
[ 115.849507] usb usb5: root hub lost power or was reset
[ 115.977739] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 116.051876] PM: resume devices took 0.520 seconds
[ 116.056804] OOM killer enabled.
[ 116.060113] Restarting tasks ... done.
[ 116.069727] PM: suspend exit
####### 13
[ 116.151532] ata1: link resume succeeded after 1 retries
[ 116.262071] ata1: SATA link down (SStatus 0 SControl 300)
[ 116.782508] PM: suspend entry (deep)
[ 116.786288] PM: Syncing filesystems ... done.
[ 116.898637] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 116.910092] OOM killer disabled.
[ 116.913493] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 117.118837] PM: suspend devices took 0.193 seconds
[ 117.172385] Disabling non-boot CPUs ...
[ 117.183431] CPU1: shutdown
[ 117.186330] psci: CPU1 killed.
[ 117.198555] CPU2: shutdown
[ 117.201469] psci: CPU2 killed.
[ 117.213476] CPU3: shutdown
[ 117.216407] psci: CPU3 killed.
[ 117.233453] CPU4: shutdown
[ 117.236341] psci: CPU4 killed.
[ 117.253803] CPU5: shutdown
[ 117.256689] psci: CPU5 killed.
[ 117.271263] CPU6: shutdown
[ 117.274334] psci: CPU6 killed.
[ 117.299094] CPU7: shutdown
[ 117.302086] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 117.308444] Enabling non-boot CPUs ...
[ 117.313094] Detected PIPT I-cache on CPU1
[ 117.313212] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 117.318838] CPU1 is up
[ 117.332711] Detected PIPT I-cache on CPU2
[ 117.332804] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 117.338508] CPU2 is up
[ 117.352363] Detected PIPT I-cache on CPU3
[ 117.352462] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 117.358493] CPU3 is up
[ 117.372405] Detected VIPT I-cache on CPU4
[ 117.372599] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 117.389319] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 117.408260] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 117.423143] CPU4 is up
[ 117.426088] Detected VIPT I-cache on CPU5
[ 117.426276] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 117.441390] CPU5 is up
[ 117.455303] Detected VIPT I-cache on CPU6
[ 117.455493] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 117.472222] CPU6 is up
[ 117.486034] Detected VIPT I-cache on CPU7
[ 117.486225] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 117.504170] CPU7 is up
[ 117.564038] usb usb7: root hub lost power or was reset
[ 117.569303] usb usb8: root hub lost power or was reset
[ 117.651824] usb usb3: root hub lost power or was reset
[ 117.657429] usb usb1: root hub lost power or was reset
[ 117.739924] usb usb4: root hub lost power or was reset
[ 117.745660] usb usb2: root hub lost power or was reset
[ 117.857851] usb usb6: root hub lost power or was reset
[ 117.863386] usb usb5: root hub lost power or was reset
[ 117.991604] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 118.066038] PM: resume devices took 0.519 seconds
[ 118.071117] OOM killer enabled.
[ 118.074419] Restarting tasks ... done.
[ 118.083982] PM: suspend exit
####### 14
[ 118.159411] ata1: link resume succeeded after 1 retries
[ 118.269884] ata1: SATA link down (SStatus 0 SControl 300)
[ 118.796420] PM: suspend entry (deep)
[ 118.800199] PM: Syncing filesystems ... done.
[ 118.911434] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 118.922799] OOM killer disabled.
[ 118.926201] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 119.132037] PM: suspend devices took 0.194 seconds
[ 119.186171] Disabling non-boot CPUs ...
[ 119.197360] CPU1: shutdown
[ 119.200300] psci: CPU1 killed.
[ 119.212835] CPU2: shutdown
[ 119.215751] psci: CPU2 killed.
[ 119.227350] CPU3: shutdown
[ 119.230480] psci: CPU3 killed.
[ 119.248994] CPU4: shutdown
[ 119.251893] psci: CPU4 killed.
[ 119.267485] CPU5: shutdown
[ 119.270372] psci: CPU5 killed.
[ 119.284727] CPU6: shutdown
[ 119.287727] psci: CPU6 killed.
[ 119.312334] CPU7: shutdown
[ 119.315330] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 119.321604] Enabling non-boot CPUs ...
[ 119.326503] Detected PIPT I-cache on CPU1
[ 119.326622] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 119.332292] CPU1 is up
[ 119.346215] Detected PIPT I-cache on CPU2
[ 119.346312] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 119.352005] CPU2 is up
[ 119.365780] Detected PIPT I-cache on CPU3
[ 119.365879] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 119.371801] CPU3 is up
[ 119.385662] Detected VIPT I-cache on CPU4
[ 119.385856] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 119.402359] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 119.421245] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 119.436732] CPU4 is up
[ 119.439739] Detected VIPT I-cache on CPU5
[ 119.439926] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 119.455082] CPU5 is up
[ 119.468904] Detected VIPT I-cache on CPU6
[ 119.469094] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 119.484993] CPU6 is up
[ 119.498787] Detected VIPT I-cache on CPU7
[ 119.498980] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 119.518561] CPU7 is up
[ 119.577938] usb usb7: root hub lost power or was reset
[ 119.583200] usb usb8: root hub lost power or was reset
[ 119.665713] usb usb3: root hub lost power or was reset
[ 119.671328] usb usb1: root hub lost power or was reset
[ 119.753143] usb usb4: root hub lost power or was reset
[ 119.758673] usb usb2: root hub lost power or was reset
[ 119.870437] usb usb6: root hub lost power or was reset
[ 119.876097] usb usb5: root hub lost power or was reset
[ 120.004451] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 120.078259] PM: resume devices took 0.518 seconds
[ 120.083247] OOM killer enabled.
[ 120.086561] Restarting tasks ... done.
[ 120.094797] PM: suspend exit
####### 15
[ 120.175266] ata1: link resume succeeded after 1 retries
[ 120.285555] ata1: SATA link down (SStatus 0 SControl 300)
[ 120.803437] PM: suspend entry (deep)
[ 120.807208] PM: Syncing filesystems ... done.
[ 120.919163] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 120.930528] OOM killer disabled.
[ 120.933993] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 121.128733] PM: suspend devices took 0.183 seconds
[ 121.183584] Disabling non-boot CPUs ...
[ 121.194910] CPU1: shutdown
[ 121.197905] psci: CPU1 killed.
[ 121.210882] CPU2: shutdown
[ 121.213797] psci: CPU2 killed.
[ 121.224850] CPU3: shutdown
[ 121.227757] psci: CPU3 killed.
[ 121.246599] CPU4: shutdown
[ 121.249484] psci: CPU4 killed.
[ 121.264183] CPU5: shutdown
[ 121.267093] psci: CPU5 killed.
[ 121.282393] CPU6: shutdown
[ 121.285291] psci: CPU6 killed.
[ 121.308304] CPU7: shutdown
[ 121.311301] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 121.318285] Enabling non-boot CPUs ...
[ 121.322940] Detected PIPT I-cache on CPU1
[ 121.323059] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 121.328660] CPU1 is up
[ 121.342506] Detected PIPT I-cache on CPU2
[ 121.342602] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 121.348291] CPU2 is up
[ 121.362156] Detected PIPT I-cache on CPU3
[ 121.362255] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 121.368104] CPU3 is up
[ 121.381916] Detected VIPT I-cache on CPU4
[ 121.382113] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 121.398654] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 121.417538] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 121.432511] CPU4 is up
[ 121.435473] Detected VIPT I-cache on CPU5
[ 121.435663] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 121.450579] CPU5 is up
[ 121.464465] Detected VIPT I-cache on CPU6
[ 121.464656] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 121.480633] CPU6 is up
[ 121.494513] Detected VIPT I-cache on CPU7
[ 121.494707] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 121.514356] CPU7 is up
[ 121.574690] usb usb7: root hub lost power or was reset
[ 121.580057] usb usb8: root hub lost power or was reset
[ 121.661670] usb usb3: root hub lost power or was reset
[ 121.667216] usb usb1: root hub lost power or was reset
[ 121.749368] usb usb4: root hub lost power or was reset
[ 121.754974] usb usb2: root hub lost power or was reset
[ 121.867692] usb usb6: root hub lost power or was reset
[ 121.873504] usb usb5: root hub lost power or was reset
[ 122.002351] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 122.076125] PM: resume devices took 0.520 seconds
[ 122.081124] OOM killer enabled.
[ 122.084438] Restarting tasks ... done.
[ 122.092762] PM: suspend exit
####### 16
[ 122.167155] ata1: link resume succeeded after 1 retries
[ 122.277691] ata1: SATA link down (SStatus 0 SControl 300)
[ 122.802740] PM: suspend entry (deep)
[ 122.806523] PM: Syncing filesystems ... done.
[ 122.919298] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 122.930689] OOM killer disabled.
[ 122.934090] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 123.124968] PM: suspend devices took 0.179 seconds
[ 123.178708] Disabling non-boot CPUs ...
[ 123.190041] CPU1: shutdown
[ 123.192979] psci: CPU1 killed.
[ 123.205512] CPU2: shutdown
[ 123.208434] psci: CPU2 killed.
[ 123.220910] CPU3: shutdown
[ 123.223890] psci: CPU3 killed.
[ 123.242728] CPU4: shutdown
[ 123.245617] psci: CPU4 killed.
[ 123.262035] CPU5: shutdown
[ 123.264907] psci: CPU5 killed.
[ 123.279293] CPU6: shutdown
[ 123.282504] psci: CPU6 killed.
[ 123.307276] CPU7: shutdown
[ 123.310271] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069187] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 123.316513] Enabling non-boot CPUs ...
[ 123.321348] Detected PIPT I-cache on CPU1
[ 123.321466] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 123.327135] CPU1 is up
[ 123.341036] Detected PIPT I-cache on CPU2
[ 123.341131] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 123.346881] CPU2 is up
[ 123.360635] Detected PIPT I-cache on CPU3
[ 123.360735] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 123.366581] CPU3 is up
[ 123.380424] Detected VIPT I-cache on CPU4
[ 123.380618] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 123.397253] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 123.416142] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 123.431388] CPU4 is up
[ 123.434396] Detected VIPT I-cache on CPU5
[ 123.434582] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 123.449457] CPU5 is up
[ 123.463346] Detected VIPT I-cache on CPU6
[ 123.463535] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 123.479476] CPU6 is up
[ 123.493390] Detected VIPT I-cache on CPU7
[ 123.493579] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 123.512008] CPU7 is up
[ 123.572902] usb usb7: root hub lost power or was reset
[ 123.578265] usb usb8: root hub lost power or was reset
[ 123.659440] usb usb3: root hub lost power or was reset
[ 123.665054] usb usb1: root hub lost power or was reset
[ 123.746845] usb usb4: root hub lost power or was reset
[ 123.752371] usb usb2: root hub lost power or was reset
[ 123.864449] usb usb6: root hub lost power or was reset
[ 123.869991] usb usb5: root hub lost power or was reset
[ 123.998218] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 124.072399] PM: resume devices took 0.518 seconds
[ 124.077325] OOM killer enabled.
[ 124.080637] Restarting tasks ... done.
[ 124.090404] PM: suspend exit
####### 17
[ 124.167045] ata1: link resume succeeded after 1 retries
[ 124.277300] ata1: SATA link down (SStatus 0 SControl 300)
[ 124.798572] PM: suspend entry (deep)
[ 124.802358] PM: Syncing filesystems ... done.
[ 124.913074] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 124.924527] OOM killer disabled.
[ 124.927926] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 125.122407] PM: suspend devices took 0.182 seconds
[ 125.176137] Disabling non-boot CPUs ...
[ 125.187275] CPU1: shutdown
[ 125.190206] psci: CPU1 killed.
[ 125.203788] CPU2: shutdown
[ 125.206666] psci: CPU2 killed.
[ 125.218780] CPU3: shutdown
[ 125.221752] psci: CPU3 killed.
[ 125.239033] CPU4: shutdown
[ 125.241923] psci: CPU4 killed.
[ 125.257651] CPU5: shutdown
[ 125.260586] psci: CPU5 killed.
[ 125.274917] CPU6: shutdown
[ 125.277940] psci: CPU6 killed.
[ 125.300211] CPU7: shutdown
[ 125.303204] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 125.310976] Enabling non-boot CPUs ...
[ 125.315589] Detected PIPT I-cache on CPU1
[ 125.315711] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 125.321338] CPU1 is up
[ 125.335188] Detected PIPT I-cache on CPU2
[ 125.335283] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 125.340920] CPU2 is up
[ 125.354655] Detected PIPT I-cache on CPU3
[ 125.354754] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 125.360528] CPU3 is up
[ 125.374372] Detected VIPT I-cache on CPU4
[ 125.374567] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 125.391200] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 125.410083] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 125.425260] CPU4 is up
[ 125.428260] Detected VIPT I-cache on CPU5
[ 125.428449] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 125.443319] CPU5 is up
[ 125.457142] Detected VIPT I-cache on CPU6
[ 125.457333] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 125.473446] CPU6 is up
[ 125.487303] Detected VIPT I-cache on CPU7
[ 125.487495] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 125.507195] CPU7 is up
[ 125.566521] usb usb7: root hub lost power or was reset
[ 125.571782] usb usb8: root hub lost power or was reset
[ 125.654083] usb usb3: root hub lost power or was reset
[ 125.659694] usb usb1: root hub lost power or was reset
[ 125.741774] usb usb4: root hub lost power or was reset
[ 125.747383] usb usb2: root hub lost power or was reset
[ 125.858916] usb usb6: root hub lost power or was reset
[ 125.864503] usb usb5: root hub lost power or was reset
[ 125.993115] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 126.067303] PM: resume devices took 0.518 seconds
[ 126.072226] OOM killer enabled.
[ 126.075535] Restarting tasks ... done.
[ 126.085292] PM: suspend exit
####### 18
[ 126.158836] ata1: link resume succeeded after 1 retries
[ 126.269184] ata1: SATA link down (SStatus 0 SControl 300)
[ 126.793519] PM: suspend entry (deep)
[ 126.797343] PM: Syncing filesystems ... done.
[ 126.910952] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 126.922299] OOM killer disabled.
[ 126.925701] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 127.118181] PM: suspend devices took 0.180 seconds
[ 127.171235] Disabling non-boot CPUs ...
[ 127.182494] CPU1: shutdown
[ 127.185417] psci: CPU1 killed.
[ 127.198306] CPU2: shutdown
[ 127.201218] psci: CPU2 killed.
[ 127.213522] CPU3: shutdown
[ 127.216428] psci: CPU3 killed.
[ 127.232984] CPU4: shutdown
[ 127.235900] psci: CPU4 killed.
[ 127.251808] CPU5: shutdown
[ 127.254691] psci: CPU5 killed.
[ 127.270126] CPU6: shutdown
[ 127.273159] psci: CPU6 killed.
[ 127.296348] CPU7: shutdown
[ 127.299222] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 127.306212] Enabling non-boot CPUs ...
[ 127.311042] Detected PIPT I-cache on CPU1
[ 127.311161] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 127.316881] CPU1 is up
[ 127.330788] Detected PIPT I-cache on CPU2
[ 127.330882] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 127.336488] CPU2 is up
[ 127.350233] Detected PIPT I-cache on CPU3
[ 127.350334] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 127.356251] CPU3 is up
[ 127.370131] Detected VIPT I-cache on CPU4
[ 127.370327] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 127.387051] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 127.405942] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 127.421118] CPU4 is up
[ 127.424106] Detected VIPT I-cache on CPU5
[ 127.424295] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 127.439217] CPU5 is up
[ 127.453142] Detected VIPT I-cache on CPU6
[ 127.453334] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 127.470797] CPU6 is up
[ 127.484551] Detected VIPT I-cache on CPU7
[ 127.484743] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 127.502519] CPU7 is up
[ 127.562044] usb usb7: root hub lost power or was reset
[ 127.567306] usb usb8: root hub lost power or was reset
[ 127.650319] usb usb3: root hub lost power or was reset
[ 127.655877] usb usb1: root hub lost power or was reset
[ 127.738194] usb usb4: root hub lost power or was reset
[ 127.743731] usb usb2: root hub lost power or was reset
[ 127.856557] usb usb6: root hub lost power or was reset
[ 127.862107] usb usb5: root hub lost power or was reset
[ 127.991072] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 128.065302] PM: resume devices took 0.521 seconds
[ 128.070277] OOM killer enabled.
[ 128.073597] Restarting tasks ... done.
[ 128.084118] PM: suspend exit
####### 19
[ 128.158777] ata1: link resume succeeded after 1 retries
[ 128.269308] ata1: SATA link down (SStatus 0 SControl 300)
[ 128.791845] PM: suspend entry (deep)
[ 128.795624] PM: Syncing filesystems ... done.
[ 128.907872] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 128.919313] OOM killer disabled.
[ 128.922714] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 129.116224] PM: suspend devices took 0.181 seconds
[ 129.169855] Disabling non-boot CPUs ...
[ 129.180934] CPU1: shutdown
[ 129.183877] psci: CPU1 killed.
[ 129.197083] CPU2: shutdown
[ 129.200022] psci: CPU2 killed.
[ 129.212500] CPU3: shutdown
[ 129.215398] psci: CPU3 killed.
[ 129.231132] CPU4: shutdown
[ 129.235309] psci: CPU4 killed.
[ 129.250993] CPU5: shutdown
[ 129.253881] psci: CPU5 killed.
[ 129.269086] CPU6: shutdown
[ 129.271998] psci: CPU6 killed.
[ 129.297199] CPU7: shutdown
[ 129.300194] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 129.306247] Enabling non-boot CPUs ...
[ 129.311121] Detected PIPT I-cache on CPU1
[ 129.311240] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 129.317123] CPU1 is up
[ 129.330984] Detected PIPT I-cache on CPU2
[ 129.331078] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 129.336789] CPU2 is up
[ 129.350611] Detected PIPT I-cache on CPU3
[ 129.350713] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 129.356678] CPU3 is up
[ 129.370488] Detected VIPT I-cache on CPU4
[ 129.370685] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 129.387159] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 129.406048] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 129.421012] CPU4 is up
[ 129.423969] Detected VIPT I-cache on CPU5
[ 129.424159] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 129.439077] CPU5 is up
[ 129.452892] Detected VIPT I-cache on CPU6
[ 129.453085] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 129.469110] CPU6 is up
[ 129.482999] Detected VIPT I-cache on CPU7
[ 129.483193] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 129.502730] CPU7 is up
[ 129.563029] usb usb7: root hub lost power or was reset
[ 129.568291] usb usb8: root hub lost power or was reset
[ 129.650186] usb usb3: root hub lost power or was reset
[ 129.655727] usb usb1: root hub lost power or was reset
[ 129.737544] usb usb4: root hub lost power or was reset
[ 129.743286] usb usb2: root hub lost power or was reset
[ 129.854544] usb usb6: root hub lost power or was reset
[ 129.860163] usb usb5: root hub lost power or was reset
[ 129.988903] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 130.062650] PM: resume devices took 0.518 seconds
[ 130.067644] OOM killer enabled.
[ 130.070958] Restarting tasks ... done.
[ 130.080047] PM: suspend exit
####### 20
[ 130.158668] ata1: link resume succeeded after 1 retries
[ 130.268944] ata1: SATA link down (SStatus 0 SControl 300)
[ 130.788764] PM: suspend entry (deep)
[ 130.792546] PM: Syncing filesystems ... done.
[ 130.904597] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 130.915951] OOM killer disabled.
[ 130.919391] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 131.114936] PM: suspend devices took 0.184 seconds
[ 131.168743] Disabling non-boot CPUs ...
[ 131.179943] CPU1: shutdown
[ 131.182874] psci: CPU1 killed.
[ 131.195637] CPU2: shutdown
[ 131.198542] psci: CPU2 killed.
[ 131.210467] CPU3: shutdown
[ 131.213422] psci: CPU3 killed.
[ 131.231985] CPU4: shutdown
[ 131.234873] psci: CPU4 killed.
[ 131.249840] CPU5: shutdown
[ 131.252747] psci: CPU5 killed.
[ 131.266926] CPU6: shutdown
[ 131.270817] psci: CPU6 killed.
[ 131.294065] CPU7: shutdown
[ 131.296938] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 131.304009] Enabling non-boot CPUs ...
[ 131.308827] Detected PIPT I-cache on CPU1
[ 131.308946] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 131.314636] CPU1 is up
[ 131.328529] Detected PIPT I-cache on CPU2
[ 131.328624] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 131.334294] CPU2 is up
[ 131.348010] Detected PIPT I-cache on CPU3
[ 131.348109] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 131.354264] CPU3 is up
[ 131.368069] Detected VIPT I-cache on CPU4
[ 131.368263] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 131.385002] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 131.403948] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 131.418919] CPU4 is up
[ 131.421891] Detected VIPT I-cache on CPU5
[ 131.422080] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 131.436942] CPU5 is up
[ 131.450761] Detected VIPT I-cache on CPU6
[ 131.450952] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 131.467069] CPU6 is up
[ 131.480928] Detected VIPT I-cache on CPU7
[ 131.481120] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 131.500844] CPU7 is up
[ 131.560073] usb usb7: root hub lost power or was reset
[ 131.565333] usb usb8: root hub lost power or was reset
[ 131.647962] usb usb3: root hub lost power or was reset
[ 131.653503] usb usb1: root hub lost power or was reset
[ 131.735999] usb usb4: root hub lost power or was reset
[ 131.741522] usb usb2: root hub lost power or was reset
[ 131.853927] usb usb6: root hub lost power or was reset
[ 131.859770] usb usb5: root hub lost power or was reset
[ 131.988678] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 132.063076] PM: resume devices took 0.520 seconds
[ 132.068009] OOM killer enabled.
[ 132.071320] Restarting tasks ... done.
[ 132.081055] PM: suspend exit
####### 21
[ 132.158478] ata1: link resume succeeded after 1 retries
[ 132.268820] ata1: SATA link down (SStatus 0 SControl 300)
[ 132.790752] PM: suspend entry (deep)
[ 132.794523] PM: Syncing filesystems ... done.
[ 132.910617] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 132.921994] OOM killer disabled.
[ 132.925396] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 133.127583] PM: suspend devices took 0.190 seconds
[ 133.181790] Disabling non-boot CPUs ...
[ 133.193032] CPU1: shutdown
[ 133.195977] psci: CPU1 killed.
[ 133.209081] CPU2: shutdown
[ 133.211998] psci: CPU2 killed.
[ 133.223561] CPU3: shutdown
[ 133.226490] psci: CPU3 killed.
[ 133.243446] CPU4: shutdown
[ 133.246334] psci: CPU4 killed.
[ 133.263633] CPU5: shutdown
[ 133.266520] psci: CPU5 killed.
[ 133.280453] CPU6: shutdown
[ 133.283325] psci: CPU6 killed.
[ 133.309119] CPU7: shutdown
[ 133.311997] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 133.318055] Enabling non-boot CPUs ...
[ 133.322960] Detected PIPT I-cache on CPU1
[ 133.323080] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 133.328798] CPU1 is up
[ 133.342595] Detected PIPT I-cache on CPU2
[ 133.342689] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 133.348390] CPU2 is up
[ 133.362125] Detected PIPT I-cache on CPU3
[ 133.362226] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 133.368023] CPU3 is up
[ 133.381845] Detected VIPT I-cache on CPU4
[ 133.382038] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 133.398767] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 133.417653] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 133.432731] CPU4 is up
[ 133.435727] Detected VIPT I-cache on CPU5
[ 133.435913] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 133.450885] CPU5 is up
[ 133.464783] Detected VIPT I-cache on CPU6
[ 133.464971] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 133.480895] CPU6 is up
[ 133.494768] Detected VIPT I-cache on CPU7
[ 133.494958] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 133.517745] CPU7 is up
[ 133.577163] usb usb7: root hub lost power or was reset
[ 133.582426] usb usb8: root hub lost power or was reset
[ 133.664870] usb usb3: root hub lost power or was reset
[ 133.670427] usb usb1: root hub lost power or was reset
[ 133.752299] usb usb4: root hub lost power or was reset
[ 133.758038] usb usb2: root hub lost power or was reset
[ 133.869591] usb usb6: root hub lost power or was reset
[ 133.875196] usb usb5: root hub lost power or was reset
[ 134.003639] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 134.077569] PM: resume devices took 0.518 seconds
[ 134.082498] OOM killer enabled.
[ 134.085808] Restarting tasks ... done.
[ 134.095338] PM: suspend exit
####### 22
[ 134.174412] ata1: link resume succeeded after 1 retries
[ 134.284737] ata1: SATA link down (SStatus 0 SControl 300)
[ 134.803044] PM: suspend entry (deep)
[ 134.806901] PM: Syncing filesystems ... done.
[ 134.922053] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 134.933576] OOM killer disabled.
[ 134.936977] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 135.143158] PM: suspend devices took 0.195 seconds
[ 135.197603] Disabling non-boot CPUs ...
[ 135.208703] CPU1: shutdown
[ 135.211610] psci: CPU1 killed.
[ 135.224986] CPU2: shutdown
[ 135.227907] psci: CPU2 killed.
[ 135.239935] CPU3: shutdown
[ 135.242846] psci: CPU3 killed.
[ 135.260656] CPU4: shutdown
[ 135.263544] psci: CPU4 killed.
[ 135.278950] CPU5: shutdown
[ 135.281835] psci: CPU5 killed.
[ 135.298433] CPU6: shutdown
[ 135.301318] psci: CPU6 killed.
[ 135.326654] CPU7: shutdown
[ 135.329647] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 135.335677] Enabling non-boot CPUs ...
[ 135.340683] Detected PIPT I-cache on CPU1
[ 135.340802] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 135.346495] CPU1 is up
[ 135.360410] Detected PIPT I-cache on CPU2
[ 135.360504] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 135.366272] CPU2 is up
[ 135.380058] Detected PIPT I-cache on CPU3
[ 135.380157] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 135.386141] CPU3 is up
[ 135.399987] Detected VIPT I-cache on CPU4
[ 135.400184] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 135.416714] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 135.435658] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 135.450631] CPU4 is up
[ 135.453602] Detected VIPT I-cache on CPU5
[ 135.453791] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 135.468703] CPU5 is up
[ 135.482518] Detected VIPT I-cache on CPU6
[ 135.482709] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 135.498848] CPU6 is up
[ 135.512664] Detected VIPT I-cache on CPU7
[ 135.512858] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 135.532446] CPU7 is up
[ 135.593484] usb usb7: root hub lost power or was reset
[ 135.598845] usb usb8: root hub lost power or was reset
[ 135.680788] usb usb3: root hub lost power or was reset
[ 135.686339] usb usb1: root hub lost power or was reset
[ 135.768114] usb usb4: root hub lost power or was reset
[ 135.773635] usb usb2: root hub lost power or was reset
[ 135.886058] usb usb6: root hub lost power or was reset
[ 135.891598] usb usb5: root hub lost power or was reset
[ 136.020532] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 136.094763] PM: resume devices took 0.520 seconds
[ 136.099692] OOM killer enabled.
[ 136.103049] Restarting tasks ... done.
[ 136.112691] PM: suspend exit
####### 23
[ 136.190296] ata1: link resume succeeded after 1 retries
[ 136.300767] ata1: SATA link down (SStatus 0 SControl 300)
[ 136.821820] PM: suspend entry (deep)
[ 136.825608] PM: Syncing filesystems ... done.
[ 136.942633] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 136.954042] OOM killer disabled.
[ 136.957441] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 137.178650] PM: suspend devices took 0.209 seconds
[ 137.233662] Disabling non-boot CPUs ...
[ 137.245068] CPU1: shutdown
[ 137.248055] psci: CPU1 killed.
[ 137.260325] CPU2: shutdown
[ 137.263228] psci: CPU2 killed.
[ 137.275047] CPU3: shutdown
[ 137.277939] psci: CPU3 killed.
[ 137.297368] CPU4: shutdown
[ 137.300256] psci: CPU4 killed.
[ 137.315247] CPU5: shutdown
[ 137.318120] psci: CPU5 killed.
[ 137.332928] CPU6: shutdown
[ 137.336101] psci: CPU6 killed.
[ 137.359880] CPU7: shutdown
[ 137.362873] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 137.369718] Enabling non-boot CPUs ...
[ 137.374466] Detected PIPT I-cache on CPU1
[ 137.374586] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 137.380204] CPU1 is up
[ 137.394093] Detected PIPT I-cache on CPU2
[ 137.394186] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 137.399783] CPU2 is up
[ 137.413555] Detected PIPT I-cache on CPU3
[ 137.413654] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 137.419580] CPU3 is up
[ 137.433408] Detected VIPT I-cache on CPU4
[ 137.433603] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 137.450216] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 137.469100] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 137.483943] CPU4 is up
[ 137.486912] Detected VIPT I-cache on CPU5
[ 137.487104] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 137.501932] CPU5 is up
[ 137.515811] Detected VIPT I-cache on CPU6
[ 137.516002] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 137.532971] CPU6 is up
[ 137.546795] Detected VIPT I-cache on CPU7
[ 137.546988] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 137.563903] CPU7 is up
[ 137.624578] usb usb7: root hub lost power or was reset
[ 137.629944] usb usb8: root hub lost power or was reset
[ 137.711616] usb usb3: root hub lost power or was reset
[ 137.717175] usb usb1: root hub lost power or was reset
[ 137.798994] usb usb4: root hub lost power or was reset
[ 137.804586] usb usb2: root hub lost power or was reset
[ 137.916903] usb usb6: root hub lost power or was reset
[ 137.922509] usb usb5: root hub lost power or was reset
[ 138.051379] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 138.125167] PM: resume devices took 0.520 seconds
[ 138.130150] OOM killer enabled.
[ 138.133462] Restarting tasks ... done.
[ 138.141709] PM: suspend exit
####### 24
[ 138.222184] ata1: link resume succeeded after 1 retries
[ 138.332665] ata1: SATA link down (SStatus 0 SControl 300)
[ 138.850375] PM: suspend entry (deep)
[ 138.854178] PM: Syncing filesystems ... done.
[ 138.966280] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 138.977795] OOM killer disabled.
[ 138.981213] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 139.174451] PM: suspend devices took 0.181 seconds
[ 139.228228] Disabling non-boot CPUs ...
[ 139.239377] CPU1: shutdown
[ 139.242312] psci: CPU1 killed.
[ 139.255037] CPU2: shutdown
[ 139.257953] psci: CPU2 killed.
[ 139.270353] CPU3: shutdown
[ 139.273262] psci: CPU3 killed.
[ 139.290800] CPU4: shutdown
[ 139.293785] psci: CPU4 killed.
[ 139.308495] CPU5: shutdown
[ 139.311533] psci: CPU5 killed.
[ 139.327392] CPU6: shutdown
[ 139.330267] psci: CPU6 killed.
[ 139.353197] CPU7: shutdown
[ 139.356190] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 139.363202] Enabling non-boot CPUs ...
[ 139.367819] Detected PIPT I-cache on CPU1
[ 139.367937] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 139.373479] CPU1 is up
[ 139.387332] Detected PIPT I-cache on CPU2
[ 139.387425] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 139.393194] CPU2 is up
[ 139.406999] Detected PIPT I-cache on CPU3
[ 139.407099] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 139.413031] CPU3 is up
[ 139.426881] Detected VIPT I-cache on CPU4
[ 139.427077] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 139.443688] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 139.462690] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 139.477776] CPU4 is up
[ 139.480744] Detected VIPT I-cache on CPU5
[ 139.480934] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 139.495772] CPU5 is up
[ 139.509581] Detected VIPT I-cache on CPU6
[ 139.509774] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 139.525598] CPU6 is up
[ 139.539437] Detected VIPT I-cache on CPU7
[ 139.539628] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 139.559324] CPU7 is up
[ 139.619404] usb usb7: root hub lost power or was reset
[ 139.624667] usb usb8: root hub lost power or was reset
[ 139.706554] usb usb3: root hub lost power or was reset
[ 139.712096] usb usb1: root hub lost power or was reset
[ 139.793938] usb usb4: root hub lost power or was reset
[ 139.799455] usb usb2: root hub lost power or was reset
[ 139.911923] usb usb6: root hub lost power or was reset
[ 139.917472] usb usb5: root hub lost power or was reset
[ 140.046267] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 140.120622] PM: resume devices took 0.519 seconds
[ 140.125551] OOM killer enabled.
[ 140.128863] Restarting tasks ... done.
[ 140.138853] PM: suspend exit
####### 25
[ 140.214055] ata1: link resume succeeded after 1 retries
[ 140.324357] ata1: SATA link down (SStatus 0 SControl 300)
[ 140.847590] PM: suspend entry (deep)
[ 140.851376] PM: Syncing filesystems ... done.
[ 140.962062] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 140.973435] OOM killer disabled.
[ 140.976836] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 141.168306] PM: suspend devices took 0.179 seconds
[ 141.222943] Disabling non-boot CPUs ...
[ 141.234302] CPU1: shutdown
[ 141.237234] psci: CPU1 killed.
[ 141.249477] CPU2: shutdown
[ 141.252400] psci: CPU2 killed.
[ 141.264805] CPU3: shutdown
[ 141.267778] psci: CPU3 killed.
[ 141.285383] CPU4: shutdown
[ 141.288285] psci: CPU4 killed.
[ 141.303970] CPU5: shutdown
[ 141.307020] psci: CPU5 killed.
[ 141.322013] CPU6: shutdown
[ 141.325051] psci: CPU6 killed.
[ 141.349010] CPU7: shutdown
[ 141.351879] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 141.358153] Enabling non-boot CPUs ...
[ 141.363092] Detected PIPT I-cache on CPU1
[ 141.363212] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 141.368835] CPU1 is up
[ 141.382633] Detected PIPT I-cache on CPU2
[ 141.382726] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 141.388416] CPU2 is up
[ 141.402244] Detected PIPT I-cache on CPU3
[ 141.402343] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 141.408336] CPU3 is up
[ 141.422142] Detected VIPT I-cache on CPU4
[ 141.422337] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 141.439074] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 141.457959] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 141.473335] CPU4 is up
[ 141.476338] Detected VIPT I-cache on CPU5
[ 141.476528] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 141.502072] CPU5 is up
[ 141.515968] Detected VIPT I-cache on CPU6
[ 141.516163] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 141.534843] CPU6 is up
[ 141.548653] Detected VIPT I-cache on CPU7
[ 141.548847] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 141.568537] CPU7 is up
[ 141.628922] usb usb7: root hub lost power or was reset
[ 141.634285] usb usb8: root hub lost power or was reset
[ 141.715340] usb usb3: root hub lost power or was reset
[ 141.720972] usb usb1: root hub lost power or was reset
[ 141.803438] usb usb4: root hub lost power or was reset
[ 141.808968] usb usb2: root hub lost power or was reset
[ 141.921350] usb usb6: root hub lost power or was reset
[ 141.926895] usb usb5: root hub lost power or was reset
[ 142.055164] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 142.129250] PM: resume devices took 0.519 seconds
[ 142.134177] OOM killer enabled.
[ 142.137488] Restarting tasks ... done.
[ 142.147447] PM: suspend exit
####### 26
[ 142.221923] ata1: link resume succeeded after 1 retries
[ 142.331984] ata1: SATA link down (SStatus 0 SControl 300)
[ 142.856518] PM: suspend entry (deep)
[ 142.860318] PM: Syncing filesystems ... done.
[ 142.973963] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 142.985356] OOM killer disabled.
[ 142.988756] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 143.199315] PM: suspend devices took 0.199 seconds
[ 143.253321] Disabling non-boot CPUs ...
[ 143.265224] CPU1: shutdown
[ 143.268164] psci: CPU1 killed.
[ 143.280741] CPU2: shutdown
[ 143.283688] psci: CPU2 killed.
[ 143.295456] CPU3: shutdown
[ 143.298827] psci: CPU3 killed.
[ 143.314706] CPU4: shutdown
[ 143.318927] psci: CPU4 killed.
[ 143.334874] CPU5: shutdown
[ 143.337788] psci: CPU5 killed.
[ 143.353999] CPU6: shutdown
[ 143.356873] psci: CPU6 killed.
[ 143.380770] CPU7: shutdown
[ 143.383810] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 143.390776] Enabling non-boot CPUs ...
[ 143.395408] Detected PIPT I-cache on CPU1
[ 143.395527] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 143.401118] CPU1 is up
[ 143.414949] Detected PIPT I-cache on CPU2
[ 143.415042] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 143.420725] CPU2 is up
[ 143.434459] Detected PIPT I-cache on CPU3
[ 143.434558] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 143.440387] CPU3 is up
[ 143.454196] Detected VIPT I-cache on CPU4
[ 143.454392] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 143.470981] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 143.489864] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 143.505292] CPU4 is up
[ 143.508291] Detected VIPT I-cache on CPU5
[ 143.508478] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 143.523632] CPU5 is up
[ 143.537431] Detected VIPT I-cache on CPU6
[ 143.537621] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 143.553535] CPU6 is up
[ 143.567329] Detected VIPT I-cache on CPU7
[ 143.567521] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 143.587215] CPU7 is up
[ 143.646808] usb usb7: root hub lost power or was reset
[ 143.652070] usb usb8: root hub lost power or was reset
[ 143.733679] usb usb3: root hub lost power or was reset
[ 143.739236] usb usb1: root hub lost power or was reset
[ 143.820764] usb usb4: root hub lost power or was reset
[ 143.826697] usb usb2: root hub lost power or was reset
[ 143.938181] usb usb6: root hub lost power or was reset
[ 143.943765] usb usb5: root hub lost power or was reset
[ 144.072125] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 144.146392] PM: resume devices took 0.517 seconds
[ 144.151319] OOM killer enabled.
[ 144.154632] Restarting tasks ... done.
[ 144.164210] PM: suspend exit
####### 27
[ 144.237803] ata1: link resume succeeded after 1 retries
[ 144.348320] ata1: SATA link down (SStatus 0 SControl 300)
[ 144.878309] PM: suspend entry (deep)
[ 144.882110] PM: Syncing filesystems ... done.
[ 144.998695] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 145.010116] OOM killer disabled.
[ 145.013555] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 145.210410] PM: suspend devices took 0.184 seconds
[ 145.264024] Disabling non-boot CPUs ...
[ 145.275188] CPU1: shutdown
[ 145.278112] psci: CPU1 killed.
[ 145.290614] CPU2: shutdown
[ 145.293548] psci: CPU2 killed.
[ 145.306067] CPU3: shutdown
[ 145.308973] psci: CPU3 killed.
[ 145.327587] CPU4: shutdown
[ 145.330548] psci: CPU4 killed.
[ 145.345763] CPU5: shutdown
[ 145.348636] psci: CPU5 killed.
[ 145.363710] CPU6: shutdown
[ 145.366629] psci: CPU6 killed.
[ 145.390986] CPU7: shutdown
[ 145.393982] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 145.400739] Enabling non-boot CPUs ...
[ 145.405351] Detected PIPT I-cache on CPU1
[ 145.405472] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 145.411120] CPU1 is up
[ 145.424985] Detected PIPT I-cache on CPU2
[ 145.425077] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 145.430814] CPU2 is up
[ 145.444664] Detected PIPT I-cache on CPU3
[ 145.444765] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 145.450673] CPU3 is up
[ 145.464496] Detected VIPT I-cache on CPU4
[ 145.464691] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 145.481456] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 145.500462] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 145.515449] CPU4 is up
[ 145.518412] Detected VIPT I-cache on CPU5
[ 145.518601] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 145.533693] CPU5 is up
[ 145.547624] Detected VIPT I-cache on CPU6
[ 145.547817] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 145.564312] CPU6 is up
[ 145.578193] Detected VIPT I-cache on CPU7
[ 145.578388] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 145.597953] CPU7 is up
[ 145.658152] usb usb7: root hub lost power or was reset
[ 145.663413] usb usb8: root hub lost power or was reset
[ 145.746222] usb usb3: root hub lost power or was reset
[ 145.751777] usb usb1: root hub lost power or was reset
[ 145.833566] usb usb4: root hub lost power or was reset
[ 145.839311] usb usb2: root hub lost power or was reset
[ 145.950838] usb usb6: root hub lost power or was reset
[ 145.956459] usb usb5: root hub lost power or was reset
[ 146.084916] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 146.159572] PM: resume devices took 0.520 seconds
[ 146.164506] OOM killer enabled.
[ 146.167809] Restarting tasks ... done.
[ 146.178122] PM: suspend exit
####### 28
[ 146.253700] ata1: link resume succeeded after 1 retries
[ 146.364213] ata1: SATA link down (SStatus 0 SControl 300)
[ 146.895932] PM: suspend entry (deep)
[ 146.899751] PM: Syncing filesystems ... done.
[ 147.011862] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 147.023267] OOM killer disabled.
[ 147.026667] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 147.225997] PM: suspend devices took 0.187 seconds
[ 147.279467] Disabling non-boot CPUs ...
[ 147.290493] CPU1: shutdown
[ 147.293420] psci: CPU1 killed.
[ 147.306283] CPU2: shutdown
[ 147.309198] psci: CPU2 killed.
[ 147.321520] CPU3: shutdown
[ 147.324460] psci: CPU3 killed.
[ 147.342715] CPU4: shutdown
[ 147.345604] psci: CPU4 killed.
[ 147.362172] CPU5: shutdown
[ 147.365072] psci: CPU5 killed.
[ 147.379592] CPU6: shutdown
[ 147.382467] psci: CPU6 killed.
[ 147.406557] CPU7: shutdown
[ 147.409426] psci: CPU7 killed.
[ 0.000148] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004595] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010136] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014811] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019934] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025454] NOTICE: BL2: LCM state is CM
[ 0.029500] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035711] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055629] NOTICE: BL2: DRAM Split is 4ch
[ 0.058328] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063780] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069206] NOTICE: BL2: Lossy Decomp areas
[ 0.073386] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080482] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087406] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094332] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100127] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105322] NOTICE: BL2: Normal boot
[ 0.108959] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 147.415770] Enabling non-boot CPUs ...
[ 147.420676] Detected PIPT I-cache on CPU1
[ 147.420795] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 147.426467] CPU1 is up
[ 147.440257] Detected PIPT I-cache on CPU2
[ 147.440349] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 147.445936] CPU2 is up
[ 147.459719] Detected PIPT I-cache on CPU3
[ 147.459819] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 147.465716] CPU3 is up
[ 147.479602] Detected VIPT I-cache on CPU4
[ 147.479797] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 147.496390] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 147.515393] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 147.530306] CPU4 is up
[ 147.533256] Detected VIPT I-cache on CPU5
[ 147.533442] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 147.548512] CPU5 is up
[ 147.562330] Detected VIPT I-cache on CPU6
[ 147.562519] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 147.579382] CPU6 is up
[ 147.593181] Detected VIPT I-cache on CPU7
[ 147.593370] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 147.610147] CPU7 is up
[ 147.670676] usb usb7: root hub lost power or was reset
[ 147.675937] usb usb8: root hub lost power or was reset
[ 147.757952] usb usb3: root hub lost power or was reset
[ 147.763515] usb usb1: root hub lost power or was reset
[ 147.846039] usb usb4: root hub lost power or was reset
[ 147.851796] usb usb2: root hub lost power or was reset
[ 147.963936] usb usb6: root hub lost power or was reset
[ 147.969535] usb usb5: root hub lost power or was reset
[ 148.097786] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 148.172378] PM: resume devices took 0.521 seconds
[ 148.177305] OOM killer enabled.
[ 148.180617] Restarting tasks ... done.
[ 148.190388] PM: suspend exit
####### 29
[ 148.269578] ata1: link resume succeeded after 1 retries
[ 148.379846] ata1: SATA link down (SStatus 0 SControl 300)
[ 148.899531] PM: suspend entry (deep)
[ 148.903308] PM: Syncing filesystems ... done.
[ 149.018978] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 149.030570] OOM killer disabled.
[ 149.033970] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 149.237607] PM: suspend devices took 0.192 seconds
[ 149.291572] Disabling non-boot CPUs ...
[ 149.302406] CPU1: shutdown
[ 149.305333] psci: CPU1 killed.
[ 149.317343] CPU2: shutdown
[ 149.321490] psci: CPU2 killed.
[ 149.334204] CPU3: shutdown
[ 149.337175] psci: CPU3 killed.
[ 149.354516] CPU4: shutdown
[ 149.357524] psci: CPU4 killed.
[ 149.375295] CPU5: shutdown
[ 149.378170] psci: CPU5 killed.
[ 149.392016] CPU6: shutdown
[ 149.395329] psci: CPU6 killed.
[ 149.420425] CPU7: shutdown
[ 149.423418] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 149.429776] Enabling non-boot CPUs ...
[ 149.434677] Detected PIPT I-cache on CPU1
[ 149.434796] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 149.440486] CPU1 is up
[ 149.454393] Detected PIPT I-cache on CPU2
[ 149.454487] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 149.460202] CPU2 is up
[ 149.474034] Detected PIPT I-cache on CPU3
[ 149.474133] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 149.479988] CPU3 is up
[ 149.493808] Detected VIPT I-cache on CPU4
[ 149.494004] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 149.510648] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 149.529531] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 149.544864] CPU4 is up
[ 149.547873] Detected VIPT I-cache on CPU5
[ 149.548061] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 149.563185] CPU5 is up
[ 149.576995] Detected VIPT I-cache on CPU6
[ 149.577187] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 149.595563] CPU6 is up
[ 149.609520] Detected VIPT I-cache on CPU7
[ 149.609712] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 149.627058] CPU7 is up
[ 149.691020] usb usb7: root hub lost power or was reset
[ 149.696383] usb usb8: root hub lost power or was reset
[ 149.773899] usb usb3: root hub lost power or was reset
[ 149.779506] usb usb1: root hub lost power or was reset
[ 149.861998] usb usb4: root hub lost power or was reset
[ 149.867584] usb usb2: root hub lost power or was reset
[ 149.979922] usb usb6: root hub lost power or was reset
[ 149.985465] usb usb5: root hub lost power or was reset
[ 150.113749] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 150.187805] PM: resume devices took 0.519 seconds
[ 150.192730] OOM killer enabled.
[ 150.196040] Restarting tasks ... done.
[ 150.205697] PM: suspend exit
####### 30
[ 150.285450] ata1: link resume succeeded after 1 retries
[ 150.395744] ata1: SATA link down (SStatus 0 SControl 300)
[ 150.915643] PM: suspend entry (deep)
[ 150.919463] PM: Syncing filesystems ... done.
[ 151.032489] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 151.043973] OOM killer disabled.
[ 151.047374] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 151.254329] PM: suspend devices took 0.195 seconds
[ 151.308502] Disabling non-boot CPUs ...
[ 151.319425] CPU1: shutdown
[ 151.322360] psci: CPU1 killed.
[ 151.335218] CPU2: shutdown
[ 151.338170] psci: CPU2 killed.
[ 151.349985] CPU3: shutdown
[ 151.352893] psci: CPU3 killed.
[ 151.372022] CPU4: shutdown
[ 151.375049] psci: CPU4 killed.
[ 151.390334] CPU5: shutdown
[ 151.393210] psci: CPU5 killed.
[ 151.408484] CPU6: shutdown
[ 151.411356] psci: CPU6 killed.
[ 151.435960] CPU7: shutdown
[ 151.438957] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 151.445452] Enabling non-boot CPUs ...
[ 151.450403] Detected PIPT I-cache on CPU1
[ 151.450522] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 151.456193] CPU1 is up
[ 151.469974] Detected PIPT I-cache on CPU2
[ 151.470069] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 151.475756] CPU2 is up
[ 151.489479] Detected PIPT I-cache on CPU3
[ 151.489577] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 151.495515] CPU3 is up
[ 151.509494] Detected VIPT I-cache on CPU4
[ 151.509690] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 151.526221] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 151.545163] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 151.560096] CPU4 is up
[ 151.563052] Detected VIPT I-cache on CPU5
[ 151.563242] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 151.578309] CPU5 is up
[ 151.592250] Detected VIPT I-cache on CPU6
[ 151.592439] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 151.609144] CPU6 is up
[ 151.622932] Detected VIPT I-cache on CPU7
[ 151.623124] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 151.642644] CPU7 is up
[ 151.702917] usb usb7: root hub lost power or was reset
[ 151.708281] usb usb8: root hub lost power or was reset
[ 151.789824] usb usb3: root hub lost power or was reset
[ 151.795428] usb usb1: root hub lost power or was reset
[ 151.877134] usb usb4: root hub lost power or was reset
[ 151.882674] usb usb2: root hub lost power or was reset
[ 151.994190] usb usb6: root hub lost power or was reset
[ 151.999719] usb usb5: root hub lost power or was reset
[ 152.128581] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 152.204266] PM: resume devices took 0.520 seconds
[ 152.209193] OOM killer enabled.
[ 152.212502] Restarting tasks ... done.
[ 152.222226] PM: suspend exit
####### 31
[ 152.301323] ata1: link resume succeeded after 1 retries
[ 152.411611] ata1: SATA link down (SStatus 0 SControl 300)
[ 152.935219] PM: suspend entry (deep)
[ 152.939059] PM: Syncing filesystems ... done.
[ 153.050401] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 153.061823] OOM killer disabled.
[ 153.065225] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 153.271816] PM: suspend devices took 0.194 seconds
[ 153.325527] Disabling non-boot CPUs ...
[ 153.336581] CPU1: shutdown
[ 153.339506] psci: CPU1 killed.
[ 153.352097] CPU2: shutdown
[ 153.355044] psci: CPU2 killed.
[ 153.366595] CPU3: shutdown
[ 153.369801] psci: CPU3 killed.
[ 153.386240] CPU4: shutdown
[ 153.389129] psci: CPU4 killed.
[ 153.405850] CPU5: shutdown
[ 153.408747] psci: CPU5 killed.
[ 153.423437] CPU6: shutdown
[ 153.426487] psci: CPU6 killed.
[ 153.450096] CPU7: shutdown
[ 153.453195] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 153.459728] Enabling non-boot CPUs ...
[ 153.464454] Detected PIPT I-cache on CPU1
[ 153.464574] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 153.470289] CPU1 is up
[ 153.484213] Detected PIPT I-cache on CPU2
[ 153.484306] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 153.489964] CPU2 is up
[ 153.503805] Detected PIPT I-cache on CPU3
[ 153.503907] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 153.509699] CPU3 is up
[ 153.523586] Detected VIPT I-cache on CPU4
[ 153.523781] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 153.540208] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 153.559092] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 153.573937] CPU4 is up
[ 153.576897] Detected VIPT I-cache on CPU5
[ 153.577084] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 153.592193] CPU5 is up
[ 153.606134] Detected VIPT I-cache on CPU6
[ 153.606324] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 153.623021] CPU6 is up
[ 153.636809] Detected VIPT I-cache on CPU7
[ 153.637001] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 153.653831] CPU7 is up
[ 153.713460] usb usb7: root hub lost power or was reset
[ 153.718720] usb usb8: root hub lost power or was reset
[ 153.801621] usb usb3: root hub lost power or was reset
[ 153.807155] usb usb1: root hub lost power or was reset
[ 153.889094] usb usb4: root hub lost power or was reset
[ 153.894676] usb usb2: root hub lost power or was reset
[ 154.006083] usb usb6: root hub lost power or was reset
[ 154.011639] usb usb5: root hub lost power or was reset
[ 154.140355] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 154.215136] PM: resume devices took 0.520 seconds
[ 154.220077] OOM killer enabled.
[ 154.223381] Restarting tasks ... done.
[ 154.233715] PM: suspend exit
####### 32
[ 154.309186] ata1: link resume succeeded after 1 retries
[ 154.419712] ata1: SATA link down (SStatus 0 SControl 300)
[ 154.945035] PM: suspend entry (deep)
[ 154.948804] PM: Syncing filesystems ... done.
[ 155.059186] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 155.070556] OOM killer disabled.
[ 155.073957] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 155.279677] PM: suspend devices took 0.193 seconds
[ 155.333633] Disabling non-boot CPUs ...
[ 155.344797] CPU1: shutdown
[ 155.347726] psci: CPU1 killed.
[ 155.360542] CPU2: shutdown
[ 155.363454] psci: CPU2 killed.
[ 155.375919] CPU3: shutdown
[ 155.378802] psci: CPU3 killed.
[ 155.396481] CPU4: shutdown
[ 155.399369] psci: CPU4 killed.
[ 155.415234] CPU5: shutdown
[ 155.418107] psci: CPU5 killed.
[ 155.432599] CPU6: shutdown
[ 155.435607] psci: CPU6 killed.
[ 155.461155] CPU7: shutdown
[ 155.464026] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 155.469523] Enabling non-boot CPUs ...
[ 155.474344] Detected PIPT I-cache on CPU1
[ 155.474462] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 155.480214] CPU1 is up
[ 155.494085] Detected PIPT I-cache on CPU2
[ 155.494178] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 155.499833] CPU2 is up
[ 155.513587] Detected PIPT I-cache on CPU3
[ 155.513688] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 155.519969] CPU3 is up
[ 155.533831] Detected VIPT I-cache on CPU4
[ 155.534030] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 155.550402] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 155.569288] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 155.584427] CPU4 is up
[ 155.587432] Detected VIPT I-cache on CPU5
[ 155.587622] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 155.602496] CPU5 is up
[ 155.616371] Detected VIPT I-cache on CPU6
[ 155.616564] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 155.632418] CPU6 is up
[ 155.646223] Detected VIPT I-cache on CPU7
[ 155.646416] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 155.663304] CPU7 is up
[ 155.723766] usb usb7: root hub lost power or was reset
[ 155.729130] usb usb8: root hub lost power or was reset
[ 155.810494] usb usb3: root hub lost power or was reset
[ 155.816037] usb usb1: root hub lost power or was reset
[ 155.897888] usb usb4: root hub lost power or was reset
[ 155.903639] usb usb2: root hub lost power or was reset
[ 156.014953] usb usb6: root hub lost power or was reset
[ 156.020504] usb usb5: root hub lost power or was reset
[ 156.149250] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 156.223048] PM: resume devices took 0.518 seconds
[ 156.228044] OOM killer enabled.
[ 156.231361] Restarting tasks ... done.
[ 156.239622] PM: suspend exit
####### 33
[ 156.317076] ata1: link resume succeeded after 1 retries
[ 156.427348] ata1: SATA link down (SStatus 0 SControl 300)
[ 156.952821] PM: suspend entry (deep)
[ 156.956591] PM: Syncing filesystems ... done.
[ 157.070015] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 157.081516] OOM killer disabled.
[ 157.084915] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 157.310302] PM: suspend devices took 0.213 seconds
[ 157.365069] Disabling non-boot CPUs ...
[ 157.376196] CPU1: shutdown
[ 157.379110] psci: CPU1 killed.
[ 157.391634] CPU2: shutdown
[ 157.394547] psci: CPU2 killed.
[ 157.406854] CPU3: shutdown
[ 157.409820] psci: CPU3 killed.
[ 157.428843] CPU4: shutdown
[ 157.431797] psci: CPU4 killed.
[ 157.448548] CPU5: shutdown
[ 157.451423] psci: CPU5 killed.
[ 157.466091] CPU6: shutdown
[ 157.468978] psci: CPU6 killed.
[ 157.493858] CPU7: shutdown
[ 157.496956] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 157.503124] Enabling non-boot CPUs ...
[ 157.507972] Detected PIPT I-cache on CPU1
[ 157.508089] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 157.513676] CPU1 is up
[ 157.527534] Detected PIPT I-cache on CPU2
[ 157.527629] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 157.533364] CPU2 is up
[ 157.547100] Detected PIPT I-cache on CPU3
[ 157.547201] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 157.553097] CPU3 is up
[ 157.566987] Detected VIPT I-cache on CPU4
[ 157.567182] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 157.583543] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 157.602516] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 157.617496] CPU4 is up
[ 157.620463] Detected VIPT I-cache on CPU5
[ 157.620653] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 157.635901] CPU5 is up
[ 157.649733] Detected VIPT I-cache on CPU6
[ 157.649924] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 157.666783] CPU6 is up
[ 157.680588] Detected VIPT I-cache on CPU7
[ 157.680780] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 157.700326] CPU7 is up
[ 157.760952] usb usb7: root hub lost power or was reset
[ 157.766316] usb usb8: root hub lost power or was reset
[ 157.847477] usb usb3: root hub lost power or was reset
[ 157.853023] usb usb1: root hub lost power or was reset
[ 157.934763] usb usb4: root hub lost power or was reset
[ 157.940354] usb usb2: root hub lost power or was reset
[ 158.051821] usb usb6: root hub lost power or was reset
[ 158.057439] usb usb5: root hub lost power or was reset
[ 158.186244] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 158.260528] PM: resume devices took 0.518 seconds
[ 158.265452] OOM killer enabled.
[ 158.268765] Restarting tasks ... done.
[ 158.279002] PM: suspend exit
####### 34
[ 158.356952] ata1: link resume succeeded after 1 retries
[ 158.467765] ata1: SATA link down (SStatus 0 SControl 300)
[ 158.990086] PM: suspend entry (deep)
[ 158.993866] PM: Syncing filesystems ... done.
[ 159.104994] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 159.116392] OOM killer disabled.
[ 159.119794] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 159.326587] PM: suspend devices took 0.194 seconds
[ 159.381723] Disabling non-boot CPUs ...
[ 159.392735] CPU1: shutdown
[ 159.395715] psci: CPU1 killed.
[ 159.408974] CPU2: shutdown
[ 159.411903] psci: CPU2 killed.
[ 159.424274] CPU3: shutdown
[ 159.427201] psci: CPU3 killed.
[ 159.443894] CPU4: shutdown
[ 159.446781] psci: CPU4 killed.
[ 159.462791] CPU5: shutdown
[ 159.465722] psci: CPU5 killed.
[ 159.481133] CPU6: shutdown
[ 159.484047] psci: CPU6 killed.
[ 159.508206] CPU7: shutdown
[ 159.511077] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 159.517122] Enabling non-boot CPUs ...
[ 159.522020] Detected PIPT I-cache on CPU1
[ 159.522138] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 159.527947] CPU1 is up
[ 159.541811] Detected PIPT I-cache on CPU2
[ 159.541906] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 159.547634] CPU2 is up
[ 159.561414] Detected PIPT I-cache on CPU3
[ 159.561514] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 159.567445] CPU3 is up
[ 159.581272] Detected VIPT I-cache on CPU4
[ 159.581466] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 159.598062] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 159.616946] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 159.632191] CPU4 is up
[ 159.635187] Detected VIPT I-cache on CPU5
[ 159.635375] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 159.650408] CPU5 is up
[ 159.664223] Detected VIPT I-cache on CPU6
[ 159.664414] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 159.680380] CPU6 is up
[ 159.694178] Detected VIPT I-cache on CPU7
[ 159.694371] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 159.714095] CPU7 is up
[ 159.774216] usb usb7: root hub lost power or was reset
[ 159.779480] usb usb8: root hub lost power or was reset
[ 159.862557] usb usb3: root hub lost power or was reset
[ 159.868173] usb usb1: root hub lost power or was reset
[ 159.949702] usb usb4: root hub lost power or was reset
[ 159.955234] usb usb2: root hub lost power or was reset
[ 160.066707] usb usb6: root hub lost power or was reset
[ 160.072254] usb usb5: root hub lost power or was reset
[ 160.200054] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 160.274462] PM: resume devices took 0.518 seconds
[ 160.279462] OOM killer enabled.
[ 160.282841] Restarting tasks ... done.
[ 160.293025] PM: suspend exit
####### 35
[ 160.372842] ata1: link resume succeeded after 1 retries
[ 160.483285] ata1: SATA link down (SStatus 0 SControl 300)
[ 161.010983] PM: suspend entry (deep)
[ 161.014803] PM: Syncing filesystems ... done.
[ 161.127818] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 161.139119] OOM killer disabled.
[ 161.142559] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 161.340078] PM: suspend devices took 0.185 seconds
[ 161.394551] Disabling non-boot CPUs ...
[ 161.405831] CPU1: shutdown
[ 161.408767] psci: CPU1 killed.
[ 161.421377] CPU2: shutdown
[ 161.424293] psci: CPU2 killed.
[ 161.436294] CPU3: shutdown
[ 161.439188] psci: CPU3 killed.
[ 161.457756] CPU4: shutdown
[ 161.460646] psci: CPU4 killed.
[ 161.475758] CPU5: shutdown
[ 161.478630] psci: CPU5 killed.
[ 161.493020] CPU6: shutdown
[ 161.496057] psci: CPU6 killed.
[ 161.519072] CPU7: shutdown
[ 161.521942] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 161.528906] Enabling non-boot CPUs ...
[ 161.533745] Detected PIPT I-cache on CPU1
[ 161.533865] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 161.539422] CPU1 is up
[ 161.553209] Detected PIPT I-cache on CPU2
[ 161.553303] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 161.559007] CPU2 is up
[ 161.572853] Detected PIPT I-cache on CPU3
[ 161.572950] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 161.578780] CPU3 is up
[ 161.592694] Detected VIPT I-cache on CPU4
[ 161.592889] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 161.609266] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 161.628255] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 161.643160] CPU4 is up
[ 161.646124] Detected VIPT I-cache on CPU5
[ 161.646312] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 161.661296] CPU5 is up
[ 161.675129] Detected VIPT I-cache on CPU6
[ 161.675321] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 161.692681] CPU6 is up
[ 161.706436] Detected VIPT I-cache on CPU7
[ 161.706629] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 161.728719] CPU7 is up
[ 161.789206] usb usb7: root hub lost power or was reset
[ 161.794566] usb usb8: root hub lost power or was reset
[ 161.876131] usb usb3: root hub lost power or was reset
[ 161.881689] usb usb1: root hub lost power or was reset
[ 161.963572] usb usb4: root hub lost power or was reset
[ 161.969163] usb usb2: root hub lost power or was reset
[ 162.080585] usb usb6: root hub lost power or was reset
[ 162.086180] usb usb5: root hub lost power or was reset
[ 162.214911] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 162.289296] PM: resume devices took 0.518 seconds
[ 162.294220] OOM killer enabled.
[ 162.297531] Restarting tasks ... done.
[ 162.307506] PM: suspend exit
####### 36
[ 162.380690] ata1: link resume succeeded after 1 retries
[ 162.491212] ata1: SATA link down (SStatus 0 SControl 300)
[ 163.023118] PM: suspend entry (deep)
[ 163.026908] PM: Syncing filesystems ... done.
[ 163.141785] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 163.153190] OOM killer disabled.
[ 163.156591] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 163.354340] PM: suspend devices took 0.185 seconds
[ 163.408288] Disabling non-boot CPUs ...
[ 163.419613] CPU1: shutdown
[ 163.422548] psci: CPU1 killed.
[ 163.435126] CPU2: shutdown
[ 163.438042] psci: CPU2 killed.
[ 163.449722] CPU3: shutdown
[ 163.452655] psci: CPU3 killed.
[ 163.471411] CPU4: shutdown
[ 163.474300] psci: CPU4 killed.
[ 163.489805] CPU5: shutdown
[ 163.492703] psci: CPU5 killed.
[ 163.507447] CPU6: shutdown
[ 163.510560] psci: CPU6 killed.
[ 163.534232] CPU7: shutdown
[ 163.537225] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 163.543753] Enabling non-boot CPUs ...
[ 163.548651] Detected PIPT I-cache on CPU1
[ 163.548770] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 163.554469] CPU1 is up
[ 163.568264] Detected PIPT I-cache on CPU2
[ 163.568357] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 163.574070] CPU2 is up
[ 163.587883] Detected PIPT I-cache on CPU3
[ 163.587983] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 163.593903] CPU3 is up
[ 163.607791] Detected VIPT I-cache on CPU4
[ 163.607986] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 163.624498] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 163.643442] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 163.658296] CPU4 is up
[ 163.661258] Detected VIPT I-cache on CPU5
[ 163.661446] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 163.676537] CPU5 is up
[ 163.690353] Detected VIPT I-cache on CPU6
[ 163.690543] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 163.707366] CPU6 is up
[ 163.721119] Detected VIPT I-cache on CPU7
[ 163.721312] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 163.738157] CPU7 is up
[ 163.797896] usb usb7: root hub lost power or was reset
[ 163.803157] usb usb8: root hub lost power or was reset
[ 163.886147] usb usb3: root hub lost power or was reset
[ 163.891677] usb usb1: root hub lost power or was reset
[ 163.974003] usb usb4: root hub lost power or was reset
[ 163.979541] usb usb2: root hub lost power or was reset
[ 164.091975] usb usb6: root hub lost power or was reset
[ 164.097540] usb usb5: root hub lost power or was reset
[ 164.226814] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 164.301465] PM: resume devices took 0.522 seconds
[ 164.306402] OOM killer enabled.
[ 164.309705] Restarting tasks ... done.
[ 164.319794] PM: suspend exit
####### 37
[ 164.396570] ata1: link resume succeeded after 1 retries
[ 164.506684] ata1: SATA link down (SStatus 0 SControl 300)
[ 165.034175] PM: suspend entry (deep)
[ 165.037958] PM: Syncing filesystems ... done.
[ 165.152345] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 165.163769] OOM killer disabled.
[ 165.167168] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 165.367497] PM: suspend devices took 0.189 seconds
[ 165.421294] Disabling non-boot CPUs ...
[ 165.432367] CPU1: shutdown
[ 165.435318] psci: CPU1 killed.
[ 165.447819] CPU2: shutdown
[ 165.450722] psci: CPU2 killed.
[ 165.462108] CPU3: shutdown
[ 165.465370] psci: CPU3 killed.
[ 165.482968] CPU4: shutdown
[ 165.485971] psci: CPU4 killed.
[ 165.502206] CPU5: shutdown
[ 165.505218] psci: CPU5 killed.
[ 165.519762] CPU6: shutdown
[ 165.522998] psci: CPU6 killed.
[ 165.546440] CPU7: shutdown
[ 165.549311] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 165.556409] Enabling non-boot CPUs ...
[ 165.561030] Detected PIPT I-cache on CPU1
[ 165.561150] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 165.566751] CPU1 is up
[ 165.580581] Detected PIPT I-cache on CPU2
[ 165.580674] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 165.586382] CPU2 is up
[ 165.600122] Detected PIPT I-cache on CPU3
[ 165.600223] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 165.605993] CPU3 is up
[ 165.619842] Detected VIPT I-cache on CPU4
[ 165.620035] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 165.636493] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 165.655376] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 165.670931] CPU4 is up
[ 165.673926] Detected VIPT I-cache on CPU5
[ 165.674113] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 165.689232] CPU5 is up
[ 165.702991] Detected VIPT I-cache on CPU6
[ 165.703181] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 165.721659] CPU6 is up
[ 165.735553] Detected VIPT I-cache on CPU7
[ 165.735744] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 165.753029] CPU7 is up
[ 165.812632] usb usb7: root hub lost power or was reset
[ 165.817893] usb usb8: root hub lost power or was reset
[ 165.901013] usb usb3: root hub lost power or was reset
[ 165.906617] usb usb1: root hub lost power or was reset
[ 165.988883] usb usb4: root hub lost power or was reset
[ 165.994387] usb usb2: root hub lost power or was reset
[ 166.106858] usb usb6: root hub lost power or was reset
[ 166.112483] usb usb5: root hub lost power or was reset
[ 166.240631] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 166.315090] PM: resume devices took 0.520 seconds
[ 166.320090] OOM killer enabled.
[ 166.323467] Restarting tasks ... done.
[ 166.333031] PM: suspend exit
####### 38
[ 166.412445] ata1: link resume succeeded after 1 retries
[ 166.522787] ata1: SATA link down (SStatus 0 SControl 300)
[ 167.042329] PM: suspend entry (deep)
[ 167.046204] PM: Syncing filesystems ... done.
[ 167.163432] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 167.174733] OOM killer disabled.
[ 167.178172] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 167.382035] PM: suspend devices took 0.192 seconds
[ 167.436073] Disabling non-boot CPUs ...
[ 167.447243] CPU1: shutdown
[ 167.450225] psci: CPU1 killed.
[ 167.462212] CPU2: shutdown
[ 167.465180] psci: CPU2 killed.
[ 167.477624] CPU3: shutdown
[ 167.480523] psci: CPU3 killed.
[ 167.496518] CPU4: shutdown
[ 167.499405] psci: CPU4 killed.
[ 167.516027] CPU5: shutdown
[ 167.519095] psci: CPU5 killed.
[ 167.534688] CPU6: shutdown
[ 167.537560] psci: CPU6 killed.
[ 167.560300] CPU7: shutdown
[ 167.563213] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 167.570308] Enabling non-boot CPUs ...
[ 167.574925] Detected PIPT I-cache on CPU1
[ 167.575046] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 167.580679] CPU1 is up
[ 167.594461] Detected PIPT I-cache on CPU2
[ 167.594555] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 167.600202] CPU2 is up
[ 167.613934] Detected PIPT I-cache on CPU3
[ 167.614037] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 167.619896] CPU3 is up
[ 167.633719] Detected VIPT I-cache on CPU4
[ 167.633914] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 167.650367] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 167.669256] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 167.684739] CPU4 is up
[ 167.687744] Detected VIPT I-cache on CPU5
[ 167.687931] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 167.703157] CPU5 is up
[ 167.716958] Detected VIPT I-cache on CPU6
[ 167.717148] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 167.733038] CPU6 is up
[ 167.746838] Detected VIPT I-cache on CPU7
[ 167.747031] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 167.766433] CPU7 is up
[ 167.826246] usb usb7: root hub lost power or was reset
[ 167.831509] usb usb8: root hub lost power or was reset
[ 167.914747] usb usb3: root hub lost power or was reset
[ 167.920385] usb usb1: root hub lost power or was reset
[ 168.002208] usb usb4: root hub lost power or was reset
[ 168.007748] usb usb2: root hub lost power or was reset
[ 168.119211] usb usb6: root hub lost power or was reset
[ 168.124798] usb usb5: root hub lost power or was reset
[ 168.253561] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 168.327912] PM: resume devices took 0.519 seconds
[ 168.332837] OOM killer enabled.
[ 168.336150] Restarting tasks ... done.
[ 168.346285] PM: suspend exit
####### 39
[ 168.420335] ata1: link resume succeeded after 1 retries
[ 168.530870] ata1: SATA link down (SStatus 0 SControl 300)
[ 169.059228] PM: suspend entry (deep)
[ 169.063066] PM: Syncing filesystems ... done.
[ 169.174374] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 169.185779] OOM killer disabled.
[ 169.189181] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 169.392856] PM: suspend devices took 0.191 seconds
[ 169.446665] Disabling non-boot CPUs ...
[ 169.458088] CPU1: shutdown
[ 169.461073] psci: CPU1 killed.
[ 169.473674] CPU2: shutdown
[ 169.476592] psci: CPU2 killed.
[ 169.488231] CPU3: shutdown
[ 169.491373] psci: CPU3 killed.
[ 169.508277] CPU4: shutdown
[ 169.511166] psci: CPU4 killed.
[ 169.526561] CPU5: shutdown
[ 169.529445] psci: CPU5 killed.
[ 169.544538] CPU6: shutdown
[ 169.547548] psci: CPU6 killed.
[ 169.570215] CPU7: shutdown
[ 169.573209] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055631] NOTICE: BL2: DRAM Split is 4ch
[ 0.058331] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063783] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069209] NOTICE: BL2: Lossy Decomp areas
[ 0.073388] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080485] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087408] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094334] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100129] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105324] NOTICE: BL2: Normal boot
[ 0.108961] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 169.580201] Enabling non-boot CPUs ...
[ 169.584820] Detected PIPT I-cache on CPU1
[ 169.584939] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 169.590596] CPU1 is up
[ 169.604387] Detected PIPT I-cache on CPU2
[ 169.604479] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 169.610178] CPU2 is up
[ 169.623914] Detected PIPT I-cache on CPU3
[ 169.624014] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 169.629822] CPU3 is up
[ 169.643627] Detected VIPT I-cache on CPU4
[ 169.643822] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 169.660438] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 169.679324] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 169.694541] CPU4 is up
[ 169.697543] Detected VIPT I-cache on CPU5
[ 169.697731] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 169.712697] CPU5 is up
[ 169.726584] Detected VIPT I-cache on CPU6
[ 169.726775] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 169.744048] CPU6 is up
[ 169.757831] Detected VIPT I-cache on CPU7
[ 169.758022] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 169.777532] CPU7 is up
[ 169.836877] usb usb7: root hub lost power or was reset
[ 169.842141] usb usb8: root hub lost power or was reset
[ 169.924621] usb usb3: root hub lost power or was reset
[ 169.930235] usb usb1: root hub lost power or was reset
[ 170.012507] usb usb4: root hub lost power or was reset
[ 170.018165] usb usb2: root hub lost power or was reset
[ 170.130603] usb usb6: root hub lost power or was reset
[ 170.136156] usb usb5: root hub lost power or was reset
[ 170.264423] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 170.339199] PM: resume devices took 0.520 seconds
[ 170.344128] OOM killer enabled.
[ 170.347440] Restarting tasks ... done.
[ 170.358195] PM: suspend exit
####### 40
[ 170.436233] ata1: link resume succeeded after 1 retries
[ 170.546682] ata1: SATA link down (SStatus 0 SControl 300)
[ 171.064111] PM: suspend entry (deep)
[ 171.067942] PM: Syncing filesystems ... done.
[ 171.181339] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 171.192762] OOM killer disabled.
[ 171.196161] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 171.387168] PM: suspend devices took 0.179 seconds
[ 171.441777] Disabling non-boot CPUs ...
[ 171.453173] CPU1: shutdown
[ 171.456111] psci: CPU1 killed.
[ 171.469165] CPU2: shutdown
[ 171.472057] psci: CPU2 killed.
[ 171.483314] CPU3: shutdown
[ 171.486380] psci: CPU3 killed.
[ 171.502359] CPU4: shutdown
[ 171.506433] psci: CPU4 killed.
[ 171.523435] CPU5: shutdown
[ 171.526306] psci: CPU5 killed.
[ 171.540532] CPU6: shutdown
[ 171.543537] psci: CPU6 killed.
[ 171.566686] CPU7: shutdown
[ 171.569683] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 171.576580] Enabling non-boot CPUs ...
[ 171.581468] Detected PIPT I-cache on CPU1
[ 171.581587] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 171.587201] CPU1 is up
[ 171.601122] Detected PIPT I-cache on CPU2
[ 171.601216] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 171.606849] CPU2 is up
[ 171.620683] Detected PIPT I-cache on CPU3
[ 171.620782] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 171.626710] CPU3 is up
[ 171.640528] Detected VIPT I-cache on CPU4
[ 171.640726] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 171.657446] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 171.676332] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 171.691457] CPU4 is up
[ 171.694455] Detected VIPT I-cache on CPU5
[ 171.694646] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 171.709641] CPU5 is up
[ 171.723456] Detected VIPT I-cache on CPU6
[ 171.723649] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 171.739699] CPU6 is up
[ 171.753494] Detected VIPT I-cache on CPU7
[ 171.753689] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 171.773366] CPU7 is up
[ 171.832744] usb usb7: root hub lost power or was reset
[ 171.838108] usb usb8: root hub lost power or was reset
[ 171.919809] usb usb3: root hub lost power or was reset
[ 171.925368] usb usb1: root hub lost power or was reset
[ 172.006976] usb usb4: root hub lost power or was reset
[ 172.012567] usb usb2: root hub lost power or was reset
[ 172.123971] usb usb6: root hub lost power or was reset
[ 172.129518] usb usb5: root hub lost power or was reset
[ 172.257316] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 172.331733] PM: resume devices took 0.517 seconds
[ 172.336838] OOM killer enabled.
[ 172.340141] Restarting tasks ... done.
[ 172.350310] PM: suspend exit
####### 41
[ 172.428097] ata1: link resume succeeded after 1 retries
[ 172.538588] ata1: SATA link down (SStatus 0 SControl 300)
[ 173.061563] PM: suspend entry (deep)
[ 173.065346] PM: Syncing filesystems ... done.
[ 173.177109] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 173.188524] OOM killer disabled.
[ 173.191925] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 173.397631] PM: suspend devices took 0.193 seconds
[ 173.452183] Disabling non-boot CPUs ...
[ 173.464271] CPU1: shutdown
[ 173.467207] psci: CPU1 killed.
[ 173.480032] CPU2: shutdown
[ 173.482938] psci: CPU2 killed.
[ 173.495234] CPU3: shutdown
[ 173.498142] psci: CPU3 killed.
[ 173.515965] CPU4: shutdown
[ 173.518868] psci: CPU4 killed.
[ 173.535568] CPU5: shutdown
[ 173.538630] psci: CPU5 killed.
[ 173.553104] CPU6: shutdown
[ 173.555994] psci: CPU6 killed.
[ 173.582123] CPU7: shutdown
[ 173.584997] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 173.590502] Enabling non-boot CPUs ...
[ 173.595333] Detected PIPT I-cache on CPU1
[ 173.595452] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 173.601233] CPU1 is up
[ 173.615090] Detected PIPT I-cache on CPU2
[ 173.615183] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 173.620874] CPU2 is up
[ 173.634603] Detected PIPT I-cache on CPU3
[ 173.634702] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 173.640591] CPU3 is up
[ 173.654475] Detected VIPT I-cache on CPU4
[ 173.654671] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 173.671053] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 173.689936] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 173.705316] CPU4 is up
[ 173.708309] Detected VIPT I-cache on CPU5
[ 173.708495] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 173.723490] CPU5 is up
[ 173.737351] Detected VIPT I-cache on CPU6
[ 173.737541] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 173.753383] CPU6 is up
[ 173.767181] Detected VIPT I-cache on CPU7
[ 173.767373] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 173.784190] CPU7 is up
[ 173.843648] usb usb7: root hub lost power or was reset
[ 173.848910] usb usb8: root hub lost power or was reset
[ 173.931428] usb usb3: root hub lost power or was reset
[ 173.936980] usb usb1: root hub lost power or was reset
[ 174.019364] usb usb4: root hub lost power or was reset
[ 174.025122] usb usb2: root hub lost power or was reset
[ 174.137455] usb usb6: root hub lost power or was reset
[ 174.143010] usb usb5: root hub lost power or was reset
[ 174.271230] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 174.345576] PM: resume devices took 0.519 seconds
[ 174.350505] OOM killer enabled.
[ 174.353817] Restarting tasks ... done.
[ 174.363840] PM: suspend exit
####### 42
[ 174.435986] ata1: link resume succeeded after 1 retries
[ 174.546447] ata1: SATA link down (SStatus 0 SControl 300)
[ 175.072851] PM: suspend entry (deep)
[ 175.076690] PM: Syncing filesystems ... done.
[ 175.187882] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 175.199346] OOM killer disabled.
[ 175.202746] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 175.395786] PM: suspend devices took 0.181 seconds
[ 175.449082] Disabling non-boot CPUs ...
[ 175.460180] CPU1: shutdown
[ 175.463114] psci: CPU1 killed.
[ 175.476383] CPU2: shutdown
[ 175.479306] psci: CPU2 killed.
[ 175.491349] CPU3: shutdown
[ 175.494245] psci: CPU3 killed.
[ 175.512033] CPU4: shutdown
[ 175.514908] psci: CPU4 killed.
[ 175.530277] CPU5: shutdown
[ 175.533176] psci: CPU5 killed.
[ 175.548063] CPU6: shutdown
[ 175.550936] psci: CPU6 killed.
[ 175.573442] CPU7: shutdown
[ 175.576313] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055634] NOTICE: BL2: DRAM Split is 4ch
[ 0.058333] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063785] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069211] NOTICE: BL2: Lossy Decomp areas
[ 0.073391] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080487] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087410] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094337] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100131] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105327] NOTICE: BL2: Normal boot
[ 0.108964] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 175.583984] Enabling non-boot CPUs ...
[ 175.588601] Detected PIPT I-cache on CPU1
[ 175.588720] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 175.594289] CPU1 is up
[ 175.608160] Detected PIPT I-cache on CPU2
[ 175.608255] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 175.614029] CPU2 is up
[ 175.627862] Detected PIPT I-cache on CPU3
[ 175.627963] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 175.633803] CPU3 is up
[ 175.647626] Detected VIPT I-cache on CPU4
[ 175.647821] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 175.664142] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 175.683029] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 175.698114] CPU4 is up
[ 175.701113] Detected VIPT I-cache on CPU5
[ 175.701302] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 175.716341] CPU5 is up
[ 175.730238] Detected VIPT I-cache on CPU6
[ 175.730431] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 175.747684] CPU6 is up
[ 175.761463] Detected VIPT I-cache on CPU7
[ 175.761655] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 175.779927] CPU7 is up
[ 175.840443] usb usb7: root hub lost power or was reset
[ 175.845804] usb usb8: root hub lost power or was reset
[ 175.927272] usb usb3: root hub lost power or was reset
[ 175.932810] usb usb1: root hub lost power or was reset
[ 176.014712] usb usb4: root hub lost power or was reset
[ 176.020236] usb usb2: root hub lost power or was reset
[ 176.131724] usb usb6: root hub lost power or was reset
[ 176.137269] usb usb5: root hub lost power or was reset
[ 176.266127] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 176.340606] PM: resume devices took 0.519 seconds
[ 176.345592] OOM killer enabled.
[ 176.348901] Restarting tasks ... done.
[ 176.359421] PM: suspend exit
####### 43
[ 176.435868] ata1: link resume succeeded after 1 retries
[ 176.546349] ata1: SATA link down (SStatus 0 SControl 300)
[ 177.067015] PM: suspend entry (deep)
[ 177.070792] PM: Syncing filesystems ... done.
[ 177.184687] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 177.196092] OOM killer disabled.
[ 177.199558] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 177.407365] PM: suspend devices took 0.195 seconds
[ 177.460480] Disabling non-boot CPUs ...
[ 177.471809] CPU1: shutdown
[ 177.474749] psci: CPU1 killed.
[ 177.487333] CPU2: shutdown
[ 177.490248] psci: CPU2 killed.
[ 177.501250] CPU3: shutdown
[ 177.505450] psci: CPU3 killed.
[ 177.522261] CPU4: shutdown
[ 177.525150] psci: CPU4 killed.
[ 177.540467] CPU5: shutdown
[ 177.543616] psci: CPU5 killed.
[ 177.559275] CPU6: shutdown
[ 177.562293] psci: CPU6 killed.
[ 177.586815] CPU7: shutdown
[ 177.589811] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 177.596028] Enabling non-boot CPUs ...
[ 177.600926] Detected PIPT I-cache on CPU1
[ 177.601047] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 177.606709] CPU1 is up
[ 177.620611] Detected PIPT I-cache on CPU2
[ 177.620705] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 177.626482] CPU2 is up
[ 177.640311] Detected PIPT I-cache on CPU3
[ 177.640412] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 177.646315] CPU3 is up
[ 177.660128] Detected VIPT I-cache on CPU4
[ 177.660325] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 177.676988] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 177.695875] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 177.711065] CPU4 is up
[ 177.714063] Detected VIPT I-cache on CPU5
[ 177.714253] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 177.729184] CPU5 is up
[ 177.743067] Detected VIPT I-cache on CPU6
[ 177.743261] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 177.759329] CPU6 is up
[ 177.773120] Detected VIPT I-cache on CPU7
[ 177.773315] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 177.792878] CPU7 is up
[ 177.852684] usb usb7: root hub lost power or was reset
[ 177.857949] usb usb8: root hub lost power or was reset
[ 177.940152] usb usb3: root hub lost power or was reset
[ 177.945701] usb usb1: root hub lost power or was reset
[ 178.028252] usb usb4: root hub lost power or was reset
[ 178.033767] usb usb2: root hub lost power or was reset
[ 178.145949] usb usb6: root hub lost power or was reset
[ 178.151565] usb usb5: root hub lost power or was reset
[ 178.279973] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 178.354585] PM: resume devices took 0.520 seconds
[ 178.359512] OOM killer enabled.
[ 178.362822] Restarting tasks ... done.
[ 178.373357] PM: suspend exit
####### 44
[ 178.451745] ata1: link resume succeeded after 1 retries
[ 178.562192] ata1: SATA link down (SStatus 0 SControl 300)
[ 179.083195] PM: suspend entry (deep)
[ 179.086978] PM: Syncing filesystems ... done.
[ 179.197951] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 179.209348] OOM killer disabled.
[ 179.212816] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 179.403286] PM: suspend devices took 0.178 seconds
[ 179.458046] Disabling non-boot CPUs ...
[ 179.469353] CPU1: shutdown
[ 179.472341] psci: CPU1 killed.
[ 179.484934] CPU2: shutdown
[ 179.487851] psci: CPU2 killed.
[ 179.500212] CPU3: shutdown
[ 179.503138] psci: CPU3 killed.
[ 179.521028] CPU4: shutdown
[ 179.523916] psci: CPU4 killed.
[ 179.538829] CPU5: shutdown
[ 179.541715] psci: CPU5 killed.
[ 179.557645] CPU6: shutdown
[ 179.560516] psci: CPU6 killed.
[ 179.584534] CPU7: shutdown
[ 179.587569] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 179.593953] Enabling non-boot CPUs ...
[ 179.598847] Detected PIPT I-cache on CPU1
[ 179.598966] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 179.604616] CPU1 is up
[ 179.618542] Detected PIPT I-cache on CPU2
[ 179.618636] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 179.624210] CPU2 is up
[ 179.638002] Detected PIPT I-cache on CPU3
[ 179.638102] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 179.644057] CPU3 is up
[ 179.657881] Detected VIPT I-cache on CPU4
[ 179.658078] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 179.674465] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 179.693456] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 179.708333] CPU4 is up
[ 179.711290] Detected VIPT I-cache on CPU5
[ 179.711479] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 179.726520] CPU5 is up
[ 179.740348] Detected VIPT I-cache on CPU6
[ 179.740540] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 179.757325] CPU6 is up
[ 179.771112] Detected VIPT I-cache on CPU7
[ 179.771306] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 179.789359] CPU7 is up
[ 179.848730] usb usb7: root hub lost power or was reset
[ 179.853993] usb usb8: root hub lost power or was reset
[ 179.937088] usb usb3: root hub lost power or was reset
[ 179.942634] usb usb1: root hub lost power or was reset
[ 180.024990] usb usb4: root hub lost power or was reset
[ 180.030747] usb usb2: root hub lost power or was reset
[ 180.143116] usb usb6: root hub lost power or was reset
[ 180.148666] usb usb5: root hub lost power or was reset
[ 180.277866] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 180.352233] PM: resume devices took 0.521 seconds
[ 180.357363] OOM killer enabled.
[ 180.360668] Restarting tasks ... done.
[ 180.371066] PM: suspend exit
####### 45
[ 180.443605] ata1: link resume succeeded after 1 retries
[ 180.554068] ata1: SATA link down (SStatus 0 SControl 300)
[ 181.081041] PM: suspend entry (deep)
[ 181.084831] PM: Syncing filesystems ... done.
[ 181.197979] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 181.209375] OOM killer disabled.
[ 181.212774] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 181.417448] PM: suspend devices took 0.193 seconds
[ 181.471123] Disabling non-boot CPUs ...
[ 181.482370] CPU1: shutdown
[ 181.485330] psci: CPU1 killed.
[ 181.497393] CPU2: shutdown
[ 181.500395] psci: CPU2 killed.
[ 181.512848] CPU3: shutdown
[ 181.515744] psci: CPU3 killed.
[ 181.534412] CPU4: shutdown
[ 181.537327] psci: CPU4 killed.
[ 181.552830] CPU5: shutdown
[ 181.555854] psci: CPU5 killed.
[ 181.570039] CPU6: shutdown
[ 181.573348] psci: CPU6 killed.
[ 181.597848] CPU7: shutdown
[ 181.600845] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 181.607549] Enabling non-boot CPUs ...
[ 181.612160] Detected PIPT I-cache on CPU1
[ 181.612279] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 181.617863] CPU1 is up
[ 181.631649] Detected PIPT I-cache on CPU2
[ 181.631742] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 181.637386] CPU2 is up
[ 181.651118] Detected PIPT I-cache on CPU3
[ 181.651219] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 181.656950] CPU3 is up
[ 181.670825] Detected VIPT I-cache on CPU4
[ 181.671021] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 181.687457] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 181.706343] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 181.721183] CPU4 is up
[ 181.724138] Detected VIPT I-cache on CPU5
[ 181.724326] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 181.739262] CPU5 is up
[ 181.753115] Detected VIPT I-cache on CPU6
[ 181.753307] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 181.770361] CPU6 is up
[ 181.784120] Detected VIPT I-cache on CPU7
[ 181.784310] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 181.803813] CPU7 is up
[ 181.863325] usb usb7: root hub lost power or was reset
[ 181.868588] usb usb8: root hub lost power or was reset
[ 181.950822] usb usb3: root hub lost power or was reset
[ 181.956407] usb usb1: root hub lost power or was reset
[ 182.038356] usb usb4: root hub lost power or was reset
[ 182.043965] usb usb2: root hub lost power or was reset
[ 182.155365] usb usb6: root hub lost power or was reset
[ 182.160921] usb usb5: root hub lost power or was reset
[ 182.289768] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 182.364449] PM: resume devices took 0.519 seconds
[ 182.369445] OOM killer enabled.
[ 182.372757] Restarting tasks ... done.
[ 182.381075] PM: suspend exit
####### 46
[ 182.459438] ata1: link resume succeeded after 1 retries
[ 182.570002] ata1: SATA link down (SStatus 0 SControl 300)
[ 183.096024] PM: suspend entry (deep)
[ 183.099806] PM: Syncing filesystems ... done.
[ 183.210828] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 183.222405] OOM killer disabled.
[ 183.225804] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 183.431127] PM: suspend devices took 0.193 seconds
[ 183.485299] Disabling non-boot CPUs ...
[ 183.496462] CPU1: shutdown
[ 183.499396] psci: CPU1 killed.
[ 183.511927] CPU2: shutdown
[ 183.514850] psci: CPU2 killed.
[ 183.526863] CPU3: shutdown
[ 183.529758] psci: CPU3 killed.
[ 183.548456] CPU4: shutdown
[ 183.551333] psci: CPU4 killed.
[ 183.566236] CPU5: shutdown
[ 183.569336] psci: CPU5 killed.
[ 183.584469] CPU6: shutdown
[ 183.587518] psci: CPU6 killed.
[ 183.611050] CPU7: shutdown
[ 183.614044] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 183.621305] Enabling non-boot CPUs ...
[ 183.625929] Detected PIPT I-cache on CPU1
[ 183.626050] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 183.631691] CPU1 is up
[ 183.645468] Detected PIPT I-cache on CPU2
[ 183.645562] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 183.651199] CPU2 is up
[ 183.664968] Detected PIPT I-cache on CPU3
[ 183.665068] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 183.670931] CPU3 is up
[ 183.684742] Detected VIPT I-cache on CPU4
[ 183.684938] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 183.701366] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 183.720251] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 183.735079] CPU4 is up
[ 183.738043] Detected VIPT I-cache on CPU5
[ 183.738231] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 183.753325] CPU5 is up
[ 183.767267] Detected VIPT I-cache on CPU6
[ 183.767458] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 183.784129] CPU6 is up
[ 183.797888] Detected VIPT I-cache on CPU7
[ 183.798078] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 183.814869] CPU7 is up
[ 183.875987] usb usb7: root hub lost power or was reset
[ 183.881350] usb usb8: root hub lost power or was reset
[ 183.962761] usb usb3: root hub lost power or was reset
[ 183.968375] usb usb1: root hub lost power or was reset
[ 184.050828] usb usb4: root hub lost power or was reset
[ 184.056419] usb usb2: root hub lost power or was reset
[ 184.168754] usb usb6: root hub lost power or was reset
[ 184.174305] usb usb5: root hub lost power or was reset
[ 184.302616] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 184.377141] PM: resume devices took 0.520 seconds
[ 184.382105] OOM killer enabled.
[ 184.385416] Restarting tasks ... done.
[ 184.395253] PM: suspend exit
####### 47
[ 184.475380] ata1: link resume succeeded after 1 retries
[ 184.585653] ata1: SATA link down (SStatus 0 SControl 300)
[ 185.108352] PM: suspend entry (deep)
[ 185.112167] PM: Syncing filesystems ... done.
[ 185.480425] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 185.491846] OOM killer disabled.
[ 185.495247] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 185.709683] PM: suspend devices took 0.202 seconds
[ 185.763832] Disabling non-boot CPUs ...
[ 185.774975] CPU1: shutdown
[ 185.777899] psci: CPU1 killed.
[ 185.791121] CPU2: shutdown
[ 185.794080] psci: CPU2 killed.
[ 185.806185] CPU3: shutdown
[ 185.809143] psci: CPU3 killed.
[ 185.826304] CPU4: shutdown
[ 185.829189] psci: CPU4 killed.
[ 185.845460] CPU5: shutdown
[ 185.848499] psci: CPU5 killed.
[ 185.864245] CPU6: shutdown
[ 185.867116] psci: CPU6 killed.
[ 185.891801] CPU7: shutdown
[ 185.894796] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048159] NOTICE: BL2: [WARM_BOOT]
[ 0.055373] NOTICE: BL2: DRAM Split is 4ch
[ 0.058071] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063523] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.068950] NOTICE: BL2: Lossy Decomp areas
[ 0.073130] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080226] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087149] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094075] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.099870] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105065] NOTICE: BL2: Normal boot
[ 0.108702] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 185.900495] Enabling non-boot CPUs ...
[ 185.905519] Detected PIPT I-cache on CPU1
[ 185.905638] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 185.911296] CPU1 is up
[ 185.925175] Detected PIPT I-cache on CPU2
[ 185.925268] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 185.930755] CPU2 is up
[ 185.944529] Detected PIPT I-cache on CPU3
[ 185.944630] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 185.950528] CPU3 is up
[ 185.964456] Detected VIPT I-cache on CPU4
[ 185.964651] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 185.981114] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 186.000101] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 186.014946] CPU4 is up
[ 186.017909] Detected VIPT I-cache on CPU5
[ 186.018097] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 186.033233] CPU5 is up
[ 186.047121] Detected VIPT I-cache on CPU6
[ 186.047310] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 186.064118] CPU6 is up
[ 186.077880] Detected VIPT I-cache on CPU7
[ 186.078070] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 186.097507] CPU7 is up
[ 186.158120] usb usb7: root hub lost power or was reset
[ 186.163486] usb usb8: root hub lost power or was reset
[ 186.245651] usb usb3: root hub lost power or was reset
[ 186.251283] usb usb1: root hub lost power or was reset
[ 186.333048] usb usb4: root hub lost power or was reset
[ 186.338577] usb usb2: root hub lost power or was reset
[ 186.450642] usb usb6: root hub lost power or was reset
[ 186.456250] usb usb5: root hub lost power or was reset
[ 186.584462] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 186.659187] PM: resume devices took 0.520 seconds
[ 186.664110] OOM killer enabled.
[ 186.667419] Restarting tasks ... done.
[ 186.677823] PM: suspend exit
####### 48
[ 186.755232] ata1: link resume succeeded after 1 retries
[ 186.865747] ata1: SATA link down (SStatus 0 SControl 300)
[ 187.387773] PM: suspend entry (deep)
[ 187.391555] PM: Syncing filesystems ... done.
[ 187.504332] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 187.515769] OOM killer disabled.
[ 187.519169] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 187.723859] PM: suspend devices took 0.192 seconds
[ 187.778246] Disabling non-boot CPUs ...
[ 187.789110] CPU1: shutdown
[ 187.792025] psci: CPU1 killed.
[ 187.804786] CPU2: shutdown
[ 187.807703] psci: CPU2 killed.
[ 187.819533] CPU3: shutdown
[ 187.822465] psci: CPU3 killed.
[ 187.840546] CPU4: shutdown
[ 187.843461] psci: CPU4 killed.
[ 187.858572] CPU5: shutdown
[ 187.861445] psci: CPU5 killed.
[ 187.877473] CPU6: shutdown
[ 187.880348] psci: CPU6 killed.
[ 187.904022] CPU7: shutdown
[ 187.907144] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 187.914105] Enabling non-boot CPUs ...
[ 187.918734] Detected PIPT I-cache on CPU1
[ 187.918853] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 187.924554] CPU1 is up
[ 187.938428] Detected PIPT I-cache on CPU2
[ 187.938522] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 187.944283] CPU2 is up
[ 187.958144] Detected PIPT I-cache on CPU3
[ 187.958245] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 187.964230] CPU3 is up
[ 187.978146] Detected VIPT I-cache on CPU4
[ 187.978343] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 187.994912] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 188.013919] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 188.028831] CPU4 is up
[ 188.031790] Detected VIPT I-cache on CPU5
[ 188.031978] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 188.047060] CPU5 is up
[ 188.060882] Detected VIPT I-cache on CPU6
[ 188.061073] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 188.077892] CPU6 is up
[ 188.091658] Detected VIPT I-cache on CPU7
[ 188.091850] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 188.111423] CPU7 is up
[ 188.171550] usb usb7: root hub lost power or was reset
[ 188.176811] usb usb8: root hub lost power or was reset
[ 188.258541] usb usb3: root hub lost power or was reset
[ 188.264076] usb usb1: root hub lost power or was reset
[ 188.345988] usb usb4: root hub lost power or was reset
[ 188.351527] usb usb2: root hub lost power or was reset
[ 188.462997] usb usb6: root hub lost power or was reset
[ 188.468546] usb usb5: root hub lost power or was reset
[ 188.597340] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 188.672095] PM: resume devices took 0.519 seconds
[ 188.677094] OOM killer enabled.
[ 188.680412] Restarting tasks ... done.
[ 188.688592] PM: suspend exit
####### 49
[ 188.771111] ata1: link resume succeeded after 1 retries
[ 188.882014] ata1: SATA link down (SStatus 0 SControl 300)
[ 189.403022] PM: suspend entry (deep)
[ 189.406849] PM: Syncing filesystems ... done.
[ 189.517119] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 189.528595] OOM killer disabled.
[ 189.531995] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 189.735617] PM: suspend devices took 0.191 seconds
[ 189.789227] Disabling non-boot CPUs ...
[ 189.801296] CPU1: shutdown
[ 189.804239] psci: CPU1 killed.
[ 189.817108] CPU2: shutdown
[ 189.820038] psci: CPU2 killed.
[ 189.831423] CPU3: shutdown
[ 189.834310] psci: CPU3 killed.
[ 189.854064] CPU4: shutdown
[ 189.856967] psci: CPU4 killed.
[ 189.872201] CPU5: shutdown
[ 189.875086] psci: CPU5 killed.
[ 189.890013] CPU6: shutdown
[ 189.892886] psci: CPU6 killed.
[ 189.917567] CPU7: shutdown
[ 189.920440] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 189.926522] Enabling non-boot CPUs ...
[ 189.931360] Detected PIPT I-cache on CPU1
[ 189.931479] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 189.937299] CPU1 is up
[ 189.951136] Detected PIPT I-cache on CPU2
[ 189.951230] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 189.957054] CPU2 is up
[ 189.970899] Detected PIPT I-cache on CPU3
[ 189.970998] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 189.976823] CPU3 is up
[ 189.990654] Detected VIPT I-cache on CPU4
[ 189.990848] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 190.007338] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 190.026222] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 190.041300] CPU4 is up
[ 190.044298] Detected VIPT I-cache on CPU5
[ 190.044486] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 190.059497] CPU5 is up
[ 190.073397] Detected VIPT I-cache on CPU6
[ 190.073588] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 190.089447] CPU6 is up
[ 190.103318] Detected VIPT I-cache on CPU7
[ 190.103509] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 190.120596] CPU7 is up
[ 190.180642] usb usb7: root hub lost power or was reset
[ 190.185904] usb usb8: root hub lost power or was reset
[ 190.268413] usb usb3: root hub lost power or was reset
[ 190.274016] usb usb1: root hub lost power or was reset
[ 190.355858] usb usb4: root hub lost power or was reset
[ 190.361610] usb usb2: root hub lost power or was reset
[ 190.472881] usb usb6: root hub lost power or was reset
[ 190.478438] usb usb5: root hub lost power or was reset
[ 190.607298] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 190.681968] PM: resume devices took 0.520 seconds
[ 190.686952] OOM killer enabled.
[ 190.690265] Restarting tasks ... done.
[ 190.698533] PM: suspend exit
####### 50
[ 190.779010] ata1: link resume succeeded after 1 retries
[ 190.889264] ata1: SATA link down (SStatus 0 SControl 300)
[ 191.407066] PM: suspend entry (deep)
[ 191.410834] PM: Syncing filesystems ... done.
[ 191.524624] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 191.536155] OOM killer disabled.
[ 191.539554] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 191.730819] PM: suspend devices took 0.180 seconds
[ 191.784889] Disabling non-boot CPUs ...
[ 191.796229] CPU1: shutdown
[ 191.799173] psci: CPU1 killed.
[ 191.810770] CPU2: shutdown
[ 191.813772] psci: CPU2 killed.
[ 191.827448] CPU3: shutdown
[ 191.830359] psci: CPU3 killed.
[ 191.848180] CPU4: shutdown
[ 191.851068] psci: CPU4 killed.
[ 191.865958] CPU5: shutdown
[ 191.868844] psci: CPU5 killed.
[ 191.884322] CPU6: shutdown
[ 191.887195] psci: CPU6 killed.
[ 191.910247] CPU7: shutdown
[ 191.913242] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 191.920064] Enabling non-boot CPUs ...
[ 191.924951] Detected PIPT I-cache on CPU1
[ 191.925069] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 191.930755] CPU1 is up
[ 191.944538] Detected PIPT I-cache on CPU2
[ 191.944632] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 191.950343] CPU2 is up
[ 191.964142] Detected PIPT I-cache on CPU3
[ 191.964241] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 191.970255] CPU3 is up
[ 191.984073] Detected VIPT I-cache on CPU4
[ 191.984271] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 192.000957] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 192.019841] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 192.035184] CPU4 is up
[ 192.038187] Detected VIPT I-cache on CPU5
[ 192.038377] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 192.053382] CPU5 is up
[ 192.067240] Detected VIPT I-cache on CPU6
[ 192.067432] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 192.083386] CPU6 is up
[ 192.097230] Detected VIPT I-cache on CPU7
[ 192.097422] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 192.117086] CPU7 is up
[ 192.176912] usb usb7: root hub lost power or was reset
[ 192.182174] usb usb8: root hub lost power or was reset
[ 192.265347] usb usb3: root hub lost power or was reset
[ 192.270959] usb usb1: root hub lost power or was reset
[ 192.353214] usb usb4: root hub lost power or was reset
[ 192.359000] usb usb2: root hub lost power or was reset
[ 192.470973] usb usb6: root hub lost power or was reset
[ 192.476725] usb usb5: root hub lost power or was reset
[ 192.605047] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 192.679693] PM: resume devices took 0.521 seconds
[ 192.684617] OOM killer enabled.
[ 192.687927] Restarting tasks ... done.
[ 192.698798] PM: suspend exit
####### 51
[ 192.770860] ata1: link resume succeeded after 1 retries
[ 192.881175] ata1: SATA link down (SStatus 0 SControl 300)
[ 193.416450] PM: suspend entry (deep)
[ 193.420233] PM: Syncing filesystems ... done.
[ 193.526957] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 193.538471] OOM killer disabled.
[ 193.541871] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 193.743785] PM: suspend devices took 0.190 seconds
[ 193.797781] Disabling non-boot CPUs ...
[ 193.808913] CPU1: shutdown
[ 193.811860] psci: CPU1 killed.
[ 193.823363] CPU2: shutdown
[ 193.826278] psci: CPU2 killed.
[ 193.839400] CPU3: shutdown
[ 193.842297] psci: CPU3 killed.
[ 193.858994] CPU4: shutdown
[ 193.861911] psci: CPU4 killed.
[ 193.877021] CPU5: shutdown
[ 193.879911] psci: CPU5 killed.
[ 193.895957] CPU6: shutdown
[ 193.899172] psci: CPU6 killed.
[ 193.922352] CPU7: shutdown
[ 193.925224] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 193.932817] Enabling non-boot CPUs ...
[ 193.937430] Detected PIPT I-cache on CPU1
[ 193.937549] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 193.943130] CPU1 is up
[ 193.956913] Detected PIPT I-cache on CPU2
[ 193.957005] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 193.962655] CPU2 is up
[ 193.976390] Detected PIPT I-cache on CPU3
[ 193.976491] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 193.982258] CPU3 is up
[ 193.996106] Detected VIPT I-cache on CPU4
[ 193.996301] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 194.012767] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 194.031650] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 194.047296] CPU4 is up
[ 194.050299] Detected VIPT I-cache on CPU5
[ 194.050488] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 194.065384] CPU5 is up
[ 194.079270] Detected VIPT I-cache on CPU6
[ 194.079459] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 194.095224] CPU6 is up
[ 194.109084] Detected VIPT I-cache on CPU7
[ 194.109275] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 194.129275] CPU7 is up
[ 194.188842] usb usb7: root hub lost power or was reset
[ 194.194106] usb usb8: root hub lost power or was reset
[ 194.276174] usb usb3: root hub lost power or was reset
[ 194.281713] usb usb1: root hub lost power or was reset
[ 194.363623] usb usb4: root hub lost power or was reset
[ 194.369229] usb usb2: root hub lost power or was reset
[ 194.480627] usb usb6: root hub lost power or was reset
[ 194.486177] usb usb5: root hub lost power or was reset
[ 194.614912] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 194.689345] PM: resume devices took 0.518 seconds
[ 194.694270] OOM killer enabled.
[ 194.697583] Restarting tasks ... done.
[ 194.708662] PM: suspend exit
####### 52
[ 194.786747] ata1: link resume succeeded after 1 retries
[ 194.897011] ata1: SATA link down (SStatus 0 SControl 300)
[ 195.417165] PM: suspend entry (deep)
[ 195.420950] PM: Syncing filesystems ... done.
[ 195.527561] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 195.538962] OOM killer disabled.
[ 195.542364] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 195.771485] PM: suspend devices took 0.218 seconds
[ 195.825478] Disabling non-boot CPUs ...
[ 195.836682] CPU1: shutdown
[ 195.839614] psci: CPU1 killed.
[ 195.852618] CPU2: shutdown
[ 195.855517] psci: CPU2 killed.
[ 195.868009] CPU3: shutdown
[ 195.870904] psci: CPU3 killed.
[ 195.888489] CPU4: shutdown
[ 195.891364] psci: CPU4 killed.
[ 195.908071] CPU5: shutdown
[ 195.911094] psci: CPU5 killed.
[ 195.926093] CPU6: shutdown
[ 195.929115] psci: CPU6 killed.
[ 195.952536] CPU7: shutdown
[ 195.955643] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 195.962118] Enabling non-boot CPUs ...
[ 195.967008] Detected PIPT I-cache on CPU1
[ 195.967126] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 195.972738] CPU1 is up
[ 195.986643] Detected PIPT I-cache on CPU2
[ 195.986736] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 195.992492] CPU2 is up
[ 196.006279] Detected PIPT I-cache on CPU3
[ 196.006381] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 196.012194] CPU3 is up
[ 196.026009] Detected VIPT I-cache on CPU4
[ 196.026205] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 196.042772] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 196.061657] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 196.077035] CPU4 is up
[ 196.080031] Detected VIPT I-cache on CPU5
[ 196.080218] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 196.095251] CPU5 is up
[ 196.109137] Detected VIPT I-cache on CPU6
[ 196.109329] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 196.126623] CPU6 is up
[ 196.140390] Detected VIPT I-cache on CPU7
[ 196.140583] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 196.158388] CPU7 is up
[ 196.218372] usb usb7: root hub lost power or was reset
[ 196.223633] usb usb8: root hub lost power or was reset
[ 196.306027] usb usb3: root hub lost power or was reset
[ 196.311586] usb usb1: root hub lost power or was reset
[ 196.394112] usb usb4: root hub lost power or was reset
[ 196.399850] usb usb2: root hub lost power or was reset
[ 196.512024] usb usb6: root hub lost power or was reset
[ 196.517615] usb usb5: root hub lost power or was reset
[ 196.645829] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 196.720497] PM: resume devices took 0.520 seconds
[ 196.725425] OOM killer enabled.
[ 196.728737] Restarting tasks ... done.
[ 196.737951] PM: suspend exit
####### 53
[ 196.818577] ata1: link resume succeeded after 1 retries
[ 196.929137] ata1: SATA link down (SStatus 0 SControl 300)
[ 197.444872] PM: suspend entry (deep)
[ 197.448653] PM: Syncing filesystems ... done.
[ 197.557456] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 197.568890] OOM killer disabled.
[ 197.572349] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 197.774129] PM: suspend devices took 0.189 seconds
[ 197.828785] Disabling non-boot CPUs ...
[ 197.840780] CPU1: shutdown
[ 197.843728] psci: CPU1 killed.
[ 197.856035] CPU2: shutdown
[ 197.858949] psci: CPU2 killed.
[ 197.871401] CPU3: shutdown
[ 197.874405] psci: CPU3 killed.
[ 197.892375] CPU4: shutdown
[ 197.895261] psci: CPU4 killed.
[ 197.910624] CPU5: shutdown
[ 197.913511] psci: CPU5 killed.
[ 197.928893] CPU6: shutdown
[ 197.931781] psci: CPU6 killed.
[ 197.954093] CPU7: shutdown
[ 197.956963] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 197.964050] Enabling non-boot CPUs ...
[ 197.968876] Detected PIPT I-cache on CPU1
[ 197.968994] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 197.974831] CPU1 is up
[ 197.988650] Detected PIPT I-cache on CPU2
[ 197.988743] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 197.994417] CPU2 is up
[ 198.008152] Detected PIPT I-cache on CPU3
[ 198.008253] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 198.014050] CPU3 is up
[ 198.027866] Detected VIPT I-cache on CPU4
[ 198.028062] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 198.044551] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 198.063434] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 198.079110] CPU4 is up
[ 198.082108] Detected VIPT I-cache on CPU5
[ 198.082296] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 198.097482] CPU5 is up
[ 198.111246] Detected VIPT I-cache on CPU6
[ 198.111434] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 198.128520] CPU6 is up
[ 198.142449] Detected VIPT I-cache on CPU7
[ 198.142640] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 198.160144] CPU7 is up
[ 198.219533] usb usb7: root hub lost power or was reset
[ 198.224797] usb usb8: root hub lost power or was reset
[ 198.306926] usb usb3: root hub lost power or was reset
[ 198.312486] usb usb1: root hub lost power or was reset
[ 198.394376] usb usb4: root hub lost power or was reset
[ 198.399912] usb usb2: root hub lost power or was reset
[ 198.511388] usb usb6: root hub lost power or was reset
[ 198.516937] usb usb5: root hub lost power or was reset
[ 198.645712] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 198.720128] PM: resume devices took 0.518 seconds
[ 198.725252] OOM killer enabled.
[ 198.728556] Restarting tasks ... done.
[ 198.737737] PM: suspend exit
####### 54
[ 198.818526] ata1: link resume succeeded after 1 retries
[ 198.928977] ata1: SATA link down (SStatus 0 SControl 300)
[ 199.444048] PM: suspend entry (deep)
[ 199.447847] PM: Syncing filesystems ... done.
[ 199.553828] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 199.565305] OOM killer disabled.
[ 199.568704] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 199.775394] PM: suspend devices took 0.195 seconds
[ 199.830325] Disabling non-boot CPUs ...
[ 199.841544] CPU1: shutdown
[ 199.844485] psci: CPU1 killed.
[ 199.856532] CPU2: shutdown
[ 199.859432] psci: CPU2 killed.
[ 199.872995] CPU3: shutdown
[ 199.875891] psci: CPU3 killed.
[ 199.893568] CPU4: shutdown
[ 199.896453] psci: CPU4 killed.
[ 199.912260] CPU5: shutdown
[ 199.915404] psci: CPU5 killed.
[ 199.929687] CPU6: shutdown
[ 199.932558] psci: CPU6 killed.
[ 199.955405] CPU7: shutdown
[ 199.958397] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048159] NOTICE: BL2: [WARM_BOOT]
[ 0.055372] NOTICE: BL2: DRAM Split is 4ch
[ 0.058071] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063523] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.068949] NOTICE: BL2: Lossy Decomp areas
[ 0.073129] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080225] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087148] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094074] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.099869] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105065] NOTICE: BL2: Normal boot
[ 0.108702] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 199.965510] Enabling non-boot CPUs ...
[ 199.970161] Detected PIPT I-cache on CPU1
[ 199.970280] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 199.975977] CPU1 is up
[ 199.989768] Detected PIPT I-cache on CPU2
[ 199.989864] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 199.995592] CPU2 is up
[ 200.009425] Detected PIPT I-cache on CPU3
[ 200.009526] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 200.015395] CPU3 is up
[ 200.029205] Detected VIPT I-cache on CPU4
[ 200.029399] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 200.045826] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 200.064769] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 200.079720] CPU4 is up
[ 200.082681] Detected VIPT I-cache on CPU5
[ 200.082869] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 200.097906] CPU5 is up
[ 200.111767] Detected VIPT I-cache on CPU6
[ 200.111957] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 200.127991] CPU6 is up
[ 200.141787] Detected VIPT I-cache on CPU7
[ 200.141978] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 200.162112] CPU7 is up
[ 200.222407] usb usb7: root hub lost power or was reset
[ 200.227668] usb usb8: root hub lost power or was reset
[ 200.309865] usb usb3: root hub lost power or was reset
[ 200.315428] usb usb1: root hub lost power or was reset
[ 200.397261] usb usb4: root hub lost power or was reset
[ 200.402796] usb usb2: root hub lost power or was reset
[ 200.514256] usb usb6: root hub lost power or was reset
[ 200.519877] usb usb5: root hub lost power or was reset
[ 200.648606] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 200.723323] PM: resume devices took 0.519 seconds
[ 200.728254] OOM killer enabled.
[ 200.731563] Restarting tasks ... done.
[ 200.741752] PM: suspend exit
####### 55
[ 200.818363] ata1: link resume succeeded after 1 retries
[ 200.928672] ata1: SATA link down (SStatus 0 SControl 300)
[ 201.449676] PM: suspend entry (deep)
[ 201.453460] PM: Syncing filesystems ... done.
[ 201.560511] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 201.571949] OOM killer disabled.
[ 201.575350] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 201.771732] PM: suspend devices took 0.184 seconds
[ 201.825842] Disabling non-boot CPUs ...
[ 201.836840] CPU1: shutdown
[ 201.839768] psci: CPU1 killed.
[ 201.853126] CPU2: shutdown
[ 201.856123] psci: CPU2 killed.
[ 201.868805] CPU3: shutdown
[ 201.871703] psci: CPU3 killed.
[ 201.889640] CPU4: shutdown
[ 201.892529] psci: CPU4 killed.
[ 201.909526] CPU5: shutdown
[ 201.912400] psci: CPU5 killed.
[ 201.926290] CPU6: shutdown
[ 201.929162] psci: CPU6 killed.
[ 201.952550] CPU7: shutdown
[ 201.955545] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 201.962497] Enabling non-boot CPUs ...
[ 201.967410] Detected PIPT I-cache on CPU1
[ 201.967528] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 201.973198] CPU1 is up
[ 201.986989] Detected PIPT I-cache on CPU2
[ 201.987083] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 201.992681] CPU2 is up
[ 202.006403] Detected PIPT I-cache on CPU3
[ 202.006503] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 202.012479] CPU3 is up
[ 202.026358] Detected VIPT I-cache on CPU4
[ 202.026552] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 202.043224] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 202.062108] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 202.077024] CPU4 is up
[ 202.079992] Detected VIPT I-cache on CPU5
[ 202.080180] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 202.095264] CPU5 is up
[ 202.109199] Detected VIPT I-cache on CPU6
[ 202.109389] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 202.125874] CPU6 is up
[ 202.139682] Detected VIPT I-cache on CPU7
[ 202.139873] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 202.159539] CPU7 is up
[ 202.220356] usb usb7: root hub lost power or was reset
[ 202.225721] usb usb8: root hub lost power or was reset
[ 202.306667] usb usb3: root hub lost power or was reset
[ 202.312210] usb usb1: root hub lost power or was reset
[ 202.394079] usb usb4: root hub lost power or was reset
[ 202.399671] usb usb2: root hub lost power or was reset
[ 202.511141] usb usb6: root hub lost power or was reset
[ 202.516759] usb usb5: root hub lost power or was reset
[ 202.645492] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 202.720252] PM: resume devices took 0.519 seconds
[ 202.725176] OOM killer enabled.
[ 202.728488] Restarting tasks ... done.
[ 202.738184] PM: suspend exit
####### 56
[ 202.818264] ata1: link resume succeeded after 1 retries
[ 202.928538] ata1: SATA link down (SStatus 0 SControl 300)
[ 203.454275] PM: suspend entry (deep)
[ 203.458080] PM: Syncing filesystems ... done.
[ 203.566405] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 203.577887] OOM killer disabled.
[ 203.581355] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 203.787502] PM: suspend devices took 0.194 seconds
[ 203.841091] Disabling non-boot CPUs ...
[ 203.851976] CPU1: shutdown
[ 203.854996] psci: CPU1 killed.
[ 203.867384] CPU2: shutdown
[ 203.871227] psci: CPU2 killed.
[ 203.883506] CPU3: shutdown
[ 203.886405] psci: CPU3 killed.
[ 203.902559] CPU4: shutdown
[ 203.906743] psci: CPU4 killed.
[ 203.922509] CPU5: shutdown
[ 203.925421] psci: CPU5 killed.
[ 203.940479] CPU6: shutdown
[ 203.943493] psci: CPU6 killed.
[ 203.967641] CPU7: shutdown
[ 203.970634] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 203.977396] Enabling non-boot CPUs ...
[ 203.982238] Detected PIPT I-cache on CPU1
[ 203.982356] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 203.988004] CPU1 is up
[ 204.001791] Detected PIPT I-cache on CPU2
[ 204.001884] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 204.007475] CPU2 is up
[ 204.021266] Detected PIPT I-cache on CPU3
[ 204.021367] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 204.027256] CPU3 is up
[ 204.041155] Detected VIPT I-cache on CPU4
[ 204.041349] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 204.057921] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 204.076932] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 204.091863] CPU4 is up
[ 204.094817] Detected VIPT I-cache on CPU5
[ 204.095005] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 204.109916] CPU5 is up
[ 204.123776] Detected VIPT I-cache on CPU6
[ 204.123964] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 204.140974] CPU6 is up
[ 204.154747] Detected VIPT I-cache on CPU7
[ 204.154939] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 204.171624] CPU7 is up
[ 204.231089] usb usb7: root hub lost power or was reset
[ 204.236350] usb usb8: root hub lost power or was reset
[ 204.331551] usb usb3: root hub lost power or was reset
[ 204.337109] usb usb1: root hub lost power or was reset
[ 204.419020] usb usb4: root hub lost power or was reset
[ 204.424614] usb usb2: root hub lost power or was reset
[ 204.536024] usb usb6: root hub lost power or was reset
[ 204.541574] usb usb5: root hub lost power or was reset
[ 204.670328] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 204.744769] PM: resume devices took 0.531 seconds
[ 204.749771] OOM killer enabled.
[ 204.753154] Restarting tasks ... done.
[ 204.762361] PM: suspend exit
####### 57
[ 204.842133] ata1: link resume succeeded after 1 retries
[ 204.952603] ata1: SATA link down (SStatus 0 SControl 300)
[ 205.478683] PM: suspend entry (deep)
[ 205.482465] PM: Syncing filesystems ... done.
[ 205.588090] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 205.599546] OOM killer disabled.
[ 205.602946] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 205.794081] PM: suspend devices took 0.179 seconds
[ 205.847380] Disabling non-boot CPUs ...
[ 205.858306] CPU1: shutdown
[ 205.861212] psci: CPU1 killed.
[ 205.874609] CPU2: shutdown
[ 205.877541] psci: CPU2 killed.
[ 205.889936] CPU3: shutdown
[ 205.892862] psci: CPU3 killed.
[ 205.910761] CPU4: shutdown
[ 205.913723] psci: CPU4 killed.
[ 205.928690] CPU5: shutdown
[ 205.931603] psci: CPU5 killed.
[ 205.946994] CPU6: shutdown
[ 205.950030] psci: CPU6 killed.
[ 205.972372] CPU7: shutdown
[ 205.975364] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 205.982560] Enabling non-boot CPUs ...
[ 205.987382] Detected PIPT I-cache on CPU1
[ 205.987500] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 205.993396] CPU1 is up
[ 206.007187] Detected PIPT I-cache on CPU2
[ 206.007282] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 206.012933] CPU2 is up
[ 206.026654] Detected PIPT I-cache on CPU3
[ 206.026754] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 206.032615] CPU3 is up
[ 206.046421] Detected VIPT I-cache on CPU4
[ 206.046620] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 206.063233] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 206.082119] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 206.097365] CPU4 is up
[ 206.100369] Detected VIPT I-cache on CPU5
[ 206.100562] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 206.115473] CPU5 is up
[ 206.129360] Detected VIPT I-cache on CPU6
[ 206.129556] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 206.145547] CPU6 is up
[ 206.159386] Detected VIPT I-cache on CPU7
[ 206.159582] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 206.179528] CPU7 is up
[ 206.238997] usb usb7: root hub lost power or was reset
[ 206.244259] usb usb8: root hub lost power or was reset
[ 206.326420] usb usb3: root hub lost power or was reset
[ 206.331976] usb usb1: root hub lost power or was reset
[ 206.414538] usb usb4: root hub lost power or was reset
[ 206.420085] usb usb2: root hub lost power or was reset
[ 206.532464] usb usb6: root hub lost power or was reset
[ 206.538088] usb usb5: root hub lost power or was reset
[ 206.666216] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 206.740968] PM: resume devices took 0.520 seconds
[ 206.745907] OOM killer enabled.
[ 206.749209] Restarting tasks ... done.
[ 206.758951] PM: suspend exit
####### 58
[ 206.842027] ata1: link resume succeeded after 1 retries
[ 206.952344] ata1: SATA link down (SStatus 0 SControl 300)
[ 207.466948] PM: suspend entry (deep)
[ 207.470769] PM: Syncing filesystems ... done.
[ 207.577365] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 207.588747] OOM killer disabled.
[ 207.592150] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 207.789409] PM: suspend devices took 0.185 seconds
[ 207.843295] Disabling non-boot CPUs ...
[ 207.854789] CPU1: shutdown
[ 207.857750] psci: CPU1 killed.
[ 207.870100] CPU2: shutdown
[ 207.873012] psci: CPU2 killed.
[ 207.885349] CPU3: shutdown
[ 207.888280] psci: CPU3 killed.
[ 207.905279] CPU4: shutdown
[ 207.908152] psci: CPU4 killed.
[ 207.925551] CPU5: shutdown
[ 207.928438] psci: CPU5 killed.
[ 207.944823] CPU6: shutdown
[ 207.947895] psci: CPU6 killed.
[ 207.973814] CPU7: shutdown
[ 207.976927] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 207.982925] Enabling non-boot CPUs ...
[ 207.987576] Detected PIPT I-cache on CPU1
[ 207.987696] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 207.993327] CPU1 is up
[ 208.007183] Detected PIPT I-cache on CPU2
[ 208.007276] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 208.013033] CPU2 is up
[ 208.026841] Detected PIPT I-cache on CPU3
[ 208.026943] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 208.032788] CPU3 is up
[ 208.046620] Detected VIPT I-cache on CPU4
[ 208.046814] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 208.063342] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 208.082286] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 208.097212] CPU4 is up
[ 208.100183] Detected VIPT I-cache on CPU5
[ 208.100372] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 208.115442] CPU5 is up
[ 208.129245] Detected VIPT I-cache on CPU6
[ 208.129435] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 208.145427] CPU6 is up
[ 208.159270] Detected VIPT I-cache on CPU7
[ 208.159461] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 208.176242] CPU7 is up
[ 208.236373] usb usb7: root hub lost power or was reset
[ 208.241735] usb usb8: root hub lost power or was reset
[ 208.323358] usb usb3: root hub lost power or was reset
[ 208.328974] usb usb1: root hub lost power or was reset
[ 208.410706] usb usb4: root hub lost power or was reset
[ 208.416222] usb usb2: root hub lost power or was reset
[ 208.527780] usb usb6: root hub lost power or was reset
[ 208.533437] usb usb5: root hub lost power or was reset
[ 208.662129] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 208.736758] PM: resume devices took 0.519 seconds
[ 208.741678] OOM killer enabled.
[ 208.744987] Restarting tasks ... done.
[ 208.754527] PM: suspend exit
####### 59
[ 208.833914] ata1: link resume succeeded after 1 retries
[ 208.944196] ata1: SATA link down (SStatus 0 SControl 300)
[ 209.467986] PM: suspend entry (deep)
[ 209.471808] PM: Syncing filesystems ... done.
[ 209.579144] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 209.590819] OOM killer disabled.
[ 209.594219] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 209.784716] PM: suspend devices took 0.179 seconds
[ 209.839085] Disabling non-boot CPUs ...
[ 209.850300] CPU1: shutdown
[ 209.853244] psci: CPU1 killed.
[ 209.865981] CPU2: shutdown
[ 209.868925] psci: CPU2 killed.
[ 209.880943] CPU3: shutdown
[ 209.883827] psci: CPU3 killed.
[ 209.901797] CPU4: shutdown
[ 209.904698] psci: CPU4 killed.
[ 209.920942] CPU5: shutdown
[ 209.923815] psci: CPU5 killed.
[ 209.938916] CPU6: shutdown
[ 209.941801] psci: CPU6 killed.
[ 209.965041] CPU7: shutdown
[ 209.968039] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 209.974868] Enabling non-boot CPUs ...
[ 209.979493] Detected PIPT I-cache on CPU1
[ 209.979613] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 209.985217] CPU1 is up
[ 209.999090] Detected PIPT I-cache on CPU2
[ 209.999185] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 210.004879] CPU2 is up
[ 210.018732] Detected PIPT I-cache on CPU3
[ 210.018833] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 210.024799] CPU3 is up
[ 210.038709] Detected VIPT I-cache on CPU4
[ 210.038905] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 210.055237] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 210.074122] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 210.089089] CPU4 is up
[ 210.092073] Detected VIPT I-cache on CPU5
[ 210.092262] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 210.107199] CPU5 is up
[ 210.121082] Detected VIPT I-cache on CPU6
[ 210.121272] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 210.137182] CPU6 is up
[ 210.150977] Detected VIPT I-cache on CPU7
[ 210.151169] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 210.168174] CPU7 is up
[ 210.228938] usb usb7: root hub lost power or was reset
[ 210.234300] usb usb8: root hub lost power or was reset
[ 210.315284] usb usb3: root hub lost power or was reset
[ 210.320894] usb usb1: root hub lost power or was reset
[ 210.403168] usb usb4: root hub lost power or was reset
[ 210.408761] usb usb2: root hub lost power or was reset
[ 210.520308] usb usb6: root hub lost power or was reset
[ 210.525898] usb usb5: root hub lost power or was reset
[ 210.654071] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 210.728671] PM: resume devices took 0.519 seconds
[ 210.733600] OOM killer enabled.
[ 210.736911] Restarting tasks ... done.
[ 210.747501] PM: suspend exit
####### 60
[ 210.825803] ata1: link resume succeeded after 1 retries
[ 210.936080] ata1: SATA link down (SStatus 0 SControl 300)
[ 211.457820] PM: suspend entry (deep)
[ 211.461643] PM: Syncing filesystems ... done.
[ 211.567848] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 211.579278] OOM killer disabled.
[ 211.582681] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 211.777152] PM: suspend devices took 0.182 seconds
[ 211.830728] Disabling non-boot CPUs ...
[ 211.842003] CPU1: shutdown
[ 211.844937] psci: CPU1 killed.
[ 211.857934] CPU2: shutdown
[ 211.860852] psci: CPU2 killed.
[ 211.873298] CPU3: shutdown
[ 211.876206] psci: CPU3 killed.
[ 211.895055] CPU4: shutdown
[ 211.897945] psci: CPU4 killed.
[ 211.912862] CPU5: shutdown
[ 211.915737] psci: CPU5 killed.
[ 211.930245] CPU6: shutdown
[ 211.933297] psci: CPU6 killed.
[ 211.958045] CPU7: shutdown
[ 211.961041] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 211.967044] Enabling non-boot CPUs ...
[ 211.972017] Detected PIPT I-cache on CPU1
[ 211.972136] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 211.977856] CPU1 is up
[ 211.991711] Detected PIPT I-cache on CPU2
[ 211.991805] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 211.997510] CPU2 is up
[ 212.011300] Detected PIPT I-cache on CPU3
[ 212.011402] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 212.017232] CPU3 is up
[ 212.031054] Detected VIPT I-cache on CPU4
[ 212.031250] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 212.047710] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 212.066595] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 212.081405] CPU4 is up
[ 212.084378] Detected VIPT I-cache on CPU5
[ 212.084566] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 212.099727] CPU5 is up
[ 212.113662] Detected VIPT I-cache on CPU6
[ 212.113853] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 212.130438] CPU6 is up
[ 212.144192] Detected VIPT I-cache on CPU7
[ 212.144383] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 212.163850] CPU7 is up
[ 212.224216] usb usb7: root hub lost power or was reset
[ 212.229580] usb usb8: root hub lost power or was reset
[ 212.311169] usb usb3: root hub lost power or was reset
[ 212.316783] usb usb1: root hub lost power or was reset
[ 212.398468] usb usb4: root hub lost power or was reset
[ 212.404052] usb usb2: root hub lost power or was reset
[ 212.515525] usb usb6: root hub lost power or was reset
[ 212.521152] usb usb5: root hub lost power or was reset
[ 212.649968] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 212.724617] PM: resume devices took 0.519 seconds
[ 212.729542] OOM killer enabled.
[ 212.732853] Restarting tasks ... done.
[ 212.742551] PM: suspend exit
####### 61
[ 212.817657] ata1: link resume succeeded after 1 retries
[ 212.927914] ata1: SATA link down (SStatus 0 SControl 300)
[ 213.452218] PM: suspend entry (deep)
[ 213.456000] PM: Syncing filesystems ... done.
[ 213.566275] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 213.577813] OOM killer disabled.
[ 213.581212] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 213.772925] PM: suspend devices took 0.180 seconds
[ 213.826464] Disabling non-boot CPUs ...
[ 213.837926] CPU1: shutdown
[ 213.840870] psci: CPU1 killed.
[ 213.853379] CPU2: shutdown
[ 213.856275] psci: CPU2 killed.
[ 213.868682] CPU3: shutdown
[ 213.871750] psci: CPU3 killed.
[ 213.888014] CPU4: shutdown
[ 213.892135] psci: CPU4 killed.
[ 213.908671] CPU5: shutdown
[ 213.911540] psci: CPU5 killed.
[ 213.926695] CPU6: shutdown
[ 213.929566] psci: CPU6 killed.
[ 213.953881] CPU7: shutdown
[ 213.956751] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 213.963110] Enabling non-boot CPUs ...
[ 213.967845] Detected PIPT I-cache on CPU1
[ 213.967964] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 213.973645] CPU1 is up
[ 213.987525] Detected PIPT I-cache on CPU2
[ 213.987619] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 213.993304] CPU2 is up
[ 214.007140] Detected PIPT I-cache on CPU3
[ 214.007242] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 214.013544] CPU3 is up
[ 214.027519] Detected VIPT I-cache on CPU4
[ 214.027716] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 214.044050] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 214.062934] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 214.077919] CPU4 is up
[ 214.080889] Detected VIPT I-cache on CPU5
[ 214.081081] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 214.096056] CPU5 is up
[ 214.109919] Detected VIPT I-cache on CPU6
[ 214.110111] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 214.126030] CPU6 is up
[ 214.139894] Detected VIPT I-cache on CPU7
[ 214.140087] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 214.156876] CPU7 is up
[ 214.217202] usb usb7: root hub lost power or was reset
[ 214.222463] usb usb8: root hub lost power or was reset
[ 214.305014] usb usb3: root hub lost power or was reset
[ 214.310638] usb usb1: root hub lost power or was reset
[ 214.392915] usb usb4: root hub lost power or was reset
[ 214.398465] usb usb2: root hub lost power or was reset
[ 214.511026] usb usb6: root hub lost power or was reset
[ 214.516585] usb usb5: root hub lost power or was reset
[ 214.644766] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 214.719499] PM: resume devices took 0.520 seconds
[ 214.724499] OOM killer enabled.
[ 214.727814] Restarting tasks ... done.
[ 214.736138] PM: suspend exit
####### 62
[ 214.817545] ata1: link resume succeeded after 1 retries
[ 214.927806] ata1: SATA link down (SStatus 0 SControl 300)
[ 215.445095] PM: suspend entry (deep)
[ 215.448881] PM: Syncing filesystems ... done.
[ 215.561665] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 215.573126] OOM killer disabled.
[ 215.576528] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 215.769894] PM: suspend devices took 0.181 seconds
[ 215.825083] Disabling non-boot CPUs ...
[ 215.836590] CPU1: shutdown
[ 215.839524] psci: CPU1 killed.
[ 215.852668] CPU2: shutdown
[ 215.855592] psci: CPU2 killed.
[ 215.867611] CPU3: shutdown
[ 215.870509] psci: CPU3 killed.
[ 215.887542] CPU4: shutdown
[ 215.890445] psci: CPU4 killed.
[ 215.906743] CPU5: shutdown
[ 215.909771] psci: CPU5 killed.
[ 215.924542] CPU6: shutdown
[ 215.927430] psci: CPU6 killed.
[ 215.950093] CPU7: shutdown
[ 215.952962] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 215.959667] Enabling non-boot CPUs ...
[ 215.964666] Detected PIPT I-cache on CPU1
[ 215.964785] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 215.970587] CPU1 is up
[ 215.984492] Detected PIPT I-cache on CPU2
[ 215.984587] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 215.990246] CPU2 is up
[ 216.004036] Detected PIPT I-cache on CPU3
[ 216.004135] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 216.009946] CPU3 is up
[ 216.023795] Detected VIPT I-cache on CPU4
[ 216.023990] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 216.040501] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 216.059387] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 216.074888] CPU4 is up
[ 216.077880] Detected VIPT I-cache on CPU5
[ 216.078068] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 216.093235] CPU5 is up
[ 216.107042] Detected VIPT I-cache on CPU6
[ 216.107233] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 216.124234] CPU6 is up
[ 216.138025] Detected VIPT I-cache on CPU7
[ 216.138215] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 216.156136] CPU7 is up
[ 216.216482] usb usb7: root hub lost power or was reset
[ 216.221844] usb usb8: root hub lost power or was reset
[ 216.303823] usb usb3: root hub lost power or was reset
[ 216.309435] usb usb1: root hub lost power or was reset
[ 216.391674] usb usb4: root hub lost power or was reset
[ 216.397276] usb usb2: root hub lost power or was reset
[ 216.509630] usb usb6: root hub lost power or was reset
[ 216.515234] usb usb5: root hub lost power or was reset
[ 216.643593] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 216.718337] PM: resume devices took 0.521 seconds
[ 216.723276] OOM killer enabled.
[ 216.726577] Restarting tasks ... done.
[ 216.736365] PM: suspend exit
####### 63
[ 216.809245] ata1: link resume succeeded after 1 retries
[ 216.917935] ata1: SATA link down (SStatus 0 SControl 300)
[ 217.447434] PM: suspend entry (deep)
[ 217.451216] PM: Syncing filesystems ... done.
[ 217.557600] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 217.568998] OOM killer disabled.
[ 217.572399] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 217.767732] PM: suspend devices took 0.183 seconds
[ 217.822271] Disabling non-boot CPUs ...
[ 217.833519] CPU1: shutdown
[ 217.836456] psci: CPU1 killed.
[ 217.848884] CPU2: shutdown
[ 217.851784] psci: CPU2 killed.
[ 217.862991] CPU3: shutdown
[ 217.865992] psci: CPU3 killed.
[ 217.885034] CPU4: shutdown
[ 217.888025] psci: CPU4 killed.
[ 217.904594] CPU5: shutdown
[ 217.907468] psci: CPU5 killed.
[ 217.921768] CPU6: shutdown
[ 217.924642] psci: CPU6 killed.
[ 217.949171] CPU7: shutdown
[ 217.952278] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 217.958477] Enabling non-boot CPUs ...
[ 217.963377] Detected PIPT I-cache on CPU1
[ 217.963497] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 217.969210] CPU1 is up
[ 217.983006] Detected PIPT I-cache on CPU2
[ 217.983100] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 217.988805] CPU2 is up
[ 218.002593] Detected PIPT I-cache on CPU3
[ 218.002692] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 218.008650] CPU3 is up
[ 218.022521] Detected VIPT I-cache on CPU4
[ 218.022717] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 218.039143] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 218.058133] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 218.073001] CPU4 is up
[ 218.075984] Detected VIPT I-cache on CPU5
[ 218.076173] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 218.091264] CPU5 is up
[ 218.105200] Detected VIPT I-cache on CPU6
[ 218.105393] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 218.121884] CPU6 is up
[ 218.135710] Detected VIPT I-cache on CPU7
[ 218.135903] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 218.152801] CPU7 is up
[ 218.215375] usb usb7: root hub lost power or was reset
[ 218.220740] usb usb8: root hub lost power or was reset
[ 218.300681] usb usb3: root hub lost power or was reset
[ 218.306308] usb usb1: root hub lost power or was reset
[ 218.388748] usb usb4: root hub lost power or was reset
[ 218.394284] usb usb2: root hub lost power or was reset
[ 218.506672] usb usb6: root hub lost power or was reset
[ 218.512212] usb usb5: root hub lost power or was reset
[ 218.640508] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 218.715386] PM: resume devices took 0.521 seconds
[ 218.720313] OOM killer enabled.
[ 218.723624] Restarting tasks ... done.
[ 218.733311] PM: suspend exit
####### 64
[ 218.809131] ata1: link resume succeeded after 1 retries
[ 218.917618] ata1: SATA link down (SStatus 0 SControl 300)
[ 219.438719] PM: suspend entry (deep)
[ 219.442505] PM: Syncing filesystems ... done.
[ 219.548889] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 219.560459] OOM killer disabled.
[ 219.563859] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 219.764616] PM: suspend devices took 0.189 seconds
[ 219.818704] Disabling non-boot CPUs ...
[ 219.829829] CPU1: shutdown
[ 219.832753] psci: CPU1 killed.
[ 219.846025] CPU2: shutdown
[ 219.848912] psci: CPU2 killed.
[ 219.861535] CPU3: shutdown
[ 219.864430] psci: CPU3 killed.
[ 219.881276] CPU4: shutdown
[ 219.884164] psci: CPU4 killed.
[ 219.900186] CPU5: shutdown
[ 219.903072] psci: CPU5 killed.
[ 219.917878] CPU6: shutdown
[ 219.921044] psci: CPU6 killed.
[ 219.946530] CPU7: shutdown
[ 219.949525] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055613] NOTICE: BL2: DRAM Split is 4ch
[ 0.058312] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063763] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069190] NOTICE: BL2: Lossy Decomp areas
[ 0.073370] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080466] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087389] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094315] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100110] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105306] NOTICE: BL2: Normal boot
[ 0.108943] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 219.955629] Enabling non-boot CPUs ...
[ 219.960471] Detected PIPT I-cache on CPU1
[ 219.960589] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 219.966345] CPU1 is up
[ 219.980252] Detected PIPT I-cache on CPU2
[ 219.980345] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 219.986086] CPU2 is up
[ 219.999827] Detected PIPT I-cache on CPU3
[ 219.999928] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 220.005776] CPU3 is up
[ 220.019601] Detected VIPT I-cache on CPU4
[ 220.019797] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 220.036359] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 220.055247] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 220.070534] CPU4 is up
[ 220.073528] Detected VIPT I-cache on CPU5
[ 220.073716] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 220.088657] CPU5 is up
[ 220.102576] Detected VIPT I-cache on CPU6
[ 220.102767] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 220.120080] CPU6 is up
[ 220.133828] Detected VIPT I-cache on CPU7
[ 220.134021] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 220.153493] CPU7 is up
[ 220.214016] usb usb7: root hub lost power or was reset
[ 220.219379] usb usb8: root hub lost power or was reset
[ 220.300570] usb usb3: root hub lost power or was reset
[ 220.306177] usb usb1: root hub lost power or was reset
[ 220.388439] usb usb4: root hub lost power or was reset
[ 220.394099] usb usb2: root hub lost power or was reset
[ 220.506547] usb usb6: root hub lost power or was reset
[ 220.512089] usb usb5: root hub lost power or was reset
[ 220.640363] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 220.715213] PM: resume devices took 0.520 seconds
[ 220.720141] OOM killer enabled.
[ 220.723454] Restarting tasks ... done.
[ 220.733176] PM: suspend exit
####### 65
[ 220.809007] ata1: link resume succeeded after 1 retries
[ 220.917555] ata1: SATA link down (SStatus 0 SControl 300)
[ 221.446262] PM: suspend entry (deep)
[ 221.450083] PM: Syncing filesystems ... done.
[ 221.558888] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 221.570317] OOM killer disabled.
[ 221.573719] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 221.779617] PM: suspend devices took 0.194 seconds
[ 221.833063] Disabling non-boot CPUs ...
[ 221.844506] CPU1: shutdown
[ 221.847452] psci: CPU1 killed.
[ 221.860370] CPU2: shutdown
[ 221.863307] psci: CPU2 killed.
[ 221.875655] CPU3: shutdown
[ 221.878542] psci: CPU3 killed.
[ 221.896762] CPU4: shutdown
[ 221.899788] psci: CPU4 killed.
[ 221.915177] CPU5: shutdown
[ 221.918047] psci: CPU5 killed.
[ 221.932389] CPU6: shutdown
[ 221.935441] psci: CPU6 killed.
[ 221.957965] CPU7: shutdown
[ 221.961063] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 221.968196] Enabling non-boot CPUs ...
[ 221.973087] Detected PIPT I-cache on CPU1
[ 221.973207] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 221.978919] CPU1 is up
[ 221.992708] Detected PIPT I-cache on CPU2
[ 221.992800] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 221.998524] CPU2 is up
[ 222.012330] Detected PIPT I-cache on CPU3
[ 222.012429] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 222.018325] CPU3 is up
[ 222.032214] Detected VIPT I-cache on CPU4
[ 222.032410] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 222.048946] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 222.067889] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 222.082817] CPU4 is up
[ 222.085789] Detected VIPT I-cache on CPU5
[ 222.085977] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 222.101203] CPU5 is up
[ 222.115139] Detected VIPT I-cache on CPU6
[ 222.115330] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 222.131643] CPU6 is up
[ 222.145456] Detected VIPT I-cache on CPU7
[ 222.145650] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 222.165143] CPU7 is up
[ 222.224782] usb usb7: root hub lost power or was reset
[ 222.230042] usb usb8: root hub lost power or was reset
[ 222.312565] usb usb3: root hub lost power or was reset
[ 222.318118] usb usb1: root hub lost power or was reset
[ 222.399919] usb usb4: root hub lost power or was reset
[ 222.405664] usb usb2: root hub lost power or was reset
[ 222.516910] usb usb6: root hub lost power or was reset
[ 222.522534] usb usb5: root hub lost power or was reset
[ 222.651265] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 222.726090] PM: resume devices took 0.519 seconds
[ 222.731061] OOM killer enabled.
[ 222.734386] Restarting tasks ... done.
[ 222.744992] PM: suspend exit
####### 66
[ 222.816863] ata1: link resume succeeded after 1 retries
[ 222.925410] ata1: SATA link down (SStatus 0 SControl 300)
[ 223.452985] PM: suspend entry (deep)
[ 223.456835] PM: Syncing filesystems ... done.
[ 223.562234] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 223.573628] OOM killer disabled.
[ 223.577031] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 223.774577] PM: suspend devices took 0.185 seconds
[ 223.828337] Disabling non-boot CPUs ...
[ 223.839615] CPU1: shutdown
[ 223.842560] psci: CPU1 killed.
[ 223.854643] CPU2: shutdown
[ 223.857544] psci: CPU2 killed.
[ 223.870555] CPU3: shutdown
[ 223.873452] psci: CPU3 killed.
[ 223.892420] CPU4: shutdown
[ 223.895308] psci: CPU4 killed.
[ 223.910203] CPU5: shutdown
[ 223.913091] psci: CPU5 killed.
[ 223.927547] CPU6: shutdown
[ 223.930420] psci: CPU6 killed.
[ 223.955577] CPU7: shutdown
[ 223.958574] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 223.964941] Enabling non-boot CPUs ...
[ 223.969560] Detected PIPT I-cache on CPU1
[ 223.969681] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 223.975395] CPU1 is up
[ 223.989255] Detected PIPT I-cache on CPU2
[ 223.989349] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 223.995021] CPU2 is up
[ 224.008869] Detected PIPT I-cache on CPU3
[ 224.008970] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 224.014829] CPU3 is up
[ 224.028652] Detected VIPT I-cache on CPU4
[ 224.028849] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 224.045354] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 224.064297] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 224.079300] CPU4 is up
[ 224.082271] Detected VIPT I-cache on CPU5
[ 224.082462] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 224.097557] CPU5 is up
[ 224.111447] Detected VIPT I-cache on CPU6
[ 224.111639] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 224.127475] CPU6 is up
[ 224.141267] Detected VIPT I-cache on CPU7
[ 224.141462] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 224.161197] CPU7 is up
[ 224.221951] usb usb7: root hub lost power or was reset
[ 224.227314] usb usb8: root hub lost power or was reset
[ 224.309346] usb usb3: root hub lost power or was reset
[ 224.314956] usb usb1: root hub lost power or was reset
[ 224.396735] usb usb4: root hub lost power or was reset
[ 224.402318] usb usb2: root hub lost power or was reset
[ 224.513808] usb usb6: root hub lost power or was reset
[ 224.519355] usb usb5: root hub lost power or was reset
[ 224.648142] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 224.722894] PM: resume devices took 0.520 seconds
[ 224.727896] OOM killer enabled.
[ 224.731210] Restarting tasks ... done.
[ 224.740308] PM: suspend exit
####### 67
[ 224.816720] ata1: link resume succeeded after 1 retries
[ 224.925129] ata1: SATA link down (SStatus 0 SControl 300)
[ 225.448925] PM: suspend entry (deep)
[ 225.452732] PM: Syncing filesystems ... done.
[ 225.559040] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 225.570539] OOM killer disabled.
[ 225.573940] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 225.773443] PM: suspend devices took 0.187 seconds
[ 225.827689] Disabling non-boot CPUs ...
[ 225.838703] CPU1: shutdown
[ 225.841720] psci: CPU1 killed.
[ 225.854865] CPU2: shutdown
[ 225.857753] psci: CPU2 killed.
[ 225.870294] CPU3: shutdown
[ 225.873181] psci: CPU3 killed.
[ 225.890970] CPU4: shutdown
[ 225.893859] psci: CPU4 killed.
[ 225.909937] CPU5: shutdown
[ 225.912809] psci: CPU5 killed.
[ 225.927939] CPU6: shutdown
[ 225.930812] psci: CPU6 killed.
[ 225.954844] CPU7: shutdown
[ 225.957838] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 225.964211] Enabling non-boot CPUs ...
[ 225.969124] Detected PIPT I-cache on CPU1
[ 225.969244] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 225.974929] CPU1 is up
[ 225.988834] Detected PIPT I-cache on CPU2
[ 225.988928] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 225.994641] CPU2 is up
[ 226.008431] Detected PIPT I-cache on CPU3
[ 226.008532] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 226.014370] CPU3 is up
[ 226.028187] Detected VIPT I-cache on CPU4
[ 226.028382] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 226.044857] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 226.063742] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 226.078561] CPU4 is up
[ 226.081513] Detected VIPT I-cache on CPU5
[ 226.081701] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 226.096748] CPU5 is up
[ 226.110559] Detected VIPT I-cache on CPU6
[ 226.110752] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 226.127623] CPU6 is up
[ 226.141444] Detected VIPT I-cache on CPU7
[ 226.141637] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 226.158516] CPU7 is up
[ 226.218967] usb usb7: root hub lost power or was reset
[ 226.224331] usb usb8: root hub lost power or was reset
[ 226.306201] usb usb3: root hub lost power or was reset
[ 226.311805] usb usb1: root hub lost power or was reset
[ 226.393615] usb usb4: root hub lost power or was reset
[ 226.399152] usb usb2: root hub lost power or was reset
[ 226.510680] usb usb6: root hub lost power or was reset
[ 226.516223] usb usb5: root hub lost power or was reset
[ 226.644956] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 226.719802] PM: resume devices took 0.520 seconds
[ 226.724728] OOM killer enabled.
[ 226.728041] Restarting tasks ... done.
[ 226.737804] PM: suspend exit
####### 68
[ 226.816641] ata1: link resume succeeded after 1 retries
[ 226.925537] ata1: SATA link down (SStatus 0 SControl 300)
[ 227.448906] PM: suspend entry (deep)
[ 227.452677] PM: Syncing filesystems ... done.
[ 227.561192] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 227.572591] OOM killer disabled.
[ 227.575989] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 227.768333] PM: suspend devices took 0.180 seconds
[ 227.822349] Disabling non-boot CPUs ...
[ 227.833822] CPU1: shutdown
[ 227.836739] psci: CPU1 killed.
[ 227.849653] CPU2: shutdown
[ 227.852555] psci: CPU2 killed.
[ 227.865149] CPU3: shutdown
[ 227.868043] psci: CPU3 killed.
[ 227.886086] CPU4: shutdown
[ 227.888975] psci: CPU4 killed.
[ 227.904844] CPU5: shutdown
[ 227.907719] psci: CPU5 killed.
[ 227.922911] CPU6: shutdown
[ 227.925783] psci: CPU6 killed.
[ 227.948037] CPU7: shutdown
[ 227.950904] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 227.957772] Enabling non-boot CPUs ...
[ 227.962405] Detected PIPT I-cache on CPU1
[ 227.962523] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 227.968181] CPU1 is up
[ 227.982002] Detected PIPT I-cache on CPU2
[ 227.982095] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 227.987781] CPU2 is up
[ 228.001633] Detected PIPT I-cache on CPU3
[ 228.001733] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 228.007727] CPU3 is up
[ 228.021642] Detected VIPT I-cache on CPU4
[ 228.021837] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 228.038317] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 228.057318] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 228.072433] CPU4 is up
[ 228.075391] Detected VIPT I-cache on CPU5
[ 228.075579] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 228.090760] CPU5 is up
[ 228.104717] Detected VIPT I-cache on CPU6
[ 228.104906] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 228.121274] CPU6 is up
[ 228.135090] Detected VIPT I-cache on CPU7
[ 228.135282] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 228.153654] CPU7 is up
[ 228.213421] usb usb7: root hub lost power or was reset
[ 228.218682] usb usb8: root hub lost power or was reset
[ 228.314169] usb usb3: root hub lost power or was reset
[ 228.319726] usb usb1: root hub lost power or was reset
[ 228.401556] usb usb4: root hub lost power or was reset
[ 228.407073] usb usb2: root hub lost power or was reset
[ 228.518553] usb usb6: root hub lost power or was reset
[ 228.524178] usb usb5: root hub lost power or was reset
[ 228.652752] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 228.727610] PM: resume devices took 0.532 seconds
[ 228.732538] OOM killer enabled.
[ 228.735848] Restarting tasks ... done.
[ 228.746876] PM: suspend exit
####### 69
[ 228.824558] ata1: link resume succeeded after 1 retries
[ 228.933059] ata1: SATA link down (SStatus 0 SControl 300)
[ 229.456927] PM: suspend entry (deep)
[ 229.460712] PM: Syncing filesystems ... done.
[ 229.568649] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 229.580143] OOM killer disabled.
[ 229.583544] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 229.787704] PM: suspend devices took 0.192 seconds
[ 229.841694] Disabling non-boot CPUs ...
[ 229.852933] CPU1: shutdown
[ 229.855870] psci: CPU1 killed.
[ 229.869071] CPU2: shutdown
[ 229.871998] psci: CPU2 killed.
[ 229.884178] CPU3: shutdown
[ 229.887087] psci: CPU3 killed.
[ 229.904127] CPU4: shutdown
[ 229.907012] psci: CPU4 killed.
[ 229.924264] CPU5: shutdown
[ 229.927285] psci: CPU5 killed.
[ 229.941163] CPU6: shutdown
[ 229.944174] psci: CPU6 killed.
[ 229.968523] CPU7: shutdown
[ 229.971393] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 229.977736] Enabling non-boot CPUs ...
[ 229.982593] Detected PIPT I-cache on CPU1
[ 229.982711] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 229.988415] CPU1 is up
[ 230.002198] Detected PIPT I-cache on CPU2
[ 230.002293] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 230.007838] CPU2 is up
[ 230.021646] Detected PIPT I-cache on CPU3
[ 230.021747] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 230.027764] CPU3 is up
[ 230.041684] Detected VIPT I-cache on CPU4
[ 230.041882] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 230.058408] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 230.077406] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 230.092311] CPU4 is up
[ 230.095277] Detected VIPT I-cache on CPU5
[ 230.095469] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 230.110546] CPU5 is up
[ 230.124500] Detected VIPT I-cache on CPU6
[ 230.124693] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 230.141166] CPU6 is up
[ 230.154981] Detected VIPT I-cache on CPU7
[ 230.155175] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 230.174884] CPU7 is up
[ 230.234199] usb usb7: root hub lost power or was reset
[ 230.239460] usb usb8: root hub lost power or was reset
[ 230.322075] usb usb3: root hub lost power or was reset
[ 230.327639] usb usb1: root hub lost power or was reset
[ 230.409433] usb usb4: root hub lost power or was reset
[ 230.415295] usb usb2: root hub lost power or was reset
[ 230.526423] usb usb6: root hub lost power or was reset
[ 230.532046] usb usb5: root hub lost power or was reset
[ 230.660806] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 230.735400] PM: resume devices took 0.519 seconds
[ 230.740324] OOM killer enabled.
[ 230.743632] Restarting tasks ... done.
[ 230.753801] PM: suspend exit
####### 70
[ 230.832396] ata1: link resume succeeded after 1 retries
[ 230.940935] ata1: SATA link down (SStatus 0 SControl 300)
[ 231.460443] PM: suspend entry (deep)
[ 231.464273] PM: Syncing filesystems ... done.
[ 231.570553] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 231.582076] OOM killer disabled.
[ 231.585476] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 231.785090] PM: suspend devices took 0.187 seconds
[ 231.838886] Disabling non-boot CPUs ...
[ 231.850312] CPU1: shutdown
[ 231.853272] psci: CPU1 killed.
[ 231.865581] CPU2: shutdown
[ 231.868497] psci: CPU2 killed.
[ 231.880725] CPU3: shutdown
[ 231.883661] psci: CPU3 killed.
[ 231.900745] CPU4: shutdown
[ 231.903635] psci: CPU4 killed.
[ 231.919665] CPU5: shutdown
[ 231.922549] psci: CPU5 killed.
[ 231.936510] CPU6: shutdown
[ 231.939419] psci: CPU6 killed.
[ 231.961906] CPU7: shutdown
[ 231.964777] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 231.971988] Enabling non-boot CPUs ...
[ 231.976864] Detected PIPT I-cache on CPU1
[ 231.976982] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 231.982886] CPU1 is up
[ 231.996745] Detected PIPT I-cache on CPU2
[ 231.996840] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 232.002623] CPU2 is up
[ 232.016467] Detected PIPT I-cache on CPU3
[ 232.016568] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 232.022566] CPU3 is up
[ 232.036494] Detected VIPT I-cache on CPU4
[ 232.036690] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 232.053463] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 232.072348] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 232.087161] CPU4 is up
[ 232.090119] Detected VIPT I-cache on CPU5
[ 232.090307] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 232.105541] CPU5 is up
[ 232.119484] Detected VIPT I-cache on CPU6
[ 232.119675] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 232.136054] CPU6 is up
[ 232.149939] Detected VIPT I-cache on CPU7
[ 232.150136] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 232.168185] CPU7 is up
[ 232.228854] usb usb7: root hub lost power or was reset
[ 232.234216] usb usb8: root hub lost power or was reset
[ 232.315864] usb usb3: root hub lost power or was reset
[ 232.321427] usb usb1: root hub lost power or was reset
[ 232.403241] usb usb4: root hub lost power or was reset
[ 232.408759] usb usb2: root hub lost power or was reset
[ 232.522872] usb usb6: root hub lost power or was reset
[ 232.528417] usb usb5: root hub lost power or was reset
[ 232.656590] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 232.731407] PM: resume devices took 0.521 seconds
[ 232.736394] OOM killer enabled.
[ 232.739708] Restarting tasks ... done.
[ 232.748877] PM: suspend exit
####### 71
[ 232.824299] ata1: link resume succeeded after 1 retries
[ 232.932797] ata1: SATA link down (SStatus 0 SControl 300)
[ 233.456336] PM: suspend entry (deep)
[ 233.460157] PM: Syncing filesystems ... done.
[ 233.565852] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 233.577367] OOM killer disabled.
[ 233.580759] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 233.780175] PM: suspend devices took 0.188 seconds
[ 233.833481] Disabling non-boot CPUs ...
[ 233.844534] CPU1: shutdown
[ 233.847475] psci: CPU1 killed.
[ 233.860198] CPU2: shutdown
[ 233.863156] psci: CPU2 killed.
[ 233.876028] CPU3: shutdown
[ 233.878924] psci: CPU3 killed.
[ 233.896755] CPU4: shutdown
[ 233.899656] psci: CPU4 killed.
[ 233.915052] CPU5: shutdown
[ 233.918228] psci: CPU5 killed.
[ 233.933184] CPU6: shutdown
[ 233.936306] psci: CPU6 killed.
[ 233.960994] CPU7: shutdown
[ 233.963993] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 233.970441] Enabling non-boot CPUs ...
[ 233.975060] Detected PIPT I-cache on CPU1
[ 233.975181] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 233.980803] CPU1 is up
[ 233.994664] Detected PIPT I-cache on CPU2
[ 233.994758] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 234.000464] CPU2 is up
[ 234.014283] Detected PIPT I-cache on CPU3
[ 234.014385] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 234.020363] CPU3 is up
[ 234.034323] Detected VIPT I-cache on CPU4
[ 234.034518] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 234.051202] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 234.070175] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 234.085047] CPU4 is up
[ 234.088009] Detected VIPT I-cache on CPU5
[ 234.088197] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 234.103330] CPU5 is up
[ 234.117276] Detected VIPT I-cache on CPU6
[ 234.117466] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 234.133883] CPU6 is up
[ 234.147708] Detected VIPT I-cache on CPU7
[ 234.147900] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 234.167723] CPU7 is up
[ 234.226981] usb usb7: root hub lost power or was reset
[ 234.232242] usb usb8: root hub lost power or was reset
[ 234.314775] usb usb3: root hub lost power or was reset
[ 234.320323] usb usb1: root hub lost power or was reset
[ 234.402174] usb usb4: root hub lost power or was reset
[ 234.407709] usb usb2: root hub lost power or was reset
[ 234.519172] usb usb6: root hub lost power or was reset
[ 234.524766] usb usb5: root hub lost power or was reset
[ 234.653505] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 234.728478] PM: resume devices took 0.519 seconds
[ 234.733408] OOM killer enabled.
[ 234.736719] Restarting tasks ... done.
[ 234.746542] PM: suspend exit
####### 72
[ 234.824161] ata1: link resume succeeded after 1 retries
[ 234.932822] ata1: SATA link down (SStatus 0 SControl 300)
[ 235.462749] PM: suspend entry (deep)
[ 235.466534] PM: Syncing filesystems ... done.
[ 235.578063] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 235.589533] OOM killer disabled.
[ 235.592934] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 235.792805] PM: suspend devices took 0.187 seconds
[ 235.846656] Disabling non-boot CPUs ...
[ 235.858086] CPU1: shutdown
[ 235.861047] psci: CPU1 killed.
[ 235.874040] CPU2: shutdown
[ 235.876938] psci: CPU2 killed.
[ 235.889437] CPU3: shutdown
[ 235.892337] psci: CPU3 killed.
[ 235.910572] CPU4: shutdown
[ 235.913464] psci: CPU4 killed.
[ 235.929358] CPU5: shutdown
[ 235.932231] psci: CPU5 killed.
[ 235.947336] CPU6: shutdown
[ 235.950208] psci: CPU6 killed.
[ 235.972251] CPU7: shutdown
[ 235.975245] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 235.982221] Enabling non-boot CPUs ...
[ 235.986891] Detected PIPT I-cache on CPU1
[ 235.987010] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 235.992692] CPU1 is up
[ 236.006519] Detected PIPT I-cache on CPU2
[ 236.006613] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 236.012306] CPU2 is up
[ 236.026156] Detected PIPT I-cache on CPU3
[ 236.026255] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 236.032247] CPU3 is up
[ 236.046139] Detected VIPT I-cache on CPU4
[ 236.046335] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 236.062719] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 236.081602] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 236.096557] CPU4 is up
[ 236.099520] Detected VIPT I-cache on CPU5
[ 236.099709] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 236.114653] CPU5 is up
[ 236.128540] Detected VIPT I-cache on CPU6
[ 236.128732] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 236.144658] CPU6 is up
[ 236.158529] Detected VIPT I-cache on CPU7
[ 236.158721] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 236.175788] CPU7 is up
[ 236.235347] usb usb7: root hub lost power or was reset
[ 236.240609] usb usb8: root hub lost power or was reset
[ 236.335692] usb usb3: root hub lost power or was reset
[ 236.341233] usb usb1: root hub lost power or was reset
[ 236.423053] usb usb4: root hub lost power or was reset
[ 236.428587] usb usb2: root hub lost power or was reset
[ 236.540051] usb usb6: root hub lost power or was reset
[ 236.545604] usb usb5: root hub lost power or was reset
[ 236.674438] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 236.749382] PM: resume devices took 0.532 seconds
[ 236.754311] OOM killer enabled.
[ 236.757621] Restarting tasks ... done.
[ 236.768120] PM: suspend exit
####### 73
[ 236.840007] ata1: link resume succeeded after 1 retries
[ 236.948539] ata1: SATA link down (SStatus 0 SControl 300)
[ 237.480428] PM: suspend entry (deep)
[ 237.484212] PM: Syncing filesystems ... done.
[ 237.596056] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 237.607527] OOM killer disabled.
[ 237.610929] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 237.813539] PM: suspend devices took 0.190 seconds
[ 237.867327] Disabling non-boot CPUs ...
[ 237.878378] CPU1: shutdown
[ 237.881284] psci: CPU1 killed.
[ 237.893766] CPU2: shutdown
[ 237.896683] psci: CPU2 killed.
[ 237.908659] CPU3: shutdown
[ 237.911554] psci: CPU3 killed.
[ 237.929712] CPU4: shutdown
[ 237.932737] psci: CPU4 killed.
[ 237.947927] CPU5: shutdown
[ 237.951029] psci: CPU5 killed.
[ 237.966423] CPU6: shutdown
[ 237.969444] psci: CPU6 killed.
[ 237.994443] CPU7: shutdown
[ 237.997313] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 238.003663] Enabling non-boot CPUs ...
[ 238.008396] Detected PIPT I-cache on CPU1
[ 238.008514] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 238.014225] CPU1 is up
[ 238.028129] Detected PIPT I-cache on CPU2
[ 238.028223] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 238.033902] CPU2 is up
[ 238.047647] Detected PIPT I-cache on CPU3
[ 238.047748] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 238.053801] CPU3 is up
[ 238.067594] Detected VIPT I-cache on CPU4
[ 238.067793] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 238.084219] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 238.103100] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 238.118498] CPU4 is up
[ 238.121496] Detected VIPT I-cache on CPU5
[ 238.121686] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 238.136861] CPU5 is up
[ 238.150693] Detected VIPT I-cache on CPU6
[ 238.150886] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 238.167897] CPU6 is up
[ 238.181687] Detected VIPT I-cache on CPU7
[ 238.181879] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 238.199796] CPU7 is up
[ 238.260817] usb usb7: root hub lost power or was reset
[ 238.266176] usb usb8: root hub lost power or was reset
[ 238.347546] usb usb3: root hub lost power or was reset
[ 238.353092] usb usb1: root hub lost power or was reset
[ 238.435443] usb usb4: root hub lost power or was reset
[ 238.440984] usb usb2: root hub lost power or was reset
[ 238.553568] usb usb6: root hub lost power or was reset
[ 238.559158] usb usb5: root hub lost power or was reset
[ 238.687320] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 238.762157] PM: resume devices took 0.520 seconds
[ 238.767087] OOM killer enabled.
[ 238.770398] Restarting tasks ... done.
[ 238.780389] PM: suspend exit
####### 74
[ 238.855862] ata1: link resume succeeded after 1 retries
[ 238.964673] ata1: SATA link down (SStatus 0 SControl 300)
[ 239.501617] PM: suspend entry (deep)
[ 239.505402] PM: Syncing filesystems ... done.
[ 239.612188] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 239.623621] OOM killer disabled.
[ 239.627022] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 239.826688] PM: suspend devices took 0.187 seconds
[ 239.880077] Disabling non-boot CPUs ...
[ 239.891263] CPU1: shutdown
[ 239.894206] psci: CPU1 killed.
[ 239.905612] CPU2: shutdown
[ 239.908531] psci: CPU2 killed.
[ 239.919662] CPU3: shutdown
[ 239.922617] psci: CPU3 killed.
[ 239.941834] CPU4: shutdown
[ 239.944803] psci: CPU4 killed.
[ 239.960345] CPU5: shutdown
[ 239.963245] psci: CPU5 killed.
[ 239.978374] CPU6: shutdown
[ 239.981402] psci: CPU6 killed.
[ 240.005642] CPU7: shutdown
[ 240.008640] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055632] NOTICE: BL2: DRAM Split is 4ch
[ 0.058332] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063784] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069210] NOTICE: BL2: Lossy Decomp areas
[ 0.073390] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080486] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087409] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094335] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100130] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105325] NOTICE: BL2: Normal boot
[ 0.108962] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 240.015129] Enabling non-boot CPUs ...
[ 240.020037] Detected PIPT I-cache on CPU1
[ 240.020158] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 240.025874] CPU1 is up
[ 240.039665] Detected PIPT I-cache on CPU2
[ 240.039759] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 240.045380] CPU2 is up
[ 240.059252] Detected PIPT I-cache on CPU3
[ 240.059353] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 240.065408] CPU3 is up
[ 240.079292] Detected VIPT I-cache on CPU4
[ 240.079492] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 240.095962] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 240.114851] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 240.130338] CPU4 is up
[ 240.133344] Detected VIPT I-cache on CPU5
[ 240.133537] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 240.148516] CPU5 is up
[ 240.162346] Detected VIPT I-cache on CPU6
[ 240.162540] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 240.178490] CPU6 is up
[ 240.192291] Detected VIPT I-cache on CPU7
[ 240.192486] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 240.216290] CPU7 is up
[ 240.276088] usb usb7: root hub lost power or was reset
[ 240.281349] usb usb8: root hub lost power or was reset
[ 240.364403] usb usb3: root hub lost power or was reset
[ 240.369961] usb usb1: root hub lost power or was reset
[ 240.451807] usb usb4: root hub lost power or was reset
[ 240.457408] usb usb2: root hub lost power or was reset
[ 240.568853] usb usb6: root hub lost power or was reset
[ 240.574411] usb usb5: root hub lost power or was reset
[ 240.703196] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 240.778315] PM: resume devices took 0.520 seconds
[ 240.783256] OOM killer enabled.
[ 240.786561] Restarting tasks ... done.
[ 240.796365] PM: suspend exit
####### 75
[ 240.871790] ata1: link resume succeeded after 1 retries
[ 240.980315] ata1: SATA link down (SStatus 0 SControl 300)
[ 241.505872] PM: suspend entry (deep)
[ 241.509693] PM: Syncing filesystems ... done.
[ 241.618402] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 241.629964] OOM killer disabled.
[ 241.633363] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 241.845395] PM: suspend devices took 0.200 seconds
[ 241.899460] Disabling non-boot CPUs ...
[ 241.910927] CPU1: shutdown
[ 241.913863] psci: CPU1 killed.
[ 241.926551] CPU2: shutdown
[ 241.929456] psci: CPU2 killed.
[ 241.941884] CPU3: shutdown
[ 241.944782] psci: CPU3 killed.
[ 241.960852] CPU4: shutdown
[ 241.963738] psci: CPU4 killed.
[ 241.979729] CPU5: shutdown
[ 241.983543] psci: CPU5 killed.
[ 241.999112] CPU6: shutdown
[ 242.002012] psci: CPU6 killed.
[ 242.024206] CPU7: shutdown
[ 242.027200] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 242.034888] Enabling non-boot CPUs ...
[ 242.039505] Detected PIPT I-cache on CPU1
[ 242.039624] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 242.045291] CPU1 is up
[ 242.059144] Detected PIPT I-cache on CPU2
[ 242.059240] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 242.064940] CPU2 is up
[ 242.078758] Detected PIPT I-cache on CPU3
[ 242.078859] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 242.084812] CPU3 is up
[ 242.098635] Detected VIPT I-cache on CPU4
[ 242.098834] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 242.115193] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 242.134185] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 242.149108] CPU4 is up
[ 242.152070] Detected VIPT I-cache on CPU5
[ 242.152260] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 242.167272] CPU5 is up
[ 242.181178] Detected VIPT I-cache on CPU6
[ 242.181369] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 242.197279] CPU6 is up
[ 242.211154] Detected VIPT I-cache on CPU7
[ 242.211348] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 242.229845] CPU7 is up
[ 242.289594] usb usb7: root hub lost power or was reset
[ 242.294856] usb usb8: root hub lost power or was reset
[ 242.377226] usb usb3: root hub lost power or was reset
[ 242.382823] usb usb1: root hub lost power or was reset
[ 242.464687] usb usb4: root hub lost power or was reset
[ 242.470274] usb usb2: root hub lost power or was reset
[ 242.581693] usb usb6: root hub lost power or was reset
[ 242.587239] usb usb5: root hub lost power or was reset
[ 242.716072] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 242.790864] PM: resume devices took 0.519 seconds
[ 242.795789] OOM killer enabled.
[ 242.799099] Restarting tasks ... done.
[ 242.809187] PM: suspend exit
####### 76
[ 242.887701] ata1: link resume succeeded after 1 retries
[ 242.996628] ata1: SATA link down (SStatus 0 SControl 300)
[ 243.523663] PM: suspend entry (deep)
[ 243.527433] PM: Syncing filesystems ... done.
[ 243.639028] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 243.650576] OOM killer disabled.
[ 243.653975] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 243.856030] PM: suspend devices took 0.190 seconds
[ 243.909409] Disabling non-boot CPUs ...
[ 243.920726] CPU1: shutdown
[ 243.923667] psci: CPU1 killed.
[ 243.936355] CPU2: shutdown
[ 243.939309] psci: CPU2 killed.
[ 243.950292] CPU3: shutdown
[ 243.953218] psci: CPU3 killed.
[ 243.971429] CPU4: shutdown
[ 243.974537] psci: CPU4 killed.
[ 243.990052] CPU5: shutdown
[ 243.993075] psci: CPU5 killed.
[ 244.007831] CPU6: shutdown
[ 244.010703] psci: CPU6 killed.
[ 244.033358] CPU7: shutdown
[ 244.036228] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069187] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 244.043323] Enabling non-boot CPUs ...
[ 244.048242] Detected PIPT I-cache on CPU1
[ 244.048364] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 244.054042] CPU1 is up
[ 244.067828] Detected PIPT I-cache on CPU2
[ 244.067922] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 244.073621] CPU2 is up
[ 244.087371] Detected PIPT I-cache on CPU3
[ 244.087470] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 244.093435] CPU3 is up
[ 244.107236] Detected VIPT I-cache on CPU4
[ 244.107433] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 244.124007] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 244.142894] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 244.158016] CPU4 is up
[ 244.161026] Detected VIPT I-cache on CPU5
[ 244.161214] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 244.176246] CPU5 is up
[ 244.190073] Detected VIPT I-cache on CPU6
[ 244.190264] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 244.206209] CPU6 is up
[ 244.220054] Detected VIPT I-cache on CPU7
[ 244.220249] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 244.238465] CPU7 is up
[ 244.298001] usb usb7: root hub lost power or was reset
[ 244.303265] usb usb8: root hub lost power or was reset
[ 244.385229] usb usb3: root hub lost power or was reset
[ 244.390843] usb usb1: root hub lost power or was reset
[ 244.473084] usb usb4: root hub lost power or was reset
[ 244.478687] usb usb2: root hub lost power or was reset
[ 244.591069] usb usb6: root hub lost power or was reset
[ 244.596614] usb usb5: root hub lost power or was reset
[ 244.724878] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 244.799670] PM: resume devices took 0.520 seconds
[ 244.804597] OOM killer enabled.
[ 244.807900] Restarting tasks ... done.
[ 244.817997] PM: suspend exit
####### 77
[ 244.895499] ata1: link resume succeeded after 1 retries
[ 245.004038] ata1: SATA link down (SStatus 0 SControl 300)
[ 245.526500] PM: suspend entry (deep)
[ 245.530266] PM: Syncing filesystems ... done.
[ 245.637815] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 245.649227] OOM killer disabled.
[ 245.652630] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 245.856223] PM: suspend devices took 0.191 seconds
[ 245.910768] Disabling non-boot CPUs ...
[ 245.921856] CPU1: shutdown
[ 245.924795] psci: CPU1 killed.
[ 245.937592] CPU2: shutdown
[ 245.940528] psci: CPU2 killed.
[ 245.951303] CPU3: shutdown
[ 245.954248] psci: CPU3 killed.
[ 245.971902] CPU4: shutdown
[ 245.974791] psci: CPU4 killed.
[ 245.996828] CPU5: shutdown
[ 245.999727] psci: CPU5 killed.
[ 246.014553] CPU6: shutdown
[ 246.017599] psci: CPU6 killed.
[ 246.039303] CPU7: shutdown
[ 246.042175] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 246.049608] Enabling non-boot CPUs ...
[ 246.054234] Detected PIPT I-cache on CPU1
[ 246.054354] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 246.060037] CPU1 is up
[ 246.073879] Detected PIPT I-cache on CPU2
[ 246.073973] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 246.079701] CPU2 is up
[ 246.093514] Detected PIPT I-cache on CPU3
[ 246.093615] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 246.099578] CPU3 is up
[ 246.113406] Detected VIPT I-cache on CPU4
[ 246.113602] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 246.129977] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 246.148919] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 246.163923] CPU4 is up
[ 246.166881] Detected VIPT I-cache on CPU5
[ 246.167070] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 246.182135] CPU5 is up
[ 246.195959] Detected VIPT I-cache on CPU6
[ 246.196150] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 246.213676] CPU6 is up
[ 246.227626] Detected VIPT I-cache on CPU7
[ 246.227817] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 246.244903] CPU7 is up
[ 246.305222] usb usb7: root hub lost power or was reset
[ 246.310585] usb usb8: root hub lost power or was reset
[ 246.391992] usb usb3: root hub lost power or was reset
[ 246.397610] usb usb1: root hub lost power or was reset
[ 246.479381] usb usb4: root hub lost power or was reset
[ 246.484920] usb usb2: root hub lost power or was reset
[ 246.597030] usb usb6: root hub lost power or was reset
[ 246.602552] usb usb5: root hub lost power or was reset
[ 246.730822] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 246.805614] PM: resume devices took 0.519 seconds
[ 246.810543] OOM killer enabled.
[ 246.813853] Restarting tasks ... done.
[ 246.823638] PM: suspend exit
####### 78
[ 246.903390] ata1: link resume succeeded after 1 retries
[ 247.011821] ata1: SATA link down (SStatus 0 SControl 300)
[ 247.533542] PM: suspend entry (deep)
[ 247.537323] PM: Syncing filesystems ... done.
[ 247.643513] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 247.654877] OOM killer disabled.
[ 247.658317] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 247.858704] PM: suspend devices took 0.188 seconds
[ 247.912973] Disabling non-boot CPUs ...
[ 247.923992] CPU1: shutdown
[ 247.926915] psci: CPU1 killed.
[ 247.940004] CPU2: shutdown
[ 247.942904] psci: CPU2 killed.
[ 247.955339] CPU3: shutdown
[ 247.958343] psci: CPU3 killed.
[ 247.975585] CPU4: shutdown
[ 247.978462] psci: CPU4 killed.
[ 247.993776] CPU5: shutdown
[ 247.996664] psci: CPU5 killed.
[ 248.012727] CPU6: shutdown
[ 248.015600] psci: CPU6 killed.
[ 248.040134] CPU7: shutdown
[ 248.043125] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 248.049519] Enabling non-boot CPUs ...
[ 248.054129] Detected PIPT I-cache on CPU1
[ 248.054249] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 248.059958] CPU1 is up
[ 248.073800] Detected PIPT I-cache on CPU2
[ 248.073894] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 248.079577] CPU2 is up
[ 248.093389] Detected PIPT I-cache on CPU3
[ 248.093492] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 248.099399] CPU3 is up
[ 248.113232] Detected VIPT I-cache on CPU4
[ 248.113431] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 248.129876] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 248.148818] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 248.163781] CPU4 is up
[ 248.166743] Detected VIPT I-cache on CPU5
[ 248.166935] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 248.181977] CPU5 is up
[ 248.195854] Detected VIPT I-cache on CPU6
[ 248.196046] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 248.212062] CPU6 is up
[ 248.225863] Detected VIPT I-cache on CPU7
[ 248.226057] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 248.245900] CPU7 is up
[ 248.305209] usb usb7: root hub lost power or was reset
[ 248.310470] usb usb8: root hub lost power or was reset
[ 248.392842] usb usb3: root hub lost power or was reset
[ 248.398458] usb usb1: root hub lost power or was reset
[ 248.480322] usb usb4: root hub lost power or was reset
[ 248.485906] usb usb2: root hub lost power or was reset
[ 248.597336] usb usb6: root hub lost power or was reset
[ 248.602879] usb usb5: root hub lost power or was reset
[ 248.731674] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 248.806417] PM: resume devices took 0.519 seconds
[ 248.811409] OOM killer enabled.
[ 248.814723] Restarting tasks ... done.
[ 248.823015] PM: suspend exit
####### 79
[ 248.903274] ata1: link resume succeeded after 1 retries
[ 249.011820] ata1: SATA link down (SStatus 0 SControl 300)
[ 249.535968] PM: suspend entry (deep)
[ 249.539749] PM: Syncing filesystems ... done.
[ 249.647601] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 249.659054] OOM killer disabled.
[ 249.662454] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 249.854272] PM: suspend devices took 0.180 seconds
[ 249.908168] Disabling non-boot CPUs ...
[ 249.919213] CPU1: shutdown
[ 249.922167] psci: CPU1 killed.
[ 249.934281] CPU2: shutdown
[ 249.937217] psci: CPU2 killed.
[ 249.948722] CPU3: shutdown
[ 249.951927] psci: CPU3 killed.
[ 249.968341] CPU4: shutdown
[ 249.971216] psci: CPU4 killed.
[ 249.989768] CPU5: shutdown
[ 249.992648] psci: CPU5 killed.
[ 250.006485] CPU6: shutdown
[ 250.009358] psci: CPU6 killed.
[ 250.033742] CPU7: shutdown
[ 250.036746] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 250.043544] Enabling non-boot CPUs ...
[ 250.048379] Detected PIPT I-cache on CPU1
[ 250.048498] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 250.054164] CPU1 is up
[ 250.067946] Detected PIPT I-cache on CPU2
[ 250.068040] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 250.073632] CPU2 is up
[ 250.087433] Detected PIPT I-cache on CPU3
[ 250.087532] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 250.093625] CPU3 is up
[ 250.107503] Detected VIPT I-cache on CPU4
[ 250.107699] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 250.124177] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 250.143173] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 250.158915] CPU4 is up
[ 250.161928] Detected VIPT I-cache on CPU5
[ 250.162117] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 250.177199] CPU5 is up
[ 250.190963] Detected VIPT I-cache on CPU6
[ 250.191155] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 250.208247] CPU6 is up
[ 250.222004] Detected VIPT I-cache on CPU7
[ 250.222196] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 250.240102] CPU7 is up
[ 250.304393] usb usb7: root hub lost power or was reset
[ 250.309755] usb usb8: root hub lost power or was reset
[ 250.387814] usb usb3: root hub lost power or was reset
[ 250.393349] usb usb1: root hub lost power or was reset
[ 250.475193] usb usb4: root hub lost power or was reset
[ 250.480713] usb usb2: root hub lost power or was reset
[ 250.592198] usb usb6: root hub lost power or was reset
[ 250.597749] usb usb5: root hub lost power or was reset
[ 250.726508] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 250.801308] PM: resume devices took 0.520 seconds
[ 250.806311] OOM killer enabled.
[ 250.809626] Restarting tasks ... done.
[ 250.818622] PM: suspend exit
####### 80
[ 250.895332] ata1: link resume succeeded after 1 retries
[ 251.005646] ata1: SATA link down (SStatus 0 SControl 300)
[ 251.532893] PM: suspend entry (deep)
[ 251.536702] PM: Syncing filesystems ... done.
[ 251.643349] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 251.654840] OOM killer disabled.
[ 251.658241] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 251.849148] PM: suspend devices took 0.179 seconds
[ 251.903557] Disabling non-boot CPUs ...
[ 251.915590] CPU1: shutdown
[ 251.918531] psci: CPU1 killed.
[ 251.930666] CPU2: shutdown
[ 251.933603] psci: CPU2 killed.
[ 251.945492] CPU3: shutdown
[ 251.948419] psci: CPU3 killed.
[ 251.965496] CPU4: shutdown
[ 251.968374] psci: CPU4 killed.
[ 251.984192] CPU5: shutdown
[ 251.987075] psci: CPU5 killed.
[ 252.002376] CPU6: shutdown
[ 252.005249] psci: CPU6 killed.
[ 252.030251] CPU7: shutdown
[ 252.033247] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 252.039562] Enabling non-boot CPUs ...
[ 252.044478] Detected PIPT I-cache on CPU1
[ 252.044597] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 252.050330] CPU1 is up
[ 252.064233] Detected PIPT I-cache on CPU2
[ 252.064329] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 252.070027] CPU2 is up
[ 252.083832] Detected PIPT I-cache on CPU3
[ 252.083932] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 252.089912] CPU3 is up
[ 252.103720] Detected VIPT I-cache on CPU4
[ 252.103915] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 252.120319] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 252.139205] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 252.154703] CPU4 is up
[ 252.157709] Detected VIPT I-cache on CPU5
[ 252.157899] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 252.173023] CPU5 is up
[ 252.186822] Detected VIPT I-cache on CPU6
[ 252.187013] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 252.202823] CPU6 is up
[ 252.216708] Detected VIPT I-cache on CPU7
[ 252.216902] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 252.236507] CPU7 is up
[ 252.296006] usb usb7: root hub lost power or was reset
[ 252.301269] usb usb8: root hub lost power or was reset
[ 252.383666] usb usb3: root hub lost power or was reset
[ 252.389276] usb usb1: root hub lost power or was reset
[ 252.471583] usb usb4: root hub lost power or was reset
[ 252.477163] usb usb2: root hub lost power or was reset
[ 252.589709] usb usb6: root hub lost power or was reset
[ 252.595334] usb usb5: root hub lost power or was reset
[ 252.723388] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 252.798297] PM: resume devices took 0.520 seconds
[ 252.803226] OOM killer enabled.
[ 252.806535] Restarting tasks ... done.
[ 252.816814] PM: suspend exit
####### 81
[ 252.895196] ata1: link resume succeeded after 1 retries
[ 253.005688] ata1: SATA link down (SStatus 0 SControl 300)
[ 253.527799] PM: suspend entry (deep)
[ 253.531582] PM: Syncing filesystems ... done.
[ 253.637364] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 253.648812] OOM killer disabled.
[ 253.652212] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 253.846207] PM: suspend devices took 0.182 seconds
[ 253.900185] Disabling non-boot CPUs ...
[ 253.912446] CPU1: shutdown
[ 253.915393] psci: CPU1 killed.
[ 253.928549] CPU2: shutdown
[ 253.931486] psci: CPU2 killed.
[ 253.942522] CPU3: shutdown
[ 253.945452] psci: CPU3 killed.
[ 253.961761] CPU4: shutdown
[ 253.966504] psci: CPU4 killed.
[ 253.982388] CPU5: shutdown
[ 253.985301] psci: CPU5 killed.
[ 254.000622] CPU6: shutdown
[ 254.003964] psci: CPU6 killed.
[ 254.027083] CPU7: shutdown
[ 254.030078] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 254.037079] Enabling non-boot CPUs ...
[ 254.041698] Detected PIPT I-cache on CPU1
[ 254.041817] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 254.047483] CPU1 is up
[ 254.061258] Detected PIPT I-cache on CPU2
[ 254.061352] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 254.067072] CPU2 is up
[ 254.080802] Detected PIPT I-cache on CPU3
[ 254.080902] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 254.086994] CPU3 is up
[ 254.100822] Detected VIPT I-cache on CPU4
[ 254.101020] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 254.117471] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 254.136442] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 254.151424] CPU4 is up
[ 254.154384] Detected VIPT I-cache on CPU5
[ 254.154576] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 254.169712] CPU5 is up
[ 254.183602] Detected VIPT I-cache on CPU6
[ 254.183794] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 254.199603] CPU6 is up
[ 254.213433] Detected VIPT I-cache on CPU7
[ 254.213627] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 254.233382] CPU7 is up
[ 254.293572] usb usb7: root hub lost power or was reset
[ 254.298838] usb usb8: root hub lost power or was reset
[ 254.381486] usb usb3: root hub lost power or was reset
[ 254.387106] usb usb1: root hub lost power or was reset
[ 254.468959] usb usb4: root hub lost power or was reset
[ 254.474561] usb usb2: root hub lost power or was reset
[ 254.585957] usb usb6: root hub lost power or was reset
[ 254.591494] usb usb5: root hub lost power or was reset
[ 254.720372] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 254.795298] PM: resume devices took 0.520 seconds
[ 254.800222] OOM killer enabled.
[ 254.803531] Restarting tasks ... done.
[ 254.813359] PM: suspend exit
####### 82
[ 254.887075] ata1: link resume succeeded after 1 retries
[ 254.997357] ata1: SATA link down (SStatus 0 SControl 300)
[ 255.532127] PM: suspend entry (deep)
[ 255.535907] PM: Syncing filesystems ... done.
[ 255.643656] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 255.655350] OOM killer disabled.
[ 255.658803] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 255.860588] PM: suspend devices took 0.189 seconds
[ 255.914871] Disabling non-boot CPUs ...
[ 255.925895] CPU1: shutdown
[ 255.928861] psci: CPU1 killed.
[ 255.941692] CPU2: shutdown
[ 255.944609] psci: CPU2 killed.
[ 255.956591] CPU3: shutdown
[ 255.959510] psci: CPU3 killed.
[ 255.978328] CPU4: shutdown
[ 255.981215] psci: CPU4 killed.
[ 255.996252] CPU5: shutdown
[ 255.999138] psci: CPU5 killed.
[ 256.015306] CPU6: shutdown
[ 256.018181] psci: CPU6 killed.
[ 256.041954] CPU7: shutdown
[ 256.044949] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069187] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 256.051437] Enabling non-boot CPUs ...
[ 256.056355] Detected PIPT I-cache on CPU1
[ 256.056474] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 256.062156] CPU1 is up
[ 256.076026] Detected PIPT I-cache on CPU2
[ 256.076121] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 256.081806] CPU2 is up
[ 256.095528] Detected PIPT I-cache on CPU3
[ 256.095629] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 256.101900] CPU3 is up
[ 256.115713] Detected VIPT I-cache on CPU4
[ 256.115911] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 256.132289] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 256.151173] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 256.166358] CPU4 is up
[ 256.169365] Detected VIPT I-cache on CPU5
[ 256.169556] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 256.184792] CPU5 is up
[ 256.198585] Detected VIPT I-cache on CPU6
[ 256.198779] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 256.217280] CPU6 is up
[ 256.231123] Detected VIPT I-cache on CPU7
[ 256.231317] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 256.248570] CPU7 is up
[ 256.309148] usb usb7: root hub lost power or was reset
[ 256.314512] usb usb8: root hub lost power or was reset
[ 256.396365] usb usb3: root hub lost power or was reset
[ 256.401907] usb usb1: root hub lost power or was reset
[ 256.483838] usb usb4: root hub lost power or was reset
[ 256.489420] usb usb2: root hub lost power or was reset
[ 256.600837] usb usb6: root hub lost power or was reset
[ 256.606376] usb usb5: root hub lost power or was reset
[ 256.735162] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 256.810162] PM: resume devices took 0.520 seconds
[ 256.815139] OOM killer enabled.
[ 256.818466] Restarting tasks ... done.
[ 256.828970] PM: suspend exit
####### 83
[ 256.902960] ata1: link resume succeeded after 1 retries
[ 257.013500] ata1: SATA link down (SStatus 0 SControl 300)
[ 257.538305] PM: suspend entry (deep)
[ 257.542090] PM: Syncing filesystems ... done.
[ 257.648743] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 257.660295] OOM killer disabled.
[ 257.663696] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 257.883470] PM: suspend devices took 0.207 seconds
[ 257.937845] Disabling non-boot CPUs ...
[ 257.949122] CPU1: shutdown
[ 257.952060] psci: CPU1 killed.
[ 257.965062] CPU2: shutdown
[ 257.967991] psci: CPU2 killed.
[ 257.979872] CPU3: shutdown
[ 257.982790] psci: CPU3 killed.
[ 258.001565] CPU4: shutdown
[ 258.004453] psci: CPU4 killed.
[ 258.020048] CPU5: shutdown
[ 258.023068] psci: CPU5 killed.
[ 258.037198] CPU6: shutdown
[ 258.040247] psci: CPU6 killed.
[ 258.065546] CPU7: shutdown
[ 258.068542] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 258.075009] Enabling non-boot CPUs ...
[ 258.079854] Detected PIPT I-cache on CPU1
[ 258.079973] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 258.085757] CPU1 is up
[ 258.099542] Detected PIPT I-cache on CPU2
[ 258.099638] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 258.105229] CPU2 is up
[ 258.118953] Detected PIPT I-cache on CPU3
[ 258.119055] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 258.125198] CPU3 is up
[ 258.139051] Detected VIPT I-cache on CPU4
[ 258.139252] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 258.155945] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 258.174831] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 258.190311] CPU4 is up
[ 258.193309] Detected VIPT I-cache on CPU5
[ 258.193501] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 258.208729] CPU5 is up
[ 258.222487] Detected VIPT I-cache on CPU6
[ 258.222681] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 258.238810] CPU6 is up
[ 258.252619] Detected VIPT I-cache on CPU7
[ 258.252815] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 258.270457] CPU7 is up
[ 258.330110] usb usb7: root hub lost power or was reset
[ 258.335373] usb usb8: root hub lost power or was reset
[ 258.418361] usb usb3: root hub lost power or was reset
[ 258.423920] usb usb1: root hub lost power or was reset
[ 258.505708] usb usb4: root hub lost power or was reset
[ 258.511233] usb usb2: root hub lost power or was reset
[ 258.622707] usb usb6: root hub lost power or was reset
[ 258.628332] usb usb5: root hub lost power or was reset
[ 258.757063] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 258.831800] PM: resume devices took 0.520 seconds
[ 258.836799] OOM killer enabled.
[ 258.840113] Restarting tasks ... done.
[ 258.848456] PM: suspend exit
####### 84
[ 258.926795] ata1: link resume succeeded after 1 retries
[ 259.037117] ata1: SATA link down (SStatus 0 SControl 300)
[ 259.563073] PM: suspend entry (deep)
[ 259.566843] PM: Syncing filesystems ... done.
[ 259.673800] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 259.685162] OOM killer disabled.
[ 259.688561] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 259.879783] PM: suspend devices took 0.179 seconds
[ 259.933953] Disabling non-boot CPUs ...
[ 259.945135] CPU1: shutdown
[ 259.948049] psci: CPU1 killed.
[ 259.960744] CPU2: shutdown
[ 259.963646] psci: CPU2 killed.
[ 259.976021] CPU3: shutdown
[ 259.978907] psci: CPU3 killed.
[ 259.996729] CPU4: shutdown
[ 259.999629] psci: CPU4 killed.
[ 260.014592] CPU5: shutdown
[ 260.017560] psci: CPU5 killed.
[ 260.032779] CPU6: shutdown
[ 260.035654] psci: CPU6 killed.
[ 260.060615] CPU7: shutdown
[ 260.063718] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 260.069869] Enabling non-boot CPUs ...
[ 260.074766] Detected PIPT I-cache on CPU1
[ 260.074885] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 260.080593] CPU1 is up
[ 260.094384] Detected PIPT I-cache on CPU2
[ 260.094479] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 260.100122] CPU2 is up
[ 260.113849] Detected PIPT I-cache on CPU3
[ 260.113949] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 260.119955] CPU3 is up
[ 260.133838] Detected VIPT I-cache on CPU4
[ 260.134031] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 260.150606] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 260.169578] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 260.184408] CPU4 is up
[ 260.187378] Detected VIPT I-cache on CPU5
[ 260.187565] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 260.202648] CPU5 is up
[ 260.216473] Detected VIPT I-cache on CPU6
[ 260.216662] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 260.233539] CPU6 is up
[ 260.247334] Detected VIPT I-cache on CPU7
[ 260.247526] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 260.264536] CPU7 is up
[ 260.326183] usb usb7: root hub lost power or was reset
[ 260.331446] usb usb8: root hub lost power or was reset
[ 260.426114] usb usb3: root hub lost power or was reset
[ 260.431745] usb usb1: root hub lost power or was reset
[ 260.514153] usb usb4: root hub lost power or was reset
[ 260.519770] usb usb2: root hub lost power or was reset
[ 260.632110] usb usb6: root hub lost power or was reset
[ 260.637665] usb usb5: root hub lost power or was reset
[ 260.766910] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 260.841996] PM: resume devices took 0.535 seconds
[ 260.846929] OOM killer enabled.
[ 260.850240] Restarting tasks ... done.
[ 260.861296] PM: suspend exit
####### 85
[ 260.934732] ata1: link resume succeeded after 1 retries
[ 261.045201] ata1: SATA link down (SStatus 0 SControl 300)
[ 261.574700] PM: suspend entry (deep)
[ 261.578505] PM: Syncing filesystems ... done.
[ 261.686132] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 261.697878] OOM killer disabled.
[ 261.701279] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 261.910604] PM: suspend devices took 0.197 seconds
[ 261.964888] Disabling non-boot CPUs ...
[ 261.976990] CPU1: shutdown
[ 261.979928] psci: CPU1 killed.
[ 261.991501] CPU2: shutdown
[ 261.994475] psci: CPU2 killed.
[ 262.005512] CPU3: shutdown
[ 262.008459] psci: CPU3 killed.
[ 262.028440] CPU4: shutdown
[ 262.031517] psci: CPU4 killed.
[ 262.046528] CPU5: shutdown
[ 262.049444] psci: CPU5 killed.
[ 262.064959] CPU6: shutdown
[ 262.067844] psci: CPU6 killed.
[ 262.092923] CPU7: shutdown
[ 262.095794] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 262.101784] Enabling non-boot CPUs ...
[ 262.106694] Detected PIPT I-cache on CPU1
[ 262.106816] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 262.112516] CPU1 is up
[ 262.126311] Detected PIPT I-cache on CPU2
[ 262.126405] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 262.132054] CPU2 is up
[ 262.145849] Detected PIPT I-cache on CPU3
[ 262.145950] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 262.151975] CPU3 is up
[ 262.165793] Detected VIPT I-cache on CPU4
[ 262.165989] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 262.182590] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 262.201475] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 262.216333] CPU4 is up
[ 262.219263] Detected VIPT I-cache on CPU5
[ 262.219454] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 262.234557] CPU5 is up
[ 262.248501] Detected VIPT I-cache on CPU6
[ 262.248694] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 262.265402] CPU6 is up
[ 262.279200] Detected VIPT I-cache on CPU7
[ 262.279394] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 262.296415] CPU7 is up
[ 262.356917] usb usb7: root hub lost power or was reset
[ 262.362177] usb usb8: root hub lost power or was reset
[ 262.456998] usb usb3: root hub lost power or was reset
[ 262.462549] usb usb1: root hub lost power or was reset
[ 262.544464] usb usb4: root hub lost power or was reset
[ 262.549981] usb usb2: root hub lost power or was reset
[ 262.661465] usb usb6: root hub lost power or was reset
[ 262.667007] usb usb5: root hub lost power or was reset
[ 262.795775] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 262.871010] PM: resume devices took 0.533 seconds
[ 262.875958] OOM killer enabled.
[ 262.879334] Restarting tasks ... done.
[ 262.889108] PM: suspend exit
####### 86
[ 262.966609] ata1: link resume succeeded after 1 retries
[ 263.077058] ata1: SATA link down (SStatus 0 SControl 300)
[ 263.599884] PM: suspend entry (deep)
[ 263.603664] PM: Syncing filesystems ... done.
[ 263.709844] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 263.721308] OOM killer disabled.
[ 263.724710] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 263.942062] PM: suspend devices took 0.205 seconds
[ 263.996385] Disabling non-boot CPUs ...
[ 264.007642] CPU1: shutdown
[ 264.010584] psci: CPU1 killed.
[ 264.022365] CPU2: shutdown
[ 264.025318] psci: CPU2 killed.
[ 264.036187] CPU3: shutdown
[ 264.041134] psci: CPU3 killed.
[ 264.059856] CPU4: shutdown
[ 264.062745] psci: CPU4 killed.
[ 264.077629] CPU5: shutdown
[ 264.080500] psci: CPU5 killed.
[ 264.095006] CPU6: shutdown
[ 264.098009] psci: CPU6 killed.
[ 264.121714] CPU7: shutdown
[ 264.124712] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 264.131628] Enabling non-boot CPUs ...
[ 264.136477] Detected PIPT I-cache on CPU1
[ 264.136596] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 264.142343] CPU1 is up
[ 264.156135] Detected PIPT I-cache on CPU2
[ 264.156231] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 264.161889] CPU2 is up
[ 264.175717] Detected PIPT I-cache on CPU3
[ 264.175815] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 264.181950] CPU3 is up
[ 264.195838] Detected VIPT I-cache on CPU4
[ 264.196038] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 264.212598] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 264.231483] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 264.246912] CPU4 is up
[ 264.249924] Detected VIPT I-cache on CPU5
[ 264.250118] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 264.265283] CPU5 is up
[ 264.279085] Detected VIPT I-cache on CPU6
[ 264.279280] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 264.295096] CPU6 is up
[ 264.308967] Detected VIPT I-cache on CPU7
[ 264.309164] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 264.328755] CPU7 is up
[ 264.389029] usb usb7: root hub lost power or was reset
[ 264.394392] usb usb8: root hub lost power or was reset
[ 264.475985] usb usb3: root hub lost power or was reset
[ 264.481541] usb usb1: root hub lost power or was reset
[ 264.563332] usb usb4: root hub lost power or was reset
[ 264.568918] usb usb2: root hub lost power or was reset
[ 264.680329] usb usb6: root hub lost power or was reset
[ 264.685862] usb usb5: root hub lost power or was reset
[ 264.814689] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 264.889979] PM: resume devices took 0.519 seconds
[ 264.894907] OOM killer enabled.
[ 264.898219] Restarting tasks ... done.
[ 264.907424] PM: suspend exit
####### 87
[ 264.982479] ata1: link resume succeeded after 1 retries
[ 265.092749] ata1: SATA link down (SStatus 0 SControl 300)
[ 265.620469] PM: suspend entry (deep)
[ 265.624301] PM: Syncing filesystems ... done.
[ 265.730675] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 265.742191] OOM killer disabled.
[ 265.745591] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 265.938887] PM: suspend devices took 0.181 seconds
[ 265.993537] Disabling non-boot CPUs ...
[ 266.004584] CPU1: shutdown
[ 266.007501] psci: CPU1 killed.
[ 266.020231] CPU2: shutdown
[ 266.023200] psci: CPU2 killed.
[ 266.035255] CPU3: shutdown
[ 266.038235] psci: CPU3 killed.
[ 266.055276] CPU4: shutdown
[ 266.058192] psci: CPU4 killed.
[ 266.073964] CPU5: shutdown
[ 266.076835] psci: CPU5 killed.
[ 266.092923] CPU6: shutdown
[ 266.095949] psci: CPU6 killed.
[ 266.118983] CPU7: shutdown
[ 266.121976] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 266.128550] Enabling non-boot CPUs ...
[ 266.133393] Detected PIPT I-cache on CPU1
[ 266.133512] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 266.139267] CPU1 is up
[ 266.153057] Detected PIPT I-cache on CPU2
[ 266.153150] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 266.158801] CPU2 is up
[ 266.172532] Detected PIPT I-cache on CPU3
[ 266.172632] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 266.178696] CPU3 is up
[ 266.192552] Detected VIPT I-cache on CPU4
[ 266.192750] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 266.209287] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 266.228230] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 266.243084] CPU4 is up
[ 266.246054] Detected VIPT I-cache on CPU5
[ 266.246245] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 266.261308] CPU5 is up
[ 266.275127] Detected VIPT I-cache on CPU6
[ 266.275318] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 266.292159] CPU6 is up
[ 266.305947] Detected VIPT I-cache on CPU7
[ 266.306139] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 266.323162] CPU7 is up
[ 266.383859] usb usb7: root hub lost power or was reset
[ 266.389220] usb usb8: root hub lost power or was reset
[ 266.470852] usb usb3: root hub lost power or was reset
[ 266.476467] usb usb1: root hub lost power or was reset
[ 266.558216] usb usb4: root hub lost power or was reset
[ 266.563809] usb usb2: root hub lost power or was reset
[ 266.675211] usb usb6: root hub lost power or was reset
[ 266.680760] usb usb5: root hub lost power or was reset
[ 266.809498] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 266.884318] PM: resume devices took 0.519 seconds
[ 266.889322] OOM killer enabled.
[ 266.892636] Restarting tasks ... done.
[ 266.901259] PM: suspend exit
####### 88
[ 266.982364] ata1: link resume succeeded after 1 retries
[ 267.092638] ata1: SATA link down (SStatus 0 SControl 300)
[ 267.611679] PM: suspend entry (deep)
[ 267.615462] PM: Syncing filesystems ... done.
[ 267.724623] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 267.736087] OOM killer disabled.
[ 267.739489] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 267.952615] PM: suspend devices took 0.201 seconds
[ 268.005887] Disabling non-boot CPUs ...
[ 268.017258] CPU1: shutdown
[ 268.020199] psci: CPU1 killed.
[ 268.032830] CPU2: shutdown
[ 268.035774] psci: CPU2 killed.
[ 268.046841] CPU3: shutdown
[ 268.049767] psci: CPU3 killed.
[ 268.068647] CPU4: shutdown
[ 268.071534] psci: CPU4 killed.
[ 268.086218] CPU5: shutdown
[ 268.089255] psci: CPU5 killed.
[ 268.104743] CPU6: shutdown
[ 268.107764] psci: CPU6 killed.
[ 268.133366] CPU7: shutdown
[ 268.136237] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 268.141696] Enabling non-boot CPUs ...
[ 268.146518] Detected PIPT I-cache on CPU1
[ 268.146637] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 268.152312] CPU1 is up
[ 268.166310] Detected PIPT I-cache on CPU2
[ 268.166404] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 268.172136] CPU2 is up
[ 268.185924] Detected PIPT I-cache on CPU3
[ 268.186025] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 268.192044] CPU3 is up
[ 268.205891] Detected VIPT I-cache on CPU4
[ 268.206087] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 268.222585] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 268.241572] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 268.256512] CPU4 is up
[ 268.259474] Detected VIPT I-cache on CPU5
[ 268.259663] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 268.274699] CPU5 is up
[ 268.288586] Detected VIPT I-cache on CPU6
[ 268.288778] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 268.304744] CPU6 is up
[ 268.318578] Detected VIPT I-cache on CPU7
[ 268.318770] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 268.338634] CPU7 is up
[ 268.399033] usb usb7: root hub lost power or was reset
[ 268.404397] usb usb8: root hub lost power or was reset
[ 268.485636] usb usb3: root hub lost power or was reset
[ 268.491177] usb usb1: root hub lost power or was reset
[ 268.573687] usb usb4: root hub lost power or was reset
[ 268.579239] usb usb2: root hub lost power or was reset
[ 268.691612] usb usb6: root hub lost power or was reset
[ 268.697192] usb usb5: root hub lost power or was reset
[ 268.825428] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 268.900588] PM: resume devices took 0.520 seconds
[ 268.905519] OOM killer enabled.
[ 268.908830] Restarting tasks ... done.
[ 268.918475] PM: suspend exit
####### 89
[ 268.998169] ata1: link resume succeeded after 1 retries
[ 269.108731] ata1: SATA link down (SStatus 0 SControl 300)
[ 269.626783] PM: suspend entry (deep)
[ 269.630589] PM: Syncing filesystems ... done.
[ 269.741158] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 269.752532] OOM killer disabled.
[ 269.755977] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 269.947797] PM: suspend devices took 0.179 seconds
[ 270.001675] Disabling non-boot CPUs ...
[ 270.012837] CPU1: shutdown
[ 270.015796] psci: CPU1 killed.
[ 270.028820] CPU2: shutdown
[ 270.031761] psci: CPU2 killed.
[ 270.042775] CPU3: shutdown
[ 270.045705] psci: CPU3 killed.
[ 270.065185] CPU4: shutdown
[ 270.068072] psci: CPU4 killed.
[ 270.082957] CPU5: shutdown
[ 270.085934] psci: CPU5 killed.
[ 270.100439] CPU6: shutdown
[ 270.103489] psci: CPU6 killed.
[ 270.126678] CPU7: shutdown
[ 270.129669] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 270.136536] Enabling non-boot CPUs ...
[ 270.141451] Detected PIPT I-cache on CPU1
[ 270.141570] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 270.147285] CPU1 is up
[ 270.161197] Detected PIPT I-cache on CPU2
[ 270.161293] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 270.166932] CPU2 is up
[ 270.180718] Detected PIPT I-cache on CPU3
[ 270.180817] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 270.186824] CPU3 is up
[ 270.200646] Detected VIPT I-cache on CPU4
[ 270.200844] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 270.217252] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 270.236137] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 270.251485] CPU4 is up
[ 270.254479] Detected VIPT I-cache on CPU5
[ 270.254669] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 270.269862] CPU5 is up
[ 270.283631] Detected VIPT I-cache on CPU6
[ 270.283822] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 270.299629] CPU6 is up
[ 270.313466] Detected VIPT I-cache on CPU7
[ 270.313656] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 270.330604] CPU7 is up
[ 270.390579] usb usb7: root hub lost power or was reset
[ 270.395841] usb usb8: root hub lost power or was reset
[ 270.477504] usb usb3: root hub lost power or was reset
[ 270.483063] usb usb1: root hub lost power or was reset
[ 270.565015] usb usb4: root hub lost power or was reset
[ 270.570554] usb usb2: root hub lost power or was reset
[ 270.681984] usb usb6: root hub lost power or was reset
[ 270.687526] usb usb5: root hub lost power or was reset
[ 270.816388] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 270.892358] PM: resume devices took 0.520 seconds
[ 270.897286] OOM killer enabled.
[ 270.900598] Restarting tasks ... done.
[ 270.910393] PM: suspend exit
####### 90
[ 270.990094] ata1: link resume succeeded after 1 retries
[ 271.100589] ata1: SATA link down (SStatus 0 SControl 300)
[ 271.624709] PM: suspend entry (deep)
[ 271.628494] PM: Syncing filesystems ... done.
[ 271.737920] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 271.749389] OOM killer disabled.
[ 271.752826] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 271.957374] PM: suspend devices took 0.192 seconds
[ 272.011073] Disabling non-boot CPUs ...
[ 272.022317] CPU1: shutdown
[ 272.025251] psci: CPU1 killed.
[ 272.038288] CPU2: shutdown
[ 272.041215] psci: CPU2 killed.
[ 272.053618] CPU3: shutdown
[ 272.056511] psci: CPU3 killed.
[ 272.074017] CPU4: shutdown
[ 272.076906] psci: CPU4 killed.
[ 272.093143] CPU5: shutdown
[ 272.096149] psci: CPU5 killed.
[ 272.110866] CPU6: shutdown
[ 272.113957] psci: CPU6 killed.
[ 272.136353] CPU7: shutdown
[ 272.139223] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 272.146210] Enabling non-boot CPUs ...
[ 272.151110] Detected PIPT I-cache on CPU1
[ 272.151230] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 272.156994] CPU1 is up
[ 272.171009] Detected PIPT I-cache on CPU2
[ 272.171102] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 272.176873] CPU2 is up
[ 272.190673] Detected PIPT I-cache on CPU3
[ 272.190772] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 272.196855] CPU3 is up
[ 272.210664] Detected VIPT I-cache on CPU4
[ 272.210862] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 272.227260] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 272.246145] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 272.261260] CPU4 is up
[ 272.264259] Detected VIPT I-cache on CPU5
[ 272.264448] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 272.279767] CPU5 is up
[ 272.293526] Detected VIPT I-cache on CPU6
[ 272.293718] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 272.309690] CPU6 is up
[ 272.323501] Detected VIPT I-cache on CPU7
[ 272.323693] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 272.340708] CPU7 is up
[ 272.400736] usb usb7: root hub lost power or was reset
[ 272.405999] usb usb8: root hub lost power or was reset
[ 272.488381] usb usb3: root hub lost power or was reset
[ 272.493981] usb usb1: root hub lost power or was reset
[ 272.575852] usb usb4: root hub lost power or was reset
[ 272.581597] usb usb2: root hub lost power or was reset
[ 272.692858] usb usb6: root hub lost power or was reset
[ 272.698443] usb usb5: root hub lost power or was reset
[ 272.827179] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 272.902329] PM: resume devices took 0.519 seconds
[ 272.907258] OOM killer enabled.
[ 272.910568] Restarting tasks ... done.
[ 272.920277] PM: suspend exit
####### 91
[ 272.997974] ata1: link resume succeeded after 1 retries
[ 273.108254] ata1: SATA link down (SStatus 0 SControl 300)
[ 273.628920] PM: suspend entry (deep)
[ 273.632740] PM: Syncing filesystems ... done.
[ 273.743882] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 273.755297] OOM killer disabled.
[ 273.758697] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 273.951168] PM: suspend devices took 0.180 seconds
[ 274.005000] Disabling non-boot CPUs ...
[ 274.016245] CPU1: shutdown
[ 274.019188] psci: CPU1 killed.
[ 274.031165] CPU2: shutdown
[ 274.034080] psci: CPU2 killed.
[ 274.046509] CPU3: shutdown
[ 274.049842] psci: CPU3 killed.
[ 274.067720] CPU4: shutdown
[ 274.070593] psci: CPU4 killed.
[ 274.085843] CPU5: shutdown
[ 274.088716] psci: CPU5 killed.
[ 274.104067] CPU6: shutdown
[ 274.106939] psci: CPU6 killed.
[ 274.130746] CPU7: shutdown
[ 274.133846] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055631] NOTICE: BL2: DRAM Split is 4ch
[ 0.058331] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063783] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069209] NOTICE: BL2: Lossy Decomp areas
[ 0.073388] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080485] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087408] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094334] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100129] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105325] NOTICE: BL2: Normal boot
[ 0.108962] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 274.140800] Enabling non-boot CPUs ...
[ 274.145429] Detected PIPT I-cache on CPU1
[ 274.145550] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 274.151281] CPU1 is up
[ 274.165154] Detected PIPT I-cache on CPU2
[ 274.165248] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 274.171063] CPU2 is up
[ 274.184865] Detected PIPT I-cache on CPU3
[ 274.184967] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 274.190972] CPU3 is up
[ 274.204920] Detected VIPT I-cache on CPU4
[ 274.205117] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 274.221835] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 274.240719] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 274.255573] CPU4 is up
[ 274.258524] Detected VIPT I-cache on CPU5
[ 274.258714] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 274.273814] CPU5 is up
[ 274.287633] Detected VIPT I-cache on CPU6
[ 274.287826] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 274.303630] CPU6 is up
[ 274.317476] Detected VIPT I-cache on CPU7
[ 274.317670] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 274.337237] CPU7 is up
[ 274.397597] usb usb7: root hub lost power or was reset
[ 274.402960] usb usb8: root hub lost power or was reset
[ 274.484238] usb usb3: root hub lost power or was reset
[ 274.489867] usb usb1: root hub lost power or was reset
[ 274.571726] usb usb4: root hub lost power or was reset
[ 274.577326] usb usb2: root hub lost power or was reset
[ 274.688728] usb usb6: root hub lost power or was reset
[ 274.694264] usb usb5: root hub lost power or was reset
[ 274.822981] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 274.897837] PM: resume devices took 0.519 seconds
[ 274.902834] OOM killer enabled.
[ 274.906140] Restarting tasks ... done.
[ 274.914467] PM: suspend exit
####### 92
[ 274.989856] ata1: link resume succeeded after 1 retries
[ 275.100145] ata1: SATA link down (SStatus 0 SControl 300)
[ 275.628167] PM: suspend entry (deep)
[ 275.631950] PM: Syncing filesystems ... done.
[ 275.738058] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 275.749575] OOM killer disabled.
[ 275.752975] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 275.946635] PM: suspend devices took 0.182 seconds
[ 276.001473] Disabling non-boot CPUs ...
[ 276.012792] CPU1: shutdown
[ 276.015732] psci: CPU1 killed.
[ 276.028321] CPU2: shutdown
[ 276.031262] psci: CPU2 killed.
[ 276.042475] CPU3: shutdown
[ 276.045573] psci: CPU3 killed.
[ 276.063222] CPU4: shutdown
[ 276.066138] psci: CPU4 killed.
[ 276.083057] CPU5: shutdown
[ 276.085945] psci: CPU5 killed.
[ 276.100912] CPU6: shutdown
[ 276.104155] psci: CPU6 killed.
[ 276.128700] CPU7: shutdown
[ 276.131693] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055631] NOTICE: BL2: DRAM Split is 4ch
[ 0.058331] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063783] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069209] NOTICE: BL2: Lossy Decomp areas
[ 0.073388] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080485] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087408] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094334] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100129] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105325] NOTICE: BL2: Normal boot
[ 0.108962] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 276.137981] Enabling non-boot CPUs ...
[ 276.142886] Detected PIPT I-cache on CPU1
[ 276.143005] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 276.148743] CPU1 is up
[ 276.162718] Detected PIPT I-cache on CPU2
[ 276.162813] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 276.168601] CPU2 is up
[ 276.182382] Detected PIPT I-cache on CPU3
[ 276.182483] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 276.188539] CPU3 is up
[ 276.202406] Detected VIPT I-cache on CPU4
[ 276.202606] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 276.219188] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 276.238130] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 276.253156] CPU4 is up
[ 276.256133] Detected VIPT I-cache on CPU5
[ 276.256324] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 276.271449] CPU5 is up
[ 276.285264] Detected VIPT I-cache on CPU6
[ 276.285455] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 276.301355] CPU6 is up
[ 276.315221] Detected VIPT I-cache on CPU7
[ 276.315418] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 276.335160] CPU7 is up
[ 276.394506] usb usb7: root hub lost power or was reset
[ 276.399770] usb usb8: root hub lost power or was reset
[ 276.482123] usb usb3: root hub lost power or was reset
[ 276.487742] usb usb1: root hub lost power or was reset
[ 276.570225] usb usb4: root hub lost power or was reset
[ 276.575770] usb usb2: root hub lost power or was reset
[ 276.688134] usb usb6: root hub lost power or was reset
[ 276.693679] usb usb5: root hub lost power or was reset
[ 276.821850] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 276.896937] PM: resume devices took 0.520 seconds
[ 276.901871] OOM killer enabled.
[ 276.905182] Restarting tasks ... done.
[ 276.915609] PM: suspend exit
####### 93
[ 276.989745] ata1: link resume succeeded after 1 retries
[ 277.100216] ata1: SATA link down (SStatus 0 SControl 300)
[ 277.626266] PM: suspend entry (deep)
[ 277.630097] PM: Syncing filesystems ... done.
[ 277.736789] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 277.748446] OOM killer disabled.
[ 277.751837] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 277.964247] PM: suspend devices took 0.200 seconds
[ 278.018306] Disabling non-boot CPUs ...
[ 278.029891] CPU1: shutdown
[ 278.032836] psci: CPU1 killed.
[ 278.045114] CPU2: shutdown
[ 278.048052] psci: CPU2 killed.
[ 278.059368] CPU3: shutdown
[ 278.062453] psci: CPU3 killed.
[ 278.080045] CPU4: shutdown
[ 278.082944] psci: CPU4 killed.
[ 278.100452] CPU5: shutdown
[ 278.103337] psci: CPU5 killed.
[ 278.116987] CPU6: shutdown
[ 278.119862] psci: CPU6 killed.
[ 278.145562] CPU7: shutdown
[ 278.148596] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 278.154621] Enabling non-boot CPUs ...
[ 278.159240] Detected PIPT I-cache on CPU1
[ 278.159359] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 278.165082] CPU1 is up
[ 278.178934] Detected PIPT I-cache on CPU2
[ 278.179028] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 278.184798] CPU2 is up
[ 278.198620] Detected PIPT I-cache on CPU3
[ 278.198720] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 278.204759] CPU3 is up
[ 278.218717] Detected VIPT I-cache on CPU4
[ 278.218918] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 278.235445] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 278.254449] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 278.269347] CPU4 is up
[ 278.272324] Detected VIPT I-cache on CPU5
[ 278.272517] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 278.287715] CPU5 is up
[ 278.301629] Detected VIPT I-cache on CPU6
[ 278.301824] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 278.318401] CPU6 is up
[ 278.332251] Detected VIPT I-cache on CPU7
[ 278.332447] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 278.349390] CPU7 is up
[ 278.409358] usb usb7: root hub lost power or was reset
[ 278.414622] usb usb8: root hub lost power or was reset
[ 278.496983] usb usb3: root hub lost power or was reset
[ 278.502549] usb usb1: root hub lost power or was reset
[ 278.584486] usb usb4: root hub lost power or was reset
[ 278.590241] usb usb2: root hub lost power or was reset
[ 278.704491] usb usb6: root hub lost power or was reset
[ 278.710031] usb usb5: root hub lost power or was reset
[ 278.838812] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 278.913519] PM: resume devices took 0.523 seconds
[ 278.918450] OOM killer enabled.
[ 278.921759] Restarting tasks ... done.
[ 278.932227] PM: suspend exit
####### 94
[ 279.005618] ata1: link resume succeeded after 1 retries
[ 279.116498] ata1: SATA link down (SStatus 0 SControl 300)
[ 279.644137] PM: suspend entry (deep)
[ 279.647923] PM: Syncing filesystems ... done.
[ 279.755748] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 279.767325] OOM killer disabled.
[ 279.770724] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 279.960516] PM: suspend devices took 0.178 seconds
[ 280.014214] Disabling non-boot CPUs ...
[ 280.025402] CPU1: shutdown
[ 280.028412] psci: CPU1 killed.
[ 280.040408] CPU2: shutdown
[ 280.043332] psci: CPU2 killed.
[ 280.055155] CPU3: shutdown
[ 280.058059] psci: CPU3 killed.
[ 280.076878] CPU4: shutdown
[ 280.079757] psci: CPU4 killed.
[ 280.095128] CPU5: shutdown
[ 280.098140] psci: CPU5 killed.
[ 280.113377] CPU6: shutdown
[ 280.116471] psci: CPU6 killed.
[ 280.140212] CPU7: shutdown
[ 280.143206] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 280.149655] Enabling non-boot CPUs ...
[ 280.154268] Detected PIPT I-cache on CPU1
[ 280.154388] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 280.160028] CPU1 is up
[ 280.173969] Detected PIPT I-cache on CPU2
[ 280.174062] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 280.179888] CPU2 is up
[ 280.193609] Detected PIPT I-cache on CPU3
[ 280.193711] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 280.199738] CPU3 is up
[ 280.213680] Detected VIPT I-cache on CPU4
[ 280.213879] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 280.230321] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 280.249327] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 280.264200] CPU4 is up
[ 280.267159] Detected VIPT I-cache on CPU5
[ 280.267349] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 280.282485] CPU5 is up
[ 280.296426] Detected VIPT I-cache on CPU6
[ 280.296618] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 280.313111] CPU6 is up
[ 280.326986] Detected VIPT I-cache on CPU7
[ 280.327182] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 280.346840] CPU7 is up
[ 280.406190] usb usb7: root hub lost power or was reset
[ 280.411451] usb usb8: root hub lost power or was reset
[ 280.493555] usb usb3: root hub lost power or was reset
[ 280.499256] usb usb1: root hub lost power or was reset
[ 280.580657] usb usb4: root hub lost power or was reset
[ 280.586257] usb usb2: root hub lost power or was reset
[ 280.698797] usb usb6: root hub lost power or was reset
[ 280.704462] usb usb5: root hub lost power or was reset
[ 280.832753] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 280.907894] PM: resume devices took 0.519 seconds
[ 280.912823] OOM killer enabled.
[ 280.916203] Restarting tasks ... done.
[ 280.925809] PM: suspend exit
####### 95
[ 281.005491] ata1: link resume succeeded after 1 retries
[ 281.115971] ata1: SATA link down (SStatus 0 SControl 300)
[ 281.633023] PM: suspend entry (deep)
[ 281.636806] PM: Syncing filesystems ... done.
[ 281.742915] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 281.754447] OOM killer disabled.
[ 281.757848] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 281.956301] PM: suspend devices took 0.187 seconds
[ 282.009759] Disabling non-boot CPUs ...
[ 282.021081] CPU1: shutdown
[ 282.024022] psci: CPU1 killed.
[ 282.036115] CPU2: shutdown
[ 282.039552] psci: CPU2 killed.
[ 282.051588] CPU3: shutdown
[ 282.054654] psci: CPU3 killed.
[ 282.071055] CPU4: shutdown
[ 282.075109] psci: CPU4 killed.
[ 282.091389] CPU5: shutdown
[ 282.094262] psci: CPU5 killed.
[ 282.108897] CPU6: shutdown
[ 282.111901] psci: CPU6 killed.
[ 282.136966] CPU7: shutdown
[ 282.139959] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 282.146483] Enabling non-boot CPUs ...
[ 282.151137] Detected PIPT I-cache on CPU1
[ 282.151257] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 282.156969] CPU1 is up
[ 282.170751] Detected PIPT I-cache on CPU2
[ 282.170845] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 282.176519] CPU2 is up
[ 282.190364] Detected PIPT I-cache on CPU3
[ 282.190464] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 282.196498] CPU3 is up
[ 282.210477] Detected VIPT I-cache on CPU4
[ 282.210673] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 282.227171] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 282.246176] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 282.261113] CPU4 is up
[ 282.264044] Detected VIPT I-cache on CPU5
[ 282.264233] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 282.279426] CPU5 is up
[ 282.293345] Detected VIPT I-cache on CPU6
[ 282.293537] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 282.309998] CPU6 is up
[ 282.323888] Detected VIPT I-cache on CPU7
[ 282.324080] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 282.342118] CPU7 is up
[ 282.402884] usb usb7: root hub lost power or was reset
[ 282.408250] usb usb8: root hub lost power or was reset
[ 282.489870] usb usb3: root hub lost power or was reset
[ 282.495478] usb usb1: root hub lost power or was reset
[ 282.577751] usb usb4: root hub lost power or was reset
[ 282.583334] usb usb2: root hub lost power or was reset
[ 282.695877] usb usb6: root hub lost power or was reset
[ 282.701429] usb usb5: root hub lost power or was reset
[ 282.829518] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 282.904639] PM: resume devices took 0.520 seconds
[ 282.909617] OOM killer enabled.
[ 282.912946] Restarting tasks ... done.
[ 282.923251] PM: suspend exit
####### 96
[ 282.997355] ata1: link resume succeeded after 1 retries
[ 283.107881] ata1: SATA link down (SStatus 0 SControl 300)
[ 283.634823] PM: suspend entry (deep)
[ 283.638607] PM: Syncing filesystems ... done.
[ 283.744212] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 283.755697] OOM killer disabled.
[ 283.759098] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 283.950864] PM: suspend devices took 0.179 seconds
[ 284.004561] Disabling non-boot CPUs ...
[ 284.015592] CPU1: shutdown
[ 284.018524] psci: CPU1 killed.
[ 284.031761] CPU2: shutdown
[ 284.034685] psci: CPU2 killed.
[ 284.052531] CPU3: shutdown
[ 284.055581] psci: CPU3 killed.
[ 284.071906] CPU4: shutdown
[ 284.074925] psci: CPU4 killed.
[ 284.091406] CPU5: shutdown
[ 284.094279] psci: CPU5 killed.
[ 284.109546] CPU6: shutdown
[ 284.112419] psci: CPU6 killed.
[ 284.137917] CPU7: shutdown
[ 284.140914] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 284.147163] Enabling non-boot CPUs ...
[ 284.151783] Detected PIPT I-cache on CPU1
[ 284.151903] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 284.157600] CPU1 is up
[ 284.171485] Detected PIPT I-cache on CPU2
[ 284.171579] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 284.177315] CPU2 is up
[ 284.191171] Detected PIPT I-cache on CPU3
[ 284.191272] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 284.197296] CPU3 is up
[ 284.211214] Detected VIPT I-cache on CPU4
[ 284.211411] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 284.227807] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 284.246799] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 284.261955] CPU4 is up
[ 284.264909] Detected VIPT I-cache on CPU5
[ 284.265098] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 284.281363] CPU5 is up
[ 284.295264] Detected VIPT I-cache on CPU6
[ 284.295457] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 284.311456] CPU6 is up
[ 284.325334] Detected VIPT I-cache on CPU7
[ 284.325530] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 284.342596] CPU7 is up
[ 284.403761] usb usb7: root hub lost power or was reset
[ 284.409124] usb usb8: root hub lost power or was reset
[ 284.489777] usb usb3: root hub lost power or was reset
[ 284.495325] usb usb1: root hub lost power or was reset
[ 284.577052] usb usb4: root hub lost power or was reset
[ 284.582641] usb usb2: root hub lost power or was reset
[ 284.694057] usb usb6: root hub lost power or was reset
[ 284.699634] usb usb5: root hub lost power or was reset
[ 284.828540] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 284.905230] PM: resume devices took 0.521 seconds
[ 284.910226] OOM killer enabled.
[ 284.913541] Restarting tasks ... done.
[ 284.922559] PM: suspend exit
####### 97
[ 284.997256] ata1: link resume succeeded after 1 retries
[ 285.107551] ata1: SATA link down (SStatus 0 SControl 300)
[ 285.635795] PM: suspend entry (deep)
[ 285.639680] PM: Syncing filesystems ... done.
[ 285.748298] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 285.759959] OOM killer disabled.
[ 285.763348] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 285.956760] PM: suspend devices took 0.181 seconds
[ 286.009697] Disabling non-boot CPUs ...
[ 286.021557] CPU1: shutdown
[ 286.024490] psci: CPU1 killed.
[ 286.036784] CPU2: shutdown
[ 286.039692] psci: CPU2 killed.
[ 286.050982] CPU3: shutdown
[ 286.053878] psci: CPU3 killed.
[ 286.073035] CPU4: shutdown
[ 286.075971] psci: CPU4 killed.
[ 286.092213] CPU5: shutdown
[ 286.095234] psci: CPU5 killed.
[ 286.109408] CPU6: shutdown
[ 286.112280] psci: CPU6 killed.
[ 286.137195] CPU7: shutdown
[ 286.140190] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 286.146668] Enabling non-boot CPUs ...
[ 286.151397] Detected PIPT I-cache on CPU1
[ 286.151515] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 286.157241] CPU1 is up
[ 286.171104] Detected PIPT I-cache on CPU2
[ 286.171198] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 286.176956] CPU2 is up
[ 286.190725] Detected PIPT I-cache on CPU3
[ 286.190828] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 286.196723] CPU3 is up
[ 286.210537] Detected VIPT I-cache on CPU4
[ 286.210737] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 286.227338] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 286.246222] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 286.261431] CPU4 is up
[ 286.264445] Detected VIPT I-cache on CPU5
[ 286.264635] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 286.279647] CPU5 is up
[ 286.293503] Detected VIPT I-cache on CPU6
[ 286.293696] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 286.309661] CPU6 is up
[ 286.323498] Detected VIPT I-cache on CPU7
[ 286.323693] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 286.345514] CPU7 is up
[ 286.405148] usb usb7: root hub lost power or was reset
[ 286.410409] usb usb8: root hub lost power or was reset
[ 286.492528] usb usb3: root hub lost power or was reset
[ 286.498143] usb usb1: root hub lost power or was reset
[ 286.579998] usb usb4: root hub lost power or was reset
[ 286.585536] usb usb2: root hub lost power or was reset
[ 286.698998] usb usb6: root hub lost power or was reset
[ 286.704548] usb usb5: root hub lost power or was reset
[ 286.833398] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 286.908368] PM: resume devices took 0.521 seconds
[ 286.913294] OOM killer enabled.
[ 286.916604] Restarting tasks ... done.
[ 286.926232] PM: suspend exit
####### 98
[ 286.997097] ata1: link resume succeeded after 1 retries
[ 287.107391] ata1: SATA link down (SStatus 0 SControl 300)
[ 287.637030] PM: suspend entry (deep)
[ 287.640841] PM: Syncing filesystems ... done.
[ 287.746409] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 287.758041] OOM killer disabled.
[ 287.761440] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 287.956639] PM: suspend devices took 0.183 seconds
[ 288.010381] Disabling non-boot CPUs ...
[ 288.021714] CPU1: shutdown
[ 288.024636] psci: CPU1 killed.
[ 288.037432] CPU2: shutdown
[ 288.040351] psci: CPU2 killed.
[ 288.052378] CPU3: shutdown
[ 288.055313] psci: CPU3 killed.
[ 288.073957] CPU4: shutdown
[ 288.076900] psci: CPU4 killed.
[ 288.093437] CPU5: shutdown
[ 288.096309] psci: CPU5 killed.
[ 288.110080] CPU6: shutdown
[ 288.113127] psci: CPU6 killed.
[ 288.138903] CPU7: shutdown
[ 288.142019] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069187] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 288.148234] Enabling non-boot CPUs ...
[ 288.153157] Detected PIPT I-cache on CPU1
[ 288.153277] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 288.158984] CPU1 is up
[ 288.172972] Detected PIPT I-cache on CPU2
[ 288.173066] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 288.178825] CPU2 is up
[ 288.192617] Detected PIPT I-cache on CPU3
[ 288.192718] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 288.198878] CPU3 is up
[ 288.212761] Detected VIPT I-cache on CPU4
[ 288.212961] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 288.229393] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 288.248361] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 288.263330] CPU4 is up
[ 288.266300] Detected VIPT I-cache on CPU5
[ 288.266491] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 288.281464] CPU5 is up
[ 288.295364] Detected VIPT I-cache on CPU6
[ 288.295557] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 288.312973] CPU6 is up
[ 288.326762] Detected VIPT I-cache on CPU7
[ 288.326956] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 288.344834] CPU7 is up
[ 288.404537] usb usb7: root hub lost power or was reset
[ 288.409800] usb usb8: root hub lost power or was reset
[ 288.492388] usb usb3: root hub lost power or was reset
[ 288.497997] usb usb1: root hub lost power or was reset
[ 288.579899] usb usb4: root hub lost power or was reset
[ 288.585736] usb usb2: root hub lost power or was reset
[ 288.696873] usb usb6: root hub lost power or was reset
[ 288.702428] usb usb5: root hub lost power or was reset
[ 288.831226] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 288.906276] PM: resume devices took 0.519 seconds
[ 288.911207] OOM killer enabled.
[ 288.914516] Restarting tasks ... done.
[ 288.924796] PM: suspend exit
####### 99
[ 288.996991] ata1: link resume succeeded after 1 retries
[ 289.107495] ata1: SATA link down (SStatus 0 SControl 300)
[ 289.636334] PM: suspend entry (deep)
[ 289.640118] PM: Syncing filesystems ... done.
[ 289.746332] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 289.757802] OOM killer disabled.
[ 289.761202] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 289.954422] PM: suspend devices took 0.181 seconds
[ 290.008624] Disabling non-boot CPUs ...
[ 290.019937] CPU1: shutdown
[ 290.022871] psci: CPU1 killed.
[ 290.035760] CPU2: shutdown
[ 290.038713] psci: CPU2 killed.
[ 290.050615] CPU3: shutdown
[ 290.053594] psci: CPU3 killed.
[ 290.070017] CPU4: shutdown
[ 290.072933] psci: CPU4 killed.
[ 290.087790] CPU5: shutdown
[ 290.090742] psci: CPU5 killed.
[ 290.105976] CPU6: shutdown
[ 290.109020] psci: CPU6 killed.
[ 290.134341] CPU7: shutdown
[ 290.137335] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 290.143321] Enabling non-boot CPUs ...
[ 290.148153] Detected PIPT I-cache on CPU1
[ 290.148271] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 290.154062] CPU1 is up
[ 290.167919] Detected PIPT I-cache on CPU2
[ 290.168013] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 290.173740] CPU2 is up
[ 290.187460] Detected PIPT I-cache on CPU3
[ 290.187562] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 290.193624] CPU3 is up
[ 290.207468] Detected VIPT I-cache on CPU4
[ 290.207665] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 290.224079] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 290.242962] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 290.258217] CPU4 is up
[ 290.261214] Detected VIPT I-cache on CPU5
[ 290.261403] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 290.276450] CPU5 is up
[ 290.290266] Detected VIPT I-cache on CPU6
[ 290.290459] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 290.306452] CPU6 is up
[ 290.320249] Detected VIPT I-cache on CPU7
[ 290.320443] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 290.337346] CPU7 is up
[ 290.397291] usb usb7: root hub lost power or was reset
[ 290.402553] usb usb8: root hub lost power or was reset
[ 290.485285] usb usb3: root hub lost power or was reset
[ 290.490892] usb usb1: root hub lost power or was reset
[ 290.572746] usb usb4: root hub lost power or was reset
[ 290.578333] usb usb2: root hub lost power or was reset
[ 290.689759] usb usb6: root hub lost power or was reset
[ 290.695419] usb usb5: root hub lost power or was reset
[ 290.824232] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 290.899404] PM: resume devices took 0.520 seconds
[ 290.904331] OOM killer enabled.
[ 290.907641] Restarting tasks ... done.
[ 290.918901] PM: suspend exit
####### 100
[ 290.996882] ata1: link resume succeeded after 1 retries
[ 291.107365] ata1: SATA link down (SStatus 0 SControl 300)
[ 291.626438] PM: suspend entry (deep)
[ 291.630219] PM: Syncing filesystems ... done.
[ 291.738133] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 291.749669] OOM killer disabled.
[ 291.753071] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 291.949116] PM: suspend devices took 0.184 seconds
[ 292.002343] Disabling non-boot CPUs ...
[ 292.013668] CPU1: shutdown
[ 292.016614] psci: CPU1 killed.
[ 292.029368] CPU2: shutdown
[ 292.032267] psci: CPU2 killed.
[ 292.044141] CPU3: shutdown
[ 292.047068] psci: CPU3 killed.
[ 292.063882] CPU4: shutdown
[ 292.066768] psci: CPU4 killed.
[ 292.083090] CPU5: shutdown
[ 292.085978] psci: CPU5 killed.
[ 292.100509] CPU6: shutdown
[ 292.103662] psci: CPU6 killed.
[ 292.127221] CPU7: shutdown
[ 292.130217] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063762] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105304] NOTICE: BL2: Normal boot
[ 0.108941] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 292.137065] Enabling non-boot CPUs ...
[ 292.142073] Detected PIPT I-cache on CPU1
[ 292.142192] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 292.147885] CPU1 is up
[ 292.161884] Detected PIPT I-cache on CPU2
[ 292.161978] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 292.167789] CPU2 is up
[ 292.181702] Detected PIPT I-cache on CPU3
[ 292.181803] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 292.187875] CPU3 is up
[ 292.201806] Detected VIPT I-cache on CPU4
[ 292.202002] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 292.218701] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 292.237644] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 292.253375] CPU4 is up
[ 292.256448] Detected VIPT I-cache on CPU5
[ 292.256637] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 292.271800] CPU5 is up
[ 292.285701] Detected VIPT I-cache on CPU6
[ 292.285892] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 292.302351] CPU6 is up
[ 292.316157] Detected VIPT I-cache on CPU7
[ 292.316352] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 292.335981] CPU7 is up
[ 292.396134] usb usb7: root hub lost power or was reset
[ 292.401397] usb usb8: root hub lost power or was reset
[ 292.484159] usb usb3: root hub lost power or was reset
[ 292.489711] usb usb1: root hub lost power or was reset
[ 292.571634] usb usb4: root hub lost power or was reset
[ 292.577166] usb usb2: root hub lost power or was reset
[ 292.688638] usb usb6: root hub lost power or was reset
[ 292.694255] usb usb5: root hub lost power or was reset
[ 292.822971] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 292.897726] PM: resume devices took 0.520 seconds
[ 292.902732] OOM killer enabled.
[ 292.906046] Restarting tasks ... done.
[ 292.915215] PM: suspend exit
####### 101
[ 292.988762] ata1: link resume succeeded after 1 retries
[ 293.099252] ata1: SATA link down (SStatus 0 SControl 300)
[ 293.635696] PM: suspend entry (deep)
[ 293.639473] PM: Syncing filesystems ... done.
[ 293.787000] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 293.798478] OOM killer disabled.
[ 293.801879] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 293.996706] PM: suspend devices took 0.183 seconds
[ 294.050648] Disabling non-boot CPUs ...
[ 294.061793] CPU1: shutdown
[ 294.064734] psci: CPU1 killed.
[ 294.077938] CPU2: shutdown
[ 294.080870] psci: CPU2 killed.
[ 294.093231] CPU3: shutdown
[ 294.096118] psci: CPU3 killed.
[ 294.113961] CPU4: shutdown
[ 294.116847] psci: CPU4 killed.
[ 294.132796] CPU5: shutdown
[ 294.135681] psci: CPU5 killed.
[ 294.149971] CPU6: shutdown
[ 294.153024] psci: CPU6 killed.
[ 294.177584] CPU7: shutdown
[ 294.180627] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 294.187192] Enabling non-boot CPUs ...
[ 294.191918] Detected PIPT I-cache on CPU1
[ 294.192037] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 294.197716] CPU1 is up
[ 294.211622] Detected PIPT I-cache on CPU2
[ 294.211716] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 294.217474] CPU2 is up
[ 294.231261] Detected PIPT I-cache on CPU3
[ 294.231361] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 294.237384] CPU3 is up
[ 294.251171] Detected VIPT I-cache on CPU4
[ 294.251371] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 294.267776] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 294.286661] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 294.302069] CPU4 is up
[ 294.305064] Detected VIPT I-cache on CPU5
[ 294.305254] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 294.320455] CPU5 is up
[ 294.334258] Detected VIPT I-cache on CPU6
[ 294.334449] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 294.351498] CPU6 is up
[ 294.365259] Detected VIPT I-cache on CPU7
[ 294.365451] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 294.382452] CPU7 is up
[ 294.445243] usb usb7: root hub lost power or was reset
[ 294.450508] usb usb8: root hub lost power or was reset
[ 294.531055] usb usb3: root hub lost power or was reset
[ 294.536636] usb usb1: root hub lost power or was reset
[ 294.618496] usb usb4: root hub lost power or was reset
[ 294.624082] usb usb2: root hub lost power or was reset
[ 294.735507] usb usb6: root hub lost power or was reset
[ 294.741096] usb usb5: root hub lost power or was reset
[ 294.869778] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 294.944778] PM: resume devices took 0.520 seconds
[ 294.949706] OOM killer enabled.
[ 294.953017] Restarting tasks ... done.
[ 294.962678] PM: suspend exit
####### 102
[ 295.044652] ata1: link resume succeeded after 1 retries
[ 295.155110] ata1: SATA link down (SStatus 0 SControl 300)
[ 295.669175] PM: suspend entry (deep)
[ 295.672955] PM: Syncing filesystems ... done.
[ 295.787540] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 295.799089] OOM killer disabled.
[ 295.802490] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 295.993133] PM: suspend devices took 0.178 seconds
[ 296.047413] Disabling non-boot CPUs ...
[ 296.058666] CPU1: shutdown
[ 296.061579] psci: CPU1 killed.
[ 296.074630] CPU2: shutdown
[ 296.077562] psci: CPU2 killed.
[ 296.090174] CPU3: shutdown
[ 296.093068] psci: CPU3 killed.
[ 296.111626] CPU4: shutdown
[ 296.114515] psci: CPU4 killed.
[ 296.130688] CPU5: shutdown
[ 296.133561] psci: CPU5 killed.
[ 296.148656] CPU6: shutdown
[ 296.151528] psci: CPU6 killed.
[ 296.174460] CPU7: shutdown
[ 296.177490] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 296.184690] Enabling non-boot CPUs ...
[ 296.189547] Detected PIPT I-cache on CPU1
[ 296.189666] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 296.195448] CPU1 is up
[ 296.209236] Detected PIPT I-cache on CPU2
[ 296.209329] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 296.214959] CPU2 is up
[ 296.228683] Detected PIPT I-cache on CPU3
[ 296.228782] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 296.234841] CPU3 is up
[ 296.248709] Detected VIPT I-cache on CPU4
[ 296.248906] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 296.265386] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 296.284369] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 296.299278] CPU4 is up
[ 296.302239] Detected VIPT I-cache on CPU5
[ 296.302429] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 296.317632] CPU5 is up
[ 296.331566] Detected VIPT I-cache on CPU6
[ 296.331757] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 296.348277] CPU6 is up
[ 296.362050] Detected VIPT I-cache on CPU7
[ 296.362243] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 296.381842] CPU7 is up
[ 296.442266] usb usb7: root hub lost power or was reset
[ 296.447628] usb usb8: root hub lost power or was reset
[ 296.529045] usb usb3: root hub lost power or was reset
[ 296.534670] usb usb1: root hub lost power or was reset
[ 296.616912] usb usb4: root hub lost power or was reset
[ 296.622448] usb usb2: root hub lost power or was reset
[ 296.734883] usb usb6: root hub lost power or was reset
[ 296.740431] usb usb5: root hub lost power or was reset
[ 296.868678] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 296.943889] PM: resume devices took 0.520 seconds
[ 296.948818] OOM killer enabled.
[ 296.952129] Restarting tasks ... done.
[ 296.963100] PM: suspend exit
####### 103
[ 297.036492] ata1: link resume succeeded after 1 retries
[ 297.146811] ata1: SATA link down (SStatus 0 SControl 300)
[ 297.674090] PM: suspend entry (deep)
[ 297.677872] PM: Syncing filesystems ... done.
[ 297.789779] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 297.801249] OOM killer disabled.
[ 297.804649] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 298.020955] PM: suspend devices took 0.204 seconds
[ 298.075020] Disabling non-boot CPUs ...
[ 298.086438] CPU1: shutdown
[ 298.089379] psci: CPU1 killed.
[ 298.101974] CPU2: shutdown
[ 298.104891] psci: CPU2 killed.
[ 298.116107] CPU3: shutdown
[ 298.120415] psci: CPU3 killed.
[ 298.138263] CPU4: shutdown
[ 298.141223] psci: CPU4 killed.
[ 298.156804] CPU5: shutdown
[ 298.159836] psci: CPU5 killed.
[ 298.175785] CPU6: shutdown
[ 298.178804] psci: CPU6 killed.
[ 298.202773] CPU7: shutdown
[ 298.205644] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 298.212001] Enabling non-boot CPUs ...
[ 298.216722] Detected PIPT I-cache on CPU1
[ 298.216841] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 298.222701] CPU1 is up
[ 298.236491] Detected PIPT I-cache on CPU2
[ 298.236586] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 298.242350] CPU2 is up
[ 298.256084] Detected PIPT I-cache on CPU3
[ 298.256184] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 298.262183] CPU3 is up
[ 298.276052] Detected VIPT I-cache on CPU4
[ 298.276251] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 298.292716] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 298.311599] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 298.326671] CPU4 is up
[ 298.329665] Detected VIPT I-cache on CPU5
[ 298.329856] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 298.344829] CPU5 is up
[ 298.358730] Detected VIPT I-cache on CPU6
[ 298.358922] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 298.374818] CPU6 is up
[ 298.388673] Detected VIPT I-cache on CPU7
[ 298.388868] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 298.407400] CPU7 is up
[ 298.467878] usb usb7: root hub lost power or was reset
[ 298.473242] usb usb8: root hub lost power or was reset
[ 298.553910] usb usb3: root hub lost power or was reset
[ 298.559516] usb usb1: root hub lost power or was reset
[ 298.641185] usb usb4: root hub lost power or was reset
[ 298.646723] usb usb2: root hub lost power or was reset
[ 298.758765] usb usb6: root hub lost power or was reset
[ 298.764377] usb usb5: root hub lost power or was reset
[ 298.893592] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 298.968525] PM: resume devices took 0.520 seconds
[ 298.973452] OOM killer enabled.
[ 298.976762] Restarting tasks ... done.
[ 298.986552] PM: suspend exit
####### 104
[ 299.060383] ata1: link resume succeeded after 1 retries
[ 299.170690] ata1: SATA link down (SStatus 0 SControl 300)
[ 299.693885] PM: suspend entry (deep)
[ 299.697666] PM: Syncing filesystems ... done.
[ 299.812615] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 299.824126] OOM killer disabled.
[ 299.827525] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 300.033949] PM: suspend devices took 0.194 seconds
[ 300.088256] Disabling non-boot CPUs ...
[ 300.104339] CPU1: shutdown
[ 300.107259] psci: CPU1 killed.
[ 300.119221] CPU2: shutdown
[ 300.122109] psci: CPU2 killed.
[ 300.134002] CPU3: shutdown
[ 300.136967] psci: CPU3 killed.
[ 300.154393] CPU4: shutdown
[ 300.157278] psci: CPU4 killed.
[ 300.173521] CPU5: shutdown
[ 300.176407] psci: CPU5 killed.
[ 300.190598] CPU6: shutdown
[ 300.193636] psci: CPU6 killed.
[ 300.218219] CPU7: shutdown
[ 300.221249] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 300.227574] Enabling non-boot CPUs ...
[ 300.232468] Detected PIPT I-cache on CPU1
[ 300.232587] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 300.238368] CPU1 is up
[ 300.252285] Detected PIPT I-cache on CPU2
[ 300.252379] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 300.258178] CPU2 is up
[ 300.271971] Detected PIPT I-cache on CPU3
[ 300.272071] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 300.278132] CPU3 is up
[ 300.291951] Detected VIPT I-cache on CPU4
[ 300.292146] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 300.308666] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 300.327611] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 300.342550] CPU4 is up
[ 300.345518] Detected VIPT I-cache on CPU5
[ 300.345708] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 300.360758] CPU5 is up
[ 300.374653] Detected VIPT I-cache on CPU6
[ 300.374844] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 300.390845] CPU6 is up
[ 300.404646] Detected VIPT I-cache on CPU7
[ 300.404837] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 300.423003] CPU7 is up
[ 300.483804] usb usb7: root hub lost power or was reset
[ 300.489165] usb usb8: root hub lost power or was reset
[ 300.570711] usb usb3: root hub lost power or was reset
[ 300.576263] usb usb1: root hub lost power or was reset
[ 300.658122] usb usb4: root hub lost power or was reset
[ 300.663653] usb usb2: root hub lost power or was reset
[ 300.775133] usb usb6: root hub lost power or was reset
[ 300.780717] usb usb5: root hub lost power or was reset
[ 300.909478] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 300.984245] PM: resume devices took 0.519 seconds
[ 300.989243] OOM killer enabled.
[ 300.992556] Restarting tasks ... done.
[ 301.001595] PM: suspend exit
####### 105
[ 301.076241] ata1: link resume succeeded after 1 retries
[ 301.186331] ata1: SATA link down (SStatus 0 SControl 300)
[ 301.709831] PM: suspend entry (deep)
[ 301.713632] PM: Syncing filesystems ... done.
[ 301.825588] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 301.837181] OOM killer disabled.
[ 301.840578] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 302.031909] PM: suspend devices took 0.179 seconds
[ 302.086385] Disabling non-boot CPUs ...
[ 302.097470] CPU1: shutdown
[ 302.100390] psci: CPU1 killed.
[ 302.113323] CPU2: shutdown
[ 302.116237] psci: CPU2 killed.
[ 302.128476] CPU3: shutdown
[ 302.131405] psci: CPU3 killed.
[ 302.147412] CPU4: shutdown
[ 302.150299] psci: CPU4 killed.
[ 302.167474] CPU5: shutdown
[ 302.170363] psci: CPU5 killed.
[ 302.185583] CPU6: shutdown
[ 302.188496] psci: CPU6 killed.
[ 302.211749] CPU7: shutdown
[ 302.214623] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 302.221679] Enabling non-boot CPUs ...
[ 302.226502] Detected PIPT I-cache on CPU1
[ 302.226620] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 302.232521] CPU1 is up
[ 302.246296] Detected PIPT I-cache on CPU2
[ 302.246390] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 302.252123] CPU2 is up
[ 302.265855] Detected PIPT I-cache on CPU3
[ 302.265956] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 302.271999] CPU3 is up
[ 302.285809] Detected VIPT I-cache on CPU4
[ 302.286004] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 302.302415] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 302.321301] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 302.336524] CPU4 is up
[ 302.339523] Detected VIPT I-cache on CPU5
[ 302.339713] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 302.354684] CPU5 is up
[ 302.368519] Detected VIPT I-cache on CPU6
[ 302.368710] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 302.386055] CPU6 is up
[ 302.399813] Detected VIPT I-cache on CPU7
[ 302.400005] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 302.417925] CPU7 is up
[ 302.477907] usb usb7: root hub lost power or was reset
[ 302.483168] usb usb8: root hub lost power or was reset
[ 302.564971] usb usb3: root hub lost power or was reset
[ 302.570578] usb usb1: root hub lost power or was reset
[ 302.652456] usb usb4: root hub lost power or was reset
[ 302.658128] usb usb2: root hub lost power or was reset
[ 302.770594] usb usb6: root hub lost power or was reset
[ 302.776144] usb usb5: root hub lost power or was reset
[ 302.904339] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 302.979527] PM: resume devices took 0.519 seconds
[ 302.984457] OOM killer enabled.
[ 302.987769] Restarting tasks ... done.
[ 302.997403] PM: suspend exit
####### 106
[ 303.076100] ata1: link resume succeeded after 1 retries
[ 303.186640] ata1: SATA link down (SStatus 0 SControl 300)
[ 303.702995] PM: suspend entry (deep)
[ 303.706760] PM: Syncing filesystems ... done.
[ 303.819153] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 303.830599] OOM killer disabled.
[ 303.833999] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 304.027653] PM: suspend devices took 0.181 seconds
[ 304.081047] Disabling non-boot CPUs ...
[ 304.092252] CPU1: shutdown
[ 304.095191] psci: CPU1 killed.
[ 304.107525] CPU2: shutdown
[ 304.110453] psci: CPU2 killed.
[ 304.122670] CPU3: shutdown
[ 304.125604] psci: CPU3 killed.
[ 304.141850] CPU4: shutdown
[ 304.144758] psci: CPU4 killed.
[ 304.161552] CPU5: shutdown
[ 304.164438] psci: CPU5 killed.
[ 304.179175] CPU6: shutdown
[ 304.182047] psci: CPU6 killed.
[ 304.206393] CPU7: shutdown
[ 304.209264] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 304.215459] Enabling non-boot CPUs ...
[ 304.220365] Detected PIPT I-cache on CPU1
[ 304.220483] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 304.226127] CPU1 is up
[ 304.240041] Detected PIPT I-cache on CPU2
[ 304.240134] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 304.245937] CPU2 is up
[ 304.259732] Detected PIPT I-cache on CPU3
[ 304.259832] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 304.265932] CPU3 is up
[ 304.279748] Detected VIPT I-cache on CPU4
[ 304.279947] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 304.296501] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 304.315387] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 304.330414] CPU4 is up
[ 304.333377] Detected VIPT I-cache on CPU5
[ 304.333569] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 304.349079] CPU5 is up
[ 304.363024] Detected VIPT I-cache on CPU6
[ 304.363216] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 304.379561] CPU6 is up
[ 304.393380] Detected VIPT I-cache on CPU7
[ 304.393575] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 304.413387] CPU7 is up
[ 304.474493] usb usb7: root hub lost power or was reset
[ 304.479857] usb usb8: root hub lost power or was reset
[ 304.560570] usb usb3: root hub lost power or was reset
[ 304.566107] usb usb1: root hub lost power or was reset
[ 304.647819] usb usb4: root hub lost power or was reset
[ 304.653345] usb usb2: root hub lost power or was reset
[ 304.764888] usb usb6: root hub lost power or was reset
[ 304.770428] usb usb5: root hub lost power or was reset
[ 304.899193] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 304.974106] PM: resume devices took 0.519 seconds
[ 304.979036] OOM killer enabled.
[ 304.982348] Restarting tasks ... done.
[ 304.993043] PM: suspend exit
####### 107
[ 305.068023] ata1: link resume succeeded after 1 retries
[ 305.178304] ata1: SATA link down (SStatus 0 SControl 300)
[ 305.699545] PM: suspend entry (deep)
[ 305.703323] PM: Syncing filesystems ... done.
[ 305.816970] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 305.828468] OOM killer disabled.
[ 305.831869] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 306.024588] PM: suspend devices took 0.180 seconds
[ 306.078842] Disabling non-boot CPUs ...
[ 306.090069] CPU1: shutdown
[ 306.092979] psci: CPU1 killed.
[ 306.105405] CPU2: shutdown
[ 306.108305] psci: CPU2 killed.
[ 306.120630] CPU3: shutdown
[ 306.123574] psci: CPU3 killed.
[ 306.139930] CPU4: shutdown
[ 306.142816] psci: CPU4 killed.
[ 306.158159] CPU5: shutdown
[ 306.161045] psci: CPU5 killed.
[ 306.175968] CPU6: shutdown
[ 306.179007] psci: CPU6 killed.
[ 306.203622] CPU7: shutdown
[ 306.206618] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 306.212907] Enabling non-boot CPUs ...
[ 306.217528] Detected PIPT I-cache on CPU1
[ 306.217647] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 306.223403] CPU1 is up
[ 306.237225] Detected PIPT I-cache on CPU2
[ 306.237319] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 306.243099] CPU2 is up
[ 306.256955] Detected PIPT I-cache on CPU3
[ 306.257056] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 306.263153] CPU3 is up
[ 306.277078] Detected VIPT I-cache on CPU4
[ 306.277275] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 306.293847] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 306.312788] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 306.328414] CPU4 is up
[ 306.331413] Detected VIPT I-cache on CPU5
[ 306.331601] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 306.346774] CPU5 is up
[ 306.360543] Detected VIPT I-cache on CPU6
[ 306.360734] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 306.377680] CPU6 is up
[ 306.391436] Detected VIPT I-cache on CPU7
[ 306.391628] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 306.409683] CPU7 is up
[ 306.470331] usb usb7: root hub lost power or was reset
[ 306.475693] usb usb8: root hub lost power or was reset
[ 306.557337] usb usb3: root hub lost power or was reset
[ 306.562948] usb usb1: root hub lost power or was reset
[ 306.644709] usb usb4: root hub lost power or was reset
[ 306.650248] usb usb2: root hub lost power or was reset
[ 306.762282] usb usb6: root hub lost power or was reset
[ 306.767827] usb usb5: root hub lost power or was reset
[ 306.897154] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 306.972111] PM: resume devices took 0.520 seconds
[ 306.977040] OOM killer enabled.
[ 306.980351] Restarting tasks ... done.
[ 306.990993] PM: suspend exit
####### 108
[ 307.067910] ata1: link resume succeeded after 1 retries
[ 307.178372] ata1: SATA link down (SStatus 0 SControl 300)
[ 307.702877] PM: suspend entry (deep)
[ 307.706656] PM: Syncing filesystems ... done.
[ 307.818157] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 307.829700] OOM killer disabled.
[ 307.833101] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 308.037543] PM: suspend devices took 0.192 seconds
[ 308.091127] Disabling non-boot CPUs ...
[ 308.103139] CPU1: shutdown
[ 308.106076] psci: CPU1 killed.
[ 308.117825] CPU2: shutdown
[ 308.120749] psci: CPU2 killed.
[ 308.133002] CPU3: shutdown
[ 308.135932] psci: CPU3 killed.
[ 308.152828] CPU4: shutdown
[ 308.155713] psci: CPU4 killed.
[ 308.172019] CPU5: shutdown
[ 308.174892] psci: CPU5 killed.
[ 308.189462] CPU6: shutdown
[ 308.192469] psci: CPU6 killed.
[ 308.214831] CPU7: shutdown
[ 308.217823] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 308.224810] Enabling non-boot CPUs ...
[ 308.229471] Detected PIPT I-cache on CPU1
[ 308.229590] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 308.235278] CPU1 is up
[ 308.249109] Detected PIPT I-cache on CPU2
[ 308.249203] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 308.254977] CPU2 is up
[ 308.268816] Detected PIPT I-cache on CPU3
[ 308.268917] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 308.275017] CPU3 is up
[ 308.288921] Detected VIPT I-cache on CPU4
[ 308.289120] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 308.305634] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 308.324624] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 308.339557] CPU4 is up
[ 308.342514] Detected VIPT I-cache on CPU5
[ 308.342704] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 308.357765] CPU5 is up
[ 308.371689] Detected VIPT I-cache on CPU6
[ 308.371882] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 308.388600] CPU6 is up
[ 308.402392] Detected VIPT I-cache on CPU7
[ 308.402585] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 308.422246] CPU7 is up
[ 308.482364] usb usb7: root hub lost power or was reset
[ 308.487626] usb usb8: root hub lost power or was reset
[ 308.582226] usb usb3: root hub lost power or was reset
[ 308.587839] usb usb1: root hub lost power or was reset
[ 308.670159] usb usb4: root hub lost power or was reset
[ 308.675747] usb usb2: root hub lost power or was reset
[ 308.786577] usb usb6: root hub lost power or was reset
[ 308.792136] usb usb5: root hub lost power or was reset
[ 308.920988] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 308.995749] PM: resume devices took 0.531 seconds
[ 309.000747] OOM killer enabled.
[ 309.004053] Restarting tasks ... done.
[ 309.012901] PM: suspend exit
####### 109
[ 309.091794] ata1: link resume succeeded after 1 retries
[ 309.202074] ata1: SATA link down (SStatus 0 SControl 300)
[ 309.719630] PM: suspend entry (deep)
[ 309.723396] PM: Syncing filesystems ... done.
[ 309.833972] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 309.845500] OOM killer disabled.
[ 309.848902] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 310.045329] PM: suspend devices took 0.184 seconds
[ 310.099710] Disabling non-boot CPUs ...
[ 310.111026] CPU1: shutdown
[ 310.113967] psci: CPU1 killed.
[ 310.126950] CPU2: shutdown
[ 310.129875] psci: CPU2 killed.
[ 310.142054] CPU3: shutdown
[ 310.144983] psci: CPU3 killed.
[ 310.162525] CPU4: shutdown
[ 310.165411] psci: CPU4 killed.
[ 310.180295] CPU5: shutdown
[ 310.183298] psci: CPU5 killed.
[ 310.198798] CPU6: shutdown
[ 310.201682] psci: CPU6 killed.
[ 310.225748] CPU7: shutdown
[ 310.228743] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 310.235203] Enabling non-boot CPUs ...
[ 310.239929] Detected PIPT I-cache on CPU1
[ 310.240047] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 310.245779] CPU1 is up
[ 310.259643] Detected PIPT I-cache on CPU2
[ 310.259737] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 310.265372] CPU2 is up
[ 310.279106] Detected PIPT I-cache on CPU3
[ 310.279208] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 310.285272] CPU3 is up
[ 310.299102] Detected VIPT I-cache on CPU4
[ 310.299297] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 310.316222] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 310.335215] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 310.350291] CPU4 is up
[ 310.353308] Detected VIPT I-cache on CPU5
[ 310.353499] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 310.368774] CPU5 is up
[ 310.382701] Detected VIPT I-cache on CPU6
[ 310.382893] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 310.399445] CPU6 is up
[ 310.413269] Detected VIPT I-cache on CPU7
[ 310.413462] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 310.433409] CPU7 is up
[ 310.492934] usb usb7: root hub lost power or was reset
[ 310.498196] usb usb8: root hub lost power or was reset
[ 310.593094] usb usb3: root hub lost power or was reset
[ 310.598648] usb usb1: root hub lost power or was reset
[ 310.680526] usb usb4: root hub lost power or was reset
[ 310.686064] usb usb2: root hub lost power or was reset
[ 310.797530] usb usb6: root hub lost power or was reset
[ 310.803122] usb usb5: root hub lost power or was reset
[ 310.931897] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 311.006639] PM: resume devices took 0.532 seconds
[ 311.011627] OOM killer enabled.
[ 311.014941] Restarting tasks ... done.
[ 311.023775] PM: suspend exit
####### 110
[ 311.107658] ata1: link resume succeeded after 1 retries
[ 311.217946] ata1: SATA link down (SStatus 0 SControl 300)
[ 311.738957] PM: suspend entry (deep)
[ 311.742737] PM: Syncing filesystems ... done.
[ 311.855865] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 311.867419] OOM killer disabled.
[ 311.870819] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 312.070981] PM: suspend devices took 0.188 seconds
[ 312.124622] Disabling non-boot CPUs ...
[ 312.135856] CPU1: shutdown
[ 312.138800] psci: CPU1 killed.
[ 312.150681] CPU2: shutdown
[ 312.153584] psci: CPU2 killed.
[ 312.167145] CPU3: shutdown
[ 312.170046] psci: CPU3 killed.
[ 312.186263] CPU4: shutdown
[ 312.190391] psci: CPU4 killed.
[ 312.206833] CPU5: shutdown
[ 312.209706] psci: CPU5 killed.
[ 312.224223] CPU6: shutdown
[ 312.227287] psci: CPU6 killed.
[ 312.252924] CPU7: shutdown
[ 312.255920] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 312.261851] Enabling non-boot CPUs ...
[ 312.266839] Detected PIPT I-cache on CPU1
[ 312.266959] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 312.272633] CPU1 is up
[ 312.286508] Detected PIPT I-cache on CPU2
[ 312.286600] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 312.292245] CPU2 is up
[ 312.305990] Detected PIPT I-cache on CPU3
[ 312.306093] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 312.312156] CPU3 is up
[ 312.326104] Detected VIPT I-cache on CPU4
[ 312.326303] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 312.342721] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 312.361605] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 312.376902] CPU4 is up
[ 312.379918] Detected VIPT I-cache on CPU5
[ 312.380109] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 312.395259] CPU5 is up
[ 312.409055] Detected VIPT I-cache on CPU6
[ 312.409249] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 312.425058] CPU6 is up
[ 312.438897] Detected VIPT I-cache on CPU7
[ 312.439093] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 312.460916] CPU7 is up
[ 312.520509] usb usb7: root hub lost power or was reset
[ 312.525772] usb usb8: root hub lost power or was reset
[ 312.608943] usb usb3: root hub lost power or was reset
[ 312.614498] usb usb1: root hub lost power or was reset
[ 312.697043] usb usb4: root hub lost power or was reset
[ 312.702638] usb usb2: root hub lost power or was reset
[ 312.814951] usb usb6: root hub lost power or was reset
[ 312.820498] usb usb5: root hub lost power or was reset
[ 312.949726] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 313.024697] PM: resume devices took 0.522 seconds
[ 313.029623] OOM killer enabled.
[ 313.032932] Restarting tasks ... done.
[ 313.042637] PM: suspend exit
####### 111
[ 313.115577] ata1: link resume succeeded after 1 retries
[ 313.225817] ata1: SATA link down (SStatus 0 SControl 300)
[ 313.755451] PM: suspend entry (deep)
[ 313.759266] PM: Syncing filesystems ... done.
[ 313.870734] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 313.882269] OOM killer disabled.
[ 313.885671] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 314.089046] PM: suspend devices took 0.191 seconds
[ 314.143498] Disabling non-boot CPUs ...
[ 314.154882] CPU1: shutdown
[ 314.157816] psci: CPU1 killed.
[ 314.171147] CPU2: shutdown
[ 314.174053] psci: CPU2 killed.
[ 314.185481] CPU3: shutdown
[ 314.188377] psci: CPU3 killed.
[ 314.207112] CPU4: shutdown
[ 314.210025] psci: CPU4 killed.
[ 314.224717] CPU5: shutdown
[ 314.227592] psci: CPU5 killed.
[ 314.242062] CPU6: shutdown
[ 314.245112] psci: CPU6 killed.
[ 314.271039] CPU7: shutdown
[ 314.274032] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 314.280398] Enabling non-boot CPUs ...
[ 314.285026] Detected PIPT I-cache on CPU1
[ 314.285147] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 314.290827] CPU1 is up
[ 314.304675] Detected PIPT I-cache on CPU2
[ 314.304770] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 314.310514] CPU2 is up
[ 314.324364] Detected PIPT I-cache on CPU3
[ 314.324466] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 314.330553] CPU3 is up
[ 314.344471] Detected VIPT I-cache on CPU4
[ 314.344666] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 314.361194] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 314.380199] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 314.395119] CPU4 is up
[ 314.398078] Detected VIPT I-cache on CPU5
[ 314.398269] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 314.413419] CPU5 is up
[ 314.427358] Detected VIPT I-cache on CPU6
[ 314.427549] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 314.444213] CPU6 is up
[ 314.458039] Detected VIPT I-cache on CPU7
[ 314.458231] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 314.475362] CPU7 is up
[ 314.535317] usb usb7: root hub lost power or was reset
[ 314.540581] usb usb8: root hub lost power or was reset
[ 314.622826] usb usb3: root hub lost power or was reset
[ 314.628430] usb usb1: root hub lost power or was reset
[ 314.710881] usb usb4: root hub lost power or was reset
[ 314.716638] usb usb2: root hub lost power or was reset
[ 314.828379] usb usb6: root hub lost power or was reset
[ 314.833932] usb usb5: root hub lost power or was reset
[ 314.962645] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 315.037428] PM: resume devices took 0.520 seconds
[ 315.042358] OOM killer enabled.
[ 315.045669] Restarting tasks ... done.
[ 315.056596] PM: suspend exit
####### 112
[ 315.131412] ata1: link resume succeeded after 1 retries
[ 315.241887] ata1: SATA link down (SStatus 0 SControl 300)
[ 315.766402] PM: suspend entry (deep)
[ 315.770183] PM: Syncing filesystems ... done.
[ 315.883635] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 315.895141] OOM killer disabled.
[ 315.898540] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 316.121762] PM: suspend devices took 0.211 seconds
[ 316.176244] Disabling non-boot CPUs ...
[ 316.187326] CPU1: shutdown
[ 316.190241] psci: CPU1 killed.
[ 316.203011] CPU2: shutdown
[ 316.205940] psci: CPU2 killed.
[ 316.217032] CPU3: shutdown
[ 316.220012] psci: CPU3 killed.
[ 316.238938] CPU4: shutdown
[ 316.241826] psci: CPU4 killed.
[ 316.258214] CPU5: shutdown
[ 316.261144] psci: CPU5 killed.
[ 316.276489] CPU6: shutdown
[ 316.279385] psci: CPU6 killed.
[ 316.303696] CPU7: shutdown
[ 316.306691] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 316.313540] Enabling non-boot CPUs ...
[ 316.318387] Detected PIPT I-cache on CPU1
[ 316.318506] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 316.324213] CPU1 is up
[ 316.338002] Detected PIPT I-cache on CPU2
[ 316.338096] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 316.343745] CPU2 is up
[ 316.357477] Detected PIPT I-cache on CPU3
[ 316.357578] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 316.363598] CPU3 is up
[ 316.377495] Detected VIPT I-cache on CPU4
[ 316.377693] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 316.394185] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 316.413156] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 316.428033] CPU4 is up
[ 316.430998] Detected VIPT I-cache on CPU5
[ 316.431190] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 316.446398] CPU5 is up
[ 316.460316] Detected VIPT I-cache on CPU6
[ 316.460510] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 316.477110] CPU6 is up
[ 316.490975] Detected VIPT I-cache on CPU7
[ 316.491168] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 316.509015] CPU7 is up
[ 316.569241] usb usb7: root hub lost power or was reset
[ 316.574605] usb usb8: root hub lost power or was reset
[ 316.656825] usb usb3: root hub lost power or was reset
[ 316.662382] usb usb1: root hub lost power or was reset
[ 316.744094] usb usb4: root hub lost power or was reset
[ 316.749617] usb usb2: root hub lost power or was reset
[ 316.861167] usb usb6: root hub lost power or was reset
[ 316.866717] usb usb5: root hub lost power or was reset
[ 316.995492] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 317.070833] PM: resume devices took 0.520 seconds
[ 317.075813] OOM killer enabled.
[ 317.079135] Restarting tasks ... done.
[ 317.088892] PM: suspend exit
####### 113
[ 317.171312] ata1: link resume succeeded after 1 retries
[ 317.281578] ata1: SATA link down (SStatus 0 SControl 300)
[ 317.794508] PM: suspend entry (deep)
[ 317.798288] PM: Syncing filesystems ... done.
[ 317.911330] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 317.922834] OOM killer disabled.
[ 317.926234] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 318.118043] PM: suspend devices took 0.180 seconds
[ 318.172270] Disabling non-boot CPUs ...
[ 318.183552] CPU1: shutdown
[ 318.186485] psci: CPU1 killed.
[ 318.199633] CPU2: shutdown
[ 318.202560] psci: CPU2 killed.
[ 318.214849] CPU3: shutdown
[ 318.217758] psci: CPU3 killed.
[ 318.235232] CPU4: shutdown
[ 318.238121] psci: CPU4 killed.
[ 318.253560] CPU5: shutdown
[ 318.256444] psci: CPU5 killed.
[ 318.271183] CPU6: shutdown
[ 318.274056] psci: CPU6 killed.
[ 318.299839] CPU7: shutdown
[ 318.302711] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 318.308564] Enabling non-boot CPUs ...
[ 318.313541] Detected PIPT I-cache on CPU1
[ 318.313660] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 318.319355] CPU1 is up
[ 318.333253] Detected PIPT I-cache on CPU2
[ 318.333348] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 318.339117] CPU2 is up
[ 318.352840] Detected PIPT I-cache on CPU3
[ 318.352940] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 318.358974] CPU3 is up
[ 318.372832] Detected VIPT I-cache on CPU4
[ 318.373031] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 318.389504] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 318.408387] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 318.423485] CPU4 is up
[ 318.426493] Detected VIPT I-cache on CPU5
[ 318.426686] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 318.441944] CPU5 is up
[ 318.455715] Detected VIPT I-cache on CPU6
[ 318.455910] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 318.471874] CPU6 is up
[ 318.485677] Detected VIPT I-cache on CPU7
[ 318.485872] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 318.504150] CPU7 is up
[ 318.564303] usb usb7: root hub lost power or was reset
[ 318.569668] usb usb8: root hub lost power or was reset
[ 318.651706] usb usb3: root hub lost power or was reset
[ 318.657261] usb usb1: root hub lost power or was reset
[ 318.738971] usb usb4: root hub lost power or was reset
[ 318.744510] usb usb2: root hub lost power or was reset
[ 318.856071] usb usb6: root hub lost power or was reset
[ 318.861658] usb usb5: root hub lost power or was reset
[ 318.990453] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 319.065135] PM: resume devices took 0.520 seconds
[ 319.070139] OOM killer enabled.
[ 319.073454] Restarting tasks ... done.
[ 319.082428] PM: suspend exit
####### 114
[ 319.163168] ata1: link resume succeeded after 1 retries
[ 319.273994] ata1: SATA link down (SStatus 0 SControl 300)
[ 319.793769] PM: suspend entry (deep)
[ 319.797557] PM: Syncing filesystems ... done.
[ 319.909450] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 319.920888] OOM killer disabled.
[ 319.924289] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 320.130494] PM: suspend devices took 0.194 seconds
[ 320.185104] Disabling non-boot CPUs ...
[ 320.196381] CPU1: shutdown
[ 320.199315] psci: CPU1 killed.
[ 320.212427] CPU2: shutdown
[ 320.215351] psci: CPU2 killed.
[ 320.227350] CPU3: shutdown
[ 320.230284] psci: CPU3 killed.
[ 320.248046] CPU4: shutdown
[ 320.250950] psci: CPU4 killed.
[ 320.267214] CPU5: shutdown
[ 320.270088] psci: CPU5 killed.
[ 320.284478] CPU6: shutdown
[ 320.287500] psci: CPU6 killed.
[ 320.311130] CPU7: shutdown
[ 320.314124] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055605] NOTICE: BL2: DRAM Split is 4ch
[ 0.058304] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063756] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069182] NOTICE: BL2: Lossy Decomp areas
[ 0.073362] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080458] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087381] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094307] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100102] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105298] NOTICE: BL2: Normal boot
[ 0.108935] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 320.321006] Enabling non-boot CPUs ...
[ 320.325626] Detected PIPT I-cache on CPU1
[ 320.325746] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 320.331471] CPU1 is up
[ 320.345316] Detected PIPT I-cache on CPU2
[ 320.345411] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 320.351161] CPU2 is up
[ 320.365026] Detected PIPT I-cache on CPU3
[ 320.365127] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 320.371167] CPU3 is up
[ 320.385081] Detected VIPT I-cache on CPU4
[ 320.385278] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 320.401925] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 320.420905] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 320.435769] CPU4 is up
[ 320.438731] Detected VIPT I-cache on CPU5
[ 320.438920] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 320.454026] CPU5 is up
[ 320.467933] Detected VIPT I-cache on CPU6
[ 320.468124] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 320.484824] CPU6 is up
[ 320.498597] Detected VIPT I-cache on CPU7
[ 320.498789] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 320.515985] CPU7 is up
[ 320.575633] usb usb7: root hub lost power or was reset
[ 320.580893] usb usb8: root hub lost power or was reset
[ 320.663425] usb usb3: root hub lost power or was reset
[ 320.669034] usb usb1: root hub lost power or was reset
[ 320.750931] usb usb4: root hub lost power or was reset
[ 320.756785] usb usb2: root hub lost power or was reset
[ 320.868072] usb usb6: root hub lost power or was reset
[ 320.873685] usb usb5: root hub lost power or was reset
[ 321.002226] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 321.077518] PM: resume devices took 0.519 seconds
[ 321.082445] OOM killer enabled.
[ 321.085797] Restarting tasks ... done.
[ 321.096008] PM: suspend exit
####### 115
[ 321.171057] ata1: link resume succeeded after 1 retries
[ 321.281544] ata1: SATA link down (SStatus 0 SControl 300)
[ 321.806460] PM: suspend entry (deep)
[ 321.810248] PM: Syncing filesystems ... done.
[ 321.925259] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 321.936807] OOM killer disabled.
[ 321.940206] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 322.141471] PM: suspend devices took 0.189 seconds
[ 322.195038] Disabling non-boot CPUs ...
[ 322.206301] CPU1: shutdown
[ 322.209234] psci: CPU1 killed.
[ 322.222415] CPU2: shutdown
[ 322.225319] psci: CPU2 killed.
[ 322.237409] CPU3: shutdown
[ 322.240344] psci: CPU3 killed.
[ 322.259452] CPU4: shutdown
[ 322.262345] psci: CPU4 killed.
[ 322.277780] CPU5: shutdown
[ 322.280848] psci: CPU5 killed.
[ 322.295362] CPU6: shutdown
[ 322.298236] psci: CPU6 killed.
[ 322.321280] CPU7: shutdown
[ 322.324149] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 322.331058] Enabling non-boot CPUs ...
[ 322.335948] Detected PIPT I-cache on CPU1
[ 322.336066] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 322.341877] CPU1 is up
[ 322.355671] Detected PIPT I-cache on CPU2
[ 322.355765] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 322.361417] CPU2 is up
[ 322.375275] Detected PIPT I-cache on CPU3
[ 322.375374] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 322.381380] CPU3 is up
[ 322.395256] Detected VIPT I-cache on CPU4
[ 322.395454] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 322.412002] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 322.430888] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 322.446347] CPU4 is up
[ 322.449351] Detected VIPT I-cache on CPU5
[ 322.449541] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 322.464749] CPU5 is up
[ 322.478556] Detected VIPT I-cache on CPU6
[ 322.478750] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 322.494684] CPU6 is up
[ 322.508562] Detected VIPT I-cache on CPU7
[ 322.508754] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 322.528336] CPU7 is up
[ 322.588891] usb usb7: root hub lost power or was reset
[ 322.594255] usb usb8: root hub lost power or was reset
[ 322.675433] usb usb3: root hub lost power or was reset
[ 322.681044] usb usb1: root hub lost power or was reset
[ 322.762721] usb usb4: root hub lost power or was reset
[ 322.768309] usb usb2: root hub lost power or was reset
[ 322.879879] usb usb6: root hub lost power or was reset
[ 322.885423] usb usb5: root hub lost power or was reset
[ 323.014185] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 323.089169] PM: resume devices took 0.519 seconds
[ 323.094101] OOM killer enabled.
[ 323.097412] Restarting tasks ... done.
[ 323.109335] PM: suspend exit
####### 116
[ 323.186909] ata1: link resume succeeded after 1 retries
[ 323.297386] ata1: SATA link down (SStatus 0 SControl 300)
[ 323.817822] PM: suspend entry (deep)
[ 323.821659] PM: Syncing filesystems ... done.
[ 323.938956] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 323.950480] OOM killer disabled.
[ 323.953895] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 324.158348] PM: suspend devices took 0.192 seconds
[ 324.212949] Disabling non-boot CPUs ...
[ 324.224022] CPU1: shutdown
[ 324.226965] psci: CPU1 killed.
[ 324.239944] CPU2: shutdown
[ 324.242837] psci: CPU2 killed.
[ 324.254125] CPU3: shutdown
[ 324.257189] psci: CPU3 killed.
[ 324.273295] CPU4: shutdown
[ 324.277460] psci: CPU4 killed.
[ 324.294225] CPU5: shutdown
[ 324.297231] psci: CPU5 killed.
[ 324.312548] CPU6: shutdown
[ 324.315688] psci: CPU6 killed.
[ 324.338902] CPU7: shutdown
[ 324.341897] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 324.348385] Enabling non-boot CPUs ...
[ 324.353114] Detected PIPT I-cache on CPU1
[ 324.353234] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 324.359018] CPU1 is up
[ 324.372911] Detected PIPT I-cache on CPU2
[ 324.373005] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 324.378790] CPU2 is up
[ 324.392520] Detected PIPT I-cache on CPU3
[ 324.392622] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 324.398668] CPU3 is up
[ 324.412479] Detected VIPT I-cache on CPU4
[ 324.412678] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 324.429144] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 324.448028] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 324.463104] CPU4 is up
[ 324.466100] Detected VIPT I-cache on CPU5
[ 324.466290] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 324.481344] CPU5 is up
[ 324.495164] Detected VIPT I-cache on CPU6
[ 324.495358] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 324.511349] CPU6 is up
[ 324.525164] Detected VIPT I-cache on CPU7
[ 324.525359] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 324.545128] CPU7 is up
[ 324.604849] usb usb7: root hub lost power or was reset
[ 324.610114] usb usb8: root hub lost power or was reset
[ 324.692248] usb usb3: root hub lost power or was reset
[ 324.697866] usb usb1: root hub lost power or was reset
[ 324.779660] usb usb4: root hub lost power or was reset
[ 324.785261] usb usb2: root hub lost power or was reset
[ 324.896758] usb usb6: root hub lost power or was reset
[ 324.902281] usb usb5: root hub lost power or was reset
[ 325.031026] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 325.106381] PM: resume devices took 0.519 seconds
[ 325.111311] OOM killer enabled.
[ 325.114621] Restarting tasks ... done.
[ 325.124245] PM: suspend exit
####### 117
[ 325.202791] ata1: link resume succeeded after 1 retries
[ 325.313305] ata1: SATA link down (SStatus 0 SControl 300)
[ 325.833994] PM: suspend entry (deep)
[ 325.837774] PM: Syncing filesystems ... done.
[ 325.949073] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 325.960584] OOM killer disabled.
[ 325.963986] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 326.155173] PM: suspend devices took 0.179 seconds
[ 326.208769] Disabling non-boot CPUs ...
[ 326.219937] CPU1: shutdown
[ 326.222881] psci: CPU1 killed.
[ 326.235615] CPU2: shutdown
[ 326.238574] psci: CPU2 killed.
[ 326.250251] CPU3: shutdown
[ 326.253523] psci: CPU3 killed.
[ 326.271566] CPU4: shutdown
[ 326.274515] psci: CPU4 killed.
[ 326.289930] CPU5: shutdown
[ 326.292815] psci: CPU5 killed.
[ 326.307384] CPU6: shutdown
[ 326.310434] psci: CPU6 killed.
[ 326.334718] CPU7: shutdown
[ 326.337714] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 326.344228] Enabling non-boot CPUs ...
[ 326.348959] Detected PIPT I-cache on CPU1
[ 326.349077] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 326.354866] CPU1 is up
[ 326.368758] Detected PIPT I-cache on CPU2
[ 326.368852] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 326.374740] CPU2 is up
[ 326.388599] Detected PIPT I-cache on CPU3
[ 326.388701] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 326.394774] CPU3 is up
[ 326.408670] Detected VIPT I-cache on CPU4
[ 326.408868] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 326.425451] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 326.444456] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 326.459431] CPU4 is up
[ 326.462400] Detected VIPT I-cache on CPU5
[ 326.462592] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 326.477746] CPU5 is up
[ 326.491688] Detected VIPT I-cache on CPU6
[ 326.491884] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 326.508292] CPU6 is up
[ 326.522100] Detected VIPT I-cache on CPU7
[ 326.522294] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 326.542167] CPU7 is up
[ 326.601775] usb usb7: root hub lost power or was reset
[ 326.607037] usb usb8: root hub lost power or was reset
[ 326.690075] usb usb3: root hub lost power or was reset
[ 326.695664] usb usb1: root hub lost power or was reset
[ 326.777555] usb usb4: root hub lost power or was reset
[ 326.783139] usb usb2: root hub lost power or was reset
[ 326.894839] usb usb6: root hub lost power or was reset
[ 326.900476] usb usb5: root hub lost power or was reset
[ 327.029973] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 327.105661] PM: resume devices took 0.522 seconds
[ 327.110647] OOM killer enabled.
[ 327.113960] Restarting tasks ... done.
[ 327.123048] PM: suspend exit
####### 118
[ 327.202699] ata1: link resume succeeded after 1 retries
[ 327.313152] ata1: SATA link down (SStatus 0 SControl 300)
[ 327.829715] PM: suspend entry (deep)
[ 327.833533] PM: Syncing filesystems ... done.
[ 327.945698] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 327.957251] OOM killer disabled.
[ 327.960652] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 328.166178] PM: suspend devices took 0.193 seconds
[ 328.220224] Disabling non-boot CPUs ...
[ 328.231632] CPU1: shutdown
[ 328.234575] psci: CPU1 killed.
[ 328.247443] CPU2: shutdown
[ 328.250423] psci: CPU2 killed.
[ 328.261469] CPU3: shutdown
[ 328.264445] psci: CPU3 killed.
[ 328.282302] CPU4: shutdown
[ 328.285260] psci: CPU4 killed.
[ 328.301519] CPU5: shutdown
[ 328.304391] psci: CPU5 killed.
[ 328.319715] CPU6: shutdown
[ 328.322589] psci: CPU6 killed.
[ 328.347207] CPU7: shutdown
[ 328.350202] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 328.356711] Enabling non-boot CPUs ...
[ 328.361608] Detected PIPT I-cache on CPU1
[ 328.361729] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 328.367483] CPU1 is up
[ 328.381277] Detected PIPT I-cache on CPU2
[ 328.381372] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 328.387126] CPU2 is up
[ 328.400871] Detected PIPT I-cache on CPU3
[ 328.400971] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 328.407004] CPU3 is up
[ 328.420814] Detected VIPT I-cache on CPU4
[ 328.421012] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 328.437514] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 328.456400] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 328.471320] CPU4 is up
[ 328.474284] Detected VIPT I-cache on CPU5
[ 328.474474] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 328.489631] CPU5 is up
[ 328.503529] Detected VIPT I-cache on CPU6
[ 328.503720] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 328.520151] CPU6 is up
[ 328.533956] Detected VIPT I-cache on CPU7
[ 328.534147] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 328.552544] CPU7 is up
[ 328.613157] usb usb7: root hub lost power or was reset
[ 328.618519] usb usb8: root hub lost power or was reset
[ 328.698941] usb usb3: root hub lost power or was reset
[ 328.704567] usb usb1: root hub lost power or was reset
[ 328.786363] usb usb4: root hub lost power or was reset
[ 328.791894] usb usb2: root hub lost power or was reset
[ 328.903537] usb usb6: root hub lost power or was reset
[ 328.909081] usb usb5: root hub lost power or was reset
[ 329.037760] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 329.112964] PM: resume devices took 0.519 seconds
[ 329.117893] OOM killer enabled.
[ 329.121278] Restarting tasks ... done.
[ 329.131495] PM: suspend exit
####### 119
[ 329.210548] ata1: link resume succeeded after 1 retries
[ 329.320847] ata1: SATA link down (SStatus 0 SControl 300)
[ 329.839112] PM: suspend entry (deep)
[ 329.842896] PM: Syncing filesystems ... done.
[ 329.956821] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 329.968275] OOM killer disabled.
[ 329.971675] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 330.209852] PM: suspend devices took 0.226 seconds
[ 330.263719] Disabling non-boot CPUs ...
[ 330.274754] CPU1: shutdown
[ 330.277661] psci: CPU1 killed.
[ 330.290706] CPU2: shutdown
[ 330.293628] psci: CPU2 killed.
[ 330.305714] CPU3: shutdown
[ 330.308623] psci: CPU3 killed.
[ 330.324707] CPU4: shutdown
[ 330.327595] psci: CPU4 killed.
[ 330.344138] CPU5: shutdown
[ 330.347315] psci: CPU5 killed.
[ 330.362591] CPU6: shutdown
[ 330.365463] psci: CPU6 killed.
[ 330.390175] CPU7: shutdown
[ 330.393307] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 330.399609] Enabling non-boot CPUs ...
[ 330.404518] Detected PIPT I-cache on CPU1
[ 330.404637] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 330.410352] CPU1 is up
[ 330.424137] Detected PIPT I-cache on CPU2
[ 330.424231] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 330.429913] CPU2 is up
[ 330.443722] Detected PIPT I-cache on CPU3
[ 330.443824] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 330.449882] CPU3 is up
[ 330.463808] Detected VIPT I-cache on CPU4
[ 330.464005] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 330.480514] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 330.499399] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 330.514796] CPU4 is up
[ 330.517803] Detected VIPT I-cache on CPU5
[ 330.517993] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 330.532918] CPU5 is up
[ 330.546820] Detected VIPT I-cache on CPU6
[ 330.547013] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 330.562983] CPU6 is up
[ 330.576788] Detected VIPT I-cache on CPU7
[ 330.576982] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 330.596763] CPU7 is up
[ 330.656521] usb usb7: root hub lost power or was reset
[ 330.661783] usb usb8: root hub lost power or was reset
[ 330.744962] usb usb3: root hub lost power or was reset
[ 330.750513] usb usb1: root hub lost power or was reset
[ 330.832664] usb usb4: root hub lost power or was reset
[ 330.838263] usb usb2: root hub lost power or was reset
[ 330.950822] usb usb6: root hub lost power or was reset
[ 330.956364] usb usb5: root hub lost power or was reset
[ 331.084590] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 331.159890] PM: resume devices took 0.521 seconds
[ 331.164825] OOM killer enabled.
[ 331.168176] Restarting tasks ... done.
[ 331.177838] PM: suspend exit
####### 120
[ 331.250433] ata1: link resume succeeded after 1 retries
[ 331.361317] ata1: SATA link down (SStatus 0 SControl 300)
[ 331.889627] PM: suspend entry (deep)
[ 331.893497] PM: Syncing filesystems ... done.
[ 332.004583] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 332.016169] OOM killer disabled.
[ 332.019570] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 332.225857] PM: suspend devices took 0.194 seconds
[ 332.280407] Disabling non-boot CPUs ...
[ 332.291617] CPU1: shutdown
[ 332.294549] psci: CPU1 killed.
[ 332.307780] CPU2: shutdown
[ 332.310693] psci: CPU2 killed.
[ 332.323199] CPU3: shutdown
[ 332.326188] psci: CPU3 killed.
[ 332.344655] CPU4: shutdown
[ 332.347559] psci: CPU4 killed.
[ 332.362582] CPU5: shutdown
[ 332.365468] psci: CPU5 killed.
[ 332.381253] CPU6: shutdown
[ 332.384207] psci: CPU6 killed.
[ 332.408669] CPU7: shutdown
[ 332.411666] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 332.418389] Enabling non-boot CPUs ...
[ 332.423009] Detected PIPT I-cache on CPU1
[ 332.423127] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 332.428900] CPU1 is up
[ 332.442694] Detected PIPT I-cache on CPU2
[ 332.442789] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 332.448466] CPU2 is up
[ 332.462311] Detected PIPT I-cache on CPU3
[ 332.462413] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 332.468462] CPU3 is up
[ 332.482381] Detected VIPT I-cache on CPU4
[ 332.482578] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 332.498940] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 332.517941] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 332.533053] CPU4 is up
[ 332.535990] Detected VIPT I-cache on CPU5
[ 332.536178] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 332.551408] CPU5 is up
[ 332.565363] Detected VIPT I-cache on CPU6
[ 332.565556] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 332.581915] CPU6 is up
[ 332.595733] Detected VIPT I-cache on CPU7
[ 332.595926] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 332.614312] CPU7 is up
[ 332.673809] usb usb7: root hub lost power or was reset
[ 332.679070] usb usb8: root hub lost power or was reset
[ 332.761710] usb usb3: root hub lost power or was reset
[ 332.767262] usb usb1: root hub lost power or was reset
[ 332.849795] usb usb4: root hub lost power or was reset
[ 332.855406] usb usb2: root hub lost power or was reset
[ 332.968706] usb usb6: root hub lost power or was reset
[ 332.974346] usb usb5: root hub lost power or was reset
[ 333.103645] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 333.179406] PM: resume devices took 0.523 seconds
[ 333.184344] OOM killer enabled.
[ 333.187668] Restarting tasks ... done.
[ 333.199266] PM: suspend exit
####### 121
[ 333.274293] ata1: link resume succeeded after 1 retries
[ 333.384826] ata1: SATA link down (SStatus 0 SControl 300)
[ 333.908286] PM: suspend entry (deep)
[ 333.912064] PM: Syncing filesystems ... done.
[ 334.022533] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 334.034045] OOM killer disabled.
[ 334.037444] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 334.246394] PM: suspend devices took 0.197 seconds
[ 334.300720] Disabling non-boot CPUs ...
[ 334.313937] CPU1: shutdown
[ 334.317029] psci: CPU1 killed.
[ 334.328790] CPU2: shutdown
[ 334.331704] psci: CPU2 killed.
[ 334.343817] CPU3: shutdown
[ 334.346749] psci: CPU3 killed.
[ 334.364561] CPU4: shutdown
[ 334.367449] psci: CPU4 killed.
[ 334.382616] CPU5: shutdown
[ 334.385623] psci: CPU5 killed.
[ 334.401064] CPU6: shutdown
[ 334.404150] psci: CPU6 killed.
[ 334.429826] CPU7: shutdown
[ 334.432819] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055631] NOTICE: BL2: DRAM Split is 4ch
[ 0.058330] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063782] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069208] NOTICE: BL2: Lossy Decomp areas
[ 0.073388] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080484] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087407] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094333] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100128] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105324] NOTICE: BL2: Normal boot
[ 0.108961] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 334.438411] Enabling non-boot CPUs ...
[ 334.443407] Detected PIPT I-cache on CPU1
[ 334.443527] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 334.449274] CPU1 is up
[ 334.463146] Detected PIPT I-cache on CPU2
[ 334.463240] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 334.468962] CPU2 is up
[ 334.482705] Detected PIPT I-cache on CPU3
[ 334.482807] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 334.488892] CPU3 is up
[ 334.502845] Detected VIPT I-cache on CPU4
[ 334.503042] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 334.519540] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 334.538422] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 334.553465] CPU4 is up
[ 334.556462] Detected VIPT I-cache on CPU5
[ 334.556650] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 334.571608] CPU5 is up
[ 334.585480] Detected VIPT I-cache on CPU6
[ 334.585671] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 334.601670] CPU6 is up
[ 334.615533] Detected VIPT I-cache on CPU7
[ 334.615726] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 334.633984] CPU7 is up
[ 334.694575] usb usb7: root hub lost power or was reset
[ 334.699840] usb usb8: root hub lost power or was reset
[ 334.780596] usb usb3: root hub lost power or was reset
[ 334.786152] usb usb1: root hub lost power or was reset
[ 334.868075] usb usb4: root hub lost power or was reset
[ 334.873665] usb usb2: root hub lost power or was reset
[ 334.985012] usb usb6: root hub lost power or was reset
[ 334.990563] usb usb5: root hub lost power or was reset
[ 335.119394] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 335.194161] PM: resume devices took 0.518 seconds
[ 335.199159] OOM killer enabled.
[ 335.202476] Restarting tasks ... done.
[ 335.211585] PM: suspend exit
####### 122
[ 335.290199] ata1: link resume succeeded after 1 retries
[ 335.400738] ata1: SATA link down (SStatus 0 SControl 300)
[ 335.918821] PM: suspend entry (deep)
[ 335.922684] PM: Syncing filesystems ... done.
[ 336.036410] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 336.047939] OOM killer disabled.
[ 336.051339] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 336.242675] PM: suspend devices took 0.179 seconds
[ 336.296584] Disabling non-boot CPUs ...
[ 336.307799] CPU1: shutdown
[ 336.310708] psci: CPU1 killed.
[ 336.323499] CPU2: shutdown
[ 336.326416] psci: CPU2 killed.
[ 336.338529] CPU3: shutdown
[ 336.341456] psci: CPU3 killed.
[ 336.359112] CPU4: shutdown
[ 336.361987] psci: CPU4 killed.
[ 336.378433] CPU5: shutdown
[ 336.381319] psci: CPU5 killed.
[ 336.395047] CPU6: shutdown
[ 336.397919] psci: CPU6 killed.
[ 336.423918] CPU7: shutdown
[ 336.426790] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 336.433099] Enabling non-boot CPUs ...
[ 336.437712] Detected PIPT I-cache on CPU1
[ 336.437831] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 336.443493] CPU1 is up
[ 336.457349] Detected PIPT I-cache on CPU2
[ 336.457443] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 336.463195] CPU2 is up
[ 336.477012] Detected PIPT I-cache on CPU3
[ 336.477113] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 336.483132] CPU3 is up
[ 336.497034] Detected VIPT I-cache on CPU4
[ 336.497230] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 336.513684] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 336.532683] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 336.547801] CPU4 is up
[ 336.550756] Detected VIPT I-cache on CPU5
[ 336.550942] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 336.565992] CPU5 is up
[ 336.579802] Detected VIPT I-cache on CPU6
[ 336.579994] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 336.596861] CPU6 is up
[ 336.610685] Detected VIPT I-cache on CPU7
[ 336.610877] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 336.627892] CPU7 is up
[ 336.687805] usb usb7: root hub lost power or was reset
[ 336.693067] usb usb8: root hub lost power or was reset
[ 336.775451] usb usb3: root hub lost power or was reset
[ 336.781009] usb usb1: root hub lost power or was reset
[ 336.863473] usb usb4: root hub lost power or was reset
[ 336.869063] usb usb2: root hub lost power or was reset
[ 336.981449] usb usb6: root hub lost power or was reset
[ 336.987001] usb usb5: root hub lost power or was reset
[ 337.115295] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 337.190601] PM: resume devices took 0.520 seconds
[ 337.195534] OOM killer enabled.
[ 337.198847] Restarting tasks ... done.
[ 337.208462] PM: suspend exit
####### 123
[ 337.282033] ata1: link resume succeeded after 1 retries
[ 337.392574] ata1: SATA link down (SStatus 0 SControl 300)
[ 337.916461] PM: suspend entry (deep)
[ 337.920282] PM: Syncing filesystems ... done.
[ 338.033339] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 338.044817] OOM killer disabled.
[ 338.048217] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 338.238293] PM: suspend devices took 0.178 seconds
[ 338.293017] Disabling non-boot CPUs ...
[ 338.304285] CPU1: shutdown
[ 338.307223] psci: CPU1 killed.
[ 338.320625] CPU2: shutdown
[ 338.323559] psci: CPU2 killed.
[ 338.335627] CPU3: shutdown
[ 338.338555] psci: CPU3 killed.
[ 338.356354] CPU4: shutdown
[ 338.359243] psci: CPU4 killed.
[ 338.374487] CPU5: shutdown
[ 338.377360] psci: CPU5 killed.
[ 338.393265] CPU6: shutdown
[ 338.396140] psci: CPU6 killed.
[ 338.419398] CPU7: shutdown
[ 338.422395] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 338.429156] Enabling non-boot CPUs ...
[ 338.434162] Detected PIPT I-cache on CPU1
[ 338.434281] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 338.439964] CPU1 is up
[ 338.453876] Detected PIPT I-cache on CPU2
[ 338.453971] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 338.459650] CPU2 is up
[ 338.473453] Detected PIPT I-cache on CPU3
[ 338.473555] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 338.479669] CPU3 is up
[ 338.493512] Detected VIPT I-cache on CPU4
[ 338.493710] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 338.510460] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 338.529346] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 338.544477] CPU4 is up
[ 338.547462] Detected VIPT I-cache on CPU5
[ 338.547653] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 338.562673] CPU5 is up
[ 338.576557] Detected VIPT I-cache on CPU6
[ 338.576749] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 338.593850] CPU6 is up
[ 338.613433] Detected VIPT I-cache on CPU7
[ 338.613650] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 338.633445] CPU7 is up
[ 338.695217] usb usb7: root hub lost power or was reset
[ 338.700484] usb usb8: root hub lost power or was reset
[ 338.780398] usb usb3: root hub lost power or was reset
[ 338.785949] usb usb1: root hub lost power or was reset
[ 338.868023] usb usb4: root hub lost power or was reset
[ 338.873853] usb usb2: root hub lost power or was reset
[ 338.984819] usb usb6: root hub lost power or was reset
[ 338.990426] usb usb5: root hub lost power or was reset
[ 339.119191] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 339.194403] PM: resume devices took 0.519 seconds
[ 339.199334] OOM killer enabled.
[ 339.202684] Restarting tasks ... done.
[ 339.212375] PM: suspend exit
####### 124
[ 339.289957] ata1: link resume succeeded after 1 retries
[ 339.400416] ata1: SATA link down (SStatus 0 SControl 300)
[ 339.919742] PM: suspend entry (deep)
[ 339.923715] PM: Syncing filesystems ... done.
[ 340.036167] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 340.047680] OOM killer disabled.
[ 340.051079] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 340.243445] PM: suspend devices took 0.180 seconds
[ 340.297709] Disabling non-boot CPUs ...
[ 340.308903] CPU1: shutdown
[ 340.311844] psci: CPU1 killed.
[ 340.324562] CPU2: shutdown
[ 340.327557] psci: CPU2 killed.
[ 340.339693] CPU3: shutdown
[ 340.342572] psci: CPU3 killed.
[ 340.361704] CPU4: shutdown
[ 340.364657] psci: CPU4 killed.
[ 340.380039] CPU5: shutdown
[ 340.382926] psci: CPU5 killed.
[ 340.397476] CPU6: shutdown
[ 340.400514] psci: CPU6 killed.
[ 340.426051] CPU7: shutdown
[ 340.429045] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 340.435315] Enabling non-boot CPUs ...
[ 340.440209] Detected PIPT I-cache on CPU1
[ 340.440329] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 340.446066] CPU1 is up
[ 340.459922] Detected PIPT I-cache on CPU2
[ 340.460017] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 340.465748] CPU2 is up
[ 340.479489] Detected PIPT I-cache on CPU3
[ 340.479592] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 340.485681] CPU3 is up
[ 340.499489] Detected VIPT I-cache on CPU4
[ 340.499686] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 340.516160] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 340.535044] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 340.550081] CPU4 is up
[ 340.553090] Detected VIPT I-cache on CPU5
[ 340.553280] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 340.568328] CPU5 is up
[ 340.582204] Detected VIPT I-cache on CPU6
[ 340.582397] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 340.598391] CPU6 is up
[ 340.612193] Detected VIPT I-cache on CPU7
[ 340.612386] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 340.632204] CPU7 is up
[ 340.692906] usb usb7: root hub lost power or was reset
[ 340.698273] usb usb8: root hub lost power or was reset
[ 340.780240] usb usb3: root hub lost power or was reset
[ 340.785851] usb usb1: root hub lost power or was reset
[ 340.867712] usb usb4: root hub lost power or was reset
[ 340.873310] usb usb2: root hub lost power or was reset
[ 340.984689] usb usb6: root hub lost power or was reset
[ 340.990237] usb usb5: root hub lost power or was reset
[ 341.118975] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 341.194309] PM: resume devices took 0.520 seconds
[ 341.199237] OOM killer enabled.
[ 341.202548] Restarting tasks ... done.
[ 341.212639] PM: suspend exit
####### 125
[ 341.289775] ata1: link resume succeeded after 1 retries
[ 341.400124] ata1: SATA link down (SStatus 0 SControl 300)
[ 341.921372] PM: suspend entry (deep)
[ 341.925249] PM: Syncing filesystems ... done.
[ 342.174438] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 342.185957] OOM killer disabled.
[ 342.189357] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 342.392664] PM: suspend devices took 0.191 seconds
[ 342.446209] Disabling non-boot CPUs ...
[ 342.457416] CPU1: shutdown
[ 342.460358] psci: CPU1 killed.
[ 342.472742] CPU2: shutdown
[ 342.475634] psci: CPU2 killed.
[ 342.488140] CPU3: shutdown
[ 342.491203] psci: CPU3 killed.
[ 342.509151] CPU4: shutdown
[ 342.512054] psci: CPU4 killed.
[ 342.526825] CPU5: shutdown
[ 342.529727] psci: CPU5 killed.
[ 342.545098] CPU6: shutdown
[ 342.548105] psci: CPU6 killed.
[ 342.572129] CPU7: shutdown
[ 342.575122] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 342.581829] Enabling non-boot CPUs ...
[ 342.586439] Detected PIPT I-cache on CPU1
[ 342.586558] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 342.592187] CPU1 is up
[ 342.606066] Detected PIPT I-cache on CPU2
[ 342.606163] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 342.611864] CPU2 is up
[ 342.625721] Detected PIPT I-cache on CPU3
[ 342.625822] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 342.631807] CPU3 is up
[ 342.645719] Detected VIPT I-cache on CPU4
[ 342.645918] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 342.662304] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 342.681333] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 342.696409] CPU4 is up
[ 342.699369] Detected VIPT I-cache on CPU5
[ 342.699560] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 342.714697] CPU5 is up
[ 342.728605] Detected VIPT I-cache on CPU6
[ 342.728799] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 342.745308] CPU6 is up
[ 342.759123] Detected VIPT I-cache on CPU7
[ 342.759315] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 342.779022] CPU7 is up
[ 342.839886] usb usb7: root hub lost power or was reset
[ 342.845251] usb usb8: root hub lost power or was reset
[ 342.927101] usb usb3: root hub lost power or was reset
[ 342.932707] usb usb1: root hub lost power or was reset
[ 343.014511] usb usb4: root hub lost power or was reset
[ 343.020048] usb usb2: root hub lost power or was reset
[ 343.131586] usb usb6: root hub lost power or was reset
[ 343.137121] usb usb5: root hub lost power or was reset
[ 343.265961] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 343.341317] PM: resume devices took 0.520 seconds
[ 343.346453] OOM killer enabled.
[ 343.349756] Restarting tasks ... done.
[ 343.360636] PM: suspend exit
####### 126
[ 343.441717] ata1: link resume succeeded after 1 retries
[ 343.552545] ata1: SATA link down (SStatus 0 SControl 300)
[ 344.068843] PM: suspend entry (deep)
[ 344.072658] PM: Syncing filesystems ... done.
[ 344.184027] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 344.195669] OOM killer disabled.
[ 344.199069] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 344.408066] PM: suspend devices took 0.197 seconds
[ 344.462649] Disabling non-boot CPUs ...
[ 344.473771] CPU1: shutdown
[ 344.476714] psci: CPU1 killed.
[ 344.489433] CPU2: shutdown
[ 344.492325] psci: CPU2 killed.
[ 344.504957] CPU3: shutdown
[ 344.507841] psci: CPU3 killed.
[ 344.524733] CPU4: shutdown
[ 344.527646] psci: CPU4 killed.
[ 344.543749] CPU5: shutdown
[ 344.546622] psci: CPU5 killed.
[ 344.561709] CPU6: shutdown
[ 344.564581] psci: CPU6 killed.
[ 344.588261] CPU7: shutdown
[ 344.591255] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 344.597885] Enabling non-boot CPUs ...
[ 344.602789] Detected PIPT I-cache on CPU1
[ 344.602908] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 344.608654] CPU1 is up
[ 344.622562] Detected PIPT I-cache on CPU2
[ 344.622655] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 344.628468] CPU2 is up
[ 344.642268] Detected PIPT I-cache on CPU3
[ 344.642370] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 344.648383] CPU3 is up
[ 344.662224] Detected VIPT I-cache on CPU4
[ 344.662425] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 344.678899] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 344.697789] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 344.712915] CPU4 is up
[ 344.715923] Detected VIPT I-cache on CPU5
[ 344.716114] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 344.731180] CPU5 is up
[ 344.744991] Detected VIPT I-cache on CPU6
[ 344.745185] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 344.761297] CPU6 is up
[ 344.775087] Detected VIPT I-cache on CPU7
[ 344.775282] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 344.793554] CPU7 is up
[ 344.854122] usb usb7: root hub lost power or was reset
[ 344.859488] usb usb8: root hub lost power or was reset
[ 344.941024] usb usb3: root hub lost power or was reset
[ 344.946579] usb usb1: root hub lost power or was reset
[ 345.028382] usb usb4: root hub lost power or was reset
[ 345.033915] usb usb2: root hub lost power or was reset
[ 345.146064] usb usb6: root hub lost power or was reset
[ 345.151654] usb usb5: root hub lost power or was reset
[ 345.280754] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 345.355551] PM: resume devices took 0.520 seconds
[ 345.360552] OOM killer enabled.
[ 345.363867] Restarting tasks ... done.
[ 345.372808] PM: suspend exit
####### 127
[ 345.449579] ata1: link resume succeeded after 1 retries
[ 345.560396] ata1: SATA link down (SStatus 0 SControl 300)
[ 346.082102] PM: suspend entry (deep)
[ 346.085886] PM: Syncing filesystems ... done.
[ 346.197788] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 346.209327] OOM killer disabled.
[ 346.212728] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 346.404299] PM: suspend devices took 0.179 seconds
[ 346.457159] Disabling non-boot CPUs ...
[ 346.468544] CPU1: shutdown
[ 346.471457] psci: CPU1 killed.
[ 346.484121] CPU2: shutdown
[ 346.487077] psci: CPU2 killed.
[ 346.498129] CPU3: shutdown
[ 346.501062] psci: CPU3 killed.
[ 346.520572] CPU4: shutdown
[ 346.523475] psci: CPU4 killed.
[ 346.539718] CPU5: shutdown
[ 346.542603] psci: CPU5 killed.
[ 346.556732] CPU6: shutdown
[ 346.559603] psci: CPU6 killed.
[ 346.584883] CPU7: shutdown
[ 346.587754] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 346.593781] Enabling non-boot CPUs ...
[ 346.598784] Detected PIPT I-cache on CPU1
[ 346.598902] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 346.604613] CPU1 is up
[ 346.618483] Detected PIPT I-cache on CPU2
[ 346.618578] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 346.624373] CPU2 is up
[ 346.638154] Detected PIPT I-cache on CPU3
[ 346.638258] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 346.644322] CPU3 is up
[ 346.658142] Detected VIPT I-cache on CPU4
[ 346.658341] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 346.675014] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 346.694008] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 346.709028] CPU4 is up
[ 346.714210] Detected VIPT I-cache on CPU5
[ 346.714413] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 346.730360] CPU5 is up
[ 346.744200] Detected VIPT I-cache on CPU6
[ 346.744401] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 346.761271] CPU6 is up
[ 346.775083] Detected VIPT I-cache on CPU7
[ 346.775284] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 346.800668] CPU7 is up
[ 346.860771] usb usb7: root hub lost power or was reset
[ 346.866036] usb usb8: root hub lost power or was reset
[ 346.947998] usb usb3: root hub lost power or was reset
[ 346.953558] usb usb1: root hub lost power or was reset
[ 347.035867] usb usb4: root hub lost power or was reset
[ 347.041482] usb usb2: root hub lost power or was reset
[ 347.153254] usb usb6: root hub lost power or was reset
[ 347.158807] usb usb5: root hub lost power or was reset
[ 347.287733] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 347.363197] PM: resume devices took 0.521 seconds
[ 347.368177] OOM killer enabled.
[ 347.371487] Restarting tasks ... done.
[ 347.381019] PM: suspend exit
####### 128
[ 347.457403] ata1: link resume succeeded after 1 retries
[ 347.567740] ata1: SATA link down (SStatus 0 SControl 300)
[ 348.089477] PM: suspend entry (deep)
[ 348.093247] PM: Syncing filesystems ... done.
[ 348.384744] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 348.396260] OOM killer disabled.
[ 348.399660] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 348.595212] PM: suspend devices took 0.184 seconds
[ 348.648784] Disabling non-boot CPUs ...
[ 348.660661] CPU1: shutdown
[ 348.663579] psci: CPU1 killed.
[ 348.675533] CPU2: shutdown
[ 348.678446] psci: CPU2 killed.
[ 348.690843] CPU3: shutdown
[ 348.693754] psci: CPU3 killed.
[ 348.709822] CPU4: shutdown
[ 348.713966] psci: CPU4 killed.
[ 348.729744] CPU5: shutdown
[ 348.732657] psci: CPU5 killed.
[ 348.747486] CPU6: shutdown
[ 348.750356] psci: CPU6 killed.
[ 348.773293] CPU7: shutdown
[ 348.776166] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 348.783478] Enabling non-boot CPUs ...
[ 348.788377] Detected PIPT I-cache on CPU1
[ 348.788496] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 348.794244] CPU1 is up
[ 348.808032] Detected PIPT I-cache on CPU2
[ 348.808127] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 348.813777] CPU2 is up
[ 348.827513] Detected PIPT I-cache on CPU3
[ 348.827614] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 348.833645] CPU3 is up
[ 348.847532] Detected VIPT I-cache on CPU4
[ 348.847730] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 348.864231] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 348.883172] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 348.898065] CPU4 is up
[ 348.901030] Detected VIPT I-cache on CPU5
[ 348.901221] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 348.916492] CPU5 is up
[ 348.930402] Detected VIPT I-cache on CPU6
[ 348.930596] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 348.946830] CPU6 is up
[ 348.960685] Detected VIPT I-cache on CPU7
[ 348.960879] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 348.979385] CPU7 is up
[ 349.039471] usb usb7: root hub lost power or was reset
[ 349.044735] usb usb8: root hub lost power or was reset
[ 349.126843] usb usb3: root hub lost power or was reset
[ 349.132399] usb usb1: root hub lost power or was reset
[ 349.214196] usb usb4: root hub lost power or was reset
[ 349.219727] usb usb2: root hub lost power or was reset
[ 349.331197] usb usb6: root hub lost power or was reset
[ 349.336742] usb usb5: root hub lost power or was reset
[ 349.465568] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 349.540870] PM: resume devices took 0.519 seconds
[ 349.545803] OOM killer enabled.
[ 349.549115] Restarting tasks ... done.
[ 349.559655] PM: suspend exit
####### 129
[ 349.633331] ata1: link resume succeeded after 1 retries
[ 349.743815] ata1: SATA link down (SStatus 0 SControl 300)
[ 350.264461] PM: suspend entry (deep)
[ 350.268279] PM: Syncing filesystems ... done.
[ 350.672607] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 350.684075] OOM killer disabled.
[ 350.687474] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 350.889280] PM: suspend devices took 0.190 seconds
[ 350.943111] Disabling non-boot CPUs ...
[ 350.954650] CPU1: shutdown
[ 350.957585] psci: CPU1 killed.
[ 350.970111] CPU2: shutdown
[ 350.973077] psci: CPU2 killed.
[ 350.985371] CPU3: shutdown
[ 350.988277] psci: CPU3 killed.
[ 351.007210] CPU4: shutdown
[ 351.010123] psci: CPU4 killed.
[ 351.025280] CPU5: shutdown
[ 351.028333] psci: CPU5 killed.
[ 351.043577] CPU6: shutdown
[ 351.046464] psci: CPU6 killed.
[ 351.068550] CPU7: shutdown
[ 351.071418] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 351.078501] Enabling non-boot CPUs ...
[ 351.083399] Detected PIPT I-cache on CPU1
[ 351.083519] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 351.089228] CPU1 is up
[ 351.103146] Detected PIPT I-cache on CPU2
[ 351.103240] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 351.108914] CPU2 is up
[ 351.122705] Detected PIPT I-cache on CPU3
[ 351.122808] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 351.128911] CPU3 is up
[ 351.142723] Detected VIPT I-cache on CPU4
[ 351.142921] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 351.159301] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 351.178185] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 351.193657] CPU4 is up
[ 351.196663] Detected VIPT I-cache on CPU5
[ 351.196853] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 351.212097] CPU5 is up
[ 351.225863] Detected VIPT I-cache on CPU6
[ 351.226056] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 351.243026] CPU6 is up
[ 351.256826] Detected VIPT I-cache on CPU7
[ 351.257018] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 351.274141] CPU7 is up
[ 351.333902] usb usb7: root hub lost power or was reset
[ 351.339163] usb usb8: root hub lost power or was reset
[ 351.421622] usb usb3: root hub lost power or was reset
[ 351.427229] usb usb1: root hub lost power or was reset
[ 351.509738] usb usb4: root hub lost power or was reset
[ 351.515475] usb usb2: root hub lost power or was reset
[ 351.629635] usb usb6: root hub lost power or was reset
[ 351.635178] usb usb5: root hub lost power or was reset
[ 351.763502] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 351.842615] PM: resume devices took 0.526 seconds
[ 351.847597] OOM killer enabled.
[ 351.850961] Restarting tasks ... done.
[ 351.861131] PM: suspend exit
####### 130
[ 351.929221] ata1: link resume succeeded after 1 retries
[ 352.039475] ata1: SATA link down (SStatus 0 SControl 300)
[ 352.570040] PM: suspend entry (deep)
[ 352.573807] PM: Syncing filesystems ... done.
[ 352.688437] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 352.699933] OOM killer disabled.
[ 352.703332] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 352.903769] PM: suspend devices took 0.188 seconds
[ 352.958525] Disabling non-boot CPUs ...
[ 352.969679] CPU1: shutdown
[ 352.972593] psci: CPU1 killed.
[ 352.985673] CPU2: shutdown
[ 352.988591] psci: CPU2 killed.
[ 353.000393] CPU3: shutdown
[ 353.003322] psci: CPU3 killed.
[ 353.019341] CPU4: shutdown
[ 353.022228] psci: CPU4 killed.
[ 353.038421] CPU5: shutdown
[ 353.041311] psci: CPU5 killed.
[ 353.056513] CPU6: shutdown
[ 353.059388] psci: CPU6 killed.
[ 353.084185] CPU7: shutdown
[ 353.087179] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 353.093331] Enabling non-boot CPUs ...
[ 353.098240] Detected PIPT I-cache on CPU1
[ 353.098360] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 353.104080] CPU1 is up
[ 353.117996] Detected PIPT I-cache on CPU2
[ 353.118091] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 353.123701] CPU2 is up
[ 353.137501] Detected PIPT I-cache on CPU3
[ 353.137600] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 353.143582] CPU3 is up
[ 353.157425] Detected VIPT I-cache on CPU4
[ 353.157623] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 353.174099] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 353.192985] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 353.207832] CPU4 is up
[ 353.210790] Detected VIPT I-cache on CPU5
[ 353.210981] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 353.226043] CPU5 is up
[ 353.239856] Detected VIPT I-cache on CPU6
[ 353.240049] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 353.256855] CPU6 is up
[ 353.270611] Detected VIPT I-cache on CPU7
[ 353.270806] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 353.290478] CPU7 is up
[ 353.350041] usb usb7: root hub lost power or was reset
[ 353.355306] usb usb8: root hub lost power or was reset
[ 353.437483] usb usb3: root hub lost power or was reset
[ 353.443040] usb usb1: root hub lost power or was reset
[ 353.524950] usb usb4: root hub lost power or was reset
[ 353.530559] usb usb2: root hub lost power or was reset
[ 353.641956] usb usb6: root hub lost power or was reset
[ 353.647503] usb usb5: root hub lost power or was reset
[ 353.776251] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 353.851050] PM: resume devices took 0.519 seconds
[ 353.856049] OOM killer enabled.
[ 353.859376] Restarting tasks ... done.
[ 353.868411] PM: suspend exit
####### 131
[ 353.945096] ata1: link resume succeeded after 1 retries
[ 354.055603] ata1: SATA link down (SStatus 0 SControl 300)
[ 354.576018] PM: suspend entry (deep)
[ 354.579836] PM: Syncing filesystems ... done.
[ 354.694331] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 354.705832] OOM killer disabled.
[ 354.709232] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 354.900558] PM: suspend devices took 0.179 seconds
[ 354.953911] Disabling non-boot CPUs ...
[ 354.965095] CPU1: shutdown
[ 354.968027] psci: CPU1 killed.
[ 354.981386] CPU2: shutdown
[ 354.984302] psci: CPU2 killed.
[ 354.996552] CPU3: shutdown
[ 354.999483] psci: CPU3 killed.
[ 355.017083] CPU4: shutdown
[ 355.019972] psci: CPU4 killed.
[ 355.035365] CPU5: shutdown
[ 355.038254] psci: CPU5 killed.
[ 355.053151] CPU6: shutdown
[ 355.056394] psci: CPU6 killed.
[ 355.081216] CPU7: shutdown
[ 355.084087] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 355.090127] Enabling non-boot CPUs ...
[ 355.095042] Detected PIPT I-cache on CPU1
[ 355.095161] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 355.100869] CPU1 is up
[ 355.114657] Detected PIPT I-cache on CPU2
[ 355.114752] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 355.120452] CPU2 is up
[ 355.134271] Detected PIPT I-cache on CPU3
[ 355.134372] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 355.140425] CPU3 is up
[ 355.154291] Detected VIPT I-cache on CPU4
[ 355.154488] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 355.170945] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 355.189830] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 355.204737] CPU4 is up
[ 355.207698] Detected VIPT I-cache on CPU5
[ 355.207887] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 355.222999] CPU5 is up
[ 355.236949] Detected VIPT I-cache on CPU6
[ 355.237140] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 355.253459] CPU6 is up
[ 355.267349] Detected VIPT I-cache on CPU7
[ 355.267541] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 355.287334] CPU7 is up
[ 355.347086] usb usb7: root hub lost power or was reset
[ 355.352349] usb usb8: root hub lost power or was reset
[ 355.435483] usb usb3: root hub lost power or was reset
[ 355.441086] usb usb1: root hub lost power or was reset
[ 355.523337] usb usb4: root hub lost power or was reset
[ 355.528904] usb usb2: root hub lost power or was reset
[ 355.641494] usb usb6: root hub lost power or was reset
[ 355.647047] usb usb5: root hub lost power or was reset
[ 355.775192] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 355.850564] PM: resume devices took 0.521 seconds
[ 355.855496] OOM killer enabled.
[ 355.858808] Restarting tasks ... done.
[ 355.869771] PM: suspend exit
####### 132
[ 355.944971] ata1: link resume succeeded after 1 retries
[ 356.055277] ata1: SATA link down (SStatus 0 SControl 300)
[ 356.578841] PM: suspend entry (deep)
[ 356.582685] PM: Syncing filesystems ... done.
[ 356.701266] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 356.712755] OOM killer disabled.
[ 356.716148] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 356.917338] PM: suspend devices took 0.189 seconds
[ 356.972093] Disabling non-boot CPUs ...
[ 356.983210] CPU1: shutdown
[ 356.986115] psci: CPU1 killed.
[ 356.999058] CPU2: shutdown
[ 357.001971] psci: CPU2 killed.
[ 357.014703] CPU3: shutdown
[ 357.017587] psci: CPU3 killed.
[ 357.034834] CPU4: shutdown
[ 357.037724] psci: CPU4 killed.
[ 357.053091] CPU5: shutdown
[ 357.056024] psci: CPU5 killed.
[ 357.070217] CPU6: shutdown
[ 357.073088] psci: CPU6 killed.
[ 357.097286] CPU7: shutdown
[ 357.100278] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 357.106860] Enabling non-boot CPUs ...
[ 357.111480] Detected PIPT I-cache on CPU1
[ 357.111599] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 357.117323] CPU1 is up
[ 357.131165] Detected PIPT I-cache on CPU2
[ 357.131259] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 357.137008] CPU2 is up
[ 357.150859] Detected PIPT I-cache on CPU3
[ 357.150959] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 357.156974] CPU3 is up
[ 357.170888] Detected VIPT I-cache on CPU4
[ 357.171085] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 357.187409] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 357.206403] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 357.221379] CPU4 is up
[ 357.224347] Detected VIPT I-cache on CPU5
[ 357.224538] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 357.239477] CPU5 is up
[ 357.253374] Detected VIPT I-cache on CPU6
[ 357.253563] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 357.270664] CPU6 is up
[ 357.284456] Detected VIPT I-cache on CPU7
[ 357.284646] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 357.301819] CPU7 is up
[ 357.361668] usb usb7: root hub lost power or was reset
[ 357.367032] usb usb8: root hub lost power or was reset
[ 357.448390] usb usb3: root hub lost power or was reset
[ 357.454020] usb usb1: root hub lost power or was reset
[ 357.535747] usb usb4: root hub lost power or was reset
[ 357.541278] usb usb2: root hub lost power or was reset
[ 357.652717] usb usb6: root hub lost power or was reset
[ 357.658248] usb usb5: root hub lost power or was reset
[ 357.786990] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 357.862474] PM: resume devices took 0.519 seconds
[ 357.867477] OOM killer enabled.
[ 357.870856] Restarting tasks ... done.
[ 357.881047] PM: suspend exit
####### 133
[ 357.952842] ata1: link resume succeeded after 1 retries
[ 358.063130] ata1: SATA link down (SStatus 0 SControl 300)
[ 358.592864] PM: suspend entry (deep)
[ 358.596631] PM: Syncing filesystems ... done.
[ 358.708571] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 358.720047] OOM killer disabled.
[ 358.723448] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 358.927657] PM: suspend devices took 0.193 seconds
[ 358.981785] Disabling non-boot CPUs ...
[ 358.993096] CPU1: shutdown
[ 358.996037] psci: CPU1 killed.
[ 359.009183] CPU2: shutdown
[ 359.012093] psci: CPU2 killed.
[ 359.024401] CPU3: shutdown
[ 359.027348] psci: CPU3 killed.
[ 359.043038] CPU4: shutdown
[ 359.047251] psci: CPU4 killed.
[ 359.063007] CPU5: shutdown
[ 359.065892] psci: CPU5 killed.
[ 359.081794] CPU6: shutdown
[ 359.084695] psci: CPU6 killed.
[ 359.108301] CPU7: shutdown
[ 359.111173] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 359.118153] Enabling non-boot CPUs ...
[ 359.123000] Detected PIPT I-cache on CPU1
[ 359.123119] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 359.128846] CPU1 is up
[ 359.142708] Detected PIPT I-cache on CPU2
[ 359.142802] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 359.148553] CPU2 is up
[ 359.162346] Detected PIPT I-cache on CPU3
[ 359.162447] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 359.168544] CPU3 is up
[ 359.182922] Detected VIPT I-cache on CPU4
[ 359.183120] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 359.199655] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 359.218595] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 359.233437] CPU4 is up
[ 359.236409] Detected VIPT I-cache on CPU5
[ 359.236599] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 359.251811] CPU5 is up
[ 359.265749] Detected VIPT I-cache on CPU6
[ 359.265942] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 359.282218] CPU6 is up
[ 359.296090] Detected VIPT I-cache on CPU7
[ 359.296285] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 359.314796] CPU7 is up
[ 359.375393] usb usb7: root hub lost power or was reset
[ 359.380755] usb usb8: root hub lost power or was reset
[ 359.462279] usb usb3: root hub lost power or was reset
[ 359.467829] usb usb1: root hub lost power or was reset
[ 359.549529] usb usb4: root hub lost power or was reset
[ 359.555051] usb usb2: root hub lost power or was reset
[ 359.666597] usb usb6: root hub lost power or was reset
[ 359.672137] usb usb5: root hub lost power or was reset
[ 359.800992] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 359.876452] PM: resume devices took 0.520 seconds
[ 359.881440] OOM killer enabled.
[ 359.884751] Restarting tasks ... done.
[ 359.894801] PM: suspend exit
####### 134
[ 359.968726] ata1: link resume succeeded after 1 retries
[ 360.078821] ata1: SATA link down (SStatus 0 SControl 300)
[ 360.604754] PM: suspend entry (deep)
[ 360.608562] PM: Syncing filesystems ... done.
[ 360.721961] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 360.733451] OOM killer disabled.
[ 360.736852] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 360.943539] PM: suspend devices took 0.195 seconds
[ 360.998493] Disabling non-boot CPUs ...
[ 361.009637] CPU1: shutdown
[ 361.012552] psci: CPU1 killed.
[ 361.025427] CPU2: shutdown
[ 361.028325] psci: CPU2 killed.
[ 361.040840] CPU3: shutdown
[ 361.043728] psci: CPU3 killed.
[ 361.059809] CPU4: shutdown
[ 361.062684] psci: CPU4 killed.
[ 361.079297] CPU5: shutdown
[ 361.082350] psci: CPU5 killed.
[ 361.098748] CPU6: shutdown
[ 361.101622] psci: CPU6 killed.
[ 361.124712] CPU7: shutdown
[ 361.127705] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 361.134574] Enabling non-boot CPUs ...
[ 361.139202] Detected PIPT I-cache on CPU1
[ 361.139320] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 361.145041] CPU1 is up
[ 361.158918] Detected PIPT I-cache on CPU2
[ 361.159011] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 361.164751] CPU2 is up
[ 361.178611] Detected PIPT I-cache on CPU3
[ 361.178711] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 361.184741] CPU3 is up
[ 361.198652] Detected VIPT I-cache on CPU4
[ 361.198848] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 361.215237] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 361.234239] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 361.249344] CPU4 is up
[ 361.252313] Detected VIPT I-cache on CPU5
[ 361.252501] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 361.267673] CPU5 is up
[ 361.281618] Detected VIPT I-cache on CPU6
[ 361.281808] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 361.298136] CPU6 is up
[ 361.311979] Detected VIPT I-cache on CPU7
[ 361.312172] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 361.330746] CPU7 is up
[ 361.390392] usb usb7: root hub lost power or was reset
[ 361.395654] usb usb8: root hub lost power or was reset
[ 361.478014] usb usb3: root hub lost power or was reset
[ 361.483615] usb usb1: root hub lost power or was reset
[ 361.565471] usb usb4: root hub lost power or was reset
[ 361.571011] usb usb2: root hub lost power or was reset
[ 361.682484] usb usb6: root hub lost power or was reset
[ 361.688033] usb usb5: root hub lost power or was reset
[ 361.815835] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 361.891479] PM: resume devices took 0.519 seconds
[ 361.896417] OOM killer enabled.
[ 361.899721] Restarting tasks ... done.
[ 361.909465] PM: suspend exit
####### 135
[ 361.984599] ata1: link resume succeeded after 1 retries
[ 362.094905] ata1: SATA link down (SStatus 0 SControl 300)
[ 362.616130] PM: suspend entry (deep)
[ 362.619929] PM: Syncing filesystems ... done.
[ 362.742505] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 362.753895] OOM killer disabled.
[ 362.757332] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 362.957870] PM: suspend devices took 0.188 seconds
[ 363.011551] Disabling non-boot CPUs ...
[ 363.022698] CPU1: shutdown
[ 363.025613] psci: CPU1 killed.
[ 363.038179] CPU2: shutdown
[ 363.041081] psci: CPU2 killed.
[ 363.053496] CPU3: shutdown
[ 363.056379] psci: CPU3 killed.
[ 363.074677] CPU4: shutdown
[ 363.077565] psci: CPU4 killed.
[ 363.093657] CPU5: shutdown
[ 363.096532] psci: CPU5 killed.
[ 363.111782] CPU6: shutdown
[ 363.114655] psci: CPU6 killed.
[ 363.139828] CPU7: shutdown
[ 363.142819] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055631] NOTICE: BL2: DRAM Split is 4ch
[ 0.058330] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063782] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069208] NOTICE: BL2: Lossy Decomp areas
[ 0.073388] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080484] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087407] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094333] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100128] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105324] NOTICE: BL2: Normal boot
[ 0.108961] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 363.149692] Enabling non-boot CPUs ...
[ 363.154527] Detected PIPT I-cache on CPU1
[ 363.154645] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 363.160369] CPU1 is up
[ 363.174160] Detected PIPT I-cache on CPU2
[ 363.174254] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 363.179906] CPU2 is up
[ 363.193640] Detected PIPT I-cache on CPU3
[ 363.193740] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 363.199846] CPU3 is up
[ 363.213687] Detected VIPT I-cache on CPU4
[ 363.213884] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 363.230446] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 363.249330] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 363.264226] CPU4 is up
[ 363.267199] Detected VIPT I-cache on CPU5
[ 363.267389] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 363.282493] CPU5 is up
[ 363.296445] Detected VIPT I-cache on CPU6
[ 363.296639] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 363.313243] CPU6 is up
[ 363.327000] Detected VIPT I-cache on CPU7
[ 363.327193] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 363.345234] CPU7 is up
[ 363.405963] usb usb7: root hub lost power or was reset
[ 363.411226] usb usb8: root hub lost power or was reset
[ 363.492959] usb usb3: root hub lost power or was reset
[ 363.498513] usb usb1: root hub lost power or was reset
[ 363.580846] usb usb4: root hub lost power or was reset
[ 363.586401] usb usb2: root hub lost power or was reset
[ 363.699003] usb usb6: root hub lost power or was reset
[ 363.704557] usb usb5: root hub lost power or was reset
[ 363.832699] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 363.908344] PM: resume devices took 0.521 seconds
[ 363.913272] OOM killer enabled.
[ 363.916582] Restarting tasks ... done.
[ 363.927027] PM: suspend exit
####### 136
[ 364.008476] ata1: link resume succeeded after 1 retries
[ 364.118778] ata1: SATA link down (SStatus 0 SControl 300)
[ 364.640360] PM: suspend entry (deep)
[ 364.644193] PM: Syncing filesystems ... done.
[ 364.755882] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 364.767404] OOM killer disabled.
[ 364.770802] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 364.973233] PM: suspend devices took 0.191 seconds
[ 365.027444] Disabling non-boot CPUs ...
[ 365.038688] CPU1: shutdown
[ 365.041623] psci: CPU1 killed.
[ 365.054480] CPU2: shutdown
[ 365.057385] psci: CPU2 killed.
[ 365.068960] CPU3: shutdown
[ 365.071867] psci: CPU3 killed.
[ 365.089616] CPU4: shutdown
[ 365.092506] psci: CPU4 killed.
[ 365.108599] CPU5: shutdown
[ 365.111486] psci: CPU5 killed.
[ 365.126492] CPU6: shutdown
[ 365.129365] psci: CPU6 killed.
[ 365.153739] CPU7: shutdown
[ 365.156609] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 365.162885] Enabling non-boot CPUs ...
[ 365.167612] Detected PIPT I-cache on CPU1
[ 365.167732] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 365.173432] CPU1 is up
[ 365.187337] Detected PIPT I-cache on CPU2
[ 365.187431] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 365.193194] CPU2 is up
[ 365.206989] Detected PIPT I-cache on CPU3
[ 365.207091] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 365.213061] CPU3 is up
[ 365.226883] Detected VIPT I-cache on CPU4
[ 365.227080] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 365.243492] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 365.262382] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 365.277829] CPU4 is up
[ 365.280824] Detected VIPT I-cache on CPU5
[ 365.281013] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 365.296333] CPU5 is up
[ 365.310100] Detected VIPT I-cache on CPU6
[ 365.310294] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 365.327235] CPU6 is up
[ 365.340990] Detected VIPT I-cache on CPU7
[ 365.341182] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 365.358274] CPU7 is up
[ 365.417492] usb usb7: root hub lost power or was reset
[ 365.422754] usb usb8: root hub lost power or was reset
[ 365.517820] usb usb3: root hub lost power or was reset
[ 365.523367] usb usb1: root hub lost power or was reset
[ 365.605222] usb usb4: root hub lost power or was reset
[ 365.610759] usb usb2: root hub lost power or was reset
[ 365.724229] usb usb6: root hub lost power or was reset
[ 365.729824] usb usb5: root hub lost power or was reset
[ 365.858602] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 365.934233] PM: resume devices took 0.535 seconds
[ 365.939165] OOM killer enabled.
[ 365.942476] Restarting tasks ... done.
[ 365.953305] PM: suspend exit
####### 137
[ 366.024353] ata1: link resume succeeded after 1 retries
[ 366.134845] ata1: SATA link down (SStatus 0 SControl 300)
[ 366.660556] PM: suspend entry (deep)
[ 366.664327] PM: Syncing filesystems ... done.
[ 366.775601] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 366.787079] OOM killer disabled.
[ 366.790480] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 367.000256] PM: suspend devices took 0.198 seconds
[ 367.054104] Disabling non-boot CPUs ...
[ 367.065331] CPU1: shutdown
[ 367.068243] psci: CPU1 killed.
[ 367.080793] CPU2: shutdown
[ 367.083709] psci: CPU2 killed.
[ 367.095806] CPU3: shutdown
[ 367.098739] psci: CPU3 killed.
[ 367.116926] CPU4: shutdown
[ 367.119832] psci: CPU4 killed.
[ 367.134708] CPU5: shutdown
[ 367.137581] psci: CPU5 killed.
[ 367.152659] CPU6: shutdown
[ 367.155689] psci: CPU6 killed.
[ 367.180617] CPU7: shutdown
[ 367.183490] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063762] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105304] NOTICE: BL2: Normal boot
[ 0.108941] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 367.190328] Enabling non-boot CPUs ...
[ 367.194989] Detected PIPT I-cache on CPU1
[ 367.195107] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 367.200770] CPU1 is up
[ 367.214597] Detected PIPT I-cache on CPU2
[ 367.214691] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 367.220412] CPU2 is up
[ 367.234261] Detected PIPT I-cache on CPU3
[ 367.234360] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 367.240460] CPU3 is up
[ 367.254387] Detected VIPT I-cache on CPU4
[ 367.254585] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 367.271053] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 367.290062] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 367.304941] CPU4 is up
[ 367.307896] Detected VIPT I-cache on CPU5
[ 367.308087] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 367.323280] CPU5 is up
[ 367.337227] Detected VIPT I-cache on CPU6
[ 367.337418] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 367.353792] CPU6 is up
[ 367.367596] Detected VIPT I-cache on CPU7
[ 367.367789] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 367.387559] CPU7 is up
[ 367.447556] usb usb7: root hub lost power or was reset
[ 367.452818] usb usb8: root hub lost power or was reset
[ 367.547676] usb usb3: root hub lost power or was reset
[ 367.553228] usb usb1: root hub lost power or was reset
[ 367.635103] usb usb4: root hub lost power or was reset
[ 367.640853] usb usb2: root hub lost power or was reset
[ 367.752040] usb usb6: root hub lost power or was reset
[ 367.757644] usb usb5: root hub lost power or was reset
[ 367.886455] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 367.961697] PM: resume devices took 0.532 seconds
[ 367.966629] OOM killer enabled.
[ 367.969982] Restarting tasks ... done.
[ 367.980053] PM: suspend exit
####### 138
[ 368.056236] ata1: link resume succeeded after 1 retries
[ 368.166739] ata1: SATA link down (SStatus 0 SControl 300)
[ 368.688178] PM: suspend entry (deep)
[ 368.691982] PM: Syncing filesystems ... done.
[ 368.805588] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 368.817035] OOM killer disabled.
[ 368.820436] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 369.026578] PM: suspend devices took 0.194 seconds
[ 369.080720] Disabling non-boot CPUs ...
[ 369.092571] CPU1: shutdown
[ 369.095503] psci: CPU1 killed.
[ 369.107788] CPU2: shutdown
[ 369.110703] psci: CPU2 killed.
[ 369.121818] CPU3: shutdown
[ 369.124724] psci: CPU3 killed.
[ 369.142363] CPU4: shutdown
[ 369.145251] psci: CPU4 killed.
[ 369.160584] CPU5: shutdown
[ 369.163484] psci: CPU5 killed.
[ 369.179315] CPU6: shutdown
[ 369.182328] psci: CPU6 killed.
[ 369.205369] CPU7: shutdown
[ 369.208362] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 369.215111] Enabling non-boot CPUs ...
[ 369.219730] Detected PIPT I-cache on CPU1
[ 369.219848] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 369.225565] CPU1 is up
[ 369.239450] Detected PIPT I-cache on CPU2
[ 369.239546] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 369.245312] CPU2 is up
[ 369.259160] Detected PIPT I-cache on CPU3
[ 369.259261] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 369.265273] CPU3 is up
[ 369.279197] Detected VIPT I-cache on CPU4
[ 369.279395] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 369.296117] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 369.314999] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 369.330658] CPU4 is up
[ 369.333657] Detected VIPT I-cache on CPU5
[ 369.333848] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 369.349035] CPU5 is up
[ 369.362791] Detected VIPT I-cache on CPU6
[ 369.362983] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 369.380013] CPU6 is up
[ 369.393780] Detected VIPT I-cache on CPU7
[ 369.393974] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 369.413719] CPU7 is up
[ 369.473440] usb usb7: root hub lost power or was reset
[ 369.478702] usb usb8: root hub lost power or was reset
[ 369.561508] usb usb3: root hub lost power or was reset
[ 369.567061] usb usb1: root hub lost power or was reset
[ 369.649546] usb usb4: root hub lost power or was reset
[ 369.655302] usb usb2: root hub lost power or was reset
[ 369.767504] usb usb6: root hub lost power or was reset
[ 369.773041] usb usb5: root hub lost power or was reset
[ 369.901329] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 369.976088] PM: resume devices took 0.521 seconds
[ 369.981089] OOM killer enabled.
[ 369.984406] Restarting tasks ... done.
[ 369.993461] PM: suspend exit
####### 139
[ 370.072132] ata1: link resume succeeded after 1 retries
[ 370.182944] ata1: SATA link down (SStatus 0 SControl 300)
[ 370.703662] PM: suspend entry (deep)
[ 370.707458] PM: Syncing filesystems ... done.
[ 370.818435] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 370.829865] OOM killer disabled.
[ 370.833264] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 371.024502] PM: suspend devices took 0.179 seconds
[ 371.079398] Disabling non-boot CPUs ...
[ 371.090890] CPU1: shutdown
[ 371.093888] psci: CPU1 killed.
[ 371.106705] CPU2: shutdown
[ 371.109623] psci: CPU2 killed.
[ 371.121906] CPU3: shutdown
[ 371.124842] psci: CPU3 killed.
[ 371.142077] CPU4: shutdown
[ 371.144964] psci: CPU4 killed.
[ 371.160433] CPU5: shutdown
[ 371.163323] psci: CPU5 killed.
[ 371.179401] CPU6: shutdown
[ 371.182426] psci: CPU6 killed.
[ 371.206635] CPU7: shutdown
[ 371.209639] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 371.216055] Enabling non-boot CPUs ...
[ 371.220709] Detected PIPT I-cache on CPU1
[ 371.220828] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 371.226494] CPU1 is up
[ 371.240325] Detected PIPT I-cache on CPU2
[ 371.240420] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 371.246196] CPU2 is up
[ 371.260011] Detected PIPT I-cache on CPU3
[ 371.260112] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 371.266178] CPU3 is up
[ 371.280070] Detected VIPT I-cache on CPU4
[ 371.280268] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 371.296864] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 371.315854] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 371.330767] CPU4 is up
[ 371.333726] Detected VIPT I-cache on CPU5
[ 371.333916] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 371.349030] CPU5 is up
[ 371.362954] Detected VIPT I-cache on CPU6
[ 371.363146] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 371.379783] CPU6 is up
[ 371.393598] Detected VIPT I-cache on CPU7
[ 371.393791] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 371.413558] CPU7 is up
[ 371.472901] usb usb7: root hub lost power or was reset
[ 371.478164] usb usb8: root hub lost power or was reset
[ 371.560399] usb usb3: root hub lost power or was reset
[ 371.565951] usb usb1: root hub lost power or was reset
[ 371.648518] usb usb4: root hub lost power or was reset
[ 371.654041] usb usb2: root hub lost power or was reset
[ 371.766444] usb usb6: root hub lost power or was reset
[ 371.772000] usb usb5: root hub lost power or was reset
[ 371.900144] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 371.975572] PM: resume devices took 0.520 seconds
[ 371.980503] OOM killer enabled.
[ 371.983813] Restarting tasks ... done.
[ 371.993534] PM: suspend exit
####### 140
[ 372.071983] ata1: link resume succeeded after 1 retries
[ 372.182803] ata1: SATA link down (SStatus 0 SControl 300)
[ 372.707023] PM: suspend entry (deep)
[ 372.710801] PM: Syncing filesystems ... done.
[ 372.822336] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 372.833787] OOM killer disabled.
[ 372.837188] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 373.057977] PM: suspend devices took 0.209 seconds
[ 373.112814] Disabling non-boot CPUs ...
[ 373.123900] CPU1: shutdown
[ 373.126816] psci: CPU1 killed.
[ 373.138819] CPU2: shutdown
[ 373.141755] psci: CPU2 killed.
[ 373.154591] CPU3: shutdown
[ 373.157524] psci: CPU3 killed.
[ 373.173252] CPU4: shutdown
[ 373.177316] psci: CPU4 killed.
[ 373.193285] CPU5: shutdown
[ 373.196198] psci: CPU5 killed.
[ 373.212177] CPU6: shutdown
[ 373.215051] psci: CPU6 killed.
[ 373.238550] CPU7: shutdown
[ 373.241541] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 373.248136] Enabling non-boot CPUs ...
[ 373.252996] Detected PIPT I-cache on CPU1
[ 373.253115] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 373.258854] CPU1 is up
[ 373.272721] Detected PIPT I-cache on CPU2
[ 373.272813] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 373.278445] CPU2 is up
[ 373.292186] Detected PIPT I-cache on CPU3
[ 373.292288] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 373.298319] CPU3 is up
[ 373.312217] Detected VIPT I-cache on CPU4
[ 373.312415] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 373.329072] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 373.347959] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 373.363279] CPU4 is up
[ 373.366285] Detected VIPT I-cache on CPU5
[ 373.366476] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 373.381672] CPU5 is up
[ 373.395500] Detected VIPT I-cache on CPU6
[ 373.395693] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 373.411862] CPU6 is up
[ 373.425751] Detected VIPT I-cache on CPU7
[ 373.425948] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 373.442993] CPU7 is up
[ 373.502515] usb usb7: root hub lost power or was reset
[ 373.507777] usb usb8: root hub lost power or was reset
[ 373.590267] usb usb3: root hub lost power or was reset
[ 373.595825] usb usb1: root hub lost power or was reset
[ 373.677746] usb usb4: root hub lost power or was reset
[ 373.683280] usb usb2: root hub lost power or was reset
[ 373.794739] usb usb6: root hub lost power or was reset
[ 373.800359] usb usb5: root hub lost power or was reset
[ 373.929029] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 374.004352] PM: resume devices took 0.519 seconds
[ 374.009280] OOM killer enabled.
[ 374.012589] Restarting tasks ... done.
[ 374.021804] PM: suspend exit
####### 141
[ 374.095866] ata1: link resume succeeded after 1 retries
[ 374.206735] ata1: SATA link down (SStatus 0 SControl 300)
[ 374.731825] PM: suspend entry (deep)
[ 374.735636] PM: Syncing filesystems ... done.
[ 374.849087] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 374.860636] OOM killer disabled.
[ 374.864035] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 375.068607] PM: suspend devices took 0.193 seconds
[ 375.122465] Disabling non-boot CPUs ...
[ 375.134190] CPU1: shutdown
[ 375.137109] psci: CPU1 killed.
[ 375.149274] CPU2: shutdown
[ 375.152190] psci: CPU2 killed.
[ 375.164409] CPU3: shutdown
[ 375.167311] psci: CPU3 killed.
[ 375.184860] CPU4: shutdown
[ 375.187748] psci: CPU4 killed.
[ 375.203003] CPU5: shutdown
[ 375.205888] psci: CPU5 killed.
[ 375.220641] CPU6: shutdown
[ 375.223737] psci: CPU6 killed.
[ 375.247067] CPU7: shutdown
[ 375.250062] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 375.257008] Enabling non-boot CPUs ...
[ 375.262008] Detected PIPT I-cache on CPU1
[ 375.262128] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 375.267893] CPU1 is up
[ 375.281754] Detected PIPT I-cache on CPU2
[ 375.281846] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 375.287593] CPU2 is up
[ 375.301355] Detected PIPT I-cache on CPU3
[ 375.301459] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 375.307584] CPU3 is up
[ 375.321443] Detected VIPT I-cache on CPU4
[ 375.321639] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 375.338200] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 375.357087] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 375.372205] CPU4 is up
[ 375.375179] Detected VIPT I-cache on CPU5
[ 375.375369] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 375.390687] CPU5 is up
[ 375.404505] Detected VIPT I-cache on CPU6
[ 375.404698] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 375.421369] CPU6 is up
[ 375.435249] Detected VIPT I-cache on CPU7
[ 375.435444] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 375.455153] CPU7 is up
[ 375.514771] usb usb7: root hub lost power or was reset
[ 375.520033] usb usb8: root hub lost power or was reset
[ 375.615161] usb usb3: root hub lost power or was reset
[ 375.620720] usb usb1: root hub lost power or was reset
[ 375.702609] usb usb4: root hub lost power or was reset
[ 375.708191] usb usb2: root hub lost power or was reset
[ 375.819989] usb usb6: root hub lost power or was reset
[ 375.825613] usb usb5: root hub lost power or was reset
[ 375.954975] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 376.030527] PM: resume devices took 0.534 seconds
[ 376.035497] OOM killer enabled.
[ 376.038808] Restarting tasks ... done.
[ 376.049162] PM: suspend exit
####### 142
[ 376.127745] ata1: link resume succeeded after 1 retries
[ 376.238291] ata1: SATA link down (SStatus 0 SControl 300)
[ 376.771162] PM: suspend entry (deep)
[ 376.774944] PM: Syncing filesystems ... done.
[ 376.886826] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 376.898303] OOM killer disabled.
[ 376.901705] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 377.095274] PM: suspend devices took 0.181 seconds
[ 377.149370] Disabling non-boot CPUs ...
[ 377.160692] CPU1: shutdown
[ 377.163638] psci: CPU1 killed.
[ 377.175902] CPU2: shutdown
[ 377.178802] psci: CPU2 killed.
[ 377.191930] CPU3: shutdown
[ 377.194862] psci: CPU3 killed.
[ 377.211732] CPU4: shutdown
[ 377.214621] psci: CPU4 killed.
[ 377.230005] CPU5: shutdown
[ 377.232892] psci: CPU5 killed.
[ 377.248144] CPU6: shutdown
[ 377.251057] psci: CPU6 killed.
[ 377.276666] CPU7: shutdown
[ 377.279662] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055634] NOTICE: BL2: DRAM Split is 4ch
[ 0.058333] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063785] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069211] NOTICE: BL2: Lossy Decomp areas
[ 0.073391] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080487] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087410] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094336] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100131] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105327] NOTICE: BL2: Normal boot
[ 0.108964] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 377.285701] Enabling non-boot CPUs ...
[ 377.290315] Detected PIPT I-cache on CPU1
[ 377.290436] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 377.296135] CPU1 is up
[ 377.309959] Detected PIPT I-cache on CPU2
[ 377.310056] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 377.315810] CPU2 is up
[ 377.329626] Detected PIPT I-cache on CPU3
[ 377.329727] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 377.335762] CPU3 is up
[ 377.349717] Detected VIPT I-cache on CPU4
[ 377.349915] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 377.366486] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 377.385471] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 377.401041] CPU4 is up
[ 377.404051] Detected VIPT I-cache on CPU5
[ 377.404242] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 377.419439] CPU5 is up
[ 377.433240] Detected VIPT I-cache on CPU6
[ 377.433435] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 377.450508] CPU6 is up
[ 377.464263] Detected VIPT I-cache on CPU7
[ 377.464457] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 377.481546] CPU7 is up
[ 377.541239] usb usb7: root hub lost power or was reset
[ 377.546504] usb usb8: root hub lost power or was reset
[ 377.629012] usb usb3: root hub lost power or was reset
[ 377.634630] usb usb1: root hub lost power or was reset
[ 377.716931] usb usb4: root hub lost power or was reset
[ 377.722527] usb usb2: root hub lost power or was reset
[ 377.837008] usb usb6: root hub lost power or was reset
[ 377.842622] usb usb5: root hub lost power or was reset
[ 377.970802] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 378.045607] PM: resume devices took 0.522 seconds
[ 378.050603] OOM killer enabled.
[ 378.053917] Restarting tasks ... done.
[ 378.062508] PM: suspend exit
####### 143
[ 378.135607] ata1: link resume succeeded after 1 retries
[ 378.246395] ata1: SATA link down (SStatus 0 SControl 300)
[ 378.773813] PM: suspend entry (deep)
[ 378.777595] PM: Syncing filesystems ... done.
[ 378.888658] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 378.900096] OOM killer disabled.
[ 378.903497] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 379.093249] PM: suspend devices took 0.177 seconds
[ 379.146964] Disabling non-boot CPUs ...
[ 379.158957] CPU1: shutdown
[ 379.161893] psci: CPU1 killed.
[ 379.174228] CPU2: shutdown
[ 379.177143] psci: CPU2 killed.
[ 379.189040] CPU3: shutdown
[ 379.191937] psci: CPU3 killed.
[ 379.210588] CPU4: shutdown
[ 379.213522] psci: CPU4 killed.
[ 379.229362] CPU5: shutdown
[ 379.232420] psci: CPU5 killed.
[ 379.247740] CPU6: shutdown
[ 379.250613] psci: CPU6 killed.
[ 379.274403] CPU7: shutdown
[ 379.277506] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 379.284107] Enabling non-boot CPUs ...
[ 379.288833] Detected PIPT I-cache on CPU1
[ 379.288951] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 379.294732] CPU1 is up
[ 379.308629] Detected PIPT I-cache on CPU2
[ 379.308724] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 379.314528] CPU2 is up
[ 379.328252] Detected PIPT I-cache on CPU3
[ 379.328353] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 379.334505] CPU3 is up
[ 379.348318] Detected VIPT I-cache on CPU4
[ 379.348514] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 379.364907] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 379.383850] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 379.398937] CPU4 is up
[ 379.401909] Detected VIPT I-cache on CPU5
[ 379.402099] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 379.417410] CPU5 is up
[ 379.431243] Detected VIPT I-cache on CPU6
[ 379.431435] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 379.448323] CPU6 is up
[ 379.462117] Detected VIPT I-cache on CPU7
[ 379.462309] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 379.482077] CPU7 is up
[ 379.541777] usb usb7: root hub lost power or was reset
[ 379.547039] usb usb8: root hub lost power or was reset
[ 379.629931] usb usb3: root hub lost power or was reset
[ 379.635540] usb usb1: root hub lost power or was reset
[ 379.717377] usb usb4: root hub lost power or was reset
[ 379.722973] usb usb2: root hub lost power or was reset
[ 379.834383] usb usb6: root hub lost power or was reset
[ 379.840131] usb usb5: root hub lost power or was reset
[ 379.968701] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 380.043483] PM: resume devices took 0.520 seconds
[ 380.048486] OOM killer enabled.
[ 380.051792] Restarting tasks ... done.
[ 380.060110] PM: suspend exit
####### 144
[ 380.143490] ata1: link resume succeeded after 1 retries
[ 380.253784] ata1: SATA link down (SStatus 0 SControl 300)
[ 380.777341] PM: suspend entry (deep)
[ 380.781110] PM: Syncing filesystems ... done.
[ 380.893985] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 380.905505] OOM killer disabled.
[ 380.908907] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 381.110735] PM: suspend devices took 0.190 seconds
[ 381.164717] Disabling non-boot CPUs ...
[ 381.176049] CPU1: shutdown
[ 381.178958] psci: CPU1 killed.
[ 381.191657] CPU2: shutdown
[ 381.194563] psci: CPU2 killed.
[ 381.206731] CPU3: shutdown
[ 381.209627] psci: CPU3 killed.
[ 381.227401] CPU4: shutdown
[ 381.230300] psci: CPU4 killed.
[ 381.245308] CPU5: shutdown
[ 381.248225] psci: CPU5 killed.
[ 381.263550] CPU6: shutdown
[ 381.266423] psci: CPU6 killed.
[ 381.291251] CPU7: shutdown
[ 381.294319] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055605] NOTICE: BL2: DRAM Split is 4ch
[ 0.058303] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063755] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069182] NOTICE: BL2: Lossy Decomp areas
[ 0.073362] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080458] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087381] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094307] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100102] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105297] NOTICE: BL2: Normal boot
[ 0.108934] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 381.300649] Enabling non-boot CPUs ...
[ 381.305551] Detected PIPT I-cache on CPU1
[ 381.305671] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 381.311329] CPU1 is up
[ 381.325119] Detected PIPT I-cache on CPU2
[ 381.325214] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 381.330901] CPU2 is up
[ 381.344678] Detected PIPT I-cache on CPU3
[ 381.344780] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 381.350829] CPU3 is up
[ 381.364719] Detected VIPT I-cache on CPU4
[ 381.364918] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 381.381529] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 381.400415] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 381.415915] CPU4 is up
[ 381.418918] Detected VIPT I-cache on CPU5
[ 381.419109] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 381.434250] CPU5 is up
[ 381.448012] Detected VIPT I-cache on CPU6
[ 381.448205] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 381.465216] CPU6 is up
[ 381.479041] Detected VIPT I-cache on CPU7
[ 381.479236] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 381.496486] CPU7 is up
[ 381.557224] usb usb7: root hub lost power or was reset
[ 381.562586] usb usb8: root hub lost power or was reset
[ 381.643822] usb usb3: root hub lost power or was reset
[ 381.649371] usb usb1: root hub lost power or was reset
[ 381.731766] usb usb4: root hub lost power or was reset
[ 381.737299] usb usb2: root hub lost power or was reset
[ 381.849846] usb usb6: root hub lost power or was reset
[ 381.855407] usb usb5: root hub lost power or was reset
[ 381.983594] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 382.058844] PM: resume devices took 0.520 seconds
[ 382.063776] OOM killer enabled.
[ 382.067132] Restarting tasks ... done.
[ 382.076710] PM: suspend exit
####### 145
[ 382.151208] ata1: link resume succeeded after 1 retries
[ 382.259627] ata1: SATA link down (SStatus 0 SControl 300)
[ 382.792284] PM: suspend entry (deep)
[ 382.796120] PM: Syncing filesystems ... done.
[ 382.910697] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 382.922290] OOM killer disabled.
[ 382.925694] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 383.123703] PM: suspend devices took 0.186 seconds
[ 383.178151] Disabling non-boot CPUs ...
[ 383.189251] CPU1: shutdown
[ 383.192191] psci: CPU1 killed.
[ 383.204827] CPU2: shutdown
[ 383.207753] psci: CPU2 killed.
[ 383.219877] CPU3: shutdown
[ 383.222813] psci: CPU3 killed.
[ 383.240445] CPU4: shutdown
[ 383.243334] psci: CPU4 killed.
[ 383.262673] CPU5: shutdown
[ 383.265546] psci: CPU5 killed.
[ 383.280709] CPU6: shutdown
[ 383.283716] psci: CPU6 killed.
[ 383.307637] CPU7: shutdown
[ 383.310509] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 383.317221] Enabling non-boot CPUs ...
[ 383.321840] Detected PIPT I-cache on CPU1
[ 383.321959] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 383.327647] CPU1 is up
[ 383.341425] Detected PIPT I-cache on CPU2
[ 383.341521] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 383.347336] CPU2 is up
[ 383.361186] Detected PIPT I-cache on CPU3
[ 383.361288] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 383.367334] CPU3 is up
[ 383.381232] Detected VIPT I-cache on CPU4
[ 383.381429] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 383.397893] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 383.416897] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 383.432039] CPU4 is up
[ 383.435004] Detected VIPT I-cache on CPU5
[ 383.435194] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 383.450406] CPU5 is up
[ 383.464305] Detected VIPT I-cache on CPU6
[ 383.464497] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 383.480818] CPU6 is up
[ 383.494635] Detected VIPT I-cache on CPU7
[ 383.494829] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 383.513042] CPU7 is up
[ 383.573567] usb usb7: root hub lost power or was reset
[ 383.578928] usb usb8: root hub lost power or was reset
[ 383.660674] usb usb3: root hub lost power or was reset
[ 383.666304] usb usb1: root hub lost power or was reset
[ 383.748696] usb usb4: root hub lost power or was reset
[ 383.754290] usb usb2: root hub lost power or was reset
[ 383.866868] usb usb6: root hub lost power or was reset
[ 383.872400] usb usb5: root hub lost power or was reset
[ 384.000543] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 384.076044] PM: resume devices took 0.521 seconds
[ 384.081017] OOM killer enabled.
[ 384.084327] Restarting tasks ... done.
[ 384.094220] PM: suspend exit
####### 146
[ 384.167130] ata1: link resume succeeded after 1 retries
[ 384.275716] ata1: SATA link down (SStatus 0 SControl 300)
[ 384.805484] PM: suspend entry (deep)
[ 384.809270] PM: Syncing filesystems ... done.
[ 384.925522] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 384.937004] OOM killer disabled.
[ 384.940405] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 385.139783] PM: suspend devices took 0.187 seconds
[ 385.194058] Disabling non-boot CPUs ...
[ 385.205241] CPU1: shutdown
[ 385.208153] psci: CPU1 killed.
[ 385.220850] CPU2: shutdown
[ 385.223767] psci: CPU2 killed.
[ 385.235850] CPU3: shutdown
[ 385.238759] psci: CPU3 killed.
[ 385.255682] CPU4: shutdown
[ 385.258599] psci: CPU4 killed.
[ 385.274252] CPU5: shutdown
[ 385.277139] psci: CPU5 killed.
[ 385.292548] CPU6: shutdown
[ 385.295435] psci: CPU6 killed.
[ 385.320694] CPU7: shutdown
[ 385.323688] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 385.329699] Enabling non-boot CPUs ...
[ 385.334428] Detected PIPT I-cache on CPU1
[ 385.334547] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 385.340312] CPU1 is up
[ 385.354216] Detected PIPT I-cache on CPU2
[ 385.354311] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 385.360106] CPU2 is up
[ 385.373856] Detected PIPT I-cache on CPU3
[ 385.373958] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 385.379968] CPU3 is up
[ 385.393817] Detected VIPT I-cache on CPU4
[ 385.394013] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 385.410413] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 385.429296] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 385.444462] CPU4 is up
[ 385.447468] Detected VIPT I-cache on CPU5
[ 385.447656] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 385.462706] CPU5 is up
[ 385.476538] Detected VIPT I-cache on CPU6
[ 385.476728] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 385.492764] CPU6 is up
[ 385.506630] Detected VIPT I-cache on CPU7
[ 385.506824] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 385.523673] CPU7 is up
[ 385.584298] usb usb7: root hub lost power or was reset
[ 385.589662] usb usb8: root hub lost power or was reset
[ 385.671609] usb usb3: root hub lost power or was reset
[ 385.677216] usb usb1: root hub lost power or was reset
[ 385.758951] usb usb4: root hub lost power or was reset
[ 385.764543] usb usb2: root hub lost power or was reset
[ 385.876014] usb usb6: root hub lost power or was reset
[ 385.881556] usb usb5: root hub lost power or was reset
[ 386.010361] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 386.086041] PM: resume devices took 0.521 seconds
[ 386.091016] OOM killer enabled.
[ 386.094346] Restarting tasks ... done.
[ 386.103578] PM: suspend exit
####### 147
[ 386.183142] ata1: link resume succeeded after 1 retries
[ 386.293642] ata1: SATA link down (SStatus 0 SControl 300)
[ 386.816708] PM: suspend entry (deep)
[ 386.820585] PM: Syncing filesystems ... done.
[ 386.937458] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 386.948942] OOM killer disabled.
[ 386.952346] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 387.148763] PM: suspend devices took 0.184 seconds
[ 387.202746] Disabling non-boot CPUs ...
[ 387.213939] CPU1: shutdown
[ 387.216886] psci: CPU1 killed.
[ 387.229654] CPU2: shutdown
[ 387.232550] psci: CPU2 killed.
[ 387.245382] CPU3: shutdown
[ 387.248277] psci: CPU3 killed.
[ 387.265374] CPU4: shutdown
[ 387.268249] psci: CPU4 killed.
[ 387.284274] CPU5: shutdown
[ 387.287162] psci: CPU5 killed.
[ 387.303325] CPU6: shutdown
[ 387.306212] psci: CPU6 killed.
[ 387.328071] CPU7: shutdown
[ 387.331066] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 387.338200] Enabling non-boot CPUs ...
[ 387.343046] Detected PIPT I-cache on CPU1
[ 387.343166] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 387.348907] CPU1 is up
[ 387.362699] Detected PIPT I-cache on CPU2
[ 387.362792] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 387.368452] CPU2 is up
[ 387.382198] Detected PIPT I-cache on CPU3
[ 387.382298] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 387.388334] CPU3 is up
[ 387.402217] Detected VIPT I-cache on CPU4
[ 387.402416] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 387.418985] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 387.437871] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 387.452755] CPU4 is up
[ 387.455722] Detected VIPT I-cache on CPU5
[ 387.455912] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 387.471057] CPU5 is up
[ 387.484973] Detected VIPT I-cache on CPU6
[ 387.485164] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 387.501229] CPU6 is up
[ 387.515149] Detected VIPT I-cache on CPU7
[ 387.515342] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 387.532373] CPU7 is up
[ 387.593178] usb usb7: root hub lost power or was reset
[ 387.598544] usb usb8: root hub lost power or was reset
[ 387.680400] usb usb3: root hub lost power or was reset
[ 387.685956] usb usb1: root hub lost power or was reset
[ 387.767822] usb usb4: root hub lost power or was reset
[ 387.773355] usb usb2: root hub lost power or was reset
[ 387.884976] usb usb6: root hub lost power or was reset
[ 387.890561] usb usb5: root hub lost power or was reset
[ 388.019350] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 388.094591] PM: resume devices took 0.520 seconds
[ 388.099575] OOM killer enabled.
[ 388.102895] Restarting tasks ... done.
[ 388.113441] PM: suspend exit
####### 148
[ 388.191006] ata1: link resume succeeded after 1 retries
[ 388.301297] ata1: SATA link down (SStatus 0 SControl 300)
[ 388.828534] PM: suspend entry (deep)
[ 388.832317] PM: Syncing filesystems ... done.
[ 388.944415] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 388.956014] OOM killer disabled.
[ 388.959431] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 389.158745] PM: suspend devices took 0.188 seconds
[ 389.212464] Disabling non-boot CPUs ...
[ 389.223333] CPU1: shutdown
[ 389.226265] psci: CPU1 killed.
[ 389.238964] CPU2: shutdown
[ 389.241872] psci: CPU2 killed.
[ 389.253625] CPU3: shutdown
[ 389.256536] psci: CPU3 killed.
[ 389.274179] CPU4: shutdown
[ 389.277084] psci: CPU4 killed.
[ 389.293139] CPU5: shutdown
[ 389.296025] psci: CPU5 killed.
[ 389.310272] CPU6: shutdown
[ 389.313337] psci: CPU6 killed.
[ 389.338264] CPU7: shutdown
[ 389.341138] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 389.347896] Enabling non-boot CPUs ...
[ 389.352516] Detected PIPT I-cache on CPU1
[ 389.352635] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 389.358357] CPU1 is up
[ 389.372211] Detected PIPT I-cache on CPU2
[ 389.372306] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 389.378095] CPU2 is up
[ 389.391903] Detected PIPT I-cache on CPU3
[ 389.392006] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 389.398106] CPU3 is up
[ 389.411992] Detected VIPT I-cache on CPU4
[ 389.412190] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 389.428723] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 389.447716] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 389.463462] CPU4 is up
[ 389.466471] Detected VIPT I-cache on CPU5
[ 389.466662] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 389.481703] CPU5 is up
[ 389.495498] Detected VIPT I-cache on CPU6
[ 389.495691] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 389.512719] CPU6 is up
[ 389.526508] Detected VIPT I-cache on CPU7
[ 389.526702] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 389.546621] CPU7 is up
[ 389.605996] usb usb7: root hub lost power or was reset
[ 389.611260] usb usb8: root hub lost power or was reset
[ 389.694445] usb usb3: root hub lost power or was reset
[ 389.700004] usb usb1: root hub lost power or was reset
[ 389.782316] usb usb4: root hub lost power or was reset
[ 389.787921] usb usb2: root hub lost power or was reset
[ 389.900485] usb usb6: root hub lost power or was reset
[ 389.906030] usb usb5: root hub lost power or was reset
[ 390.035091] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 390.110527] PM: resume devices took 0.522 seconds
[ 390.115604] OOM killer enabled.
[ 390.118905] Restarting tasks ... done.
[ 390.129815] PM: suspend exit
####### 149
[ 390.198844] ata1: link resume succeeded after 1 retries
[ 390.309169] ata1: SATA link down (SStatus 0 SControl 300)
[ 390.842887] PM: suspend entry (deep)
[ 390.846660] PM: Syncing filesystems ... done.
[ 390.958281] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 390.969930] OOM killer disabled.
[ 390.973329] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 391.179243] PM: suspend devices took 0.194 seconds
[ 391.233255] Disabling non-boot CPUs ...
[ 391.246018] CPU1: shutdown
[ 391.248956] psci: CPU1 killed.
[ 391.261345] CPU2: shutdown
[ 391.264271] psci: CPU2 killed.
[ 391.276326] CPU3: shutdown
[ 391.279217] psci: CPU3 killed.
[ 391.296987] CPU4: shutdown
[ 391.299877] psci: CPU4 killed.
[ 391.315969] CPU5: shutdown
[ 391.318847] psci: CPU5 killed.
[ 391.333428] CPU6: shutdown
[ 391.336432] psci: CPU6 killed.
[ 391.361357] CPU7: shutdown
[ 391.364351] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 391.370265] Enabling non-boot CPUs ...
[ 391.375167] Detected PIPT I-cache on CPU1
[ 391.375286] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 391.380971] CPU1 is up
[ 391.394842] Detected PIPT I-cache on CPU2
[ 391.394936] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 391.400683] CPU2 is up
[ 391.414410] Detected PIPT I-cache on CPU3
[ 391.414513] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 391.420589] CPU3 is up
[ 391.434447] Detected VIPT I-cache on CPU4
[ 391.434645] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 391.451092] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 391.469978] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 391.485102] CPU4 is up
[ 391.488099] Detected VIPT I-cache on CPU5
[ 391.488287] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 391.503343] CPU5 is up
[ 391.517162] Detected VIPT I-cache on CPU6
[ 391.517353] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 391.533496] CPU6 is up
[ 391.547297] Detected VIPT I-cache on CPU7
[ 391.547490] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 391.565501] CPU7 is up
[ 391.625546] usb usb7: root hub lost power or was reset
[ 391.630807] usb usb8: root hub lost power or was reset
[ 391.713138] usb usb3: root hub lost power or was reset
[ 391.718694] usb usb1: root hub lost power or was reset
[ 391.800636] usb usb4: root hub lost power or was reset
[ 391.806386] usb usb2: root hub lost power or was reset
[ 391.918640] usb usb6: root hub lost power or was reset
[ 391.924188] usb usb5: root hub lost power or was reset
[ 392.052965] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 392.128239] PM: resume devices took 0.520 seconds
[ 392.133174] OOM killer enabled.
[ 392.136487] Restarting tasks ... done.
[ 392.146220] PM: suspend exit
####### 150
[ 392.222754] ata1: link resume succeeded after 1 retries
[ 392.333046] ata1: SATA link down (SStatus 0 SControl 300)
[ 392.858101] PM: suspend entry (deep)
[ 392.861883] PM: Syncing filesystems ... done.
[ 392.975080] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 392.986584] OOM killer disabled.
[ 392.989984] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 393.205067] PM: suspend devices took 0.203 seconds
[ 393.259370] Disabling non-boot CPUs ...
[ 393.270706] CPU1: shutdown
[ 393.273604] psci: CPU1 killed.
[ 393.286398] CPU2: shutdown
[ 393.289478] psci: CPU2 killed.
[ 393.302008] CPU3: shutdown
[ 393.304896] psci: CPU3 killed.
[ 393.322739] CPU4: shutdown
[ 393.325640] psci: CPU4 killed.
[ 393.340852] CPU5: shutdown
[ 393.343736] psci: CPU5 killed.
[ 393.358636] CPU6: shutdown
[ 393.361674] psci: CPU6 killed.
[ 393.384296] CPU7: shutdown
[ 393.387290] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 393.394087] Enabling non-boot CPUs ...
[ 393.398983] Detected PIPT I-cache on CPU1
[ 393.399103] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 393.404793] CPU1 is up
[ 393.418658] Detected PIPT I-cache on CPU2
[ 393.418752] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 393.424448] CPU2 is up
[ 393.438256] Detected PIPT I-cache on CPU3
[ 393.438355] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 393.444349] CPU3 is up
[ 393.458163] Detected VIPT I-cache on CPU4
[ 393.458361] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 393.474809] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 393.493696] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 393.509161] CPU4 is up
[ 393.512154] Detected VIPT I-cache on CPU5
[ 393.512350] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 393.527241] CPU5 is up
[ 393.541064] Detected VIPT I-cache on CPU6
[ 393.541258] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 393.558489] CPU6 is up
[ 393.572283] Detected VIPT I-cache on CPU7
[ 393.572478] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 393.590433] CPU7 is up
[ 393.651562] usb usb7: root hub lost power or was reset
[ 393.656926] usb usb8: root hub lost power or was reset
[ 393.738198] usb usb3: root hub lost power or was reset
[ 393.743798] usb usb1: root hub lost power or was reset
[ 393.825458] usb usb4: root hub lost power or was reset
[ 393.830996] usb usb2: root hub lost power or was reset
[ 393.942516] usb usb6: root hub lost power or was reset
[ 393.948101] usb usb5: root hub lost power or was reset
[ 394.076950] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 394.152231] PM: resume devices took 0.519 seconds
[ 394.157165] OOM killer enabled.
[ 394.160477] Restarting tasks ... done.
[ 394.170771] PM: suspend exit
####### 151
[ 394.246642] ata1: link resume succeeded after 1 retries
[ 394.357535] ata1: SATA link down (SStatus 0 SControl 300)
[ 394.887653] PM: suspend entry (deep)
[ 394.891431] PM: Syncing filesystems ... done.
[ 395.003010] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 395.014631] OOM killer disabled.
[ 395.018023] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 395.215614] PM: suspend devices took 0.186 seconds
[ 395.269902] Disabling non-boot CPUs ...
[ 395.281162] CPU1: shutdown
[ 395.284092] psci: CPU1 killed.
[ 395.296652] CPU2: shutdown
[ 395.299557] psci: CPU2 killed.
[ 395.311061] CPU3: shutdown
[ 395.314267] psci: CPU3 killed.
[ 395.332567] CPU4: shutdown
[ 395.335481] psci: CPU4 killed.
[ 395.350574] CPU5: shutdown
[ 395.353448] psci: CPU5 killed.
[ 395.368196] CPU6: shutdown
[ 395.371249] psci: CPU6 killed.
[ 395.396523] CPU7: shutdown
[ 395.399520] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 395.405883] Enabling non-boot CPUs ...
[ 395.410779] Detected PIPT I-cache on CPU1
[ 395.410899] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 395.416642] CPU1 is up
[ 395.430512] Detected PIPT I-cache on CPU2
[ 395.430607] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 395.436403] CPU2 is up
[ 395.450192] Detected PIPT I-cache on CPU3
[ 395.450295] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 395.456387] CPU3 is up
[ 395.470199] Detected VIPT I-cache on CPU4
[ 395.470397] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 395.486852] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 395.505735] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 395.520791] CPU4 is up
[ 395.523788] Detected VIPT I-cache on CPU5
[ 395.523979] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 395.539082] CPU5 is up
[ 395.552911] Detected VIPT I-cache on CPU6
[ 395.553104] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 395.570419] CPU6 is up
[ 395.584177] Detected VIPT I-cache on CPU7
[ 395.584371] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 395.602277] CPU7 is up
[ 395.662388] usb usb7: root hub lost power or was reset
[ 395.667652] usb usb8: root hub lost power or was reset
[ 395.750008] usb usb3: root hub lost power or was reset
[ 395.755563] usb usb1: root hub lost power or was reset
[ 395.837906] usb usb4: root hub lost power or was reset
[ 395.843568] usb usb2: root hub lost power or was reset
[ 395.956018] usb usb6: root hub lost power or was reset
[ 395.961561] usb usb5: root hub lost power or was reset
[ 396.090832] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 396.166497] PM: resume devices took 0.522 seconds
[ 396.171496] OOM killer enabled.
[ 396.174810] Restarting tasks ... done.
[ 396.183116] PM: suspend exit
####### 152
[ 396.262551] ata1: link resume succeeded after 1 retries
[ 396.372788] ata1: SATA link down (SStatus 0 SControl 300)
[ 396.900407] PM: suspend entry (deep)
[ 396.904339] PM: Syncing filesystems ... done.
[ 397.015989] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 397.027534] OOM killer disabled.
[ 397.030934] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 397.231976] PM: suspend devices took 0.189 seconds
[ 397.285902] Disabling non-boot CPUs ...
[ 397.297294] CPU1: shutdown
[ 397.300253] psci: CPU1 killed.
[ 397.312812] CPU2: shutdown
[ 397.315738] psci: CPU2 killed.
[ 397.328102] CPU3: shutdown
[ 397.331050] psci: CPU3 killed.
[ 397.348762] CPU4: shutdown
[ 397.351652] psci: CPU4 killed.
[ 397.368419] CPU5: shutdown
[ 397.371292] psci: CPU5 killed.
[ 397.385547] CPU6: shutdown
[ 397.388420] psci: CPU6 killed.
[ 397.413377] CPU7: shutdown
[ 397.416371] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 397.422469] Enabling non-boot CPUs ...
[ 397.427130] Detected PIPT I-cache on CPU1
[ 397.427249] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 397.432948] CPU1 is up
[ 397.446745] Detected PIPT I-cache on CPU2
[ 397.446839] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 397.452581] CPU2 is up
[ 397.466429] Detected PIPT I-cache on CPU3
[ 397.466529] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 397.472535] CPU3 is up
[ 397.486461] Detected VIPT I-cache on CPU4
[ 397.486659] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 397.503240] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 397.522232] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 397.537150] CPU4 is up
[ 397.540106] Detected VIPT I-cache on CPU5
[ 397.540297] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 397.555421] CPU5 is up
[ 397.569315] Detected VIPT I-cache on CPU6
[ 397.569508] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 397.585995] CPU6 is up
[ 397.599809] Detected VIPT I-cache on CPU7
[ 397.600003] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 397.619734] CPU7 is up
[ 397.679443] usb usb7: root hub lost power or was reset
[ 397.684708] usb usb8: root hub lost power or was reset
[ 397.779882] usb usb3: root hub lost power or was reset
[ 397.785495] usb usb1: root hub lost power or was reset
[ 397.867785] usb usb4: root hub lost power or was reset
[ 397.873326] usb usb2: root hub lost power or was reset
[ 397.987880] usb usb6: root hub lost power or was reset
[ 397.993427] usb usb5: root hub lost power or was reset
[ 398.121592] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 398.196796] PM: resume devices took 0.535 seconds
[ 398.201728] OOM killer enabled.
[ 398.205105] Restarting tasks ... done.
[ 398.214228] PM: suspend exit
####### 153
[ 398.286377] ata1: link resume succeeded after 1 retries
[ 398.396684] ata1: SATA link down (SStatus 0 SControl 300)
[ 398.923698] PM: suspend entry (deep)
[ 398.927480] PM: Syncing filesystems ... done.
[ 399.040584] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 399.052156] OOM killer disabled.
[ 399.055557] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 399.261132] PM: suspend devices took 0.194 seconds
[ 399.315337] Disabling non-boot CPUs ...
[ 399.326541] CPU1: shutdown
[ 399.329478] psci: CPU1 killed.
[ 399.342427] CPU2: shutdown
[ 399.345340] psci: CPU2 killed.
[ 399.357935] CPU3: shutdown
[ 399.360831] psci: CPU3 killed.
[ 399.379902] CPU4: shutdown
[ 399.382790] psci: CPU4 killed.
[ 399.399615] CPU5: shutdown
[ 399.402491] psci: CPU5 killed.
[ 399.416697] CPU6: shutdown
[ 399.419571] psci: CPU6 killed.
[ 399.444633] CPU7: shutdown
[ 399.447506] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 399.453754] Enabling non-boot CPUs ...
[ 399.458655] Detected PIPT I-cache on CPU1
[ 399.458773] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 399.464564] CPU1 is up
[ 399.478398] Detected PIPT I-cache on CPU2
[ 399.478493] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 399.484247] CPU2 is up
[ 399.498026] Detected PIPT I-cache on CPU3
[ 399.498126] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 399.504139] CPU3 is up
[ 399.517972] Detected VIPT I-cache on CPU4
[ 399.518167] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 399.534641] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 399.553629] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 399.568725] CPU4 is up
[ 399.571688] Detected VIPT I-cache on CPU5
[ 399.571877] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 399.587004] CPU5 is up
[ 399.600828] Detected VIPT I-cache on CPU6
[ 399.601018] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 399.618304] CPU6 is up
[ 399.632193] Detected VIPT I-cache on CPU7
[ 399.632385] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 399.649617] CPU7 is up
[ 399.709229] usb usb7: root hub lost power or was reset
[ 399.714492] usb usb8: root hub lost power or was reset
[ 399.809693] usb usb3: root hub lost power or was reset
[ 399.815243] usb usb1: root hub lost power or was reset
[ 399.897141] usb usb4: root hub lost power or was reset
[ 399.902895] usb usb2: root hub lost power or was reset
[ 400.015165] usb usb6: root hub lost power or was reset
[ 400.020710] usb usb5: root hub lost power or was reset
[ 400.149511] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 400.225238] PM: resume devices took 0.534 seconds
[ 400.230167] OOM killer enabled.
[ 400.233477] Restarting tasks ... done.
[ 400.243147] PM: suspend exit
####### 154
[ 400.318236] ata1: link resume succeeded after 1 retries
[ 400.428734] ata1: SATA link down (SStatus 0 SControl 300)
[ 400.950600] PM: suspend entry (deep)
[ 400.954385] PM: Syncing filesystems ... done.
[ 401.068100] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 401.079611] OOM killer disabled.
[ 401.083011] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 401.288573] PM: suspend devices took 0.193 seconds
[ 401.344120] Disabling non-boot CPUs ...
[ 401.355607] CPU1: shutdown
[ 401.358541] psci: CPU1 killed.
[ 401.371382] CPU2: shutdown
[ 401.374295] psci: CPU2 killed.
[ 401.386399] CPU3: shutdown
[ 401.389294] psci: CPU3 killed.
[ 401.407093] CPU4: shutdown
[ 401.410011] psci: CPU4 killed.
[ 401.425478] CPU5: shutdown
[ 401.428364] psci: CPU5 killed.
[ 401.442481] CPU6: shutdown
[ 401.445487] psci: CPU6 killed.
[ 401.470865] CPU7: shutdown
[ 401.473858] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069187] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 401.480185] Enabling non-boot CPUs ...
[ 401.484837] Detected PIPT I-cache on CPU1
[ 401.484958] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 401.490671] CPU1 is up
[ 401.504497] Detected PIPT I-cache on CPU2
[ 401.504592] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 401.510377] CPU2 is up
[ 401.524186] Detected PIPT I-cache on CPU3
[ 401.524289] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 401.530341] CPU3 is up
[ 401.544259] Detected VIPT I-cache on CPU4
[ 401.544458] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 401.561296] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 401.580208] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 401.595621] CPU4 is up
[ 401.598616] Detected VIPT I-cache on CPU5
[ 401.598811] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 401.614049] CPU5 is up
[ 401.627806] Detected VIPT I-cache on CPU6
[ 401.628001] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 401.644991] CPU6 is up
[ 401.658782] Detected VIPT I-cache on CPU7
[ 401.658980] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 401.676883] CPU7 is up
[ 401.736303] usb usb7: root hub lost power or was reset
[ 401.741566] usb usb8: root hub lost power or was reset
[ 401.823569] usb usb3: root hub lost power or was reset
[ 401.829175] usb usb1: root hub lost power or was reset
[ 401.911880] usb usb4: root hub lost power or was reset
[ 401.917420] usb usb2: root hub lost power or was reset
[ 402.029595] usb usb6: root hub lost power or was reset
[ 402.035211] usb usb5: root hub lost power or was reset
[ 402.163382] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 402.239213] PM: resume devices took 0.521 seconds
[ 402.244135] OOM killer enabled.
[ 402.247444] Restarting tasks ... done.
[ 402.256644] PM: suspend exit
####### 155
[ 402.334168] ata1: link resume succeeded after 1 retries
[ 402.444632] ata1: SATA link down (SStatus 0 SControl 300)
[ 402.968914] PM: suspend entry (deep)
[ 402.972681] PM: Syncing filesystems ... done.
[ 403.387313] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 403.398907] OOM killer disabled.
[ 403.402306] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 403.603981] PM: suspend devices took 0.190 seconds
[ 403.658152] Disabling non-boot CPUs ...
[ 403.669468] CPU1: shutdown
[ 403.672401] psci: CPU1 killed.
[ 403.685569] CPU2: shutdown
[ 403.688494] psci: CPU2 killed.
[ 403.700914] CPU3: shutdown
[ 403.703877] psci: CPU3 killed.
[ 403.721714] CPU4: shutdown
[ 403.724626] psci: CPU4 killed.
[ 403.740254] CPU5: shutdown
[ 403.743141] psci: CPU5 killed.
[ 403.757577] CPU6: shutdown
[ 403.760625] psci: CPU6 killed.
[ 403.785292] CPU7: shutdown
[ 403.788286] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069187] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 403.794954] Enabling non-boot CPUs ...
[ 403.799583] Detected PIPT I-cache on CPU1
[ 403.799704] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 403.805440] CPU1 is up
[ 403.819234] Detected PIPT I-cache on CPU2
[ 403.819328] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 403.825027] CPU2 is up
[ 403.839021] Detected PIPT I-cache on CPU3
[ 403.839124] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 403.845191] CPU3 is up
[ 403.859111] Detected VIPT I-cache on CPU4
[ 403.859307] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 403.875797] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 403.894803] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 403.909737] CPU4 is up
[ 403.912697] Detected VIPT I-cache on CPU5
[ 403.912885] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 403.928059] CPU5 is up
[ 403.942004] Detected VIPT I-cache on CPU6
[ 403.942194] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 403.958611] CPU6 is up
[ 403.972426] Detected VIPT I-cache on CPU7
[ 403.972617] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 403.992382] CPU7 is up
[ 404.052355] usb usb7: root hub lost power or was reset
[ 404.057619] usb usb8: root hub lost power or was reset
[ 404.140501] usb usb3: root hub lost power or was reset
[ 404.146059] usb usb1: root hub lost power or was reset
[ 404.227904] usb usb4: root hub lost power or was reset
[ 404.233663] usb usb2: root hub lost power or was reset
[ 404.344900] usb usb6: root hub lost power or was reset
[ 404.350449] usb usb5: root hub lost power or was reset
[ 404.479230] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 404.554891] PM: resume devices took 0.521 seconds
[ 404.559834] OOM killer enabled.
[ 404.563138] Restarting tasks ... done.
[ 404.573372] PM: suspend exit
####### 156
[ 404.646021] ata1: link resume succeeded after 1 retries
[ 404.756552] ata1: SATA link down (SStatus 0 SControl 300)
[ 405.279941] PM: suspend entry (deep)
[ 405.283772] PM: Syncing filesystems ... done.
[ 405.395384] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 405.406854] OOM killer disabled.
[ 405.410254] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 405.602505] PM: suspend devices took 0.180 seconds
[ 405.656805] Disabling non-boot CPUs ...
[ 405.668026] CPU1: shutdown
[ 405.670970] psci: CPU1 killed.
[ 405.682647] CPU2: shutdown
[ 405.685562] psci: CPU2 killed.
[ 405.696530] CPU3: shutdown
[ 405.701464] psci: CPU3 killed.
[ 405.719363] CPU4: shutdown
[ 405.722266] psci: CPU4 killed.
[ 405.738279] CPU5: shutdown
[ 405.741177] psci: CPU5 killed.
[ 405.755397] CPU6: shutdown
[ 405.758269] psci: CPU6 killed.
[ 405.784192] CPU7: shutdown
[ 405.787063] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 405.793155] Enabling non-boot CPUs ...
[ 405.797992] Detected PIPT I-cache on CPU1
[ 405.798111] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 405.803856] CPU1 is up
[ 405.817640] Detected PIPT I-cache on CPU2
[ 405.817735] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 405.823633] CPU2 is up
[ 405.837358] Detected PIPT I-cache on CPU3
[ 405.837459] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 405.843630] CPU3 is up
[ 405.857438] Detected VIPT I-cache on CPU4
[ 405.857634] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 405.874096] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 405.892979] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 405.908376] CPU4 is up
[ 405.911375] Detected VIPT I-cache on CPU5
[ 405.911564] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 405.926743] CPU5 is up
[ 405.940542] Detected VIPT I-cache on CPU6
[ 405.940735] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 405.956853] CPU6 is up
[ 405.970659] Detected VIPT I-cache on CPU7
[ 405.970852] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 405.987924] CPU7 is up
[ 406.047482] usb usb7: root hub lost power or was reset
[ 406.052746] usb usb8: root hub lost power or was reset
[ 406.134452] usb usb3: root hub lost power or was reset
[ 406.140001] usb usb1: root hub lost power or was reset
[ 406.221783] usb usb4: root hub lost power or was reset
[ 406.227300] usb usb2: root hub lost power or was reset
[ 406.338779] usb usb6: root hub lost power or was reset
[ 406.344336] usb usb5: root hub lost power or was reset
[ 406.473108] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 406.548539] PM: resume devices took 0.518 seconds
[ 406.553543] OOM killer enabled.
[ 406.556925] Restarting tasks ... done.
[ 406.566547] PM: suspend exit
####### 157
[ 406.645894] ata1: link resume succeeded after 1 retries
[ 406.756154] ata1: SATA link down (SStatus 0 SControl 300)
[ 407.275452] PM: suspend entry (deep)
[ 407.279255] PM: Syncing filesystems ... done.
[ 407.391177] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 407.402636] OOM killer disabled.
[ 407.406037] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 407.613402] PM: suspend devices took 0.195 seconds
[ 407.667511] Disabling non-boot CPUs ...
[ 407.678908] CPU1: shutdown
[ 407.681848] psci: CPU1 killed.
[ 407.694244] CPU2: shutdown
[ 407.697175] psci: CPU2 killed.
[ 407.715920] CPU3: shutdown
[ 407.718990] psci: CPU3 killed.
[ 407.737893] CPU4: shutdown
[ 407.740784] psci: CPU4 killed.
[ 407.757414] CPU5: shutdown
[ 407.760438] psci: CPU5 killed.
[ 407.774215] CPU6: shutdown
[ 407.777091] psci: CPU6 killed.
[ 407.802181] CPU7: shutdown
[ 407.805052] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 407.812036] Enabling non-boot CPUs ...
[ 407.816880] Detected PIPT I-cache on CPU1
[ 407.816999] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 407.822752] CPU1 is up
[ 407.836533] Detected PIPT I-cache on CPU2
[ 407.836628] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 407.842251] CPU2 is up
[ 407.856065] Detected PIPT I-cache on CPU3
[ 407.856165] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 407.862210] CPU3 is up
[ 407.876020] Detected VIPT I-cache on CPU4
[ 407.876216] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 407.892700] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 407.911647] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 407.927253] CPU4 is up
[ 407.930267] Detected VIPT I-cache on CPU5
[ 407.930455] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 407.945608] CPU5 is up
[ 407.959415] Detected VIPT I-cache on CPU6
[ 407.959605] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 407.976489] CPU6 is up
[ 407.990315] Detected VIPT I-cache on CPU7
[ 407.990508] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 408.007410] CPU7 is up
[ 408.066871] usb usb7: root hub lost power or was reset
[ 408.072133] usb usb8: root hub lost power or was reset
[ 408.154318] usb usb3: root hub lost power or was reset
[ 408.159937] usb usb1: root hub lost power or was reset
[ 408.241664] usb usb4: root hub lost power or was reset
[ 408.247174] usb usb2: root hub lost power or was reset
[ 408.358594] usb usb6: root hub lost power or was reset
[ 408.364155] usb usb5: root hub lost power or was reset
[ 408.494390] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 408.569834] PM: resume devices took 0.521 seconds
[ 408.574762] OOM killer enabled.
[ 408.578075] Restarting tasks ... done.
[ 408.588667] PM: suspend exit
####### 158
[ 408.661833] ata1: link resume succeeded after 1 retries
[ 408.772303] ata1: SATA link down (SStatus 0 SControl 300)
[ 409.295002] PM: suspend entry (deep)
[ 409.298781] PM: Syncing filesystems ... done.
[ 409.413145] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 409.424713] OOM killer disabled.
[ 409.428112] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 409.637278] PM: suspend devices took 0.197 seconds
[ 409.691221] Disabling non-boot CPUs ...
[ 409.703218] CPU1: shutdown
[ 409.706150] psci: CPU1 killed.
[ 409.718412] CPU2: shutdown
[ 409.721396] psci: CPU2 killed.
[ 409.733215] CPU3: shutdown
[ 409.736109] psci: CPU3 killed.
[ 409.753166] CPU4: shutdown
[ 409.756052] psci: CPU4 killed.
[ 409.771042] CPU5: shutdown
[ 409.774100] psci: CPU5 killed.
[ 409.789942] CPU6: shutdown
[ 409.792829] psci: CPU6 killed.
[ 409.816768] CPU7: shutdown
[ 409.819763] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063762] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 409.826778] Enabling non-boot CPUs ...
[ 409.831398] Detected PIPT I-cache on CPU1
[ 409.831518] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 409.837192] CPU1 is up
[ 409.851017] Detected PIPT I-cache on CPU2
[ 409.851111] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 409.856856] CPU2 is up
[ 409.870854] Detected PIPT I-cache on CPU3
[ 409.870955] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 409.877047] CPU3 is up
[ 409.890870] Detected VIPT I-cache on CPU4
[ 409.891068] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 409.907611] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 409.926556] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 409.941411] CPU4 is up
[ 409.944373] Detected VIPT I-cache on CPU5
[ 409.944563] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 409.959762] CPU5 is up
[ 409.973709] Detected VIPT I-cache on CPU6
[ 409.973902] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 409.990196] CPU6 is up
[ 410.004058] Detected VIPT I-cache on CPU7
[ 410.004252] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 410.023992] CPU7 is up
[ 410.083732] usb usb7: root hub lost power or was reset
[ 410.088995] usb usb8: root hub lost power or was reset
[ 410.172098] usb usb3: root hub lost power or was reset
[ 410.177648] usb usb1: root hub lost power or was reset
[ 410.260030] usb usb4: root hub lost power or was reset
[ 410.265671] usb usb2: root hub lost power or was reset
[ 410.377909] usb usb6: root hub lost power or was reset
[ 410.383579] usb usb5: root hub lost power or was reset
[ 410.511952] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 410.587243] PM: resume devices took 0.521 seconds
[ 410.592176] OOM killer enabled.
[ 410.595486] Restarting tasks ... done.
[ 410.605827] PM: suspend exit
####### 159
[ 410.685651] ata1: link resume succeeded after 1 retries
[ 410.795931] ata1: SATA link down (SStatus 0 SControl 300)
[ 411.315705] PM: suspend entry (deep)
[ 411.319484] PM: Syncing filesystems ... done.
[ 411.431083] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 411.442733] OOM killer disabled.
[ 411.446150] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 411.651304] PM: suspend devices took 0.193 seconds
[ 411.704406] Disabling non-boot CPUs ...
[ 411.715525] CPU1: shutdown
[ 411.718460] psci: CPU1 killed.
[ 411.730810] CPU2: shutdown
[ 411.733724] psci: CPU2 killed.
[ 411.746012] CPU3: shutdown
[ 411.748942] psci: CPU3 killed.
[ 411.765658] CPU4: shutdown
[ 411.768544] psci: CPU4 killed.
[ 411.783870] CPU5: shutdown
[ 411.786755] psci: CPU5 killed.
[ 411.801783] CPU6: shutdown
[ 411.804710] psci: CPU6 killed.
[ 411.830273] CPU7: shutdown
[ 411.833268] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 411.839584] Enabling non-boot CPUs ...
[ 411.844196] Detected PIPT I-cache on CPU1
[ 411.844316] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 411.850055] CPU1 is up
[ 411.863881] Detected PIPT I-cache on CPU2
[ 411.863975] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 411.869751] CPU2 is up
[ 411.883608] Detected PIPT I-cache on CPU3
[ 411.883709] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 411.889725] CPU3 is up
[ 411.903649] Detected VIPT I-cache on CPU4
[ 411.903847] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 411.920374] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 411.939378] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 411.954323] CPU4 is up
[ 411.957282] Detected VIPT I-cache on CPU5
[ 411.957470] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 411.972628] CPU5 is up
[ 411.986545] Detected VIPT I-cache on CPU6
[ 411.986737] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 412.003048] CPU6 is up
[ 412.016885] Detected VIPT I-cache on CPU7
[ 412.017076] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 412.047336] CPU7 is up
[ 412.107967] usb usb7: root hub lost power or was reset
[ 412.113233] usb usb8: root hub lost power or was reset
[ 412.194964] usb usb3: root hub lost power or was reset
[ 412.200496] usb usb1: root hub lost power or was reset
[ 412.282416] usb usb4: root hub lost power or was reset
[ 412.288166] usb usb2: root hub lost power or was reset
[ 412.399423] usb usb6: root hub lost power or was reset
[ 412.404969] usb usb5: root hub lost power or was reset
[ 412.533707] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 412.609173] PM: resume devices took 0.519 seconds
[ 412.614298] OOM killer enabled.
[ 412.617601] Restarting tasks ... done.
[ 412.627644] PM: suspend exit
####### 160
[ 412.701525] ata1: link resume succeeded after 1 retries
[ 412.812048] ata1: SATA link down (SStatus 0 SControl 300)
[ 413.336072] PM: suspend entry (deep)
[ 413.339871] PM: Syncing filesystems ... done.
[ 413.450751] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 413.462270] OOM killer disabled.
[ 413.465673] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 413.656104] PM: suspend devices took 0.178 seconds
[ 413.709780] Disabling non-boot CPUs ...
[ 413.721685] CPU1: shutdown
[ 413.724612] psci: CPU1 killed.
[ 413.736316] CPU2: shutdown
[ 413.739305] psci: CPU2 killed.
[ 413.751804] CPU3: shutdown
[ 413.754686] psci: CPU3 killed.
[ 413.771790] CPU4: shutdown
[ 413.774681] psci: CPU4 killed.
[ 413.790807] CPU5: shutdown
[ 413.793707] psci: CPU5 killed.
[ 413.807835] CPU6: shutdown
[ 413.810707] psci: CPU6 killed.
[ 413.836063] CPU7: shutdown
[ 413.839059] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 413.845603] Enabling non-boot CPUs ...
[ 413.850497] Detected PIPT I-cache on CPU1
[ 413.850618] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 413.856328] CPU1 is up
[ 413.870115] Detected PIPT I-cache on CPU2
[ 413.870209] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 413.875887] CPU2 is up
[ 413.889689] Detected PIPT I-cache on CPU3
[ 413.889791] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 413.895872] CPU3 is up
[ 413.909741] Detected VIPT I-cache on CPU4
[ 413.909938] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 413.926461] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 413.945345] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 413.960815] CPU4 is up
[ 413.963817] Detected VIPT I-cache on CPU5
[ 413.964006] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 413.979038] CPU5 is up
[ 413.992915] Detected VIPT I-cache on CPU6
[ 413.993109] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 414.010315] CPU6 is up
[ 414.024087] Detected VIPT I-cache on CPU7
[ 414.024280] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 414.044435] CPU7 is up
[ 414.104853] usb usb7: root hub lost power or was reset
[ 414.110218] usb usb8: root hub lost power or was reset
[ 414.191940] usb usb3: root hub lost power or was reset
[ 414.197553] usb usb1: root hub lost power or was reset
[ 414.279289] usb usb4: root hub lost power or was reset
[ 414.284822] usb usb2: root hub lost power or was reset
[ 414.396285] usb usb6: root hub lost power or was reset
[ 414.401838] usb usb5: root hub lost power or was reset
[ 414.530603] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 414.607449] PM: resume devices took 0.521 seconds
[ 414.612390] OOM killer enabled.
[ 414.615692] Restarting tasks ... done.
[ 414.625905] PM: suspend exit
####### 161
[ 414.701453] ata1: link resume succeeded after 1 retries
[ 414.811933] ata1: SATA link down (SStatus 0 SControl 300)
[ 415.334980] PM: suspend entry (deep)
[ 415.338765] PM: Syncing filesystems ... done.
[ 415.452731] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 415.464204] OOM killer disabled.
[ 415.467604] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 415.670066] PM: suspend devices took 0.190 seconds
[ 415.724277] Disabling non-boot CPUs ...
[ 415.735678] CPU1: shutdown
[ 415.738610] psci: CPU1 killed.
[ 415.751513] CPU2: shutdown
[ 415.754424] psci: CPU2 killed.
[ 415.766665] CPU3: shutdown
[ 415.769551] psci: CPU3 killed.
[ 415.786051] CPU4: shutdown
[ 415.789014] psci: CPU4 killed.
[ 415.805027] CPU5: shutdown
[ 415.808022] psci: CPU5 killed.
[ 415.822478] CPU6: shutdown
[ 415.825350] psci: CPU6 killed.
[ 415.847666] CPU7: shutdown
[ 415.850662] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 415.858462] Enabling non-boot CPUs ...
[ 415.863079] Detected PIPT I-cache on CPU1
[ 415.863198] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 415.868847] CPU1 is up
[ 415.882640] Detected PIPT I-cache on CPU2
[ 415.882735] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 415.888477] CPU2 is up
[ 415.902326] Detected PIPT I-cache on CPU3
[ 415.902427] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 415.908529] CPU3 is up
[ 415.922441] Detected VIPT I-cache on CPU4
[ 415.922640] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 415.939171] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 415.958161] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 415.973021] CPU4 is up
[ 415.975990] Detected VIPT I-cache on CPU5
[ 415.976181] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 415.991278] CPU5 is up
[ 416.005180] Detected VIPT I-cache on CPU6
[ 416.005373] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 416.022086] CPU6 is up
[ 416.035914] Detected VIPT I-cache on CPU7
[ 416.036110] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 416.054067] CPU7 is up
[ 416.114894] usb usb7: root hub lost power or was reset
[ 416.120155] usb usb8: root hub lost power or was reset
[ 416.201751] usb usb3: root hub lost power or was reset
[ 416.207310] usb usb1: root hub lost power or was reset
[ 416.289680] usb usb4: root hub lost power or was reset
[ 416.295213] usb usb2: root hub lost power or was reset
[ 416.407776] usb usb6: root hub lost power or was reset
[ 416.413307] usb usb5: root hub lost power or was reset
[ 416.541559] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 416.617211] PM: resume devices took 0.521 seconds
[ 416.622139] OOM killer enabled.
[ 416.625449] Restarting tasks ... done.
[ 416.635735] PM: suspend exit
####### 162
[ 416.709302] ata1: link resume succeeded after 1 retries
[ 416.819804] ata1: SATA link down (SStatus 0 SControl 300)
[ 417.343821] PM: suspend entry (deep)
[ 417.347620] PM: Syncing filesystems ... done.
[ 417.460607] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 417.472066] OOM killer disabled.
[ 417.475465] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 417.699131] PM: suspend devices took 0.212 seconds
[ 417.752200] Disabling non-boot CPUs ...
[ 417.763460] CPU1: shutdown
[ 417.766376] psci: CPU1 killed.
[ 417.778394] CPU2: shutdown
[ 417.781309] psci: CPU2 killed.
[ 417.793458] CPU3: shutdown
[ 417.796391] psci: CPU3 killed.
[ 417.812204] CPU4: shutdown
[ 417.815092] psci: CPU4 killed.
[ 417.831860] CPU5: shutdown
[ 417.834924] psci: CPU5 killed.
[ 417.849821] CPU6: shutdown
[ 417.852694] psci: CPU6 killed.
[ 417.877534] CPU7: shutdown
[ 417.880408] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 417.887249] Enabling non-boot CPUs ...
[ 417.891863] Detected PIPT I-cache on CPU1
[ 417.891983] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 417.897725] CPU1 is up
[ 417.911513] Detected PIPT I-cache on CPU2
[ 417.911608] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 417.917348] CPU2 is up
[ 417.931160] Detected PIPT I-cache on CPU3
[ 417.931261] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 417.937316] CPU3 is up
[ 417.951274] Detected VIPT I-cache on CPU4
[ 417.951470] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 417.967988] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 417.986998] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 418.002688] CPU4 is up
[ 418.005693] Detected VIPT I-cache on CPU5
[ 418.005883] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 418.021001] CPU5 is up
[ 418.034807] Detected VIPT I-cache on CPU6
[ 418.034998] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 418.052088] CPU6 is up
[ 418.065843] Detected VIPT I-cache on CPU7
[ 418.066036] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 418.083147] CPU7 is up
[ 418.142985] usb usb7: root hub lost power or was reset
[ 418.148248] usb usb8: root hub lost power or was reset
[ 418.230593] usb usb3: root hub lost power or was reset
[ 418.236143] usb usb1: root hub lost power or was reset
[ 418.318034] usb usb4: root hub lost power or was reset
[ 418.323563] usb usb2: root hub lost power or was reset
[ 418.435051] usb usb6: root hub lost power or was reset
[ 418.440601] usb usb5: root hub lost power or was reset
[ 418.569403] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 418.645162] PM: resume devices took 0.520 seconds
[ 418.650097] OOM killer enabled.
[ 418.653408] Restarting tasks ... done.
[ 418.663539] PM: suspend exit
####### 163
[ 418.741176] ata1: link resume succeeded after 1 retries
[ 418.851461] ata1: SATA link down (SStatus 0 SControl 300)
[ 419.381229] PM: suspend entry (deep)
[ 419.384997] PM: Syncing filesystems ... done.
[ 419.496484] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 419.507948] OOM killer disabled.
[ 419.511350] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 419.711047] PM: suspend devices took 0.188 seconds
[ 419.764945] Disabling non-boot CPUs ...
[ 419.776130] CPU1: shutdown
[ 419.779065] psci: CPU1 killed.
[ 419.792161] CPU2: shutdown
[ 419.795079] psci: CPU2 killed.
[ 419.807546] CPU3: shutdown
[ 419.810475] psci: CPU3 killed.
[ 419.827393] CPU4: shutdown
[ 419.830282] psci: CPU4 killed.
[ 419.846181] CPU5: shutdown
[ 419.849071] psci: CPU5 killed.
[ 419.865316] CPU6: shutdown
[ 419.868191] psci: CPU6 killed.
[ 419.890411] CPU7: shutdown
[ 419.893406] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 419.901123] Enabling non-boot CPUs ...
[ 419.905733] Detected PIPT I-cache on CPU1
[ 419.905854] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 419.911536] CPU1 is up
[ 419.925397] Detected PIPT I-cache on CPU2
[ 419.925492] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 419.931249] CPU2 is up
[ 419.945058] Detected PIPT I-cache on CPU3
[ 419.945159] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 419.951254] CPU3 is up
[ 419.965139] Detected VIPT I-cache on CPU4
[ 419.965337] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 419.981883] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 420.000887] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 420.015761] CPU4 is up
[ 420.018718] Detected VIPT I-cache on CPU5
[ 420.018908] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 420.034077] CPU5 is up
[ 420.048008] Detected VIPT I-cache on CPU6
[ 420.048198] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 420.064816] CPU6 is up
[ 420.078570] Detected VIPT I-cache on CPU7
[ 420.078765] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 420.098439] CPU7 is up
[ 420.158385] usb usb7: root hub lost power or was reset
[ 420.163650] usb usb8: root hub lost power or was reset
[ 420.245458] usb usb3: root hub lost power or was reset
[ 420.251015] usb usb1: root hub lost power or was reset
[ 420.332924] usb usb4: root hub lost power or was reset
[ 420.338515] usb usb2: root hub lost power or was reset
[ 420.449927] usb usb6: root hub lost power or was reset
[ 420.455476] usb usb5: root hub lost power or was reset
[ 420.584263] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 420.659615] PM: resume devices took 0.519 seconds
[ 420.664545] OOM killer enabled.
[ 420.667858] Restarting tasks ... done.
[ 420.678844] PM: suspend exit
####### 164
[ 420.757049] ata1: link resume succeeded after 1 retries
[ 420.867566] ata1: SATA link down (SStatus 0 SControl 300)
[ 421.384053] PM: suspend entry (deep)
[ 421.387829] PM: Syncing filesystems ... done.
[ 421.501411] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 421.513037] OOM killer disabled.
[ 421.516437] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 421.708978] PM: suspend devices took 0.181 seconds
[ 421.763122] Disabling non-boot CPUs ...
[ 421.774326] CPU1: shutdown
[ 421.777263] psci: CPU1 killed.
[ 421.790205] CPU2: shutdown
[ 421.793118] psci: CPU2 killed.
[ 421.805150] CPU3: shutdown
[ 421.808082] psci: CPU3 killed.
[ 421.825229] CPU4: shutdown
[ 421.828119] psci: CPU4 killed.
[ 421.843578] CPU5: shutdown
[ 421.846633] psci: CPU5 killed.
[ 421.861952] CPU6: shutdown
[ 421.864988] psci: CPU6 killed.
[ 421.890345] CPU7: shutdown
[ 421.893337] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 421.899149] Enabling non-boot CPUs ...
[ 421.904038] Detected PIPT I-cache on CPU1
[ 421.904157] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 421.909949] CPU1 is up
[ 421.923862] Detected PIPT I-cache on CPU2
[ 421.923957] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 421.929643] CPU2 is up
[ 421.943434] Detected PIPT I-cache on CPU3
[ 421.943535] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 421.949811] CPU3 is up
[ 421.963629] Detected VIPT I-cache on CPU4
[ 421.963827] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 421.980301] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 421.999297] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 422.014240] CPU4 is up
[ 422.017211] Detected VIPT I-cache on CPU5
[ 422.017402] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 422.032337] CPU5 is up
[ 422.046156] Detected VIPT I-cache on CPU6
[ 422.046350] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 422.062339] CPU6 is up
[ 422.076144] Detected VIPT I-cache on CPU7
[ 422.076338] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 422.096031] CPU7 is up
[ 422.156685] usb usb7: root hub lost power or was reset
[ 422.161948] usb usb8: root hub lost power or was reset
[ 422.244448] usb usb3: root hub lost power or was reset
[ 422.250070] usb usb1: root hub lost power or was reset
[ 422.331795] usb usb4: root hub lost power or was reset
[ 422.337385] usb usb2: root hub lost power or was reset
[ 422.448801] usb usb6: root hub lost power or was reset
[ 422.454331] usb usb5: root hub lost power or was reset
[ 422.583139] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 422.658791] PM: resume devices took 0.521 seconds
[ 422.663731] OOM killer enabled.
[ 422.667036] Restarting tasks ... done.
[ 422.676409] PM: suspend exit
####### 165
[ 422.748923] ata1: link resume succeeded after 1 retries
[ 422.859458] ata1: SATA link down (SStatus 0 SControl 300)
[ 423.388266] PM: suspend entry (deep)
[ 423.392050] PM: Syncing filesystems ... done.
[ 423.503987] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 423.515468] OOM killer disabled.
[ 423.518869] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 423.723748] PM: suspend devices took 0.193 seconds
[ 423.777502] Disabling non-boot CPUs ...
[ 423.790285] CPU1: shutdown
[ 423.793205] psci: CPU1 killed.
[ 423.805998] CPU2: shutdown
[ 423.808916] psci: CPU2 killed.
[ 423.821731] CPU3: shutdown
[ 423.824672] psci: CPU3 killed.
[ 423.842522] CPU4: shutdown
[ 423.845411] psci: CPU4 killed.
[ 423.862297] CPU5: shutdown
[ 423.865358] psci: CPU5 killed.
[ 423.879942] CPU6: shutdown
[ 423.882835] psci: CPU6 killed.
[ 423.906802] CPU7: shutdown
[ 423.909796] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 423.916210] Enabling non-boot CPUs ...
[ 423.921114] Detected PIPT I-cache on CPU1
[ 423.921233] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 423.926980] CPU1 is up
[ 423.940884] Detected PIPT I-cache on CPU2
[ 423.940978] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 423.946726] CPU2 is up
[ 423.960455] Detected PIPT I-cache on CPU3
[ 423.960555] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 423.966551] CPU3 is up
[ 423.980349] Detected VIPT I-cache on CPU4
[ 423.980545] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 423.997039] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 424.015925] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 424.031202] CPU4 is up
[ 424.034203] Detected VIPT I-cache on CPU5
[ 424.034390] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 424.049335] CPU5 is up
[ 424.063182] Detected VIPT I-cache on CPU6
[ 424.063373] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 424.079522] CPU6 is up
[ 424.093327] Detected VIPT I-cache on CPU7
[ 424.093517] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 424.113092] CPU7 is up
[ 424.173331] usb usb7: root hub lost power or was reset
[ 424.178596] usb usb8: root hub lost power or was reset
[ 424.261318] usb usb3: root hub lost power or was reset
[ 424.266849] usb usb1: root hub lost power or was reset
[ 424.349174] usb usb4: root hub lost power or was reset
[ 424.354735] usb usb2: root hub lost power or was reset
[ 424.467162] usb usb6: root hub lost power or was reset
[ 424.472751] usb usb5: root hub lost power or was reset
[ 424.600996] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 424.676747] PM: resume devices took 0.522 seconds
[ 424.681678] OOM killer enabled.
[ 424.684989] Restarting tasks ... done.
[ 424.695605] PM: suspend exit
####### 166
[ 424.772786] ata1: link resume succeeded after 1 retries
[ 424.883334] ata1: SATA link down (SStatus 0 SControl 300)
[ 425.403257] PM: suspend entry (deep)
[ 425.407040] PM: Syncing filesystems ... done.
[ 425.518890] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 425.530417] OOM killer disabled.
[ 425.533819] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 425.723747] PM: suspend devices took 0.178 seconds
[ 425.778037] Disabling non-boot CPUs ...
[ 425.789373] CPU1: shutdown
[ 425.792305] psci: CPU1 killed.
[ 425.805722] CPU2: shutdown
[ 425.808635] psci: CPU2 killed.
[ 425.821073] CPU3: shutdown
[ 425.823971] psci: CPU3 killed.
[ 425.841806] CPU4: shutdown
[ 425.844692] psci: CPU4 killed.
[ 425.859710] CPU5: shutdown
[ 425.862610] psci: CPU5 killed.
[ 425.877687] CPU6: shutdown
[ 425.880573] psci: CPU6 killed.
[ 425.902976] CPU7: shutdown
[ 425.905971] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 425.913219] Enabling non-boot CPUs ...
[ 425.918044] Detected PIPT I-cache on CPU1
[ 425.918164] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 425.924069] CPU1 is up
[ 425.937855] Detected PIPT I-cache on CPU2
[ 425.937950] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 425.943686] CPU2 is up
[ 425.957421] Detected PIPT I-cache on CPU3
[ 425.957522] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 425.963486] CPU3 is up
[ 425.977380] Detected VIPT I-cache on CPU4
[ 425.977577] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 425.993950] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 426.012834] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 426.028061] CPU4 is up
[ 426.031060] Detected VIPT I-cache on CPU5
[ 426.031249] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 426.046457] CPU5 is up
[ 426.060200] Detected VIPT I-cache on CPU6
[ 426.060391] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 426.077455] CPU6 is up
[ 426.091210] Detected VIPT I-cache on CPU7
[ 426.091401] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 426.110996] CPU7 is up
[ 426.170987] usb usb7: root hub lost power or was reset
[ 426.176251] usb usb8: root hub lost power or was reset
[ 426.259092] usb usb3: root hub lost power or was reset
[ 426.264641] usb usb1: root hub lost power or was reset
[ 426.346559] usb usb4: root hub lost power or was reset
[ 426.352156] usb usb2: root hub lost power or was reset
[ 426.463559] usb usb6: root hub lost power or was reset
[ 426.469107] usb usb5: root hub lost power or was reset
[ 426.597851] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 426.673484] PM: resume devices took 0.521 seconds
[ 426.678415] OOM killer enabled.
[ 426.681725] Restarting tasks ... done.
[ 426.692869] PM: suspend exit
####### 167
[ 426.772672] ata1: link resume succeeded after 1 retries
[ 426.883165] ata1: SATA link down (SStatus 0 SControl 300)
[ 427.398240] PM: suspend entry (deep)
[ 427.402023] PM: Syncing filesystems ... done.
[ 427.515994] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 427.527481] OOM killer disabled.
[ 427.530880] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 427.737488] PM: suspend devices took 0.195 seconds
[ 427.791313] Disabling non-boot CPUs ...
[ 427.802500] CPU1: shutdown
[ 427.805465] psci: CPU1 killed.
[ 427.818229] CPU2: shutdown
[ 427.821143] psci: CPU2 killed.
[ 427.832946] CPU3: shutdown
[ 427.835853] psci: CPU3 killed.
[ 427.855023] CPU4: shutdown
[ 427.857915] psci: CPU4 killed.
[ 427.874413] CPU5: shutdown
[ 427.877470] psci: CPU5 killed.
[ 427.892582] CPU6: shutdown
[ 427.895648] psci: CPU6 killed.
[ 427.918824] CPU7: shutdown
[ 427.921820] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 427.928705] Enabling non-boot CPUs ...
[ 427.933648] Detected PIPT I-cache on CPU1
[ 427.933766] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 427.939576] CPU1 is up
[ 427.953441] Detected PIPT I-cache on CPU2
[ 427.953534] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 427.959369] CPU2 is up
[ 427.973151] Detected PIPT I-cache on CPU3
[ 427.973252] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 427.979329] CPU3 is up
[ 427.993210] Detected VIPT I-cache on CPU4
[ 427.993407] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 428.009845] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 428.028731] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 428.043899] CPU4 is up
[ 428.046898] Detected VIPT I-cache on CPU5
[ 428.047088] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 428.062283] CPU5 is up
[ 428.076072] Detected VIPT I-cache on CPU6
[ 428.076263] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 428.092552] CPU6 is up
[ 428.106493] Detected VIPT I-cache on CPU7
[ 428.106686] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 428.124164] CPU7 is up
[ 428.185162] usb usb7: root hub lost power or was reset
[ 428.190426] usb usb8: root hub lost power or was reset
[ 428.272074] usb usb3: root hub lost power or was reset
[ 428.277692] usb usb1: root hub lost power or was reset
[ 428.359438] usb usb4: root hub lost power or was reset
[ 428.365187] usb usb2: root hub lost power or was reset
[ 428.476431] usb usb6: root hub lost power or was reset
[ 428.481977] usb usb5: root hub lost power or was reset
[ 428.610780] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 428.686165] PM: resume devices took 0.519 seconds
[ 428.691097] OOM killer enabled.
[ 428.694411] Restarting tasks ... done.
[ 428.704743] PM: suspend exit
####### 168
[ 428.780555] ata1: link resume succeeded after 1 retries
[ 428.890857] ata1: SATA link down (SStatus 0 SControl 300)
[ 429.418029] PM: suspend entry (deep)
[ 429.421813] PM: Syncing filesystems ... done.
[ 429.537029] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 429.548653] OOM killer disabled.
[ 429.552045] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 429.751337] PM: suspend devices took 0.188 seconds
[ 429.805025] Disabling non-boot CPUs ...
[ 429.816183] CPU1: shutdown
[ 429.819165] psci: CPU1 killed.
[ 429.832157] CPU2: shutdown
[ 429.835066] psci: CPU2 killed.
[ 429.847509] CPU3: shutdown
[ 429.850417] psci: CPU3 killed.
[ 429.867634] CPU4: shutdown
[ 429.870521] psci: CPU4 killed.
[ 429.886275] CPU5: shutdown
[ 429.889275] psci: CPU5 killed.
[ 429.903734] CPU6: shutdown
[ 429.906663] psci: CPU6 killed.
[ 429.929797] CPU7: shutdown
[ 429.932670] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 429.939685] Enabling non-boot CPUs ...
[ 429.944589] Detected PIPT I-cache on CPU1
[ 429.944707] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 429.950454] CPU1 is up
[ 429.964337] Detected PIPT I-cache on CPU2
[ 429.964432] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 429.970058] CPU2 is up
[ 429.983876] Detected PIPT I-cache on CPU3
[ 429.983977] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 429.990024] CPU3 is up
[ 430.003852] Detected VIPT I-cache on CPU4
[ 430.004051] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 430.020898] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 430.039783] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 430.054768] CPU4 is up
[ 430.057735] Detected VIPT I-cache on CPU5
[ 430.057926] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 430.073136] CPU5 is up
[ 430.086970] Detected VIPT I-cache on CPU6
[ 430.087163] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 430.104364] CPU6 is up
[ 430.118118] Detected VIPT I-cache on CPU7
[ 430.118311] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 430.138045] CPU7 is up
[ 430.199100] usb usb7: root hub lost power or was reset
[ 430.204366] usb usb8: root hub lost power or was reset
[ 430.285840] usb usb3: root hub lost power or was reset
[ 430.291449] usb usb1: root hub lost power or was reset
[ 430.373896] usb usb4: root hub lost power or was reset
[ 430.379439] usb usb2: root hub lost power or was reset
[ 430.491823] usb usb6: root hub lost power or was reset
[ 430.497375] usb usb5: root hub lost power or was reset
[ 430.626751] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 430.702399] PM: resume devices took 0.522 seconds
[ 430.707397] OOM killer enabled.
[ 430.710713] Restarting tasks ... done.
[ 430.719827] PM: suspend exit
####### 169
[ 430.796421] ata1: link resume succeeded after 1 retries
[ 430.906888] ata1: SATA link down (SStatus 0 SControl 300)
[ 431.429913] PM: suspend entry (deep)
[ 431.433695] PM: Syncing filesystems ... done.
[ 431.547778] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 431.559370] OOM killer disabled.
[ 431.562769] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 431.767194] PM: suspend devices took 0.193 seconds
[ 431.821438] Disabling non-boot CPUs ...
[ 431.832663] CPU1: shutdown
[ 431.835602] psci: CPU1 killed.
[ 431.848435] CPU2: shutdown
[ 431.851365] psci: CPU2 killed.
[ 431.863642] CPU3: shutdown
[ 431.866527] psci: CPU3 killed.
[ 431.884515] CPU4: shutdown
[ 431.887403] psci: CPU4 killed.
[ 431.902763] CPU5: shutdown
[ 431.905662] psci: CPU5 killed.
[ 431.920479] CPU6: shutdown
[ 431.923353] psci: CPU6 killed.
[ 431.947412] CPU7: shutdown
[ 431.950408] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063762] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105304] NOTICE: BL2: Normal boot
[ 0.108941] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 431.956817] Enabling non-boot CPUs ...
[ 431.961695] Detected PIPT I-cache on CPU1
[ 431.961814] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 431.967554] CPU1 is up
[ 431.981408] Detected PIPT I-cache on CPU2
[ 431.981503] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 431.987264] CPU2 is up
[ 432.000992] Detected PIPT I-cache on CPU3
[ 432.001092] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 432.007248] CPU3 is up
[ 432.021068] Detected VIPT I-cache on CPU4
[ 432.021265] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 432.037669] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 432.056660] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 432.071710] CPU4 is up
[ 432.074673] Detected VIPT I-cache on CPU5
[ 432.074865] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 432.089912] CPU5 is up
[ 432.103731] Detected VIPT I-cache on CPU6
[ 432.103924] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 432.121319] CPU6 is up
[ 432.135252] Detected VIPT I-cache on CPU7
[ 432.135446] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 432.153028] CPU7 is up
[ 432.213213] usb usb7: root hub lost power or was reset
[ 432.218476] usb usb8: root hub lost power or was reset
[ 432.300708] usb usb3: root hub lost power or was reset
[ 432.306325] usb usb1: root hub lost power or was reset
[ 432.388186] usb usb4: root hub lost power or was reset
[ 432.393785] usb usb2: root hub lost power or was reset
[ 432.505198] usb usb6: root hub lost power or was reset
[ 432.510801] usb usb5: root hub lost power or was reset
[ 432.639467] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 432.715122] PM: resume devices took 0.520 seconds
[ 432.720052] OOM killer enabled.
[ 432.723363] Restarting tasks ... done.
[ 432.733758] PM: suspend exit
####### 170
[ 432.812304] ata1: link resume succeeded after 1 retries
[ 432.922614] ata1: SATA link down (SStatus 0 SControl 300)
[ 433.439904] PM: suspend entry (deep)
[ 433.443708] PM: Syncing filesystems ... done.
[ 433.560645] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 433.572241] OOM killer disabled.
[ 433.575640] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 433.778861] PM: suspend devices took 0.191 seconds
[ 433.832902] Disabling non-boot CPUs ...
[ 433.844402] CPU1: shutdown
[ 433.847320] psci: CPU1 killed.
[ 433.859885] CPU2: shutdown
[ 433.862940] psci: CPU2 killed.
[ 433.874322] CPU3: shutdown
[ 433.877228] psci: CPU3 killed.
[ 433.895039] CPU4: shutdown
[ 433.897941] psci: CPU4 killed.
[ 433.914461] CPU5: shutdown
[ 433.917347] psci: CPU5 killed.
[ 433.932191] CPU6: shutdown
[ 433.935092] psci: CPU6 killed.
[ 433.959401] CPU7: shutdown
[ 433.962397] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 433.968484] Enabling non-boot CPUs ...
[ 433.973400] Detected PIPT I-cache on CPU1
[ 433.973520] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 433.979282] CPU1 is up
[ 433.993149] Detected PIPT I-cache on CPU2
[ 433.993244] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 433.999060] CPU2 is up
[ 434.012851] Detected PIPT I-cache on CPU3
[ 434.012953] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 434.019446] CPU3 is up
[ 434.033333] Detected VIPT I-cache on CPU4
[ 434.033533] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 434.050036] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 434.069026] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 434.084743] CPU4 is up
[ 434.087745] Detected VIPT I-cache on CPU5
[ 434.087937] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 434.103208] CPU5 is up
[ 434.117137] Detected VIPT I-cache on CPU6
[ 434.117331] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 434.133820] CPU6 is up
[ 434.147700] Detected VIPT I-cache on CPU7
[ 434.147896] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 434.166252] CPU7 is up
[ 434.226583] usb usb7: root hub lost power or was reset
[ 434.231847] usb usb8: root hub lost power or was reset
[ 434.326625] usb usb3: root hub lost power or was reset
[ 434.332186] usb usb1: root hub lost power or was reset
[ 434.414074] usb usb4: root hub lost power or was reset
[ 434.419962] usb usb2: root hub lost power or was reset
[ 434.532070] usb usb6: root hub lost power or was reset
[ 434.537627] usb usb5: root hub lost power or was reset
[ 434.666375] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 434.741682] PM: resume devices took 0.533 seconds
[ 434.746613] OOM killer enabled.
[ 434.749925] Restarting tasks ... done.
[ 434.761455] PM: suspend exit
####### 171
[ 434.836180] ata1: link resume succeeded after 1 retries
[ 434.946673] ata1: SATA link down (SStatus 0 SControl 300)
[ 435.473828] PM: suspend entry (deep)
[ 435.477708] PM: Syncing filesystems ... done.
[ 435.588608] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 435.600169] OOM killer disabled.
[ 435.603567] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 435.806630] PM: suspend devices took 0.191 seconds
[ 435.860061] Disabling non-boot CPUs ...
[ 435.871487] CPU1: shutdown
[ 435.874425] psci: CPU1 killed.
[ 435.887512] CPU2: shutdown
[ 435.890437] psci: CPU2 killed.
[ 435.902644] CPU3: shutdown
[ 435.905537] psci: CPU3 killed.
[ 435.922515] CPU4: shutdown
[ 435.925417] psci: CPU4 killed.
[ 435.941279] CPU5: shutdown
[ 435.944163] psci: CPU5 killed.
[ 435.958373] CPU6: shutdown
[ 435.961438] psci: CPU6 killed.
[ 435.984776] CPU7: shutdown
[ 435.987770] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 435.994678] Enabling non-boot CPUs ...
[ 435.999403] Detected PIPT I-cache on CPU1
[ 435.999522] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 436.005413] CPU1 is up
[ 436.019199] Detected PIPT I-cache on CPU2
[ 436.019294] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 436.025046] CPU2 is up
[ 436.038781] Detected PIPT I-cache on CPU3
[ 436.038881] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 436.044918] CPU3 is up
[ 436.058726] Detected VIPT I-cache on CPU4
[ 436.058924] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 436.075386] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 436.094272] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 436.109516] CPU4 is up
[ 436.112526] Detected VIPT I-cache on CPU5
[ 436.112717] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 436.127943] CPU5 is up
[ 436.141705] Detected VIPT I-cache on CPU6
[ 436.141898] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 436.158888] CPU6 is up
[ 436.172697] Detected VIPT I-cache on CPU7
[ 436.172890] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 436.192538] CPU7 is up
[ 436.252823] usb usb7: root hub lost power or was reset
[ 436.258086] usb usb8: root hub lost power or was reset
[ 436.340512] usb usb3: root hub lost power or was reset
[ 436.346130] usb usb1: root hub lost power or was reset
[ 436.427937] usb usb4: root hub lost power or was reset
[ 436.433477] usb usb2: root hub lost power or was reset
[ 436.544947] usb usb6: root hub lost power or was reset
[ 436.550493] usb usb5: root hub lost power or was reset
[ 436.679352] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 436.755051] PM: resume devices took 0.520 seconds
[ 436.759979] OOM killer enabled.
[ 436.763290] Restarting tasks ... done.
[ 436.773286] PM: suspend exit
####### 172
[ 436.851995] ata1: link resume succeeded after 1 retries
[ 436.962566] ata1: SATA link down (SStatus 0 SControl 300)
[ 437.478577] PM: suspend entry (deep)
[ 437.482359] PM: Syncing filesystems ... done.
[ 437.593970] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 437.605390] OOM killer disabled.
[ 437.608791] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 437.802567] PM: suspend devices took 0.181 seconds
[ 437.856214] Disabling non-boot CPUs ...
[ 437.867246] CPU1: shutdown
[ 437.870186] psci: CPU1 killed.
[ 437.883364] CPU2: shutdown
[ 437.886281] psci: CPU2 killed.
[ 437.898789] CPU3: shutdown
[ 437.901670] psci: CPU3 killed.
[ 437.919576] CPU4: shutdown
[ 437.922464] psci: CPU4 killed.
[ 437.938252] CPU5: shutdown
[ 437.941141] psci: CPU5 killed.
[ 437.955959] CPU6: shutdown
[ 437.958876] psci: CPU6 killed.
[ 437.982192] CPU7: shutdown
[ 437.985190] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 437.992095] Enabling non-boot CPUs ...
[ 437.996712] Detected PIPT I-cache on CPU1
[ 437.996831] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 438.002572] CPU1 is up
[ 438.016444] Detected PIPT I-cache on CPU2
[ 438.016536] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 438.022347] CPU2 is up
[ 438.036070] Detected PIPT I-cache on CPU3
[ 438.036172] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 438.042220] CPU3 is up
[ 438.056154] Detected VIPT I-cache on CPU4
[ 438.056353] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 438.072905] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 438.091790] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 438.107500] CPU4 is up
[ 438.110505] Detected VIPT I-cache on CPU5
[ 438.110695] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 438.125756] CPU5 is up
[ 438.139585] Detected VIPT I-cache on CPU6
[ 438.139777] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 438.158533] CPU6 is up
[ 438.172380] Detected VIPT I-cache on CPU7
[ 438.172573] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 438.192277] CPU7 is up
[ 438.252416] usb usb7: root hub lost power or was reset
[ 438.257678] usb usb8: root hub lost power or was reset
[ 438.340170] usb usb3: root hub lost power or was reset
[ 438.345823] usb usb1: root hub lost power or was reset
[ 438.428271] usb usb4: root hub lost power or was reset
[ 438.433876] usb usb2: root hub lost power or was reset
[ 438.545997] usb usb6: root hub lost power or was reset
[ 438.551667] usb usb5: root hub lost power or was reset
[ 438.680230] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 438.755813] PM: resume devices took 0.522 seconds
[ 438.760756] OOM killer enabled.
[ 438.764061] Restarting tasks ... done.
[ 438.773861] PM: suspend exit
####### 173
[ 438.851926] ata1: link resume succeeded after 1 retries
[ 438.962435] ata1: SATA link down (SStatus 0 SControl 300)
[ 439.481874] PM: suspend entry (deep)
[ 439.485732] PM: Syncing filesystems ... done.
[ 439.599103] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 439.610658] OOM killer disabled.
[ 439.614059] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 439.819568] PM: suspend devices took 0.193 seconds
[ 439.872841] Disabling non-boot CPUs ...
[ 439.885209] CPU1: shutdown
[ 439.888149] psci: CPU1 killed.
[ 439.901193] CPU2: shutdown
[ 439.904120] psci: CPU2 killed.
[ 439.916389] CPU3: shutdown
[ 439.919269] psci: CPU3 killed.
[ 439.935971] CPU4: shutdown
[ 439.938856] psci: CPU4 killed.
[ 439.954705] CPU5: shutdown
[ 439.957575] psci: CPU5 killed.
[ 439.971992] CPU6: shutdown
[ 439.974865] psci: CPU6 killed.
[ 440.000194] CPU7: shutdown
[ 440.003065] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 440.009340] Enabling non-boot CPUs ...
[ 440.014080] Detected PIPT I-cache on CPU1
[ 440.014198] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 440.019996] CPU1 is up
[ 440.033889] Detected PIPT I-cache on CPU2
[ 440.033983] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 440.039757] CPU2 is up
[ 440.053496] Detected PIPT I-cache on CPU3
[ 440.053597] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 440.059692] CPU3 is up
[ 440.073497] Detected VIPT I-cache on CPU4
[ 440.073695] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 440.090192] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 440.109182] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 440.124163] CPU4 is up
[ 440.127131] Detected VIPT I-cache on CPU5
[ 440.127321] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 440.142428] CPU5 is up
[ 440.156246] Detected VIPT I-cache on CPU6
[ 440.156439] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 440.173639] CPU6 is up
[ 440.187428] Detected VIPT I-cache on CPU7
[ 440.187621] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 440.204736] CPU7 is up
[ 440.264985] usb usb7: root hub lost power or was reset
[ 440.270247] usb usb8: root hub lost power or was reset
[ 440.352230] usb usb3: root hub lost power or was reset
[ 440.357778] usb usb1: root hub lost power or was reset
[ 440.440346] usb usb4: root hub lost power or was reset
[ 440.445885] usb usb2: root hub lost power or was reset
[ 440.558012] usb usb6: root hub lost power or was reset
[ 440.563567] usb usb5: root hub lost power or was reset
[ 440.693051] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 440.767771] PM: resume devices took 0.521 seconds
[ 440.772772] OOM killer enabled.
[ 440.776079] Restarting tasks ... done.
[ 440.784934] PM: suspend exit
####### 174
[ 440.859782] ata1: link resume succeeded after 1 retries
[ 440.970086] ata1: SATA link down (SStatus 0 SControl 300)
[ 441.492342] PM: suspend entry (deep)
[ 441.496141] PM: Syncing filesystems ... done.
[ 441.607286] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 441.618835] OOM killer disabled.
[ 441.622236] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 441.817952] PM: suspend devices took 0.184 seconds
[ 441.872326] Disabling non-boot CPUs ...
[ 441.884169] CPU1: shutdown
[ 441.887110] psci: CPU1 killed.
[ 441.899277] CPU2: shutdown
[ 441.902203] psci: CPU2 killed.
[ 441.915352] CPU3: shutdown
[ 441.918249] psci: CPU3 killed.
[ 441.935854] CPU4: shutdown
[ 441.938861] psci: CPU4 killed.
[ 441.956062] CPU5: shutdown
[ 441.958948] psci: CPU5 killed.
[ 441.973127] CPU6: shutdown
[ 441.975999] psci: CPU6 killed.
[ 442.000378] CPU7: shutdown
[ 442.003250] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 442.009863] Enabling non-boot CPUs ...
[ 442.014469] Detected PIPT I-cache on CPU1
[ 442.014588] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 442.020450] CPU1 is up
[ 442.034276] Detected PIPT I-cache on CPU2
[ 442.034371] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 442.040186] CPU2 is up
[ 442.054019] Detected PIPT I-cache on CPU3
[ 442.054119] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 442.060197] CPU3 is up
[ 442.074095] Detected VIPT I-cache on CPU4
[ 442.074293] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 442.090953] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 442.109838] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 442.125074] CPU4 is up
[ 442.128093] Detected VIPT I-cache on CPU5
[ 442.128282] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 442.143639] CPU5 is up
[ 442.157397] Detected VIPT I-cache on CPU6
[ 442.157590] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 442.174421] CPU6 is up
[ 442.188230] Detected VIPT I-cache on CPU7
[ 442.188423] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 442.205753] CPU7 is up
[ 442.266765] usb usb7: root hub lost power or was reset
[ 442.272029] usb usb8: root hub lost power or was reset
[ 442.354128] usb usb3: root hub lost power or was reset
[ 442.359687] usb usb1: root hub lost power or was reset
[ 442.442074] usb usb4: root hub lost power or was reset
[ 442.447616] usb usb2: root hub lost power or was reset
[ 442.560152] usb usb6: root hub lost power or was reset
[ 442.565678] usb usb5: root hub lost power or was reset
[ 442.693929] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 442.769815] PM: resume devices took 0.522 seconds
[ 442.774749] OOM killer enabled.
[ 442.778061] Restarting tasks ... done.
[ 442.788626] PM: suspend exit
####### 175
[ 442.859675] ata1: link resume succeeded after 1 retries
[ 442.970169] ata1: SATA link down (SStatus 0 SControl 300)
[ 443.498961] PM: suspend entry (deep)
[ 443.502744] PM: Syncing filesystems ... done.
[ 443.615181] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 443.626793] OOM killer disabled.
[ 443.630194] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 443.834466] PM: suspend devices took 0.193 seconds
[ 443.889237] Disabling non-boot CPUs ...
[ 443.901068] CPU1: shutdown
[ 443.904005] psci: CPU1 killed.
[ 443.915943] CPU2: shutdown
[ 443.918845] psci: CPU2 killed.
[ 443.931868] CPU3: shutdown
[ 443.934762] psci: CPU3 killed.
[ 443.950684] CPU4: shutdown
[ 443.953572] psci: CPU4 killed.
[ 443.970217] CPU5: shutdown
[ 443.973284] psci: CPU5 killed.
[ 443.989751] CPU6: shutdown
[ 443.992623] psci: CPU6 killed.
[ 444.017152] CPU7: shutdown
[ 444.020149] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 444.026641] Enabling non-boot CPUs ...
[ 444.031256] Detected PIPT I-cache on CPU1
[ 444.031375] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 444.037117] CPU1 is up
[ 444.050909] Detected PIPT I-cache on CPU2
[ 444.051005] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 444.056796] CPU2 is up
[ 444.070596] Detected PIPT I-cache on CPU3
[ 444.070698] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 444.076702] CPU3 is up
[ 444.090640] Detected VIPT I-cache on CPU4
[ 444.090837] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 444.107491] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 444.126434] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 444.141289] CPU4 is up
[ 444.144252] Detected VIPT I-cache on CPU5
[ 444.144443] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 444.159635] CPU5 is up
[ 444.173533] Detected VIPT I-cache on CPU6
[ 444.173726] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 444.204193] CPU6 is up
[ 444.218086] Detected VIPT I-cache on CPU7
[ 444.218282] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 444.237946] CPU7 is up
[ 444.297899] usb usb7: root hub lost power or was reset
[ 444.303164] usb usb8: root hub lost power or was reset
[ 444.385992] usb usb3: root hub lost power or was reset
[ 444.391597] usb usb1: root hub lost power or was reset
[ 444.473441] usb usb4: root hub lost power or was reset
[ 444.479190] usb usb2: root hub lost power or was reset
[ 444.590492] usb usb6: root hub lost power or was reset
[ 444.596042] usb usb5: root hub lost power or was reset
[ 444.724827] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 444.800565] PM: resume devices took 0.521 seconds
[ 444.805496] OOM killer enabled.
[ 444.808806] Restarting tasks ... done.
[ 444.819178] PM: suspend exit
####### 176
[ 444.891555] ata1: link resume succeeded after 1 retries
[ 445.001844] ata1: SATA link down (SStatus 0 SControl 300)
[ 445.528427] PM: suspend entry (deep)
[ 445.532197] PM: Syncing filesystems ... done.
[ 445.645033] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 445.656784] OOM killer disabled.
[ 445.660200] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 445.882790] PM: suspend devices took 0.210 seconds
[ 445.937337] Disabling non-boot CPUs ...
[ 445.948542] CPU1: shutdown
[ 445.951477] psci: CPU1 killed.
[ 445.964134] CPU2: shutdown
[ 445.967048] psci: CPU2 killed.
[ 445.979083] CPU3: shutdown
[ 445.981977] psci: CPU3 killed.
[ 445.999542] CPU4: shutdown
[ 446.002431] psci: CPU4 killed.
[ 446.018330] CPU5: shutdown
[ 446.021279] psci: CPU5 killed.
[ 446.036056] CPU6: shutdown
[ 446.039073] psci: CPU6 killed.
[ 446.064151] CPU7: shutdown
[ 446.067150] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 446.073511] Enabling non-boot CPUs ...
[ 446.078127] Detected PIPT I-cache on CPU1
[ 446.078246] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 446.084002] CPU1 is up
[ 446.097794] Detected PIPT I-cache on CPU2
[ 446.097889] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 446.103678] CPU2 is up
[ 446.117531] Detected PIPT I-cache on CPU3
[ 446.117630] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 446.123663] CPU3 is up
[ 446.137560] Detected VIPT I-cache on CPU4
[ 446.137758] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 446.154297] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 446.173286] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 446.188222] CPU4 is up
[ 446.191194] Detected VIPT I-cache on CPU5
[ 446.191384] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 446.207203] CPU5 is up
[ 446.221082] Detected VIPT I-cache on CPU6
[ 446.221275] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 446.238272] CPU6 is up
[ 446.252080] Detected VIPT I-cache on CPU7
[ 446.252275] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 446.270188] CPU7 is up
[ 446.332136] usb usb7: root hub lost power or was reset
[ 446.337499] usb usb8: root hub lost power or was reset
[ 446.417865] usb usb3: root hub lost power or was reset
[ 446.423421] usb usb1: root hub lost power or was reset
[ 446.505964] usb usb4: root hub lost power or was reset
[ 446.511501] usb usb2: root hub lost power or was reset
[ 446.623873] usb usb6: root hub lost power or was reset
[ 446.629490] usb usb5: root hub lost power or was reset
[ 446.757637] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 446.833417] PM: resume devices took 0.521 seconds
[ 446.838410] OOM killer enabled.
[ 446.841723] Restarting tasks ... done.
[ 446.850775] PM: suspend exit
####### 177
[ 446.931451] ata1: link resume succeeded after 1 retries
[ 447.041754] ata1: SATA link down (SStatus 0 SControl 300)
[ 447.559052] PM: suspend entry (deep)
[ 447.562891] PM: Syncing filesystems ... done.
[ 447.674343] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 447.685931] OOM killer disabled.
[ 447.689331] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 447.880195] PM: suspend devices took 0.179 seconds
[ 447.934078] Disabling non-boot CPUs ...
[ 447.945373] CPU1: shutdown
[ 447.948311] psci: CPU1 killed.
[ 447.961002] CPU2: shutdown
[ 447.963916] psci: CPU2 killed.
[ 447.975948] CPU3: shutdown
[ 447.978843] psci: CPU3 killed.
[ 447.995552] CPU4: shutdown
[ 447.998466] psci: CPU4 killed.
[ 448.013184] CPU5: shutdown
[ 448.017064] psci: CPU5 killed.
[ 448.031716] CPU6: shutdown
[ 448.034587] psci: CPU6 killed.
[ 448.059815] CPU7: shutdown
[ 448.062810] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 448.068934] Enabling non-boot CPUs ...
[ 448.073954] Detected PIPT I-cache on CPU1
[ 448.074072] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 448.079848] CPU1 is up
[ 448.093681] Detected PIPT I-cache on CPU2
[ 448.093777] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 448.099555] CPU2 is up
[ 448.113408] Detected PIPT I-cache on CPU3
[ 448.113511] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 448.119586] CPU3 is up
[ 448.133500] Detected VIPT I-cache on CPU4
[ 448.133698] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 448.150287] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 448.169176] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 448.184814] CPU4 is up
[ 448.187811] Detected VIPT I-cache on CPU5
[ 448.188002] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 448.203249] CPU5 is up
[ 448.217015] Detected VIPT I-cache on CPU6
[ 448.217208] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 448.234103] CPU6 is up
[ 448.247874] Detected VIPT I-cache on CPU7
[ 448.248067] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 448.265211] CPU7 is up
[ 448.326113] usb usb7: root hub lost power or was reset
[ 448.331476] usb usb8: root hub lost power or was reset
[ 448.412815] usb usb3: root hub lost power or was reset
[ 448.418374] usb usb1: root hub lost power or was reset
[ 448.500200] usb usb4: root hub lost power or was reset
[ 448.505729] usb usb2: root hub lost power or was reset
[ 448.617209] usb usb6: root hub lost power or was reset
[ 448.622757] usb usb5: root hub lost power or was reset
[ 448.751556] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 448.827310] PM: resume devices took 0.520 seconds
[ 448.832307] OOM killer enabled.
[ 448.835611] Restarting tasks ... done.
[ 448.843953] PM: suspend exit
####### 178
[ 448.923312] ata1: link resume succeeded after 1 retries
[ 449.033846] ata1: SATA link down (SStatus 0 SControl 300)
[ 449.553261] PM: suspend entry (deep)
[ 449.557074] PM: Syncing filesystems ... done.
[ 449.668717] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 449.680357] OOM killer disabled.
[ 449.683757] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 449.874474] PM: suspend devices took 0.179 seconds
[ 449.927691] Disabling non-boot CPUs ...
[ 449.939556] CPU1: shutdown
[ 449.942487] psci: CPU1 killed.
[ 449.954862] CPU2: shutdown
[ 449.957784] psci: CPU2 killed.
[ 449.970090] CPU3: shutdown
[ 449.973063] psci: CPU3 killed.
[ 449.998093] CPU4: shutdown
[ 450.001033] psci: CPU4 killed.
[ 450.017605] CPU5: shutdown
[ 450.020481] psci: CPU5 killed.
[ 450.035354] CPU6: shutdown
[ 450.038238] psci: CPU6 killed.
[ 450.062168] CPU7: shutdown
[ 450.065163] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058310] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 450.071681] Enabling non-boot CPUs ...
[ 450.076573] Detected PIPT I-cache on CPU1
[ 450.076692] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 450.082513] CPU1 is up
[ 450.096339] Detected PIPT I-cache on CPU2
[ 450.096433] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 450.102240] CPU2 is up
[ 450.116053] Detected PIPT I-cache on CPU3
[ 450.116155] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 450.122226] CPU3 is up
[ 450.136158] Detected VIPT I-cache on CPU4
[ 450.136357] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 450.152717] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 450.171601] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 450.186697] CPU4 is up
[ 450.189656] Detected VIPT I-cache on CPU5
[ 450.189847] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 450.204955] CPU5 is up
[ 450.218858] Detected VIPT I-cache on CPU6
[ 450.219052] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 450.236155] CPU6 is up
[ 450.249927] Detected VIPT I-cache on CPU7
[ 450.250120] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 450.269742] CPU7 is up
[ 450.329312] usb usb7: root hub lost power or was reset
[ 450.334575] usb usb8: root hub lost power or was reset
[ 450.417602] usb usb3: root hub lost power or was reset
[ 450.423164] usb usb1: root hub lost power or was reset
[ 450.505080] usb usb4: root hub lost power or was reset
[ 450.510664] usb usb2: root hub lost power or was reset
[ 450.622080] usb usb6: root hub lost power or was reset
[ 450.627682] usb usb5: root hub lost power or was reset
[ 450.756765] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 450.832621] PM: resume devices took 0.521 seconds
[ 450.837549] OOM killer enabled.
[ 450.840927] Restarting tasks ... done.
[ 450.850700] PM: suspend exit
####### 179
[ 450.923189] ata1: link resume succeeded after 1 retries
[ 451.033723] ata1: SATA link down (SStatus 0 SControl 300)
[ 451.565256] PM: suspend entry (deep)
[ 451.569035] PM: Syncing filesystems ... done.
[ 451.682571] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 451.694195] OOM killer disabled.
[ 451.697596] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 451.930532] PM: suspend devices took 0.221 seconds
[ 451.985365] Disabling non-boot CPUs ...
[ 451.996580] CPU1: shutdown
[ 451.999512] psci: CPU1 killed.
[ 452.012462] CPU2: shutdown
[ 452.015393] psci: CPU2 killed.
[ 452.027151] CPU3: shutdown
[ 452.030083] psci: CPU3 killed.
[ 452.047280] CPU4: shutdown
[ 452.050169] psci: CPU4 killed.
[ 452.065518] CPU5: shutdown
[ 452.068560] psci: CPU5 killed.
[ 452.084344] CPU6: shutdown
[ 452.087220] psci: CPU6 killed.
[ 452.111533] CPU7: shutdown
[ 452.114530] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 452.120713] Enabling non-boot CPUs ...
[ 452.125717] Detected PIPT I-cache on CPU1
[ 452.125837] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 452.131618] CPU1 is up
[ 452.145440] Detected PIPT I-cache on CPU2
[ 452.145534] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 452.151246] CPU2 is up
[ 452.165179] Detected PIPT I-cache on CPU3
[ 452.165279] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 452.171277] CPU3 is up
[ 452.185162] Detected VIPT I-cache on CPU4
[ 452.185361] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 452.201906] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 452.220911] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 452.235836] CPU4 is up
[ 452.238805] Detected VIPT I-cache on CPU5
[ 452.238997] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 452.254154] CPU5 is up
[ 452.268060] Detected VIPT I-cache on CPU6
[ 452.268252] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 452.284632] CPU6 is up
[ 452.298443] Detected VIPT I-cache on CPU7
[ 452.298638] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 452.318439] CPU7 is up
[ 452.378028] usb usb7: root hub lost power or was reset
[ 452.383290] usb usb8: root hub lost power or was reset
[ 452.465561] usb usb3: root hub lost power or was reset
[ 452.471120] usb usb1: root hub lost power or was reset
[ 452.552952] usb usb4: root hub lost power or was reset
[ 452.558549] usb usb2: root hub lost power or was reset
[ 452.669956] usb usb6: root hub lost power or was reset
[ 452.675498] usb usb5: root hub lost power or was reset
[ 452.804294] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 452.880338] PM: resume devices took 0.520 seconds
[ 452.885268] OOM killer enabled.
[ 452.888580] Restarting tasks ... done.
[ 452.898280] PM: suspend exit
####### 180
[ 452.971075] ata1: link resume succeeded after 1 retries
[ 453.081961] ata1: SATA link down (SStatus 0 SControl 300)
[ 453.604089] PM: suspend entry (deep)
[ 453.607904] PM: Syncing filesystems ... done.
[ 453.719107] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 453.730792] OOM killer disabled.
[ 453.734192] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 453.927440] PM: suspend devices took 0.181 seconds
[ 453.981010] Disabling non-boot CPUs ...
[ 453.992136] CPU1: shutdown
[ 453.995081] psci: CPU1 killed.
[ 454.007875] CPU2: shutdown
[ 454.010797] psci: CPU2 killed.
[ 454.022677] CPU3: shutdown
[ 454.025572] psci: CPU3 killed.
[ 454.044063] CPU4: shutdown
[ 454.046976] psci: CPU4 killed.
[ 454.062162] CPU5: shutdown
[ 454.065049] psci: CPU5 killed.
[ 454.079795] CPU6: shutdown
[ 454.082852] psci: CPU6 killed.
[ 454.106985] CPU7: shutdown
[ 454.109979] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063762] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 454.116337] Enabling non-boot CPUs ...
[ 454.121249] Detected PIPT I-cache on CPU1
[ 454.121369] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 454.127175] CPU1 is up
[ 454.141070] Detected PIPT I-cache on CPU2
[ 454.141165] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 454.146915] CPU2 is up
[ 454.160640] Detected PIPT I-cache on CPU3
[ 454.160741] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 454.166867] CPU3 is up
[ 454.180676] Detected VIPT I-cache on CPU4
[ 454.180872] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 454.197380] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 454.216323] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 454.231400] CPU4 is up
[ 454.234363] Detected VIPT I-cache on CPU5
[ 454.234552] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 454.249671] CPU5 is up
[ 454.263490] Detected VIPT I-cache on CPU6
[ 454.263681] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 454.280880] CPU6 is up
[ 454.294648] Detected VIPT I-cache on CPU7
[ 454.294839] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 454.312043] CPU7 is up
[ 454.372482] usb usb7: root hub lost power or was reset
[ 454.377746] usb usb8: root hub lost power or was reset
[ 454.460442] usb usb3: root hub lost power or was reset
[ 454.466008] usb usb1: root hub lost power or was reset
[ 454.547832] usb usb4: root hub lost power or was reset
[ 454.553420] usb usb2: root hub lost power or was reset
[ 454.665831] usb usb6: root hub lost power or was reset
[ 454.671380] usb usb5: root hub lost power or was reset
[ 454.800205] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 454.876261] PM: resume devices took 0.522 seconds
[ 454.881193] OOM killer enabled.
[ 454.884502] Restarting tasks ... done.
[ 454.894346] PM: suspend exit
####### 181
[ 454.970948] ata1: link resume succeeded after 1 retries
[ 455.081486] ata1: SATA link down (SStatus 0 SControl 300)
[ 455.605033] PM: suspend entry (deep)
[ 455.608811] PM: Syncing filesystems ... done.
[ 455.720823] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 455.732302] OOM killer disabled.
[ 455.735704] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 455.942237] PM: suspend devices took 0.194 seconds
[ 455.996532] Disabling non-boot CPUs ...
[ 456.007916] CPU1: shutdown
[ 456.010829] psci: CPU1 killed.
[ 456.023507] CPU2: shutdown
[ 456.026423] psci: CPU2 killed.
[ 456.038443] CPU3: shutdown
[ 456.041372] psci: CPU3 killed.
[ 456.057239] CPU4: shutdown
[ 456.061484] psci: CPU4 killed.
[ 456.078253] CPU5: shutdown
[ 456.081257] psci: CPU5 killed.
[ 456.096263] CPU6: shutdown
[ 456.099295] psci: CPU6 killed.
[ 456.120688] CPU7: shutdown
[ 456.123557] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 456.131165] Enabling non-boot CPUs ...
[ 456.136063] Detected PIPT I-cache on CPU1
[ 456.136182] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 456.141965] CPU1 is up
[ 456.155966] Detected PIPT I-cache on CPU2
[ 456.156059] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 456.161884] CPU2 is up
[ 456.175794] Detected PIPT I-cache on CPU3
[ 456.175895] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 456.182076] CPU3 is up
[ 456.196010] Detected VIPT I-cache on CPU4
[ 456.196206] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 456.212992] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 456.231879] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 456.247417] CPU4 is up
[ 456.250426] Detected VIPT I-cache on CPU5
[ 456.250616] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 456.265962] CPU5 is up
[ 456.279897] Detected VIPT I-cache on CPU6
[ 456.280090] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 456.297835] CPU6 is up
[ 456.311716] Detected VIPT I-cache on CPU7
[ 456.311909] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 456.329554] CPU7 is up
[ 456.390208] usb usb7: root hub lost power or was reset
[ 456.395472] usb usb8: root hub lost power or was reset
[ 456.477244] usb usb3: root hub lost power or was reset
[ 456.482790] usb usb1: root hub lost power or was reset
[ 456.564745] usb usb4: root hub lost power or was reset
[ 456.570282] usb usb2: root hub lost power or was reset
[ 456.681722] usb usb6: root hub lost power or was reset
[ 456.687271] usb usb5: root hub lost power or was reset
[ 456.815999] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 456.891816] PM: resume devices took 0.520 seconds
[ 456.896818] OOM killer enabled.
[ 456.900133] Restarting tasks ... done.
[ 456.908421] PM: suspend exit
####### 182
[ 456.986764] ata1: link resume succeeded after 1 retries
[ 457.096907] ata1: SATA link down (SStatus 0 SControl 300)
[ 457.615464] PM: suspend entry (deep)
[ 457.619345] PM: Syncing filesystems ... done.
[ 457.733155] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 457.744625] OOM killer disabled.
[ 457.748026] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 457.940099] PM: suspend devices took 0.180 seconds
[ 457.994670] Disabling non-boot CPUs ...
[ 458.005752] CPU1: shutdown
[ 458.008667] psci: CPU1 killed.
[ 458.021408] CPU2: shutdown
[ 458.024322] psci: CPU2 killed.
[ 458.036456] CPU3: shutdown
[ 458.039440] psci: CPU3 killed.
[ 458.056927] CPU4: shutdown
[ 458.059817] psci: CPU4 killed.
[ 458.075452] CPU5: shutdown
[ 458.078359] psci: CPU5 killed.
[ 458.092204] CPU6: shutdown
[ 458.096113] psci: CPU6 killed.
[ 458.120081] CPU7: shutdown
[ 458.123074] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 458.129898] Enabling non-boot CPUs ...
[ 458.134791] Detected PIPT I-cache on CPU1
[ 458.134911] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 458.140668] CPU1 is up
[ 458.154452] Detected PIPT I-cache on CPU2
[ 458.154546] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 458.160241] CPU2 is up
[ 458.174027] Detected PIPT I-cache on CPU3
[ 458.174129] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 458.180155] CPU3 is up
[ 458.194141] Detected VIPT I-cache on CPU4
[ 458.194336] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 458.210955] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 458.229839] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 458.245036] CPU4 is up
[ 458.248036] Detected VIPT I-cache on CPU5
[ 458.248223] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 458.263270] CPU5 is up
[ 458.277096] Detected VIPT I-cache on CPU6
[ 458.277288] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 458.293281] CPU6 is up
[ 458.307078] Detected VIPT I-cache on CPU7
[ 458.307269] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 458.327260] CPU7 is up
[ 458.387205] usb usb7: root hub lost power or was reset
[ 458.392470] usb usb8: root hub lost power or was reset
[ 458.475179] usb usb3: root hub lost power or was reset
[ 458.480787] usb usb1: root hub lost power or was reset
[ 458.562588] usb usb4: root hub lost power or was reset
[ 458.568129] usb usb2: root hub lost power or was reset
[ 458.679579] usb usb6: root hub lost power or was reset
[ 458.685124] usb usb5: root hub lost power or was reset
[ 458.814345] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 458.889984] PM: resume devices took 0.521 seconds
[ 458.894915] OOM killer enabled.
[ 458.898225] Restarting tasks ... done.
[ 458.908044] PM: suspend exit
####### 183
[ 458.986714] ata1: link resume succeeded after 1 retries
[ 459.097196] ata1: SATA link down (SStatus 0 SControl 300)
[ 459.621987] PM: suspend entry (deep)
[ 459.625772] PM: Syncing filesystems ... done.
[ 459.741587] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 459.753071] OOM killer disabled.
[ 459.756470] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 459.953551] PM: suspend devices took 0.185 seconds
[ 460.007086] Disabling non-boot CPUs ...
[ 460.018472] CPU1: shutdown
[ 460.021468] psci: CPU1 killed.
[ 460.034321] CPU2: shutdown
[ 460.037222] psci: CPU2 killed.
[ 460.049482] CPU3: shutdown
[ 460.052504] psci: CPU3 killed.
[ 460.069675] CPU4: shutdown
[ 460.072564] psci: CPU4 killed.
[ 460.088626] CPU5: shutdown
[ 460.091499] psci: CPU5 killed.
[ 460.105773] CPU6: shutdown
[ 460.108645] psci: CPU6 killed.
[ 460.134135] CPU7: shutdown
[ 460.137129] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 460.143014] Enabling non-boot CPUs ...
[ 460.147860] Detected PIPT I-cache on CPU1
[ 460.147979] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 460.153830] CPU1 is up
[ 460.167688] Detected PIPT I-cache on CPU2
[ 460.167782] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 460.173602] CPU2 is up
[ 460.187330] Detected PIPT I-cache on CPU3
[ 460.187431] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 460.193498] CPU3 is up
[ 460.207323] Detected VIPT I-cache on CPU4
[ 460.207523] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 460.223991] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 460.242934] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 460.257900] CPU4 is up
[ 460.260861] Detected VIPT I-cache on CPU5
[ 460.261053] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 460.276143] CPU5 is up
[ 460.289963] Detected VIPT I-cache on CPU6
[ 460.290157] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 460.306203] CPU6 is up
[ 460.319992] Detected VIPT I-cache on CPU7
[ 460.320187] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 460.338301] CPU7 is up
[ 460.399661] usb usb7: root hub lost power or was reset
[ 460.405025] usb usb8: root hub lost power or was reset
[ 460.486138] usb usb3: root hub lost power or was reset
[ 460.491698] usb usb1: root hub lost power or was reset
[ 460.573472] usb usb4: root hub lost power or was reset
[ 460.579002] usb usb2: root hub lost power or was reset
[ 460.690465] usb usb6: root hub lost power or was reset
[ 460.696004] usb usb5: root hub lost power or was reset
[ 460.824834] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 460.900584] PM: resume devices took 0.520 seconds
[ 460.905510] OOM killer enabled.
[ 460.908821] Restarting tasks ... done.
[ 460.918533] PM: suspend exit
####### 184
[ 460.994592] ata1: link resume succeeded after 1 retries
[ 461.104913] ata1: SATA link down (SStatus 0 SControl 300)
[ 461.623895] PM: suspend entry (deep)
[ 461.627676] PM: Syncing filesystems ... done.
[ 461.743306] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 461.754930] OOM killer disabled.
[ 461.758330] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 461.963906] PM: suspend devices took 0.193 seconds
[ 462.018731] Disabling non-boot CPUs ...
[ 462.029756] CPU1: shutdown
[ 462.032691] psci: CPU1 killed.
[ 462.045838] CPU2: shutdown
[ 462.048765] psci: CPU2 killed.
[ 462.061112] CPU3: shutdown
[ 462.064021] psci: CPU3 killed.
[ 462.082720] CPU4: shutdown
[ 462.085608] psci: CPU4 killed.
[ 462.100521] CPU5: shutdown
[ 462.103395] psci: CPU5 killed.
[ 462.118214] CPU6: shutdown
[ 462.121384] psci: CPU6 killed.
[ 462.145887] CPU7: shutdown
[ 462.148883] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 462.155784] Enabling non-boot CPUs ...
[ 462.160683] Detected PIPT I-cache on CPU1
[ 462.160803] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 462.166684] CPU1 is up
[ 462.180540] Detected PIPT I-cache on CPU2
[ 462.180634] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 462.186315] CPU2 is up
[ 462.200074] Detected PIPT I-cache on CPU3
[ 462.200175] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 462.206251] CPU3 is up
[ 462.220138] Detected VIPT I-cache on CPU4
[ 462.220335] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 462.236807] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 462.255690] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 462.270810] CPU4 is up
[ 462.273815] Detected VIPT I-cache on CPU5
[ 462.274003] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 462.289231] CPU5 is up
[ 462.302987] Detected VIPT I-cache on CPU6
[ 462.303178] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 462.320368] CPU6 is up
[ 462.334121] Detected VIPT I-cache on CPU7
[ 462.334314] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 462.351575] CPU7 is up
[ 462.411246] usb usb7: root hub lost power or was reset
[ 462.416511] usb usb8: root hub lost power or was reset
[ 462.498918] usb usb3: root hub lost power or was reset
[ 462.504470] usb usb1: root hub lost power or was reset
[ 462.586802] usb usb4: root hub lost power or was reset
[ 462.592386] usb usb2: root hub lost power or was reset
[ 462.704947] usb usb6: root hub lost power or was reset
[ 462.710506] usb usb5: root hub lost power or was reset
[ 462.838629] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 462.914546] PM: resume devices took 0.521 seconds
[ 462.919476] OOM killer enabled.
[ 462.922786] Restarting tasks ... done.
[ 462.932522] PM: suspend exit
####### 185
[ 463.010455] ata1: link resume succeeded after 1 retries
[ 463.120958] ata1: SATA link down (SStatus 0 SControl 300)
[ 463.654694] PM: suspend entry (deep)
[ 463.658474] PM: Syncing filesystems ... done.
[ 463.775297] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 463.786805] OOM killer disabled.
[ 463.790207] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 463.995955] PM: suspend devices took 0.193 seconds
[ 464.049732] Disabling non-boot CPUs ...
[ 464.060696] CPU1: shutdown
[ 464.063621] psci: CPU1 killed.
[ 464.077042] CPU2: shutdown
[ 464.079968] psci: CPU2 killed.
[ 464.092440] CPU3: shutdown
[ 464.095338] psci: CPU3 killed.
[ 464.114368] CPU4: shutdown
[ 464.117268] psci: CPU4 killed.
[ 464.132569] CPU5: shutdown
[ 464.135457] psci: CPU5 killed.
[ 464.150091] CPU6: shutdown
[ 464.153349] psci: CPU6 killed.
[ 464.177656] CPU7: shutdown
[ 464.180649] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 464.187379] Enabling non-boot CPUs ...
[ 464.191993] Detected PIPT I-cache on CPU1
[ 464.192112] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 464.197845] CPU1 is up
[ 464.211671] Detected PIPT I-cache on CPU2
[ 464.211766] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 464.217512] CPU2 is up
[ 464.231360] Detected PIPT I-cache on CPU3
[ 464.231460] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 464.237508] CPU3 is up
[ 464.251404] Detected VIPT I-cache on CPU4
[ 464.251601] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 464.268167] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 464.287174] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 464.302107] CPU4 is up
[ 464.305070] Detected VIPT I-cache on CPU5
[ 464.305260] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 464.320377] CPU5 is up
[ 464.334327] Detected VIPT I-cache on CPU6
[ 464.334519] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 464.351106] CPU6 is up
[ 464.364867] Detected VIPT I-cache on CPU7
[ 464.365061] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 464.384717] CPU7 is up
[ 464.444449] usb usb7: root hub lost power or was reset
[ 464.449713] usb usb8: root hub lost power or was reset
[ 464.531729] usb usb3: root hub lost power or was reset
[ 464.537348] usb usb1: root hub lost power or was reset
[ 464.619206] usb usb4: root hub lost power or was reset
[ 464.624731] usb usb2: root hub lost power or was reset
[ 464.736209] usb usb6: root hub lost power or was reset
[ 464.741810] usb usb5: root hub lost power or was reset
[ 464.870570] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 464.946326] PM: resume devices took 0.520 seconds
[ 464.951324] OOM killer enabled.
[ 464.954631] Restarting tasks ... done.
[ 464.963783] PM: suspend exit
####### 186
[ 465.042334] ata1: link resume succeeded after 1 retries
[ 465.152597] ata1: SATA link down (SStatus 0 SControl 300)
[ 465.669317] PM: suspend entry (deep)
[ 465.673098] PM: Syncing filesystems ... done.
[ 465.784776] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 465.796377] OOM killer disabled.
[ 465.799777] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 465.994077] PM: suspend devices took 0.182 seconds
[ 466.047965] Disabling non-boot CPUs ...
[ 466.059249] CPU1: shutdown
[ 466.062185] psci: CPU1 killed.
[ 466.074638] CPU2: shutdown
[ 466.077558] psci: CPU2 killed.
[ 466.089826] CPU3: shutdown
[ 466.092757] psci: CPU3 killed.
[ 466.110440] CPU4: shutdown
[ 466.113329] psci: CPU4 killed.
[ 466.129559] CPU5: shutdown
[ 466.132430] psci: CPU5 killed.
[ 466.146301] CPU6: shutdown
[ 466.149175] psci: CPU6 killed.
[ 466.171497] CPU7: shutdown
[ 466.174387] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 466.181322] Enabling non-boot CPUs ...
[ 466.185973] Detected PIPT I-cache on CPU1
[ 466.186093] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 466.191852] CPU1 is up
[ 466.205714] Detected PIPT I-cache on CPU2
[ 466.205810] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 466.211591] CPU2 is up
[ 466.225355] Detected PIPT I-cache on CPU3
[ 466.225457] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 466.231509] CPU3 is up
[ 466.245433] Detected VIPT I-cache on CPU4
[ 466.245630] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 466.262103] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 466.281085] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 466.296715] CPU4 is up
[ 466.299721] Detected VIPT I-cache on CPU5
[ 466.299913] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 466.315022] CPU5 is up
[ 466.328847] Detected VIPT I-cache on CPU6
[ 466.329039] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 466.345253] CPU6 is up
[ 466.359150] Detected VIPT I-cache on CPU7
[ 466.359342] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 466.376406] CPU7 is up
[ 466.436359] usb usb7: root hub lost power or was reset
[ 466.441622] usb usb8: root hub lost power or was reset
[ 466.523706] usb usb3: root hub lost power or was reset
[ 466.529241] usb usb1: root hub lost power or was reset
[ 466.611592] usb usb4: root hub lost power or was reset
[ 466.617161] usb usb2: root hub lost power or was reset
[ 466.729748] usb usb6: root hub lost power or was reset
[ 466.735302] usb usb5: root hub lost power or was reset
[ 466.863546] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 466.939149] PM: resume devices took 0.521 seconds
[ 466.944083] OOM killer enabled.
[ 466.947393] Restarting tasks ... done.
[ 466.957210] PM: suspend exit
####### 187
[ 467.034232] ata1: link resume succeeded after 1 retries
[ 467.144726] ata1: SATA link down (SStatus 0 SControl 300)
[ 467.677095] PM: suspend entry (deep)
[ 467.680967] PM: Syncing filesystems ... done.
[ 467.792462] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 467.803958] OOM killer disabled.
[ 467.807359] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 468.020949] PM: suspend devices took 0.202 seconds
[ 468.075151] Disabling non-boot CPUs ...
[ 468.086398] CPU1: shutdown
[ 468.089342] psci: CPU1 killed.
[ 468.100772] CPU2: shutdown
[ 468.103686] psci: CPU2 killed.
[ 468.114721] CPU3: shutdown
[ 468.117675] psci: CPU3 killed.
[ 468.138259] CPU4: shutdown
[ 468.141147] psci: CPU4 killed.
[ 468.157214] CPU5: shutdown
[ 468.160103] psci: CPU5 killed.
[ 468.175267] CPU6: shutdown
[ 468.178153] psci: CPU6 killed.
[ 468.202014] CPU7: shutdown
[ 468.205132] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 468.211474] Enabling non-boot CPUs ...
[ 468.216386] Detected PIPT I-cache on CPU1
[ 468.216505] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 468.222258] CPU1 is up
[ 468.236159] Detected PIPT I-cache on CPU2
[ 468.236254] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 468.242039] CPU2 is up
[ 468.255785] Detected PIPT I-cache on CPU3
[ 468.255892] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 468.261972] CPU3 is up
[ 468.275774] Detected VIPT I-cache on CPU4
[ 468.275970] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 468.292397] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 468.311283] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 468.326437] CPU4 is up
[ 468.329457] Detected VIPT I-cache on CPU5
[ 468.329646] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 468.344652] CPU5 is up
[ 468.358479] Detected VIPT I-cache on CPU6
[ 468.358669] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 468.374811] CPU6 is up
[ 468.388607] Detected VIPT I-cache on CPU7
[ 468.388802] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 468.408452] CPU7 is up
[ 468.467863] usb usb7: root hub lost power or was reset
[ 468.473128] usb usb8: root hub lost power or was reset
[ 468.555581] usb usb3: root hub lost power or was reset
[ 468.561139] usb usb1: root hub lost power or was reset
[ 468.642972] usb usb4: root hub lost power or was reset
[ 468.648707] usb usb2: root hub lost power or was reset
[ 468.759963] usb usb6: root hub lost power or was reset
[ 468.765514] usb usb5: root hub lost power or was reset
[ 468.894289] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 468.970355] PM: resume devices took 0.520 seconds
[ 468.975283] OOM killer enabled.
[ 468.978594] Restarting tasks ... done.
[ 468.988311] PM: suspend exit
####### 188
[ 469.066092] ata1: link resume succeeded after 1 retries
[ 469.176379] ata1: SATA link down (SStatus 0 SControl 300)
[ 469.695528] PM: suspend entry (deep)
[ 469.699311] PM: Syncing filesystems ... done.
[ 469.814197] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 469.825675] OOM killer disabled.
[ 469.829076] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 470.038347] PM: suspend devices took 0.197 seconds
[ 470.093050] Disabling non-boot CPUs ...
[ 470.104178] CPU1: shutdown
[ 470.107107] psci: CPU1 killed.
[ 470.118862] CPU2: shutdown
[ 470.121815] psci: CPU2 killed.
[ 470.135196] CPU3: shutdown
[ 470.138129] psci: CPU3 killed.
[ 470.155846] CPU4: shutdown
[ 470.158811] psci: CPU4 killed.
[ 470.174408] CPU5: shutdown
[ 470.177417] psci: CPU5 killed.
[ 470.194129] CPU6: shutdown
[ 470.197371] psci: CPU6 killed.
[ 470.220941] CPU7: shutdown
[ 470.223932] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048352] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 470.230246] Enabling non-boot CPUs ...
[ 470.235157] Detected PIPT I-cache on CPU1
[ 470.235276] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 470.241036] CPU1 is up
[ 470.254949] Detected PIPT I-cache on CPU2
[ 470.255043] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 470.260823] CPU2 is up
[ 470.274614] Detected PIPT I-cache on CPU3
[ 470.274717] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 470.280737] CPU3 is up
[ 470.294654] Detected VIPT I-cache on CPU4
[ 470.294851] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 470.311275] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 470.330156] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 470.345251] CPU4 is up
[ 470.348249] Detected VIPT I-cache on CPU5
[ 470.348437] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 470.363495] CPU5 is up
[ 470.377338] Detected VIPT I-cache on CPU6
[ 470.377529] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 470.393673] CPU6 is up
[ 470.407470] Detected VIPT I-cache on CPU7
[ 470.407664] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 470.427359] CPU7 is up
[ 470.486837] usb usb7: root hub lost power or was reset
[ 470.492099] usb usb8: root hub lost power or was reset
[ 470.574384] usb usb3: root hub lost power or was reset
[ 470.579988] usb usb1: root hub lost power or was reset
[ 470.662486] usb usb4: root hub lost power or was reset
[ 470.667996] usb usb2: root hub lost power or was reset
[ 470.780382] usb usb6: root hub lost power or was reset
[ 470.785999] usb usb5: root hub lost power or was reset
[ 470.914211] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 470.990040] PM: resume devices took 0.521 seconds
[ 470.994968] OOM killer enabled.
[ 470.998277] Restarting tasks ... done.
[ 471.007962] PM: suspend exit
####### 189
[ 471.089988] ata1: link resume succeeded after 1 retries
[ 471.200298] ata1: SATA link down (SStatus 0 SControl 300)
[ 471.721151] PM: suspend entry (deep)
[ 471.724930] PM: Syncing filesystems ... done.
[ 471.837351] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 471.848890] OOM killer disabled.
[ 471.852291] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 472.054408] PM: suspend devices took 0.190 seconds
[ 472.108595] Disabling non-boot CPUs ...
[ 472.119953] CPU1: shutdown
[ 472.122895] psci: CPU1 killed.
[ 472.134961] CPU2: shutdown
[ 472.137875] psci: CPU2 killed.
[ 472.150853] CPU3: shutdown
[ 472.153735] psci: CPU3 killed.
[ 472.170362] CPU4: shutdown
[ 472.173236] psci: CPU4 killed.
[ 472.188886] CPU5: shutdown
[ 472.191921] psci: CPU5 killed.
[ 472.206859] CPU6: shutdown
[ 472.209913] psci: CPU6 killed.
[ 472.234844] CPU7: shutdown
[ 472.237841] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 472.243907] Enabling non-boot CPUs ...
[ 472.248570] Detected PIPT I-cache on CPU1
[ 472.248689] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 472.254421] CPU1 is up
[ 472.268223] Detected PIPT I-cache on CPU2
[ 472.268316] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 472.274062] CPU2 is up
[ 472.287863] Detected PIPT I-cache on CPU3
[ 472.287965] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 472.294062] CPU3 is up
[ 472.307955] Detected VIPT I-cache on CPU4
[ 472.308152] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 472.324662] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 472.343669] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 472.358595] CPU4 is up
[ 472.361564] Detected VIPT I-cache on CPU5
[ 472.361755] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 472.377030] CPU5 is up
[ 472.390981] Detected VIPT I-cache on CPU6
[ 472.391173] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 472.407468] CPU6 is up
[ 472.421363] Detected VIPT I-cache on CPU7
[ 472.421556] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 472.439924] CPU7 is up
[ 472.499568] usb usb7: root hub lost power or was reset
[ 472.504833] usb usb8: root hub lost power or was reset
[ 472.587277] usb usb3: root hub lost power or was reset
[ 472.592883] usb usb1: root hub lost power or was reset
[ 472.674713] usb usb4: root hub lost power or was reset
[ 472.680309] usb usb2: root hub lost power or was reset
[ 472.791724] usb usb6: root hub lost power or was reset
[ 472.797267] usb usb5: root hub lost power or was reset
[ 472.926132] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 473.001847] PM: resume devices took 0.520 seconds
[ 473.006848] OOM killer enabled.
[ 473.010163] Restarting tasks ... done.
[ 473.018717] PM: suspend exit
####### 190
[ 473.097837] ata1: link resume succeeded after 1 retries
[ 473.208360] ata1: SATA link down (SStatus 0 SControl 300)
[ 473.729371] PM: suspend entry (deep)
[ 473.733154] PM: Syncing filesystems ... done.
[ 473.844205] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 473.855937] OOM killer disabled.
[ 473.859336] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 474.069196] PM: suspend devices took 0.198 seconds
[ 474.122805] Disabling non-boot CPUs ...
[ 474.133942] CPU1: shutdown
[ 474.136884] psci: CPU1 killed.
[ 474.149363] CPU2: shutdown
[ 474.152304] psci: CPU2 killed.
[ 474.163360] CPU3: shutdown
[ 474.166305] psci: CPU3 killed.
[ 474.185364] CPU4: shutdown
[ 474.188254] psci: CPU4 killed.
[ 474.204174] CPU5: shutdown
[ 474.207195] psci: CPU5 killed.
[ 474.221886] CPU6: shutdown
[ 474.224758] psci: CPU6 killed.
[ 474.248680] CPU7: shutdown
[ 474.251722] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 474.258116] Enabling non-boot CPUs ...
[ 474.263016] Detected PIPT I-cache on CPU1
[ 474.263136] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 474.268962] CPU1 is up
[ 474.282836] Detected PIPT I-cache on CPU2
[ 474.282930] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 474.288664] CPU2 is up
[ 474.302399] Detected PIPT I-cache on CPU3
[ 474.302501] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 474.308593] CPU3 is up
[ 474.322414] Detected VIPT I-cache on CPU4
[ 474.322610] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 474.339081] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 474.357963] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 474.373006] CPU4 is up
[ 474.376005] Detected VIPT I-cache on CPU5
[ 474.376194] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 474.391252] CPU5 is up
[ 474.405101] Detected VIPT I-cache on CPU6
[ 474.405293] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 474.421466] CPU6 is up
[ 474.435269] Detected VIPT I-cache on CPU7
[ 474.435462] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 474.455068] CPU7 is up
[ 474.515540] usb usb7: root hub lost power or was reset
[ 474.520904] usb usb8: root hub lost power or was reset
[ 474.602241] usb usb3: root hub lost power or was reset
[ 474.607844] usb usb1: root hub lost power or was reset
[ 474.689598] usb usb4: root hub lost power or was reset
[ 474.695193] usb usb2: root hub lost power or was reset
[ 474.808592] usb usb6: root hub lost power or was reset
[ 474.814134] usb usb5: root hub lost power or was reset
[ 474.943008] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 475.017689] PM: resume devices took 0.521 seconds
[ 475.022691] OOM killer enabled.
[ 475.026006] Restarting tasks ... done.
[ 475.034358] PM: suspend exit
####### 191
[ 475.113736] ata1: link resume succeeded after 1 retries
[ 475.224046] ata1: SATA link down (SStatus 0 SControl 300)
[ 475.742973] PM: suspend entry (deep)
[ 475.746754] PM: Syncing filesystems ... done.
[ 475.858451] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 475.869970] OOM killer disabled.
[ 475.873436] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 476.066982] PM: suspend devices took 0.181 seconds
[ 476.121348] Disabling non-boot CPUs ...
[ 476.132508] CPU1: shutdown
[ 476.135461] psci: CPU1 killed.
[ 476.148043] CPU2: shutdown
[ 476.150952] psci: CPU2 killed.
[ 476.162202] CPU3: shutdown
[ 476.165131] psci: CPU3 killed.
[ 476.183047] CPU4: shutdown
[ 476.185938] psci: CPU4 killed.
[ 476.200647] CPU5: shutdown
[ 476.203686] psci: CPU5 killed.
[ 476.219108] CPU6: shutdown
[ 476.222131] psci: CPU6 killed.
[ 476.246673] CPU7: shutdown
[ 476.249666] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 476.255922] Enabling non-boot CPUs ...
[ 476.260821] Detected PIPT I-cache on CPU1
[ 476.260940] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 476.266803] CPU1 is up
[ 476.280717] Detected PIPT I-cache on CPU2
[ 476.280813] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 476.286596] CPU2 is up
[ 476.300463] Detected PIPT I-cache on CPU3
[ 476.300565] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 476.306566] CPU3 is up
[ 476.320375] Detected VIPT I-cache on CPU4
[ 476.320572] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 476.337032] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 476.355974] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 476.370907] CPU4 is up
[ 476.373874] Detected VIPT I-cache on CPU5
[ 476.374063] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 476.389348] CPU5 is up
[ 476.403231] Detected VIPT I-cache on CPU6
[ 476.403423] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 476.420512] CPU6 is up
[ 476.434281] Detected VIPT I-cache on CPU7
[ 476.434473] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 476.452362] CPU7 is up
[ 476.512387] usb usb7: root hub lost power or was reset
[ 476.517651] usb usb8: root hub lost power or was reset
[ 476.599057] usb usb3: root hub lost power or was reset
[ 476.604618] usb usb1: root hub lost power or was reset
[ 476.686990] usb usb4: root hub lost power or was reset
[ 476.692523] usb usb2: root hub lost power or was reset
[ 476.807056] usb usb6: root hub lost power or was reset
[ 476.812691] usb usb5: root hub lost power or was reset
[ 476.941864] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 477.017941] PM: resume devices took 0.523 seconds
[ 477.022868] OOM killer enabled.
[ 477.026179] Restarting tasks ... done.
[ 477.036120] PM: suspend exit
####### 192
[ 477.105607] ata1: link resume succeeded after 1 retries
[ 477.215682] ata1: SATA link down (SStatus 0 SControl 300)
[ 477.747226] PM: suspend entry (deep)
[ 477.751107] PM: Syncing filesystems ... done.
[ 477.864052] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 477.875604] OOM killer disabled.
[ 477.879006] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 478.082443] PM: suspend devices took 0.192 seconds
[ 478.136076] Disabling non-boot CPUs ...
[ 478.147379] CPU1: shutdown
[ 478.150331] psci: CPU1 killed.
[ 478.162915] CPU2: shutdown
[ 478.165816] psci: CPU2 killed.
[ 478.178167] CPU3: shutdown
[ 478.181096] psci: CPU3 killed.
[ 478.199533] CPU4: shutdown
[ 478.202421] psci: CPU4 killed.
[ 478.217736] CPU5: shutdown
[ 478.220621] psci: CPU5 killed.
[ 478.235321] CPU6: shutdown
[ 478.238382] psci: CPU6 killed.
[ 478.263464] CPU7: shutdown
[ 478.266333] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 478.272507] Enabling non-boot CPUs ...
[ 478.277127] Detected PIPT I-cache on CPU1
[ 478.277248] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 478.283001] CPU1 is up
[ 478.296832] Detected PIPT I-cache on CPU2
[ 478.296926] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 478.302683] CPU2 is up
[ 478.316521] Detected PIPT I-cache on CPU3
[ 478.316621] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 478.322675] CPU3 is up
[ 478.336565] Detected VIPT I-cache on CPU4
[ 478.336760] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 478.353344] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 478.372328] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 478.387899] CPU4 is up
[ 478.390914] Detected VIPT I-cache on CPU5
[ 478.391102] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 478.406358] CPU5 is up
[ 478.420117] Detected VIPT I-cache on CPU6
[ 478.420307] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 478.436424] CPU6 is up
[ 478.450230] Detected VIPT I-cache on CPU7
[ 478.450424] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 478.467619] CPU7 is up
[ 478.528791] usb usb7: root hub lost power or was reset
[ 478.534153] usb usb8: root hub lost power or was reset
[ 478.616017] usb usb3: root hub lost power or was reset
[ 478.621631] usb usb1: root hub lost power or was reset
[ 478.703884] usb usb4: root hub lost power or was reset
[ 478.709422] usb usb2: root hub lost power or was reset
[ 478.821871] usb usb6: root hub lost power or was reset
[ 478.827426] usb usb5: root hub lost power or was reset
[ 478.955757] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 479.031458] PM: resume devices took 0.522 seconds
[ 479.036389] OOM killer enabled.
[ 479.039702] Restarting tasks ... done.
[ 479.049833] PM: suspend exit
####### 193
[ 479.121495] ata1: link resume succeeded after 1 retries
[ 479.231971] ata1: SATA link down (SStatus 0 SControl 300)
[ 479.758037] PM: suspend entry (deep)
[ 479.761846] PM: Syncing filesystems ... done.
[ 479.874620] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 479.886115] OOM killer disabled.
[ 479.889583] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 480.095897] PM: suspend devices took 0.194 seconds
[ 480.150107] Disabling non-boot CPUs ...
[ 480.161442] CPU1: shutdown
[ 480.164384] psci: CPU1 killed.
[ 480.177022] CPU2: shutdown
[ 480.179926] psci: CPU2 killed.
[ 480.191679] CPU3: shutdown
[ 480.194608] psci: CPU3 killed.
[ 480.211662] CPU4: shutdown
[ 480.214538] psci: CPU4 killed.
[ 480.230229] CPU5: shutdown
[ 480.233101] psci: CPU5 killed.
[ 480.248731] CPU6: shutdown
[ 480.251752] psci: CPU6 killed.
[ 480.276520] CPU7: shutdown
[ 480.279513] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055606] NOTICE: BL2: DRAM Split is 4ch
[ 0.058305] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063757] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069183] NOTICE: BL2: Lossy Decomp areas
[ 0.073363] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080459] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087382] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094308] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100103] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105299] NOTICE: BL2: Normal boot
[ 0.108936] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 480.285612] Enabling non-boot CPUs ...
[ 480.290522] Detected PIPT I-cache on CPU1
[ 480.290641] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 480.296414] CPU1 is up
[ 480.310323] Detected PIPT I-cache on CPU2
[ 480.310419] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 480.316197] CPU2 is up
[ 480.329990] Detected PIPT I-cache on CPU3
[ 480.330091] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 480.336070] CPU3 is up
[ 480.349886] Detected VIPT I-cache on CPU4
[ 480.350081] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 480.366498] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 480.385383] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 480.400872] CPU4 is up
[ 480.403870] Detected VIPT I-cache on CPU5
[ 480.404062] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 480.419067] CPU5 is up
[ 480.432888] Detected VIPT I-cache on CPU6
[ 480.433079] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 480.450274] CPU6 is up
[ 480.464046] Detected VIPT I-cache on CPU7
[ 480.464239] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 480.484324] CPU7 is up
[ 480.545690] usb usb7: root hub lost power or was reset
[ 480.550955] usb usb8: root hub lost power or was reset
[ 480.632749] usb usb3: root hub lost power or was reset
[ 480.638303] usb usb1: root hub lost power or was reset
[ 480.720226] usb usb4: root hub lost power or was reset
[ 480.725768] usb usb2: root hub lost power or was reset
[ 480.837284] usb usb6: root hub lost power or was reset
[ 480.842827] usb usb5: root hub lost power or was reset
[ 480.971583] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 481.048341] PM: resume devices took 0.522 seconds
[ 481.053306] OOM killer enabled.
[ 481.056633] Restarting tasks ... done.
[ 481.067234] PM: suspend exit
####### 194
[ 481.145324] ata1: link resume succeeded after 1 retries
[ 481.255628] ata1: SATA link down (SStatus 0 SControl 300)
[ 481.772940] PM: suspend entry (deep)
[ 481.776745] PM: Syncing filesystems ... done.
[ 481.888879] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 481.900600] OOM killer disabled.
[ 481.904067] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 482.094983] PM: suspend devices took 0.178 seconds
[ 482.148851] Disabling non-boot CPUs ...
[ 482.160101] CPU1: shutdown
[ 482.162979] psci: CPU1 killed.
[ 482.175383] CPU2: shutdown
[ 482.178300] psci: CPU2 killed.
[ 482.190800] CPU3: shutdown
[ 482.193682] psci: CPU3 killed.
[ 482.211608] CPU4: shutdown
[ 482.214510] psci: CPU4 killed.
[ 482.229460] CPU5: shutdown
[ 482.232346] psci: CPU5 killed.
[ 482.247378] CPU6: shutdown
[ 482.250252] psci: CPU6 killed.
[ 482.274617] CPU7: shutdown
[ 482.277486] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 482.283668] Enabling non-boot CPUs ...
[ 482.288565] Detected PIPT I-cache on CPU1
[ 482.288685] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 482.294444] CPU1 is up
[ 482.308345] Detected PIPT I-cache on CPU2
[ 482.308441] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 482.314270] CPU2 is up
[ 482.327999] Detected PIPT I-cache on CPU3
[ 482.328101] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 482.334158] CPU3 is up
[ 482.347975] Detected VIPT I-cache on CPU4
[ 482.348173] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 482.364590] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 482.383474] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 482.398599] CPU4 is up
[ 482.401608] Detected VIPT I-cache on CPU5
[ 482.401799] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 482.416860] CPU5 is up
[ 482.430741] Detected VIPT I-cache on CPU6
[ 482.430937] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 482.448273] CPU6 is up
[ 482.462167] Detected VIPT I-cache on CPU7
[ 482.462360] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 482.479984] CPU7 is up
[ 482.540251] usb usb7: root hub lost power or was reset
[ 482.545515] usb usb8: root hub lost power or was reset
[ 482.628762] usb usb3: root hub lost power or was reset
[ 482.634375] usb usb1: root hub lost power or was reset
[ 482.716102] usb usb4: root hub lost power or was reset
[ 482.721865] usb usb2: root hub lost power or was reset
[ 482.833137] usb usb6: root hub lost power or was reset
[ 482.838668] usb usb5: root hub lost power or was reset
[ 482.967492] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 483.043207] PM: resume devices took 0.521 seconds
[ 483.048205] OOM killer enabled.
[ 483.051520] Restarting tasks ... done.
[ 483.059827] PM: suspend exit
####### 195
[ 483.137237] ata1: link resume succeeded after 1 retries
[ 483.247533] ata1: SATA link down (SStatus 0 SControl 300)
[ 483.765756] PM: suspend entry (deep)
[ 483.769554] PM: Syncing filesystems ... done.
[ 483.886450] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 483.897978] OOM killer disabled.
[ 483.901380] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 484.113840] PM: suspend devices took 0.200 seconds
[ 484.167455] Disabling non-boot CPUs ...
[ 484.178630] CPU1: shutdown
[ 484.181560] psci: CPU1 killed.
[ 484.194255] CPU2: shutdown
[ 484.197169] psci: CPU2 killed.
[ 484.209448] CPU3: shutdown
[ 484.212364] psci: CPU3 killed.
[ 484.229245] CPU4: shutdown
[ 484.232132] psci: CPU4 killed.
[ 484.248097] CPU5: shutdown
[ 484.250994] psci: CPU5 killed.
[ 484.266429] CPU6: shutdown
[ 484.269342] psci: CPU6 killed.
[ 484.295210] CPU7: shutdown
[ 484.298204] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 484.304148] Enabling non-boot CPUs ...
[ 484.308770] Detected PIPT I-cache on CPU1
[ 484.308889] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 484.314670] CPU1 is up
[ 484.328459] Detected PIPT I-cache on CPU2
[ 484.328553] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 484.334318] CPU2 is up
[ 484.348125] Detected PIPT I-cache on CPU3
[ 484.348226] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 484.354198] CPU3 is up
[ 484.368096] Detected VIPT I-cache on CPU4
[ 484.368294] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 484.384884] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 484.403886] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 484.418883] CPU4 is up
[ 484.421838] Detected VIPT I-cache on CPU5
[ 484.422029] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 484.437234] CPU5 is up
[ 484.451127] Detected VIPT I-cache on CPU6
[ 484.451321] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 484.467381] CPU6 is up
[ 484.481254] Detected VIPT I-cache on CPU7
[ 484.481448] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 484.498662] CPU7 is up
[ 484.558915] usb usb7: root hub lost power or was reset
[ 484.564177] usb usb8: root hub lost power or was reset
[ 484.659533] usb usb3: root hub lost power or was reset
[ 484.665080] usb usb1: root hub lost power or was reset
[ 484.747419] usb usb4: root hub lost power or was reset
[ 484.753243] usb usb2: root hub lost power or was reset
[ 484.865484] usb usb6: root hub lost power or was reset
[ 484.871077] usb usb5: root hub lost power or was reset
[ 485.000311] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 485.076167] PM: resume devices took 0.535 seconds
[ 485.081097] OOM killer enabled.
[ 485.084406] Restarting tasks ... done.
[ 485.094949] PM: suspend exit
####### 196
[ 485.169108] ata1: link resume succeeded after 1 retries
[ 485.279391] ata1: SATA link down (SStatus 0 SControl 300)
[ 485.809642] PM: suspend entry (deep)
[ 485.813424] PM: Syncing filesystems ... done.
[ 485.928540] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 485.940054] OOM killer disabled.
[ 485.943457] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 486.157754] PM: suspend devices took 0.202 seconds
[ 486.212150] Disabling non-boot CPUs ...
[ 486.223313] CPU1: shutdown
[ 486.226250] psci: CPU1 killed.
[ 486.239642] CPU2: shutdown
[ 486.242543] psci: CPU2 killed.
[ 486.254140] CPU3: shutdown
[ 486.257044] psci: CPU3 killed.
[ 486.274199] CPU4: shutdown
[ 486.277085] psci: CPU4 killed.
[ 486.291738] CPU5: shutdown
[ 486.294710] psci: CPU5 killed.
[ 486.311212] CPU6: shutdown
[ 486.314086] psci: CPU6 killed.
[ 486.337098] CPU7: shutdown
[ 486.340093] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 486.346594] Enabling non-boot CPUs ...
[ 486.351319] Detected PIPT I-cache on CPU1
[ 486.351438] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 486.357247] CPU1 is up
[ 486.371094] Detected PIPT I-cache on CPU2
[ 486.371189] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 486.376945] CPU2 is up
[ 486.390684] Detected PIPT I-cache on CPU3
[ 486.390786] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 486.396842] CPU3 is up
[ 486.410651] Detected VIPT I-cache on CPU4
[ 486.410847] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 486.427358] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 486.446353] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 486.461383] CPU4 is up
[ 486.464356] Detected VIPT I-cache on CPU5
[ 486.464544] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 486.479739] CPU5 is up
[ 486.493611] Detected VIPT I-cache on CPU6
[ 486.493800] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 486.510911] CPU6 is up
[ 486.524667] Detected VIPT I-cache on CPU7
[ 486.524859] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 486.542077] CPU7 is up
[ 486.602244] usb usb7: root hub lost power or was reset
[ 486.607506] usb usb8: root hub lost power or was reset
[ 486.689470] usb usb3: root hub lost power or was reset
[ 486.695024] usb usb1: root hub lost power or was reset
[ 486.776858] usb usb4: root hub lost power or was reset
[ 486.782450] usb usb2: root hub lost power or was reset
[ 486.894011] usb usb6: root hub lost power or was reset
[ 486.899556] usb usb5: root hub lost power or was reset
[ 487.028186] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 487.104062] PM: resume devices took 0.520 seconds
[ 487.108993] OOM killer enabled.
[ 487.112302] Restarting tasks ... done.
[ 487.123308] PM: suspend exit
####### 197
[ 487.200948] ata1: link resume succeeded after 1 retries
[ 487.311305] ata1: SATA link down (SStatus 0 SControl 300)
[ 487.830050] PM: suspend entry (deep)
[ 487.833831] PM: Syncing filesystems ... done.
[ 487.947837] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 487.959320] OOM killer disabled.
[ 487.962721] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 488.172557] PM: suspend devices took 0.197 seconds
[ 488.226388] Disabling non-boot CPUs ...
[ 488.237499] CPU1: shutdown
[ 488.240425] psci: CPU1 killed.
[ 488.253534] CPU2: shutdown
[ 488.256434] psci: CPU2 killed.
[ 488.269325] CPU3: shutdown
[ 488.272220] psci: CPU3 killed.
[ 488.289336] CPU4: shutdown
[ 488.292239] psci: CPU4 killed.
[ 488.307731] CPU5: shutdown
[ 488.310729] psci: CPU5 killed.
[ 488.325109] CPU6: shutdown
[ 488.328156] psci: CPU6 killed.
[ 488.352427] CPU7: shutdown
[ 488.355424] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 488.361477] Enabling non-boot CPUs ...
[ 488.366193] Detected PIPT I-cache on CPU1
[ 488.366311] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 488.372114] CPU1 is up
[ 488.385969] Detected PIPT I-cache on CPU2
[ 488.386064] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 488.391782] CPU2 is up
[ 488.405515] Detected PIPT I-cache on CPU3
[ 488.405620] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 488.411675] CPU3 is up
[ 488.425540] Detected VIPT I-cache on CPU4
[ 488.425738] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 488.442164] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 488.461050] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 488.476183] CPU4 is up
[ 488.479182] Detected VIPT I-cache on CPU5
[ 488.479372] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 488.494486] CPU5 is up
[ 488.508386] Detected VIPT I-cache on CPU6
[ 488.508578] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 488.524572] CPU6 is up
[ 488.538363] Detected VIPT I-cache on CPU7
[ 488.538560] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 488.558193] CPU7 is up
[ 488.618385] usb usb7: root hub lost power or was reset
[ 488.623649] usb usb8: root hub lost power or was reset
[ 488.706324] usb usb3: root hub lost power or was reset
[ 488.711926] usb usb1: root hub lost power or was reset
[ 488.793735] usb usb4: root hub lost power or was reset
[ 488.799486] usb usb2: root hub lost power or was reset
[ 488.913752] usb usb6: root hub lost power or was reset
[ 488.919309] usb usb5: root hub lost power or was reset
[ 489.048090] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 489.123894] PM: resume devices took 0.524 seconds
[ 489.128827] OOM killer enabled.
[ 489.132138] Restarting tasks ... done.
[ 489.142056] PM: suspend exit
####### 198
[ 489.216872] ata1: link resume succeeded after 1 retries
[ 489.327383] ata1: SATA link down (SStatus 0 SControl 300)
[ 489.853180] PM: suspend entry (deep)
[ 489.856964] PM: Syncing filesystems ... done.
[ 489.977276] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 489.988851] OOM killer disabled.
[ 489.992251] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 490.206366] PM: suspend devices took 0.202 seconds
[ 490.260251] Disabling non-boot CPUs ...
[ 490.271474] CPU1: shutdown
[ 490.274383] psci: CPU1 killed.
[ 490.287050] CPU2: shutdown
[ 490.289966] psci: CPU2 killed.
[ 490.301002] CPU3: shutdown
[ 490.303930] psci: CPU3 killed.
[ 490.320999] CPU4: shutdown
[ 490.323888] psci: CPU4 killed.
[ 490.339040] CPU5: shutdown
[ 490.341910] psci: CPU5 killed.
[ 490.357259] CPU6: shutdown
[ 490.360171] psci: CPU6 killed.
[ 490.385420] CPU7: shutdown
[ 490.388412] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063761] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069187] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 490.394304] Enabling non-boot CPUs ...
[ 490.399032] Detected PIPT I-cache on CPU1
[ 490.399152] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 490.404960] CPU1 is up
[ 490.418824] Detected PIPT I-cache on CPU2
[ 490.418920] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 490.424624] CPU2 is up
[ 490.438358] Detected PIPT I-cache on CPU3
[ 490.438459] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 490.444574] CPU3 is up
[ 490.458422] Detected VIPT I-cache on CPU4
[ 490.458620] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 490.475060] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 490.493943] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 490.509049] CPU4 is up
[ 490.512059] Detected VIPT I-cache on CPU5
[ 490.512250] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 490.527372] CPU5 is up
[ 490.541264] Detected VIPT I-cache on CPU6
[ 490.541456] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 490.558534] CPU6 is up
[ 490.572355] Detected VIPT I-cache on CPU7
[ 490.572549] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 490.592203] CPU7 is up
[ 490.654088] usb usb7: root hub lost power or was reset
[ 490.659452] usb usb8: root hub lost power or was reset
[ 490.740152] usb usb3: root hub lost power or was reset
[ 490.745768] usb usb1: root hub lost power or was reset
[ 490.827633] usb usb4: root hub lost power or was reset
[ 490.833157] usb usb2: root hub lost power or was reset
[ 490.944622] usb usb6: root hub lost power or was reset
[ 490.950166] usb usb5: root hub lost power or was reset
[ 491.079020] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 491.154725] PM: resume devices took 0.520 seconds
[ 491.159731] OOM killer enabled.
[ 491.163045] Restarting tasks ... done.
[ 491.172146] PM: suspend exit
####### 199
[ 491.248731] ata1: link resume succeeded after 1 retries
[ 491.359221] ata1: SATA link down (SStatus 0 SControl 300)
[ 491.882640] PM: suspend entry (deep)
[ 491.886484] PM: Syncing filesystems ... done.
[ 492.002241] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 492.013754] OOM killer disabled.
[ 492.017154] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 492.219474] PM: suspend devices took 0.191 seconds
[ 492.273163] Disabling non-boot CPUs ...
[ 492.284303] CPU1: shutdown
[ 492.287225] psci: CPU1 killed.
[ 492.299875] CPU2: shutdown
[ 492.302799] psci: CPU2 killed.
[ 492.314876] CPU3: shutdown
[ 492.317772] psci: CPU3 killed.
[ 492.335665] CPU4: shutdown
[ 492.338551] psci: CPU4 killed.
[ 492.355043] CPU5: shutdown
[ 492.357916] psci: CPU5 killed.
[ 492.372063] CPU6: shutdown
[ 492.374937] psci: CPU6 killed.
[ 492.399611] CPU7: shutdown
[ 492.402481] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063762] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 492.408748] Enabling non-boot CPUs ...
[ 492.413370] Detected PIPT I-cache on CPU1
[ 492.413489] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 492.419188] CPU1 is up
[ 492.432972] Detected PIPT I-cache on CPU2
[ 492.433066] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 492.438842] CPU2 is up
[ 492.452647] Detected PIPT I-cache on CPU3
[ 492.452746] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 492.458840] CPU3 is up
[ 492.472725] Detected VIPT I-cache on CPU4
[ 492.472922] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 492.489497] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 492.508484] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 492.523397] CPU4 is up
[ 492.526357] Detected VIPT I-cache on CPU5
[ 492.526546] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 492.541605] CPU5 is up
[ 492.555534] Detected VIPT I-cache on CPU6
[ 492.555727] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 492.572243] CPU6 is up
[ 492.586118] Detected VIPT I-cache on CPU7
[ 492.586313] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 492.605972] CPU7 is up
[ 492.665928] usb usb7: root hub lost power or was reset
[ 492.671190] usb usb8: root hub lost power or was reset
[ 492.754033] usb usb3: root hub lost power or was reset
[ 492.759639] usb usb1: root hub lost power or was reset
[ 492.841485] usb usb4: root hub lost power or was reset
[ 492.847235] usb usb2: root hub lost power or was reset
[ 492.958604] usb usb6: root hub lost power or was reset
[ 492.964150] usb usb5: root hub lost power or was reset
[ 493.093138] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 493.169176] PM: resume devices took 0.521 seconds
[ 493.174125] OOM killer enabled.
[ 493.177451] Restarting tasks ... done.
[ 493.187542] PM: suspend exit
####### 200
[ 493.264627] ata1: link resume succeeded after 1 retries
[ 493.375099] ata1: SATA link down (SStatus 0 SControl 300)
[ 493.893430] PM: suspend entry (deep)
[ 493.897381] PM: Syncing filesystems ... done.
[ 494.011841] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 494.023347] OOM killer disabled.
[ 494.026746] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 494.233076] PM: suspend devices took 0.194 seconds
[ 494.287739] Disabling non-boot CPUs ...
[ 494.299015] CPU1: shutdown
[ 494.301956] psci: CPU1 killed.
[ 494.314560] CPU2: shutdown
[ 494.317453] psci: CPU2 killed.
[ 494.330117] CPU3: shutdown
[ 494.333191] psci: CPU3 killed.
[ 494.349529] CPU4: shutdown
[ 494.353556] psci: CPU4 killed.
[ 494.369644] CPU5: shutdown
[ 494.372695] psci: CPU5 killed.
[ 494.387874] CPU6: shutdown
[ 494.390756] psci: CPU6 killed.
[ 494.415234] CPU7: shutdown
[ 494.418102] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 494.424471] Enabling non-boot CPUs ...
[ 494.429099] Detected PIPT I-cache on CPU1
[ 494.429218] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 494.435005] CPU1 is up
[ 494.448832] Detected PIPT I-cache on CPU2
[ 494.448926] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 494.454698] CPU2 is up
[ 494.468504] Detected PIPT I-cache on CPU3
[ 494.468605] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 494.474617] CPU3 is up
[ 494.488566] Detected VIPT I-cache on CPU4
[ 494.488762] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 494.505284] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 494.524291] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 494.540113] CPU4 is up
[ 494.543108] Detected VIPT I-cache on CPU5
[ 494.543297] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 494.558375] CPU5 is up
[ 494.572143] Detected VIPT I-cache on CPU6
[ 494.572335] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 494.589394] CPU6 is up
[ 494.603163] Detected VIPT I-cache on CPU7
[ 494.603356] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 494.623115] CPU7 is up
[ 494.682666] usb usb7: root hub lost power or was reset
[ 494.687929] usb usb8: root hub lost power or was reset
[ 494.771028] usb usb3: root hub lost power or was reset
[ 494.776639] usb usb1: root hub lost power or was reset
[ 494.858383] usb usb4: root hub lost power or was reset
[ 494.863973] usb usb2: root hub lost power or was reset
[ 494.975371] usb usb6: root hub lost power or was reset
[ 494.981032] usb usb5: root hub lost power or was reset
[ 495.109711] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 495.185597] PM: resume devices took 0.521 seconds
[ 495.190525] OOM killer enabled.
[ 495.193835] Restarting tasks ... done.
[ 495.203636] PM: suspend exit
####### 201
[ 495.280490] ata1: link resume succeeded after 1 retries
[ 495.390978] ata1: SATA link down (SStatus 0 SControl 300)
[ 495.915812] PM: suspend entry (deep)
[ 495.919593] PM: Syncing filesystems ... done.
[ 496.037239] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 496.048689] OOM killer disabled.
[ 496.052090] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 496.248885] PM: suspend devices took 0.184 seconds
[ 496.303604] Disabling non-boot CPUs ...
[ 496.314648] CPU1: shutdown
[ 496.317573] psci: CPU1 killed.
[ 496.329439] CPU2: shutdown
[ 496.332341] psci: CPU2 killed.
[ 496.346415] CPU3: shutdown
[ 496.349333] psci: CPU3 killed.
[ 496.366309] CPU4: shutdown
[ 496.369224] psci: CPU4 killed.
[ 496.385036] CPU5: shutdown
[ 496.387923] psci: CPU5 killed.
[ 496.404536] CPU6: shutdown
[ 496.407411] psci: CPU6 killed.
[ 496.432315] CPU7: shutdown
[ 496.435346] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 496.440856] Enabling non-boot CPUs ...
[ 496.445681] Detected PIPT I-cache on CPU1
[ 496.445800] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 496.451595] CPU1 is up
[ 496.465458] Detected PIPT I-cache on CPU2
[ 496.465552] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 496.471298] CPU2 is up
[ 496.485030] Detected PIPT I-cache on CPU3
[ 496.485134] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 496.491163] CPU3 is up
[ 496.505036] Detected VIPT I-cache on CPU4
[ 496.505235] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 496.521619] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 496.540502] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 496.555765] CPU4 is up
[ 496.558770] Detected VIPT I-cache on CPU5
[ 496.558961] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 496.574148] CPU5 is up
[ 496.587918] Detected VIPT I-cache on CPU6
[ 496.588113] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 496.604322] CPU6 is up
[ 496.618127] Detected VIPT I-cache on CPU7
[ 496.618321] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 496.636106] CPU7 is up
[ 496.696123] usb usb7: root hub lost power or was reset
[ 496.701385] usb usb8: root hub lost power or was reset
[ 496.783760] usb usb3: root hub lost power or was reset
[ 496.789322] usb usb1: root hub lost power or was reset
[ 496.871370] usb usb4: root hub lost power or was reset
[ 496.876905] usb usb2: root hub lost power or was reset
[ 496.988253] usb usb6: root hub lost power or was reset
[ 496.993805] usb usb5: root hub lost power or was reset
[ 497.122607] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 497.198499] PM: resume devices took 0.520 seconds
[ 497.203429] OOM killer enabled.
[ 497.206739] Restarting tasks ... done.
[ 497.217304] PM: suspend exit
####### 202
[ 497.288385] ata1: link resume succeeded after 1 retries
[ 497.398843] ata1: SATA link down (SStatus 0 SControl 300)
[ 497.930263] PM: suspend entry (deep)
[ 497.934104] PM: Syncing filesystems ... done.
[ 498.045736] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 498.057192] OOM killer disabled.
[ 498.060594] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 498.262855] PM: suspend devices took 0.190 seconds
[ 498.316863] Disabling non-boot CPUs ...
[ 498.329725] CPU1: shutdown
[ 498.332667] psci: CPU1 killed.
[ 498.345344] CPU2: shutdown
[ 498.348244] psci: CPU2 killed.
[ 498.360624] CPU3: shutdown
[ 498.363555] psci: CPU3 killed.
[ 498.380446] CPU4: shutdown
[ 498.383343] psci: CPU4 killed.
[ 498.398957] CPU5: shutdown
[ 498.402108] psci: CPU5 killed.
[ 498.417585] CPU6: shutdown
[ 498.420614] psci: CPU6 killed.
[ 498.442901] CPU7: shutdown
[ 498.445771] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 498.453376] Enabling non-boot CPUs ...
[ 498.457986] Detected PIPT I-cache on CPU1
[ 498.458105] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 498.463803] CPU1 is up
[ 498.477597] Detected PIPT I-cache on CPU2
[ 498.477692] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 498.483415] CPU2 is up
[ 498.497294] Detected PIPT I-cache on CPU3
[ 498.497393] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 498.503520] CPU3 is up
[ 498.517427] Detected VIPT I-cache on CPU4
[ 498.517622] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 498.534223] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 498.553107] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 498.567959] CPU4 is up
[ 498.570928] Detected VIPT I-cache on CPU5
[ 498.571117] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 498.586241] CPU5 is up
[ 498.600142] Detected VIPT I-cache on CPU6
[ 498.600332] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 498.616840] CPU6 is up
[ 498.630658] Detected VIPT I-cache on CPU7
[ 498.630849] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 498.650541] CPU7 is up
[ 498.711326] usb usb7: root hub lost power or was reset
[ 498.716688] usb usb8: root hub lost power or was reset
[ 498.797632] usb usb3: root hub lost power or was reset
[ 498.803243] usb usb1: root hub lost power or was reset
[ 498.885061] usb usb4: root hub lost power or was reset
[ 498.890655] usb usb2: root hub lost power or was reset
[ 499.002671] usb usb6: root hub lost power or was reset
[ 499.008287] usb usb5: root hub lost power or was reset
[ 499.136454] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 499.212233] PM: resume devices took 0.520 seconds
[ 499.217223] OOM killer enabled.
[ 499.220537] Restarting tasks ... done.
[ 499.229570] PM: suspend exit
####### 203
[ 499.304261] ata1: link resume succeeded after 1 retries
[ 499.414549] ata1: SATA link down (SStatus 0 SControl 300)
[ 499.939781] PM: suspend entry (deep)
[ 499.943677] PM: Syncing filesystems ... done.
[ 500.054561] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 500.066013] OOM killer disabled.
[ 500.069413] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 500.259065] PM: suspend devices took 0.178 seconds
[ 500.313127] Disabling non-boot CPUs ...
[ 500.324377] CPU1: shutdown
[ 500.327314] psci: CPU1 killed.
[ 500.339831] CPU2: shutdown
[ 500.342737] psci: CPU2 killed.
[ 500.353740] CPU3: shutdown
[ 500.356648] psci: CPU3 killed.
[ 500.375340] CPU4: shutdown
[ 500.378233] psci: CPU4 killed.
[ 500.394344] CPU5: shutdown
[ 500.397217] psci: CPU5 killed.
[ 500.411488] CPU6: shutdown
[ 500.414540] psci: CPU6 killed.
[ 500.437506] CPU7: shutdown
[ 500.440378] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 500.447286] Enabling non-boot CPUs ...
[ 500.451905] Detected PIPT I-cache on CPU1
[ 500.452025] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 500.457717] CPU1 is up
[ 500.471504] Detected PIPT I-cache on CPU2
[ 500.471598] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 500.477326] CPU2 is up
[ 500.491135] Detected PIPT I-cache on CPU3
[ 500.491236] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 500.497233] CPU3 is up
[ 500.511169] Detected VIPT I-cache on CPU4
[ 500.511366] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 500.527947] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 500.546955] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 500.561867] CPU4 is up
[ 500.564826] Detected VIPT I-cache on CPU5
[ 500.565016] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 500.580148] CPU5 is up
[ 500.594044] Detected VIPT I-cache on CPU6
[ 500.594236] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 500.610415] CPU6 is up
[ 500.624289] Detected VIPT I-cache on CPU7
[ 500.624482] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 500.641727] CPU7 is up
[ 500.702566] usb usb7: root hub lost power or was reset
[ 500.707930] usb usb8: root hub lost power or was reset
[ 500.789589] usb usb3: root hub lost power or was reset
[ 500.795335] usb usb1: root hub lost power or was reset
[ 500.876996] usb usb4: root hub lost power or was reset
[ 500.882529] usb usb2: root hub lost power or was reset
[ 500.994007] usb usb6: root hub lost power or was reset
[ 500.999555] usb usb5: root hub lost power or was reset
[ 501.128363] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 501.204497] PM: resume devices took 0.521 seconds
[ 501.209427] OOM killer enabled.
[ 501.212737] Restarting tasks ... done.
[ 501.222439] PM: suspend exit
####### 204
[ 501.296117] ata1: link resume succeeded after 1 retries
[ 501.406637] ata1: SATA link down (SStatus 0 SControl 300)
[ 501.932490] PM: suspend entry (deep)
[ 501.936363] PM: Syncing filesystems ... done.
[ 502.049318] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 502.060865] OOM killer disabled.
[ 502.064264] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 502.267377] PM: suspend devices took 0.191 seconds
[ 502.322070] Disabling non-boot CPUs ...
[ 502.333470] CPU1: shutdown
[ 502.336409] psci: CPU1 killed.
[ 502.349550] CPU2: shutdown
[ 502.352496] psci: CPU2 killed.
[ 502.363697] CPU3: shutdown
[ 502.366625] psci: CPU3 killed.
[ 502.385171] CPU4: shutdown
[ 502.388058] psci: CPU4 killed.
[ 502.403884] CPU5: shutdown
[ 502.406983] psci: CPU5 killed.
[ 502.422155] CPU6: shutdown
[ 502.425027] psci: CPU6 killed.
[ 502.449005] CPU7: shutdown
[ 502.451999] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058311] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063763] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069189] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080465] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087388] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094314] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100109] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105305] NOTICE: BL2: Normal boot
[ 0.108941] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 502.458317] Enabling non-boot CPUs ...
[ 502.463218] Detected PIPT I-cache on CPU1
[ 502.463337] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 502.469178] CPU1 is up
[ 502.483077] Detected PIPT I-cache on CPU2
[ 502.483172] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 502.488950] CPU2 is up
[ 502.502698] Detected PIPT I-cache on CPU3
[ 502.502800] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 502.508900] CPU3 is up
[ 502.522724] Detected VIPT I-cache on CPU4
[ 502.522924] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 502.539636] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 502.558639] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 502.574533] CPU4 is up
[ 502.577540] Detected VIPT I-cache on CPU5
[ 502.577731] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 502.592736] CPU5 is up
[ 502.606622] Detected VIPT I-cache on CPU6
[ 502.606816] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 502.623880] CPU6 is up
[ 502.637633] Detected VIPT I-cache on CPU7
[ 502.637827] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 502.655771] CPU7 is up
[ 502.716373] usb usb7: root hub lost power or was reset
[ 502.721636] usb usb8: root hub lost power or was reset
[ 502.803412] usb usb3: root hub lost power or was reset
[ 502.808967] usb usb1: root hub lost power or was reset
[ 502.891081] usb usb4: root hub lost power or was reset
[ 502.896590] usb usb2: root hub lost power or was reset
[ 503.008887] usb usb6: root hub lost power or was reset
[ 503.014477] usb usb5: root hub lost power or was reset
[ 503.143309] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 503.219370] PM: resume devices took 0.521 seconds
[ 503.224298] OOM killer enabled.
[ 503.227609] Restarting tasks ... done.
[ 503.236883] PM: suspend exit
####### 205
[ 503.312017] ata1: link resume succeeded after 1 retries
[ 503.422469] ata1: SATA link down (SStatus 0 SControl 300)
[ 503.948919] PM: suspend entry (deep)
[ 503.952734] PM: Syncing filesystems ... done.
[ 504.063213] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 504.074743] OOM killer disabled.
[ 504.078143] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 504.288632] PM: suspend devices took 0.198 seconds
[ 504.342859] Disabling non-boot CPUs ...
[ 504.353991] CPU1: shutdown
[ 504.356925] psci: CPU1 killed.
[ 504.370109] CPU2: shutdown
[ 504.373011] psci: CPU2 killed.
[ 504.385214] CPU3: shutdown
[ 504.388143] psci: CPU3 killed.
[ 504.404149] CPU4: shutdown
[ 504.407039] psci: CPU4 killed.
[ 504.424507] CPU5: shutdown
[ 504.427553] psci: CPU5 killed.
[ 504.443145] CPU6: shutdown
[ 504.446180] psci: CPU6 killed.
[ 504.470375] CPU7: shutdown
[ 504.473369] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094311] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 504.479273] Enabling non-boot CPUs ...
[ 504.484271] Detected PIPT I-cache on CPU1
[ 504.484390] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 504.490199] CPU1 is up
[ 504.504055] Detected PIPT I-cache on CPU2
[ 504.504149] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 504.509913] CPU2 is up
[ 504.523647] Detected PIPT I-cache on CPU3
[ 504.523748] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 504.529831] CPU3 is up
[ 504.543675] Detected VIPT I-cache on CPU4
[ 504.543875] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 504.560375] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 504.579259] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 504.594228] CPU4 is up
[ 504.597197] Detected VIPT I-cache on CPU5
[ 504.597390] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 504.612492] CPU5 is up
[ 504.626324] Detected VIPT I-cache on CPU6
[ 504.626517] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 504.643778] CPU6 is up
[ 504.657535] Detected VIPT I-cache on CPU7
[ 504.657731] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 504.675630] CPU7 is up
[ 504.735194] usb usb7: root hub lost power or was reset
[ 504.740457] usb usb8: root hub lost power or was reset
[ 504.823382] usb usb3: root hub lost power or was reset
[ 504.829214] usb usb1: root hub lost power or was reset
[ 504.911513] usb usb4: root hub lost power or was reset
[ 504.917171] usb usb2: root hub lost power or was reset
[ 505.028754] usb usb6: root hub lost power or was reset
[ 505.034353] usb usb5: root hub lost power or was reset
[ 505.163130] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 505.239195] PM: resume devices took 0.522 seconds
[ 505.244124] OOM killer enabled.
[ 505.247437] Restarting tasks ... done.
[ 505.257139] PM: suspend exit
####### 206
[ 505.335877] ata1: link resume succeeded after 1 retries
[ 505.446383] ata1: SATA link down (SStatus 0 SControl 300)
[ 505.970423] PM: suspend entry (deep)
[ 505.974203] PM: Syncing filesystems ... done.
[ 506.085360] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 506.096934] OOM killer disabled.
[ 506.100335] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 506.305130] PM: suspend devices took 0.193 seconds
[ 506.359320] Disabling non-boot CPUs ...
[ 506.370669] CPU1: shutdown
[ 506.373639] psci: CPU1 killed.
[ 506.386661] CPU2: shutdown
[ 506.389614] psci: CPU2 killed.
[ 506.401494] CPU3: shutdown
[ 506.404416] psci: CPU3 killed.
[ 506.421701] CPU4: shutdown
[ 506.424617] psci: CPU4 killed.
[ 506.440039] CPU5: shutdown
[ 506.442923] psci: CPU5 killed.
[ 506.457226] CPU6: shutdown
[ 506.460284] psci: CPU6 killed.
[ 506.485148] CPU7: shutdown
[ 506.488142] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 506.494379] Enabling non-boot CPUs ...
[ 506.499208] Detected PIPT I-cache on CPU1
[ 506.499328] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 506.505301] CPU1 is up
[ 506.519143] Detected PIPT I-cache on CPU2
[ 506.519238] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 506.524966] CPU2 is up
[ 506.538802] Detected PIPT I-cache on CPU3
[ 506.538902] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 506.544956] CPU3 is up
[ 506.558853] Detected VIPT I-cache on CPU4
[ 506.559050] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 506.575544] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 506.594551] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 506.609484] CPU4 is up
[ 506.612455] Detected VIPT I-cache on CPU5
[ 506.612644] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 506.627837] CPU5 is up
[ 506.641786] Detected VIPT I-cache on CPU6
[ 506.641977] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 506.658318] CPU6 is up
[ 506.672130] Detected VIPT I-cache on CPU7
[ 506.672322] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 506.692088] CPU7 is up
[ 506.751644] usb usb7: root hub lost power or was reset
[ 506.756908] usb usb8: root hub lost power or was reset
[ 506.839306] usb usb3: root hub lost power or was reset
[ 506.844852] usb usb1: root hub lost power or was reset
[ 506.927143] usb usb4: root hub lost power or was reset
[ 506.932664] usb usb2: root hub lost power or was reset
[ 507.045269] usb usb6: root hub lost power or was reset
[ 507.050818] usb usb5: root hub lost power or was reset
[ 507.178990] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 507.254739] PM: resume devices took 0.521 seconds
[ 507.259729] OOM killer enabled.
[ 507.263045] Restarting tasks ... done.
[ 507.271374] PM: suspend exit
####### 207
[ 507.351780] ata1: link resume succeeded after 1 retries
[ 507.462241] ata1: SATA link down (SStatus 0 SControl 300)
[ 507.980078] PM: suspend entry (deep)
[ 507.983862] PM: Syncing filesystems ... done.
[ 508.098272] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 508.109805] OOM killer disabled.
[ 508.113206] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 508.317563] PM: suspend devices took 0.193 seconds
[ 508.371881] Disabling non-boot CPUs ...
[ 508.383074] CPU1: shutdown
[ 508.386016] psci: CPU1 killed.
[ 508.397566] CPU2: shutdown
[ 508.400509] psci: CPU2 killed.
[ 508.414276] CPU3: shutdown
[ 508.417162] psci: CPU3 killed.
[ 508.435018] CPU4: shutdown
[ 508.437905] psci: CPU4 killed.
[ 508.454559] CPU5: shutdown
[ 508.457497] psci: CPU5 killed.
[ 508.471802] CPU6: shutdown
[ 508.474673] psci: CPU6 killed.
[ 508.498997] CPU7: shutdown
[ 508.501993] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087385] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100106] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 508.508130] Enabling non-boot CPUs ...
[ 508.512960] Detected PIPT I-cache on CPU1
[ 508.513079] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 508.518966] CPU1 is up
[ 508.532769] Detected PIPT I-cache on CPU2
[ 508.532864] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 508.538658] CPU2 is up
[ 508.552386] Detected PIPT I-cache on CPU3
[ 508.552488] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 508.558647] CPU3 is up
[ 508.572456] Detected VIPT I-cache on CPU4
[ 508.572652] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 508.589027] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 508.608009] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 508.623034] CPU4 is up
[ 508.625996] Detected VIPT I-cache on CPU5
[ 508.626183] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 508.641251] CPU5 is up
[ 508.655073] Detected VIPT I-cache on CPU6
[ 508.655263] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 508.679618] CPU6 is up
[ 508.693559] Detected VIPT I-cache on CPU7
[ 508.693752] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 508.710831] CPU7 is up
[ 508.771414] usb usb7: root hub lost power or was reset
[ 508.776776] usb usb8: root hub lost power or was reset
[ 508.858163] usb usb3: root hub lost power or was reset
[ 508.863705] usb usb1: root hub lost power or was reset
[ 508.945455] usb usb4: root hub lost power or was reset
[ 508.950984] usb usb2: root hub lost power or was reset
[ 509.063032] usb usb6: root hub lost power or was reset
[ 509.068576] usb usb5: root hub lost power or was reset
[ 509.196810] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 509.272616] PM: resume devices took 0.520 seconds
[ 509.277619] OOM killer enabled.
[ 509.280933] Restarting tasks ... done.
[ 509.290017] PM: suspend exit
####### 208
[ 509.367624] ata1: link resume succeeded after 1 retries
[ 509.477929] ata1: SATA link down (SStatus 0 SControl 300)
[ 509.998855] PM: suspend entry (deep)
[ 510.002668] PM: Syncing filesystems ... done.
[ 510.166564] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 510.177950] OOM killer disabled.
[ 510.181390] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 510.387467] PM: suspend devices took 0.194 seconds
[ 510.441902] Disabling non-boot CPUs ...
[ 510.454733] CPU1: shutdown
[ 510.457664] psci: CPU1 killed.
[ 510.470079] CPU2: shutdown
[ 510.472995] psci: CPU2 killed.
[ 510.484829] CPU3: shutdown
[ 510.487735] psci: CPU3 killed.
[ 510.506367] CPU4: shutdown
[ 510.509254] psci: CPU4 killed.
[ 510.525780] CPU5: shutdown
[ 510.528654] psci: CPU5 killed.
[ 510.542692] CPU6: shutdown
[ 510.545564] psci: CPU6 killed.
[ 510.569120] CPU7: shutdown
[ 510.571990] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 510.578860] Enabling non-boot CPUs ...
[ 510.583886] Detected PIPT I-cache on CPU1
[ 510.584005] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 510.589828] CPU1 is up
[ 510.603659] Detected PIPT I-cache on CPU2
[ 510.603754] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 510.609527] CPU2 is up
[ 510.623260] Detected PIPT I-cache on CPU3
[ 510.623363] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 510.629346] CPU3 is up
[ 510.643222] Detected VIPT I-cache on CPU4
[ 510.643421] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 510.659861] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 510.678750] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 510.693873] CPU4 is up
[ 510.696887] Detected VIPT I-cache on CPU5
[ 510.697078] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 510.712047] CPU5 is up
[ 510.725902] Detected VIPT I-cache on CPU6
[ 510.726094] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 510.742266] CPU6 is up
[ 510.756128] Detected VIPT I-cache on CPU7
[ 510.756320] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 510.773149] CPU7 is up
[ 510.832962] usb usb7: root hub lost power or was reset
[ 510.838324] usb usb8: root hub lost power or was reset
[ 510.920046] usb usb3: root hub lost power or was reset
[ 510.925656] usb usb1: root hub lost power or was reset
[ 511.007390] usb usb4: root hub lost power or was reset
[ 511.013003] usb usb2: root hub lost power or was reset
[ 511.124388] usb usb6: root hub lost power or was reset
[ 511.129941] usb usb5: root hub lost power or was reset
[ 511.258786] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 511.334656] PM: resume devices took 0.520 seconds
[ 511.339584] OOM killer enabled.
[ 511.342895] Restarting tasks ... done.
[ 511.352633] PM: suspend exit
####### 209
[ 511.431527] ata1: link resume succeeded after 1 retries
[ 511.542031] ata1: SATA link down (SStatus 0 SControl 300)
[ 512.058065] PM: suspend entry (deep)
[ 512.061846] PM: Syncing filesystems ... done.
[ 512.221739] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 512.233257] OOM killer disabled.
[ 512.236657] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 512.432922] PM: suspend devices took 0.184 seconds
[ 512.486887] Disabling non-boot CPUs ...
[ 512.498141] CPU1: shutdown
[ 512.501241] psci: CPU1 killed.
[ 512.513370] CPU2: shutdown
[ 512.516284] psci: CPU2 killed.
[ 512.528570] CPU3: shutdown
[ 512.531499] psci: CPU3 killed.
[ 512.549112] CPU4: shutdown
[ 512.552000] psci: CPU4 killed.
[ 512.567502] CPU5: shutdown
[ 512.570373] psci: CPU5 killed.
[ 512.585371] CPU6: shutdown
[ 512.588241] psci: CPU6 killed.
[ 512.612820] CPU7: shutdown
[ 512.615814] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055632] NOTICE: BL2: DRAM Split is 4ch
[ 0.058331] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063782] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069209] NOTICE: BL2: Lossy Decomp areas
[ 0.073389] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080485] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087408] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094334] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100129] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105324] NOTICE: BL2: Normal boot
[ 0.108962] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 512.621964] Enabling non-boot CPUs ...
[ 512.626852] Detected PIPT I-cache on CPU1
[ 512.626972] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 512.632931] CPU1 is up
[ 512.646771] Detected PIPT I-cache on CPU2
[ 512.646866] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 512.652656] CPU2 is up
[ 512.666497] Detected PIPT I-cache on CPU3
[ 512.666597] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 512.672683] CPU3 is up
[ 512.686607] Detected VIPT I-cache on CPU4
[ 512.686807] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 512.703317] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 512.722263] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 512.738008] CPU4 is up
[ 512.741017] Detected VIPT I-cache on CPU5
[ 512.741209] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 512.756361] CPU5 is up
[ 512.770163] Detected VIPT I-cache on CPU6
[ 512.770358] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 512.789012] CPU6 is up
[ 512.802831] Detected VIPT I-cache on CPU7
[ 512.803025] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 512.822768] CPU7 is up
[ 512.882085] usb usb7: root hub lost power or was reset
[ 512.887347] usb usb8: root hub lost power or was reset
[ 512.969763] usb usb3: root hub lost power or was reset
[ 512.975423] usb usb1: root hub lost power or was reset
[ 513.057268] usb usb4: root hub lost power or was reset
[ 513.062807] usb usb2: root hub lost power or was reset
[ 513.174271] usb usb6: root hub lost power or was reset
[ 513.179827] usb usb5: root hub lost power or was reset
[ 513.308784] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 513.384746] PM: resume devices took 0.520 seconds
[ 513.389679] OOM killer enabled.
[ 513.392990] Restarting tasks ... done.
[ 513.402249] PM: suspend exit
####### 210
[ 513.479353] ata1: link resume succeeded after 1 retries
[ 513.589732] ata1: SATA link down (SStatus 0 SControl 300)
[ 514.118474] PM: suspend entry (deep)
[ 514.122257] PM: Syncing filesystems ... done.
[ 514.234658] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 514.246144] OOM killer disabled.
[ 514.249544] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 514.479849] PM: suspend devices took 0.218 seconds
[ 514.533535] Disabling non-boot CPUs ...
[ 514.545606] CPU1: shutdown
[ 514.548537] psci: CPU1 killed.
[ 514.560013] CPU2: shutdown
[ 514.562927] psci: CPU2 killed.
[ 514.575024] CPU3: shutdown
[ 514.578005] psci: CPU3 killed.
[ 514.595644] CPU4: shutdown
[ 514.598532] psci: CPU4 killed.
[ 514.614532] CPU5: shutdown
[ 514.617417] psci: CPU5 killed.
[ 514.632285] CPU6: shutdown
[ 514.635324] psci: CPU6 killed.
[ 514.658007] CPU7: shutdown
[ 514.661001] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055633] NOTICE: BL2: DRAM Split is 4ch
[ 0.058332] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063784] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069210] NOTICE: BL2: Lossy Decomp areas
[ 0.073390] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080486] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087409] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094335] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100130] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105325] NOTICE: BL2: Normal boot
[ 0.108963] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 514.667736] Enabling non-boot CPUs ...
[ 514.672643] Detected PIPT I-cache on CPU1
[ 514.672761] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 514.678546] CPU1 is up
[ 514.692394] Detected PIPT I-cache on CPU2
[ 514.692491] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 514.698336] CPU2 is up
[ 514.712186] Detected PIPT I-cache on CPU3
[ 514.712287] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 514.718438] CPU3 is up
[ 514.732376] Detected VIPT I-cache on CPU4
[ 514.732574] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 514.749210] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 514.768152] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 514.784019] CPU4 is up
[ 514.786989] Detected VIPT I-cache on CPU5
[ 514.787181] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 514.802311] CPU5 is up
[ 514.816460] Detected VIPT I-cache on CPU6
[ 514.816655] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 514.832857] CPU6 is up
[ 514.846656] Detected VIPT I-cache on CPU7
[ 514.846853] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 514.866608] CPU7 is up
[ 514.926797] usb usb7: root hub lost power or was reset
[ 514.932158] usb usb8: root hub lost power or was reset
[ 515.013814] usb usb3: root hub lost power or was reset
[ 515.019428] usb usb1: root hub lost power or was reset
[ 515.101152] usb usb4: root hub lost power or was reset
[ 515.106679] usb usb2: root hub lost power or was reset
[ 515.218087] usb usb6: root hub lost power or was reset
[ 515.223712] usb usb5: root hub lost power or was reset
[ 515.352468] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 515.428632] PM: resume devices took 0.520 seconds
[ 515.433609] OOM killer enabled.
[ 515.437006] Restarting tasks ... done.
[ 515.446686] PM: suspend exit
####### 211
[ 515.527263] ata1: link resume succeeded after 1 retries
[ 515.637780] ata1: SATA link down (SStatus 0 SControl 300)
[ 516.156294] PM: suspend entry (deep)
[ 516.160075] PM: Syncing filesystems ... done.
[ 516.272408] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 516.284009] OOM killer disabled.
[ 516.287407] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 516.492061] PM: suspend devices took 0.193 seconds
[ 516.546547] Disabling non-boot CPUs ...
[ 516.558039] CPU1: shutdown
[ 516.561000] psci: CPU1 killed.
[ 516.573805] CPU2: shutdown
[ 516.576708] psci: CPU2 killed.
[ 516.589152] CPU3: shutdown
[ 516.592087] psci: CPU3 killed.
[ 516.609528] CPU4: shutdown
[ 516.612417] psci: CPU4 killed.
[ 516.628358] CPU5: shutdown
[ 516.631243] psci: CPU5 killed.
[ 516.645905] CPU6: shutdown
[ 516.649046] psci: CPU6 killed.
[ 516.671566] CPU7: shutdown
[ 516.674560] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 516.681523] Enabling non-boot CPUs ...
[ 516.686520] Detected PIPT I-cache on CPU1
[ 516.686640] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 516.692395] CPU1 is up
[ 516.706292] Detected PIPT I-cache on CPU2
[ 516.706389] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 516.712102] CPU2 is up
[ 516.725863] Detected PIPT I-cache on CPU3
[ 516.725963] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 516.732010] CPU3 is up
[ 516.745837] Detected VIPT I-cache on CPU4
[ 516.746032] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 516.762481] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 516.781365] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 516.796423] CPU4 is up
[ 516.799417] Detected VIPT I-cache on CPU5
[ 516.799604] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 516.814665] CPU5 is up
[ 516.828536] Detected VIPT I-cache on CPU6
[ 516.828726] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 516.846063] CPU6 is up
[ 516.859814] Detected VIPT I-cache on CPU7
[ 516.860006] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 516.879754] CPU7 is up
[ 516.939519] usb usb7: root hub lost power or was reset
[ 516.944881] usb usb8: root hub lost power or was reset
[ 517.026636] usb usb3: root hub lost power or was reset
[ 517.032237] usb usb1: root hub lost power or was reset
[ 517.114533] usb usb4: root hub lost power or was reset
[ 517.120120] usb usb2: root hub lost power or was reset
[ 517.232642] usb usb6: root hub lost power or was reset
[ 517.238184] usb usb5: root hub lost power or was reset
[ 517.367363] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 517.443141] PM: resume devices took 0.522 seconds
[ 517.448137] OOM killer enabled.
[ 517.451451] Restarting tasks ... done.
[ 517.460389] PM: suspend exit
####### 212
[ 517.535167] ata1: link resume succeeded after 1 retries
[ 517.645428] ata1: SATA link down (SStatus 0 SControl 300)
[ 518.167634] PM: suspend entry (deep)
[ 518.171416] PM: Syncing filesystems ... done.
[ 518.286596] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 518.298218] OOM killer disabled.
[ 518.301618] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 518.542383] PM: suspend devices took 0.229 seconds
[ 518.596735] Disabling non-boot CPUs ...
[ 518.608061] CPU1: shutdown
[ 518.610989] psci: CPU1 killed.
[ 518.622652] CPU2: shutdown
[ 518.625560] psci: CPU2 killed.
[ 518.637967] CPU3: shutdown
[ 518.640889] psci: CPU3 killed.
[ 518.659271] CPU4: shutdown
[ 518.662162] psci: CPU4 killed.
[ 518.678262] CPU5: shutdown
[ 518.681137] psci: CPU5 killed.
[ 518.695668] CPU6: shutdown
[ 518.698719] psci: CPU6 killed.
[ 518.722436] CPU7: shutdown
[ 518.725429] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055610] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063762] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073367] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 518.732423] Enabling non-boot CPUs ...
[ 518.737403] Detected PIPT I-cache on CPU1
[ 518.737522] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 518.743270] CPU1 is up
[ 518.757163] Detected PIPT I-cache on CPU2
[ 518.757259] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 518.763051] CPU2 is up
[ 518.776774] Detected PIPT I-cache on CPU3
[ 518.776874] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 518.782952] CPU3 is up
[ 518.796760] Detected VIPT I-cache on CPU4
[ 518.796955] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 518.813406] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 518.832397] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 518.847368] CPU4 is up
[ 518.850332] Detected VIPT I-cache on CPU5
[ 518.850520] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 518.865784] CPU5 is up
[ 518.879666] Detected VIPT I-cache on CPU6
[ 518.879856] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 518.896818] CPU6 is up
[ 518.910646] Detected VIPT I-cache on CPU7
[ 518.910837] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 518.927876] CPU7 is up
[ 518.988167] usb usb7: root hub lost power or was reset
[ 518.993529] usb usb8: root hub lost power or was reset
[ 519.075566] usb usb3: root hub lost power or was reset
[ 519.081115] usb usb1: root hub lost power or was reset
[ 519.162911] usb usb4: root hub lost power or was reset
[ 519.168517] usb usb2: root hub lost power or was reset
[ 519.279901] usb usb6: root hub lost power or was reset
[ 519.285423] usb usb5: root hub lost power or was reset
[ 519.414270] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 519.490233] PM: resume devices took 0.521 seconds
[ 519.495162] OOM killer enabled.
[ 519.498471] Restarting tasks ... done.
[ 519.508071] PM: suspend exit
####### 213
[ 519.583025] ata1: link resume succeeded after 1 retries
[ 519.693299] ata1: SATA link down (SStatus 0 SControl 300)
[ 520.218497] PM: suspend entry (deep)
[ 520.222281] PM: Syncing filesystems ... done.
[ 520.333491] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 520.345155] OOM killer disabled.
[ 520.348555] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 520.569850] PM: suspend devices took 0.210 seconds
[ 520.624079] Disabling non-boot CPUs ...
[ 520.635170] CPU1: shutdown
[ 520.638109] psci: CPU1 killed.
[ 520.651216] CPU2: shutdown
[ 520.654127] psci: CPU2 killed.
[ 520.666580] CPU3: shutdown
[ 520.669487] psci: CPU3 killed.
[ 520.688476] CPU4: shutdown
[ 520.691365] psci: CPU4 killed.
[ 520.707900] CPU5: shutdown
[ 520.710774] psci: CPU5 killed.
[ 520.724947] CPU6: shutdown
[ 520.727820] psci: CPU6 killed.
[ 520.749913] CPU7: shutdown
[ 520.752786] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055608] NOTICE: BL2: DRAM Split is 4ch
[ 0.058307] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063759] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069185] NOTICE: BL2: Lossy Decomp areas
[ 0.073365] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080461] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094310] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105301] NOTICE: BL2: Normal boot
[ 0.108938] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 520.760000] Enabling non-boot CPUs ...
[ 520.764654] Detected PIPT I-cache on CPU1
[ 520.764774] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 520.770669] CPU1 is up
[ 520.784489] Detected PIPT I-cache on CPU2
[ 520.784585] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 520.790385] CPU2 is up
[ 520.804206] Detected PIPT I-cache on CPU3
[ 520.804308] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 520.810421] CPU3 is up
[ 520.824425] Detected VIPT I-cache on CPU4
[ 520.824621] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 520.841011] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 520.859897] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 520.875444] CPU4 is up
[ 520.878443] Detected VIPT I-cache on CPU5
[ 520.878631] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 520.893642] CPU5 is up
[ 520.907452] Detected VIPT I-cache on CPU6
[ 520.907643] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 520.924853] CPU6 is up
[ 520.938608] Detected VIPT I-cache on CPU7
[ 520.938798] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 520.956014] CPU7 is up
[ 521.015437] usb usb7: root hub lost power or was reset
[ 521.020699] usb usb8: root hub lost power or was reset
[ 521.103366] usb usb3: root hub lost power or was reset
[ 521.108925] usb usb1: root hub lost power or was reset
[ 521.190771] usb usb4: root hub lost power or was reset
[ 521.196312] usb usb2: root hub lost power or was reset
[ 521.307781] usb usb6: root hub lost power or was reset
[ 521.313340] usb usb5: root hub lost power or was reset
[ 521.442127] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 521.518213] PM: resume devices took 0.520 seconds
[ 521.523144] OOM killer enabled.
[ 521.526457] Restarting tasks ... done.
[ 521.536847] PM: suspend exit
####### 214
[ 521.614864] ata1: link resume succeeded after 1 retries
[ 521.725193] ata1: SATA link down (SStatus 0 SControl 300)
[ 522.245811] PM: suspend entry (deep)
[ 522.249646] PM: Syncing filesystems ... done.
[ 522.362203] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 522.373676] OOM killer disabled.
[ 522.377078] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 522.583727] PM: suspend devices took 0.195 seconds
[ 522.637165] Disabling non-boot CPUs ...
[ 522.648501] CPU1: shutdown
[ 522.651450] psci: CPU1 killed.
[ 522.664277] CPU2: shutdown
[ 522.667210] psci: CPU2 killed.
[ 522.679518] CPU3: shutdown
[ 522.682405] psci: CPU3 killed.
[ 522.700471] CPU4: shutdown
[ 522.703358] psci: CPU4 killed.
[ 522.718344] CPU5: shutdown
[ 522.721231] psci: CPU5 killed.
[ 522.736062] CPU6: shutdown
[ 522.738936] psci: CPU6 killed.
[ 522.764154] CPU7: shutdown
[ 522.767024] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087384] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100104] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 522.773214] Enabling non-boot CPUs ...
[ 522.778105] Detected PIPT I-cache on CPU1
[ 522.778225] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 522.783984] CPU1 is up
[ 522.797893] Detected PIPT I-cache on CPU2
[ 522.797987] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 522.803720] CPU2 is up
[ 522.817451] Detected PIPT I-cache on CPU3
[ 522.817551] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 522.823611] CPU3 is up
[ 522.837465] Detected VIPT I-cache on CPU4
[ 522.837662] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 522.854128] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 522.873011] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 522.888051] CPU4 is up
[ 522.891054] Detected VIPT I-cache on CPU5
[ 522.891245] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 522.906273] CPU5 is up
[ 522.920175] Detected VIPT I-cache on CPU6
[ 522.920368] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 522.937620] CPU6 is up
[ 522.951400] Detected VIPT I-cache on CPU7
[ 522.951594] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 522.969528] CPU7 is up
[ 523.029453] usb usb7: root hub lost power or was reset
[ 523.034714] usb usb8: root hub lost power or was reset
[ 523.117320] usb usb3: root hub lost power or was reset
[ 523.122930] usb usb1: root hub lost power or was reset
[ 523.204663] usb usb4: root hub lost power or was reset
[ 523.210404] usb usb2: root hub lost power or was reset
[ 523.321659] usb usb6: root hub lost power or was reset
[ 523.327201] usb usb5: root hub lost power or was reset
[ 523.456056] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 523.531810] PM: resume devices took 0.520 seconds
[ 523.536744] OOM killer enabled.
[ 523.540057] Restarting tasks ... done.
[ 523.550639] PM: suspend exit
####### 215
[ 523.622764] ata1: link resume succeeded after 1 retries
[ 523.732848] ata1: SATA link down (SStatus 0 SControl 300)
[ 524.257308] PM: suspend entry (deep)
[ 524.261091] PM: Syncing filesystems ... done.
[ 524.374020] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 524.385523] OOM killer disabled.
[ 524.388922] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 524.596087] PM: suspend devices took 0.195 seconds
[ 524.650396] Disabling non-boot CPUs ...
[ 524.661701] CPU1: shutdown
[ 524.664642] psci: CPU1 killed.
[ 524.677527] CPU2: shutdown
[ 524.680502] psci: CPU2 killed.
[ 524.692422] CPU3: shutdown
[ 524.695514] psci: CPU3 killed.
[ 524.713071] CPU4: shutdown
[ 524.715958] psci: CPU4 killed.
[ 524.731649] CPU5: shutdown
[ 524.734552] psci: CPU5 killed.
[ 524.750112] CPU6: shutdown
[ 524.753133] psci: CPU6 killed.
[ 524.777026] CPU7: shutdown
[ 524.779896] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058308] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080463] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 524.786134] Enabling non-boot CPUs ...
[ 524.790975] Detected PIPT I-cache on CPU1
[ 524.791094] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 524.796922] CPU1 is up
[ 524.810780] Detected PIPT I-cache on CPU2
[ 524.810874] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 524.816594] CPU2 is up
[ 524.830342] Detected PIPT I-cache on CPU3
[ 524.830444] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 524.836372] CPU3 is up
[ 524.850184] Detected VIPT I-cache on CPU4
[ 524.850380] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 524.866908] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 524.885792] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 524.901201] CPU4 is up
[ 524.904201] Detected VIPT I-cache on CPU5
[ 524.904392] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 524.919439] CPU5 is up
[ 524.933211] Detected VIPT I-cache on CPU6
[ 524.933404] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 524.950482] CPU6 is up
[ 524.964275] Detected VIPT I-cache on CPU7
[ 524.964470] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 524.982436] CPU7 is up
[ 525.041953] usb usb7: root hub lost power or was reset
[ 525.047218] usb usb8: root hub lost power or was reset
[ 525.129071] usb usb3: root hub lost power or was reset
[ 525.134630] usb usb1: root hub lost power or was reset
[ 525.216545] usb usb4: root hub lost power or was reset
[ 525.222071] usb usb2: root hub lost power or was reset
[ 525.333490] usb usb6: root hub lost power or was reset
[ 525.339044] usb usb5: root hub lost power or was reset
[ 525.467916] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 525.543652] PM: resume devices took 0.520 seconds
[ 525.548654] OOM killer enabled.
[ 525.551969] Restarting tasks ... done.
[ 525.560232] PM: suspend exit
####### 216
[ 525.638641] ata1: link resume succeeded after 1 retries
[ 525.749543] ata1: SATA link down (SStatus 0 SControl 300)
[ 526.272974] PM: suspend entry (deep)
[ 526.276760] PM: Syncing filesystems ... done.
[ 526.389040] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 526.400700] OOM killer disabled.
[ 526.404100] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 526.608204] PM: suspend devices took 0.192 seconds
[ 526.662406] Disabling non-boot CPUs ...
[ 526.673579] CPU1: shutdown
[ 526.676514] psci: CPU1 killed.
[ 526.689421] CPU2: shutdown
[ 526.692297] psci: CPU2 killed.
[ 526.704657] CPU3: shutdown
[ 526.707556] psci: CPU3 killed.
[ 526.725934] CPU4: shutdown
[ 526.728822] psci: CPU4 killed.
[ 526.744646] CPU5: shutdown
[ 526.747532] psci: CPU5 killed.
[ 526.763694] CPU6: shutdown
[ 526.766927] psci: CPU6 killed.
[ 526.791663] CPU7: shutdown
[ 526.794655] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055631] NOTICE: BL2: DRAM Split is 4ch
[ 0.058330] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063781] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069207] NOTICE: BL2: Lossy Decomp areas
[ 0.073387] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080484] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087407] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094333] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100128] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105323] NOTICE: BL2: Normal boot
[ 0.108960] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 526.800804] Enabling non-boot CPUs ...
[ 526.805701] Detected PIPT I-cache on CPU1
[ 526.805821] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 526.811588] CPU1 is up
[ 526.825497] Detected PIPT I-cache on CPU2
[ 526.825591] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 526.831395] CPU2 is up
[ 526.845463] Detected PIPT I-cache on CPU3
[ 526.845565] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 526.851581] CPU3 is up
[ 526.865475] Detected VIPT I-cache on CPU4
[ 526.865673] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 526.882058] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 526.900942] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 526.915945] CPU4 is up
[ 526.918907] Detected VIPT I-cache on CPU5
[ 526.919101] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 526.934146] CPU5 is up
[ 526.947963] Detected VIPT I-cache on CPU6
[ 526.948159] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 526.965375] CPU6 is up
[ 526.979152] Detected VIPT I-cache on CPU7
[ 526.979347] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 526.997322] CPU7 is up
[ 527.057297] usb usb7: root hub lost power or was reset
[ 527.062563] usb usb8: root hub lost power or was reset
[ 527.144960] usb usb3: root hub lost power or was reset
[ 527.150513] usb usb1: root hub lost power or was reset
[ 527.232411] usb usb4: root hub lost power or was reset
[ 527.237948] usb usb2: root hub lost power or was reset
[ 527.349415] usb usb6: root hub lost power or was reset
[ 527.354999] usb usb5: root hub lost power or was reset
[ 527.483772] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 527.559807] PM: resume devices took 0.520 seconds
[ 527.564737] OOM killer enabled.
[ 527.568046] Restarting tasks ... done.
[ 527.578611] PM: suspend exit
####### 217
[ 527.654549] ata1: link resume succeeded after 1 retries
[ 527.765034] ata1: SATA link down (SStatus 0 SControl 300)
[ 528.286427] PM: suspend entry (deep)
[ 528.290296] PM: Syncing filesystems ... done.
[ 528.401680] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 528.413146] OOM killer disabled.
[ 528.416548] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 528.606375] PM: suspend devices took 0.178 seconds
[ 528.660375] Disabling non-boot CPUs ...
[ 528.671605] CPU1: shutdown
[ 528.674532] psci: CPU1 killed.
[ 528.687599] CPU2: shutdown
[ 528.690508] psci: CPU2 killed.
[ 528.702973] CPU3: shutdown
[ 528.705859] psci: CPU3 killed.
[ 528.721656] CPU4: shutdown
[ 528.724545] psci: CPU4 killed.
[ 528.740753] CPU5: shutdown
[ 528.743639] psci: CPU5 killed.
[ 528.759438] CPU6: shutdown
[ 528.762491] psci: CPU6 killed.
[ 528.786437] CPU7: shutdown
[ 528.789433] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055609] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063760] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069186] NOTICE: BL2: Lossy Decomp areas
[ 0.073366] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080462] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087386] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094312] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100107] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105302] NOTICE: BL2: Normal boot
[ 0.108939] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 528.795671] Enabling non-boot CPUs ...
[ 528.800611] Detected PIPT I-cache on CPU1
[ 528.800730] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 528.806507] CPU1 is up
[ 528.820414] Detected PIPT I-cache on CPU2
[ 528.820508] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 528.826306] CPU2 is up
[ 528.840367] Detected PIPT I-cache on CPU3
[ 528.840468] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 528.846498] CPU3 is up
[ 528.860430] Detected VIPT I-cache on CPU4
[ 528.860629] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 528.877270] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 528.896261] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 528.911833] CPU4 is up
[ 528.914834] Detected VIPT I-cache on CPU5
[ 528.915026] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 528.930192] CPU5 is up
[ 528.943956] Detected VIPT I-cache on CPU6
[ 528.944151] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 528.960123] CPU6 is up
[ 528.973926] Detected VIPT I-cache on CPU7
[ 528.974121] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 528.991033] CPU7 is up
[ 529.051462] usb usb7: root hub lost power or was reset
[ 529.056724] usb usb8: root hub lost power or was reset
[ 529.139825] usb usb3: root hub lost power or was reset
[ 529.145443] usb usb1: root hub lost power or was reset
[ 529.227289] usb usb4: root hub lost power or was reset
[ 529.233041] usb usb2: root hub lost power or was reset
[ 529.344295] usb usb6: root hub lost power or was reset
[ 529.349843] usb usb5: root hub lost power or was reset
[ 529.478622] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 529.554558] PM: resume devices took 0.521 seconds
[ 529.559488] OOM killer enabled.
[ 529.562797] Restarting tasks ... done.
[ 529.573199] PM: suspend exit
####### 218
[ 529.646399] ata1: link resume succeeded after 1 retries
[ 529.756959] ata1: SATA link down (SStatus 0 SControl 300)
[ 530.285990] PM: suspend entry (deep)
[ 530.289770] PM: Syncing filesystems ... done.
[ 530.403866] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 530.415443] OOM killer disabled.
[ 530.418843] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 530.617726] PM: suspend devices took 0.187 seconds
[ 530.670836] Disabling non-boot CPUs ...
[ 530.682033] CPU1: shutdown
[ 530.685030] psci: CPU1 killed.
[ 530.697966] CPU2: shutdown
[ 530.700871] psci: CPU2 killed.
[ 530.713290] CPU3: shutdown
[ 530.716225] psci: CPU3 killed.
[ 530.733665] CPU4: shutdown
[ 530.736567] psci: CPU4 killed.
[ 530.751574] CPU5: shutdown
[ 530.754460] psci: CPU5 killed.
[ 530.768985] CPU6: shutdown
[ 530.772022] psci: CPU6 killed.
[ 530.797547] CPU7: shutdown
[ 530.800540] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048353] NOTICE: BL2: [WARM_BOOT]
[ 0.055607] NOTICE: BL2: DRAM Split is 4ch
[ 0.058306] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063758] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069184] NOTICE: BL2: Lossy Decomp areas
[ 0.073364] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080460] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087383] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094309] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100105] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105300] NOTICE: BL2: Normal boot
[ 0.108937] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 530.806787] Enabling non-boot CPUs ...
[ 530.811665] Detected PIPT I-cache on CPU1
[ 530.811784] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 530.817533] CPU1 is up
[ 530.831404] Detected PIPT I-cache on CPU2
[ 530.831499] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 530.837251] CPU2 is up
[ 530.850984] Detected PIPT I-cache on CPU3
[ 530.851084] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 530.857157] CPU3 is up
[ 530.871028] Detected VIPT I-cache on CPU4
[ 530.871225] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 530.887674] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 530.906657] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 530.921651] CPU4 is up
[ 530.924619] Detected VIPT I-cache on CPU5
[ 530.924811] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 530.939844] CPU5 is up
[ 530.953655] Detected VIPT I-cache on CPU6
[ 530.953848] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 530.970014] CPU6 is up
[ 530.983810] Detected VIPT I-cache on CPU7
[ 530.984005] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 531.002082] CPU7 is up
[ 531.062071] usb usb7: root hub lost power or was reset
[ 531.067335] usb usb8: root hub lost power or was reset
[ 531.148710] usb usb3: root hub lost power or was reset
[ 531.154321] usb usb1: root hub lost power or was reset
[ 531.236155] usb usb4: root hub lost power or was reset
[ 531.241670] usb usb2: root hub lost power or was reset
[ 531.353166] usb usb6: root hub lost power or was reset
[ 531.358709] usb usb5: root hub lost power or was reset
[ 531.487575] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 531.563635] PM: resume devices took 0.519 seconds
[ 531.568566] OOM killer enabled.
[ 531.571877] Restarting tasks ... done.
[ 531.581518] PM: suspend exit
####### 219
[ 531.654317] ata1: link resume succeeded after 1 retries
[ 531.764585] ata1: SATA link down (SStatus 0 SControl 300)
[ 532.293314] PM: suspend entry (deep)
[ 532.297096] PM: Syncing filesystems ... done.
[ 532.409176] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 532.420631] OOM killer disabled.
[ 532.424032] Freezing remaining freezable tasks ... (elapsed 0.004 seconds) done.
[ 532.628757] PM: suspend devices took 0.192 seconds
[ 532.683290] Disabling non-boot CPUs ...
[ 532.694585] CPU1: shutdown
[ 532.697517] psci: CPU1 killed.
[ 532.710349] CPU2: shutdown
[ 532.713297] psci: CPU2 killed.
[ 532.725712] CPU3: shutdown
[ 532.728596] psci: CPU3 killed.
[ 532.746487] CPU4: shutdown
[ 532.749376] psci: CPU4 killed.
[ 532.765464] CPU5: shutdown
[ 532.768350] psci: CPU5 killed.
[ 532.783361] CPU6: shutdown
[ 532.786233] psci: CPU6 killed.
[ 532.810463] CPU7: shutdown
[ 532.813457] psci: CPU7 killed.
[ 0.000147] NOTICE: BL2: R-Car H3 Initial Program Loader(CA57)
[ 0.004594] NOTICE: BL2: Initial Program Loader(Rev.2.0.0)
[ 0.010135] NOTICE: BL2: PRR is R-Car H3 Ver.2.0
[ 0.014810] NOTICE: BL2: Board is Salvator-XS Rev.1.0
[ 0.019932] NOTICE: BL2: Boot device is HyperFlash(160MHz)
[ 0.025453] NOTICE: BL2: LCM state is CM
[ 0.029499] NOTICE: BL2: AVS setting succeeded. DVFS_SetVID=0x53
[ 0.035710] NOTICE: BL2: DDR3200(rev.0.34)
[ 0.048354] NOTICE: BL2: [WARM_BOOT]
[ 0.055611] NOTICE: BL2: DRAM Split is 4ch
[ 0.058309] NOTICE: BL2: QoS is default setting(rev.0.20)
[ 0.063762] NOTICE: BL2: DRAM refresh interval 1.95 usec
[ 0.069188] NOTICE: BL2: Lossy Decomp areas
[ 0.073368] NOTICE: Entry 0: DCMPAREACRAx:0x80000540 DCMPAREACRBx:0x570
[ 0.080464] NOTICE: Entry 1: DCMPAREACRAx:0x40000000 DCMPAREACRBx:0x0
[ 0.087387] NOTICE: Entry 2: DCMPAREACRAx:0x20000000 DCMPAREACRBx:0x0
[ 0.094313] NOTICE: BL2: v1.5(release):v1.5-194-g307f307906df
[ 0.100108] NOTICE: BL2: Built : 20:52:34, Jan 28 2019
[ 0.105303] NOTICE: BL2: Normal boot
[ 0.108940] NOTICE: BL2: Skip loading images. (SuspendToRAM)
[ 532.820258] Enabling non-boot CPUs ...
[ 532.824920] Detected PIPT I-cache on CPU1
[ 532.825039] CPU1: Booted secondary processor 0x0000000001 [0x411fd073]
[ 532.830722] CPU1 is up
[ 532.844521] Detected PIPT I-cache on CPU2
[ 532.844614] CPU2: Booted secondary processor 0x0000000002 [0x411fd073]
[ 532.850326] CPU2 is up
[ 532.864317] Detected PIPT I-cache on CPU3
[ 532.864418] CPU3: Booted secondary processor 0x0000000003 [0x411fd073]
[ 532.870392] CPU3 is up
[ 532.884320] Detected VIPT I-cache on CPU4
[ 532.884520] CPU4: Booted secondary processor 0x0000000100 [0x410fd034]
[ 532.901066] cpufreq: cpufreq_online: CPU4: Running at unlisted freq: 1199999 KHz
[ 532.920033] cpufreq: cpufreq_online: CPU4: Unlisted initial frequency changed to: 1200000 KHz
[ 532.934886] CPU4 is up
[ 532.937845] Detected VIPT I-cache on CPU5
[ 532.938037] CPU5: Booted secondary processor 0x0000000101 [0x410fd034]
[ 532.953079] CPU5 is up
[ 532.966909] Detected VIPT I-cache on CPU6
[ 532.967103] CPU6: Booted secondary processor 0x0000000102 [0x410fd034]
[ 532.983938] CPU6 is up
[ 532.997707] Detected VIPT I-cache on CPU7
[ 532.997903] CPU7: Booted secondary processor 0x0000000103 [0x410fd034]
[ 533.017498] CPU7 is up
[ 533.076862] usb usb7: root hub lost power or was reset
[ 533.082125] usb usb8: root hub lost power or was reset
[ 533.176675] usb usb3: root hub lost power or was reset
[ 533.182288] usb usb1: root hub lost power or was reset
[ 533.264052] usb usb4: root hub lost power or was reset
[ 533.269783] usb usb2: root hub lost power or was reset
[ 533.380977] usb usb6: root hub lost power or was reset
[ 533.386531] usb usb5: root hub lost power or was reset
[ 533.515434] Micrel KSZ9031 Gigabit PHY e6800000.ethernet-ffffffff:00: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=e6800000.ethernet-ffffffff:00, irq=198)
[ 533.591142] PM: resume devices took 0.532 seconds
[ 533.596147] OOM killer enabled.
[ 533.599461] Restarting tasks ... done.
[ 533.608174] PM: suspend exit
####### 220
[ 533.686154] ata1: link resume succeeded after 1 retries
[ 533.796682] ata1: SATA link down (SStatus 0 SControl 300)
[ 534.314732] PM: suspend entry (deep)
[ 534.318514] PM: Syncing filesystems ... done.
[ 534.429619] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 534.441167] OOM killer disabled.
[
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment