Hi team,
Currently we are trying to do the combine boot using the SDK-RTOS-j784 version 09_01_00_06 present binaries.
Testing Default Combine Image boot flow-> SBL->u-boot->kernel->rootfs(mmc).
Image copied below images to sdcard,
1. cp pdk_j784s4_09_01_00_22/packages/ti/boot/sbl/binary/j784s4_evm/mmcsd/bin/sbl_mmcsd_img_combined_mcu1_0_release.tiimage <sdCard>/Boot/tiboot3.bin
2. cp pdk_j784s4_09_01_00_22/packages/ti/boot/sbl/tools/combined_appimage/bin/j784s4_evm/combined_dev.appimage <sdCard>/Boot/app
3. cp pdk_j784s4_09_01_00_22/packages/ti/drv/sciclient/soc/V6/tifs.bin <sdCard>/Boot/
4. extracted default rootfs to sdcard
5. cp pdk_j784s4_09_01_00_22/packages/ti/boot/sbl/tools/combined_appimage/bin/j784s4_evm/Image <sdCard>/rootfs/boot/Image
6. added the below change in k3-j784s4-evm.dts and created new dtb file
bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait";
7. cp k3-j784s4-evm.dtb <sdCard>/rootfs/boot/dtb/ti
On boot it took the OSPI boot args, so modified boot args to take mmc boot args from u-boot command prompt.
Now we see it stuck at "Run /sbin/init as init process "
could you please help us to solve the issue?
NOTICE: BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
NOTICE: BL31: Built : 09:34:15, Aug 24 2023
ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader
I/TC:
I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
I/TC: HUK Initialized
I/TC: Activated SA2UL device
I/TC: Fixing SA2UL firewall owner for GP device
I/TC: Enabled firewalls for SA2UL TRNG device
I/TC: SA2UL TRNG initialized
I/TC: SA2UL Drivers initialized
I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
Trying to boot from MMC2
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
U-Boot 2023.04-g4c358e4785 (Oct 26 2023 - 22:04:09 +0000)
SoC: J784S4 SR1.0 GP
Model: Texas Instruments J784S4 EVM
ti_i2c_eeprom_am6_parse_record: Ignoring record id 17
ti_i2c_eeprom_am6_parse_record: Ignoring record id 17
ti_i2c_eeprom_am6_parse_record: Ignoring record id 17
ti_i2c_eeprom_am6_parse_record: Ignoring record id 17
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
ti_i2c_eeprom_am6_get: Ignoring record id 255
Board: J784S4X-EVM rev E4
DRAM: 32 GiB
idle-statesCore: 91 devices, 32 uclasses, devicetree: separate
Flash: 0 Bytes
MMC: mmc@4f80000: 0, mmc@4fb0000: 1
Loading Environment from nowhere... OK
In: serial@2880000
Out: serial@2880000
Err: serial@2880000
am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA02102 cpsw_ver: 0x6BA82102 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
Net: eth0: ethernet@46000000port@1
Hit any key to stop autoboot: 0
=>
=> print
addr_fit=0x90000000
arch=arm
args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02880000 ${mtdparts}
args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype}
args_ospi_nand=setenv bootargs console=${console} ${optargs} ubi.mtd=${ospi_nand_bootpart} root=${ospi_nand_bootvolume} rootfstype=ubifs
args_ufs=setenv devtype scsi;setenv bootpart 1:1; run ufs_finduuid; setenv bootargs console = ${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${scsirootfstype}; setenv devtype scsi; setenv bootpart 1:1
baudrate=115200
board=j784s4
board_name=j784s4
board_rev=E4
board_serial=0041
board_software_revision=01
boot=mmc
boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr}
boot_efi_binary=load ${devtype} ${devnum}:${distro_bootpart} ${kernel_addr_r} efi/boot/bootaa64.efi; if fdt addr -q ${fdt_addr_r}; then bootefi ${kernel_addr_r} ${fdt_addr_r};else bootefi ${kernel_addr_r} ${fdtcontroladdr};fi
boot_efi_bootmgr=if fdt addr -q ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr;fi
boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}${boot_syslinux_conf}
boot_fdt=try
boot_fit=0
boot_net_usb_start=usb start
boot_prefixes=/ /boot/
boot_rprocs=if test ${dorprocboot} -eq 1 && test ${boot} = mmc; then rproc init; run boot_rprocs_mmc; fi;
boot_rprocs_mmc=env set rproc_id; env set rproc_fw; env set secure_suffix; if test ${secure_rprocs} -eq 1; then env set secure_suffix -sec; fi; for i in ${rproc_fw_binaries} ; do if test -z "${rproc_id}" ; then env set rproc_id $i; else env set rproc_fw $i${sece
boot_script_dhcp=boot.scr.uimg
boot_scripts=boot.scr.uimg boot.scr
boot_syslinux_conf=extlinux/extlinux.conf
boot_targets=ti_mmc mmc0 mmc1 usb0 pxe dhcp
bootcmd=run envboot; run distro_bootcmd;
bootcmd_dhcp=devtype=dhcp; run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${fdtfile}; setenv efi_old_vci ${bootp_vci};setenv efi_old_arch ${bootp_arch};setenv bootp_vci PXEClient:Arch:00011:UN;
bootcmd_mmc0=devnum=0; run mmc_boot
bootcmd_mmc1=devnum=1; run mmc_boot
bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi
bootcmd_ti_mmc=run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_fit_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; ;
bootcmd_usb0=devnum=0; run usb_boot
bootdelay=2
bootdir=/boot
bootenvfile=uEnv.txt
bootm_size=0x10000000
bootpart=1:2
bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr}
console=ttyS2,115200n8
cpu=armv8
default_device_tree=ti/k3-j784s4-evm.dtb
dfu_alt_info_emmc=rawemmc raw 0 0x800000 mmcpart 1; rootfs part 0 1; tiboot3.bin.raw raw 0x0 0x400 mmcpart 1; tispl.bin.raw raw 0x400 0x1000 mmcpart 1; u-boot.img.raw raw 0x1400 0x2000 mmcpart 1; u-env.raw raw 0x3400 0x100 mmcpart 1; sysfw.itb.raw raw 0x3600 0x1
dfu_alt_info_mmc=boot part 1 1; rootfs part 1 2; tiboot3.bin fat 1 1; tispl.bin fat 1 1; u-boot.img fat 1 1; uEnv.txt fat 1 1; sysfw.itb fat 1 1
dfu_alt_info_nand=NAND.tiboot3 part 0 1; NAND.tispl part 0 2; NAND.tiboot3.backup part 0 3; NAND.u-boot part 0 4; NAND.u-boot-env part 0 5; NAND.u-boot-env.backup part 0 6; NAND.file-system part 0 7
dfu_alt_info_ospi=tiboot3.bin raw 0x0 0x080000; tispl.bin raw 0x080000 0x200000; u-boot.img raw 0x280000 0x400000; u-boot-env raw 0x680000 0x020000; sysfw.itb raw 0x6c0000 0x100000; rootfs raw 0x800000 0x3800000
dfu_alt_info_ospi_nand=ospi_nand.tiboot3 part 1; ospi_nand.tispl part 2; ospi_nand.u-boot part 3; ospi_nand.env part 4; ospi_nand.env.backup part 5; ospi_nand.rootfs part 6; ospi_nand.phypattern part 7
dfu_alt_info_ram=tispl.bin ram 0x80080000 0x200000; u-boot.img ram 0x81000000 0x400000
distro_bootcmd=scsi_need_init=; for target in ${boot_targets}; do run bootcmd_${target}; done
do_main_cpsw0_qsgmii_phyinit=1
dorprocboot=1
dtboaddr=0x89000000
efi_dtb_prefixes=/ /dtb/ /dtb/current/
envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadbootscript; then run bootscript; else if run loadbootenv; then echo Loaded env from ${bootenvfile}; run importbootenv; fi; if test -n $uenvcmd; then echo Running ue;
ethaddr=08:04:b4:2d:c2:66
fdt_addr_r=0x88000000
fdtaddr=0x88000000
fdtcontroladdr=fde71450
fdtoverlay_addr_r=0x89000000
findfdt=setenv name_fdt ${default_device_tree}; if test $board_name = am69-sk; then setenv name_fdt ti/k3-am69-sk.dtb; fi; if test $board_name = j784s4; then setenv name_fdt ti/k3-j784s4-evm.dtb; fi; setenv fdtfile ${name_fdt}
finduuid=part uuid ${boot} ${bootpart} uuid
get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/dtb/${name_fdt}
get_fdt_ospi_nand=ubifsload ${fdtaddr} ${bootdir}/dtb/${fdtfile};
get_fdt_ufs=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}
get_fit_config=setexpr name_fit_config gsub / _ conf-${fdtfile}
get_fit_mmc=load mmc ${bootpart} ${addr_fit} ${bootdir}/${name_fit}
get_fit_ospi_nand=ubifsload ${addr_fit} ${bootdir}/${name_fit}
get_fit_overlaystring=for overlay in $name_overlays; do; setexpr name_fit_overlay gsub / _ conf-${overlay}; setenv overlaystring ${overlaystring}'#'${name_fit_overlay}; done;
get_kern_mmc=load mmc ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_kern_ospi_nand=ubifsload ${loadaddr} ${bootdir}/${name_kern}
get_kern_ufs=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${name_kern}
get_overlay_mmc=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/ti/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ospi_nand=fdt address ${fdtaddr} fdt resize 0x100000; for overlay in $name_overlays; do; ubifsload ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;
get_overlay_ufs=fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load scsi ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && fdt apply ${dtboaddr}; done;
importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize}
init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17; gpio clear gpio@22_16
init_mmc=run args_all args_mmc
init_ospi_nand=run args_all args_ospi_nand ospi_nand_ubi_init
init_ufs=ufs init; scsi scan; run args_ufs
kernel_addr_r=0x82000000
load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile}
loadaddr=0x82000000
loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile}
loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr
loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/dtb/${fdtfile}
loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile}
main_cpsw0_qsgmii_phyinit=if test $board_name = j784s4; then do_main_cpsw0_qsgmii_phyinit=1; else do_main_cpsw0_qsgmii_phyinit=0; fi; if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && test ${boot} = mmc; then run init_main_cpsw0_qsgm;
mmc_boot=if mmc dev ${devnum}; then devtype=mmc; run scan_dev_for_boot_part; fi
mmcboot=mmc dev ${mmcdev}; devnum=${mmcdev}; devtype=mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev}; if run loadimage; then run args_mmc; if test ${boot_fit} -eq 1; then run run_fit; else run mmcloados; fi; fi; fi;
mmcdev=1
mmcloados=if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run get_fdt_mmc; then bootz ${loadaddr} - ${fdtaddr}; else if test ${boot_fdt} = try; then bootz; else echo WARN: Cannot load the DT; fi; fi; else bootz; fi;
mmcrootfstype=ext4 rootwait
mtdids=nor0=47040000.spi.0,nand0=spi-nand0
mtdparts=mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);spi-nand0:512k(ospi_nand.tiboot3),2m(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),2)
name_fit=fitImage
name_kern=Image
ospi_nand_bootpart=ospi_nand.rootfs
ospi_nand_bootvolume=ubi0:rootfs
ospi_nand_ubi_init=ubi part ${ospi_nand_bootpart}; ubifsmount ${ospi_nand_bootvolume};
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
pxefile_addr_r=0x80100000
ramdisk_addr_r=0x88080000
rd_spec=-
rdaddr=0x88080000
rproc_fw_binaries= 1 /lib/firmware/j784s4-mcu-r5f0_1-fw 2 /lib/firmware/j784s4-main-r5f0_0-fw 3 /lib/firmware/j784s4-main-r5f0_1-fw 4 /lib/firmware/j784s4-main-r5f1_0-fw 5 /lib/firmware/j784s4-main-r5f1_1-fw 6 /lib/firmware/j784s4-main-r5f2_0-fw 7 /lib/firmwarew
rproc_load_and_boot_one=if load mmc ${bootpart} $loadaddr ${rproc_fw}; then if rproc load ${rproc_id} ${loadaddr} ${filesize}; then rproc start ${rproc_id}; fi; fi
run_fit=run get_fit_config; bootm ${addr_fit}#${name_fit_config}${overlaystring}
run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}
scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extlinux; run scan_dev_for_scripts; done;run scan_dev_for_efi;
scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpart in ${devplist}; do if fstype ${devtype} ${devnum}:${distro_bootpart} bootfstype; then part uuid ${devtype} ${devnum}:${distrot
scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; for prefix in ${efi_dtb_prefixes}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${efi_fdtfile}; then run load_efi_dtb; fi;done;run boot_efi_bootmgr;if test -e ${devtype} ${devnum}:${distro_bootpae
scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${boot_syslinux_conf}; then echo Found ${prefix}${boot_syslinux_conf}; run boot_extlinux; echo EXTLINUX FAILED: continuing...; fi
scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then echo Found U-Boot script ${prefix}${script}; run boot_a_script; echo SCRIPT FAILED: continuing...; fi; done
scriptaddr=0x80000000
scsi_boot=run scsi_init; if scsi dev ${devnum}; then devtype=scsi; run scan_dev_for_boot_part; fi
scsi_init=if ${scsi_need_init}; then scsi_need_init=false; scsi scan; fi
scsirootfstype=ext4 rootwait
secure_rprocs=0
serial#=0000000000000041
soc=k3
splashfile=ti.gz
splashimage=0x82000000
splashpos=m,m
splashsource=mmc
stderr=serial@2880000
stdin=serial@2880000
stdout=serial@2880000
ubifs_boot=if ubi part ${bootubipart} ${bootubioff} && ubifsmount ubi0:${bootubivol}; then devtype=ubi; devnum=ubi0; bootfstype=ubifs; distro_bootpart=${bootubivol}; run scan_dev_for_boot; ubifsumount; fi
ufs_finduuid=part uuid scsi ${bootpart} uuid
update_to_fit=setenv loadaddr ${addr_fit}; setenv bootfile ${name_fit}
usb_boot=usb start; if usb dev ${devnum}; then devtype=usb; run scan_dev_for_boot_part; fi
vendor=ti
Environment size: 11888/262139 bytes
=> print fdtcontroladdr
fdtcontroladdr=fde71450
=> setenv args_ospi_nand
=> setenv bootcmd_ti_mmc 'run findfdt; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; if test ${boot_fit} -eq 1; then run get_fit_${boot}; run get_overlaystring; run run_fit; else; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${'
=> setenv do_main_cpsw0_qsgmii_phyinit
=> setenv fdtcontroladdr fde71450
=> setenv get_fdt_ospi_nand
=> setenv get_fdt_ospi_nand
=> setenv get_fit_ospi_nand
=> setenv get_fit_overlaystring
=> setenv get_overlay_mmc 'fdt address ${fdtaddr}; fdt resize 0x100000; for overlay in $name_overlays; do; load mmc ${bootpart} ${dtboaddr} ${bootdir}/dtb/${overlay} && fdt apply ${dtboaddr}; done;'
=> setenv get_overlay_ospi_nand
=> setenv get_kern_ospi_nand
=> setenv init_main_cpsw0_qsgmii_phy
=> setenv init_ospi_nand
=> setenv main_cpsw0_qsgmii_phyinit
=> setenv mtdids
=> setenv mtdparts
=> setenv ospi_nand_bootvolume
=> setenv ospi_nand_ubi_init
=> setenv ospi_nand_bootpart
=> setenv rprocw_binaries '2 /lib/firmwar84s4-main-r5f0_0-fw 3 /libmware/j784s4-main-r5f0_1-fw 4 /lib/firmware/j784s4-main-r5f1_0-fw 5 /lib/firmware/j784s4-main-r5f1_1-fw 6 /lib/firmware/j784s4-main'-r5f2_0-fw 7 /lib/firmware/j784s4-main-r5f2_1-fw 8 /lib/firmwaw
=> setenv get_overlaystring 'for overlay in $name_overlays; do; set overlaystring ${overlaystring}'#'${overlay}; done;'
=> setenv get_overlay_ospi_nand
=> saveenv
Unknown command 'saveenv' - try 'help'
=> boot
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'boot.scr'
1019 bytes read in 28 ms (35.2 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
Running uenvcmd ...
## Error: "main_cpsw0_qsgmii_phyinit" not defined
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
Failed to load '/lib/firmware/j784s4-mcu-r5f0_1-fw'
Failed to load '/lib/firmware/j784s4-main-r5f0_0-fw'
Failed to load '/lib/firmware/j784s4-main-r5f0_1-fw'
Failed to load '/lib/firmware/j784s4-main-r5f1_0-fw'
Failed to load '/lib/firmware/j784s4-main-r5f1_1-fw'
Failed to load '/lib/firmware/j784s4-main-r5f2_0-fw'
Failed to load '/lib/firmware/j784s4-main-r5f2_1-fw'
Failed to load '/lib/firmware/j784s4-c71_0-fw'
Failed to load '/lib/firmware/j784s4-c71_1-fw'
Failed to load '/lib/firmware/j784s4-c71_2-fw'
Failed to load '/lib/firmware/j784s4-c71_3-fw'
21582336 bytes read in 308 ms (66.8 MiB/s)
108314 bytes read in 33 ms (3.1 MiB/s)
Working FDT set to 88000000
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Working FDT set to 88000000
Loading Device Tree to 000000008fee2000, end 000000008fffffff ... OK
Working FDT set to 8fee2000
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[ 0.000000] Linux version 6.1.46-g37f154cc9c (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Oct 26 19:24:34 UTC 2023
[ 0.000000] Machine model: Texas Instruments J784S4 EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002880000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
[ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffefff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x00000000abffffff]
[ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffefff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffefff]
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1 pages in unavailable ranges
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fde00000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.4
[ 0.000000] percpu: Embedded 19 pages/cpu s38376 r8192 d31256 u77824
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v3a
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 8257534
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02880000 root=PARTUUID=7c43f729-02 rw rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000f9e00000-0x00000000fde00000] (64MB)
[ 0.000000] Memory: 32572652K/33554424K available (13056K kernel code, 1300K rwdata, 4440K rodata, 2176K init, 503K bss, 949004K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlapping address
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 960 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.010534] Console: colour dummy device 80x25
[ 0.016251] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.029590] pid_max: default: 32768 minimum: 301
[ 0.035517] LSM: Security Framework initializing
[ 0.041542] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.051305] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.062816] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.072077] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.079918] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.089151] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.097039] rcu: Hierarchical SRCU implementation.
[ 0.103162] rcu: Max phase no-delay instances is 1000.
[ 0.110057] Platform MSI: msi-controller@1820000 domain created
[ 0.117861] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.130062] EFI services will not be available.
[ 0.136168] smp: Bringing up secondary CPUs ...
ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
[ 0.159827] Detected PIPT I-cache on CPU1
[ 0.159910] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[ 0.159928] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.159969] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[ 0.177910] Detected PIPT I-cache on CPU2
[ 0.177984] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
[ 0.178000] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.178032] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
[ 0.195890] Detected PIPT I-cache on CPU3
[ 0.195956] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
[ 0.195972] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.196003] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
[ 0.213910] Detected PIPT I-cache on CPU4
[ 0.214012] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
[ 0.214030] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
[ 0.214071] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
[ 0.232012] Detected PIPT I-cache on CPU5
[ 0.232089] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
[ 0.232106] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
[ 0.232138] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
[ 0.250021] Detected PIPT I-cache on CPU6
[ 0.250100] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
[ 0.250118] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
[ 0.250151] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
[ 0.268022] Detected PIPT I-cache on CPU7
[ 0.268098] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
[ 0.268114] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
[ 0.268145] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
[ 0.268210] smp: Brought up 1 node, 8 CPUs
[ 0.494457] SMP: Total of 8 processors activated.
[ 0.500466] CPU features: detected: 32-bit EL0 Support
[ 0.507035] CPU features: detected: CRC32 instructions
[ 0.513672] CPU: All CPU(s) started at EL2
[ 0.518900] alternatives: applying system-wide alternatives
[ 0.527350] devtmpfs: initialized
[ 0.543897] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.556374] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.566066] pinctrl core: initialized pinctrl subsystem
[ 0.573146] DMI not present or invalid.
[ 0.578493] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.587608] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.597801] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.608754] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.619034] audit: initializing netlink subsys (disabled)
[ 0.626058] audit: type=2000 audit(0.384:1): state=initialized audit_enabled=0 res=1
[ 0.626322] thermal_sys: Registered thermal governor 'step_wise'
[ 0.635968] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.643665] cpuidle: using governor menu
[ 0.657101] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.665900] ASID allocator initialised with 65536 entries
[ 0.683927] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.694296] platform 4800000.dsi: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[ 0.706759] platform a000000.dp-bridge: Fixed dependency cycle(s) with /bus@100000/dss@4a00000
[ 0.720348] platform a000000.dp-bridge: Fixed dependency cycle(s) with /dp0-connector
[ 0.730768] platform panel: Fixed dependency cycle(s) with /bus@100000/i2c@2040000/dsi-edp-bridge@2c
[ 0.743186] KASLR disabled due to lack of seed
[ 0.752788] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.761482] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.769489] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.778161] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.786164] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.794833] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.802837] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.811505] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.820877] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
[ 0.832813] iommu: Default domain type: Translated
[ 0.839100] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.847285] SCSI subsystem initialized
[ 0.852307] usbcore: registered new interface driver usbfs
[ 0.859343] usbcore: registered new interface driver hub
[ 0.866147] usbcore: registered new device driver usb
[ 0.873012] pps_core: LinuxPPS API ver. 1 registered
[ 0.879358] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.891038] PTP clock support registered
[ 0.896153] EDAC MC: Ver: 3.0.0
[ 0.900959] FPGA manager framework
[ 0.905355] Advanced Linux Sound Architecture Driver Initialized.
[ 0.913747] clocksource: Switched to clocksource arch_sys_counter
[ 0.921723] VFS: Disk quotas dquot_6.6.0
[ 0.926767] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.939429] NET: Registered PF_INET protocol family
[ 0.946152] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.962289] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.973603] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.983535] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.994902] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.005519] TCP: Hash tables configured (established 262144 bind 65536)
[ 1.014174] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 1.023384] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 1.033262] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.040927] RPC: Registered named UNIX socket transport module.
[ 1.048510] RPC: Registered udp transport module.
[ 1.054515] RPC: Registered tcp transport module.
[ 1.060518] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.068751] NET: Registered PF_XDP protocol family
[ 1.074879] PCI: CLS 0 bytes, default 64
[ 1.080765] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.092486] Initialise system trusted keyrings
[ 1.098333] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[ 1.109896] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.117807] NFS: Registering the id_resolver key type
[ 1.124280] Key type id_resolver registered
[ 1.129621] Key type id_legacy registered
[ 1.134778] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.143350] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.152942] 9p: Installing v9fs 9p2000 file system support
[ 1.184501] Key type asymmetric registered
[ 1.189733] Asymmetric key parser 'x509' registered
[ 1.196007] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.205575] io scheduler mq-deadline registered
[ 1.211368] io scheduler kyber registered
[ 1.219896] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
[ 1.227391] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
[ 1.234866] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
[ 1.242391] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
[ 1.249685] pinctrl-single 11c000.pinctrl: 72 pins, size 288
[ 1.263020] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.277679] loop: module loaded
[ 1.282795] megasas: 07.719.03.00-rc1
[ 1.290478] tun: Universal TUN/TAP device driver, 1.6
[ 1.297477] thunder_xcv, ver 1.0
[ 1.301629] thunder_bgx, ver 1.0
[ 1.305763] nicpf, ver 1.0
[ 1.309563] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.318790] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.325601] hclge is initializing
[ 1.329841] e1000: Intel(R) PRO/1000 Network Driver
[ 1.336069] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.343423] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.349762] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.357339] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.364234] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.371364] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.379372] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.387041] sky2: driver version 1.30
[ 1.392295] VFIO - User Level meta-driver version: 0.3
[ 1.399450] usbcore: registered new interface driver usb-storage
[ 1.407756] i2c_dev: i2c /dev entries driver
[ 1.414482] sdhci: Secure Digital Host Controller Interface driver
[ 1.422385] sdhci: Copyright(c) Pierre Ossman
[ 1.428363] Synopsys Designware Multimedia Card Interface Driver
[ 1.436418] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.444499] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.452342] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.460822] usbcore: registered new interface driver usbhid
[ 1.467944] usbhid: USB HID core driver
[ 1.473914] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.479614] optee: revision 3.20 (8e74d476)
[ 1.500140] optee: dynamic shared memory is enabled
[ 1.512009] optee: initialized driver
[ 1.518308] Initializing XFRM netlink socket
[ 1.523798] NET: Registered PF_PACKET protocol family
[ 1.530347] 9pnet: Installing 9P2000 support
[ 1.535839] Key type dns_resolver registered
[ 1.541567] registered taskstats version 1
[ 1.546824] Loading compiled-in X.509 certificates
[ 1.561857] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.2--v09.01.02 (Kool Koala)')
[ 1.614264] pca953x 0-0020: supply vcc not found, using dummy regulator
[ 1.622821] pca953x 0-0020: using no AI
[ 1.650573] pca953x 0-0022: supply vcc not found, using dummy regulator
[ 1.659111] pca953x 0-0022: using AI
[ 1.664508] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.672321] pca953x 1-0020: supply vcc not found, using dummy regulator
[ 1.680860] pca953x 1-0020: using no AI
[ 1.710408] omap_i2c 2040000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.718334] pca953x 2-0020: supply vcc not found, using dummy regulator
[ 1.726887] pca953x 2-0020: using no AI
[ 1.754151] omap_i2c 2050000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.761440] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
[ 1.772127] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
[ 1.783688] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
[ 1.794455] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
[ 1.809482] ti-udma 311a0000.dma-controller: Number of rings: 48
[ 1.818033] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
[ 1.829587] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
[ 1.841948] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[ 1.850398] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.861587] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
[ 1.874288] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[ 1.882739] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
[ 1.892730] printk: console [ttyS2] disabled
[ 1.898233] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 215, base_baud = 3000000) is a 8250
[ 1.909314] printk: console [ttyS2] enabled
[ 1.909314] printk: console [ttyS2] enabled
[ 1.919874] printk: bootconsole [ns16550a0] disabled
[ 1.919874] printk: bootconsole [ns16550a0] disabled
[ 1.932778] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0x3c (0x34)
[ 1.942128] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-fss0-ospi0-pins-default 60x
[ 1.954929] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0x40 (0x34)
[ 1.964283] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-fss0-ospi1-pins-default 64x
[ 1.976704] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0x94 (0x34)
[ 1.986048] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-cpsw-pins-default 148x
[ 1.997343] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0x9c (0x34)
[ 2.006675] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-mdio-pins-default 156x
[ 2.057782] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.068749] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.079097] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.095213] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.104224] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.112138] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.161750] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.172504] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[ 2.182634] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.198610] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[ 2.206434] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[ 2.215357] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
[ 2.223118] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 2.236019] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
[ 2.247171] mmc0: CQHCI version 5.10
[ 2.252930] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
[ 2.261450] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
[ 2.269962] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
[ 2.278437] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
[ 2.286925] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
[ 2.292367] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[ 2.295497] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
[ 2.317297] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
[ 2.330318] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
[ 2.342969] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0x3c (0x34)
[ 2.352318] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-fss0-ospi0-pins-default 60x
[ 2.367272] spi-nor spi0.0: s28hs512t (65536 Kbytes)
[ 2.374853] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0x40 (0x34)
[ 2.384210] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-fss0-ospi1-pins-default 64x
[ 2.398289] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[ 2.405817] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0x94 (0x34)
[ 2.415156] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-cpsw-pins-default 148x
[ 2.426458] pinctrl-single 4301c000.pinctrl: mux offset out of range: 0x9c (0x34)
[ 2.435800] pinctrl-single 4301c000.pinctrl: could not add functions for mcu-mdio-pins-default 156x
[ 2.435991] mmc0: Command Queue Engine enabled
[ 2.452643] mmc0: new HS400 MMC card at address 0001
[ 2.459373] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
[ 2.466596] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
[ 2.473814] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
[ 2.480823] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
[ 2.485780] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.499653] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[ 2.510010] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.526127] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[ 2.535139] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[ 2.543000] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:0
[ 2.555402] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[ 2.601780] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 2.612730] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
[ 2.622866] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
[ 2.638875] am65-cpsw-nuss c200000.ethernet: Use random MAC address
[ 2.646700] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
[ 2.655598] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
[ 2.663372] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
[ 2.675767] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
[ 2.686369] mmc1: CQHCI version 5.10
[ 2.731895] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[ 2.780732] mmc1: new high speed SDHC card at address aaaa
[ 2.788070] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.799419] mmcblk1: p1 p2
[ 3.394596] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
[ 3.403683] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
[ 3.412748] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
[ 3.422414] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
[ 3.431577] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
[ 3.440714] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
[ 3.461128] ALSA device list:
[ 3.464844] No soundcards found.
[ 3.492926] EXT4-fs (mmcblk1p2): recovery complete
[ 3.498968] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 3.509688] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 3.522308] devtmpfs: mounted
[ 3.527087] Freeing unused kernel memory: 2176K
[ 3.532909] Run /sbin/init as init process
[ 3.548521] mmc1: ADMA error: 0x02000002
[ 3.553418] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 3.561445] mmc1: sdhci: Sys addr: 0x00000100 | Version: 0x00001004
[ 3.569473] mmc1: sdhci: Blk size: 0x00007200 | Blk cnt: 0x00000000
[ 3.577499] mmc1: sdhci: Argument: 0x03440908 | Trn mode: 0x0000003b
[ 3.585527] mmc1: sdhci: Present: 0x01f70000 | Host ctl: 0x0000001b
[ 3.593554] mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000080
[ 3.601580] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00000207
[ 3.609606] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 3.617632] mmc1: sdhci: Int enab: 0x03ff008b | Sig enab: 0x03ff008b
[ 3.625659] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 3.633687] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
[ 3.641713] mmc1: sdhci: Cmd: 0x0000123a | Max curr: 0x00000000
[ 3.649739] mmc1: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0x00edc87f
[ 3.657767] mmc1: sdhci: Resp[2]: 0x325b5900 | Resp[3]: 0x00000900
[ 3.665792] mmc1: sdhci: Host ctl2: 0x00000c00
[ 3.671326] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000008830ce20c
[ 3.680219] mmc1: sdhci: ============================================
[ 3.688243] mmc1: sdhci: 8830ce200: DMA 0x000000088324a000, LEN 0x0000, Attr=0x21
[ 3.697571] mmc1: sdhci: 8830ce20c: DMA 0x000000088325a000, LEN 0x0000, Attr=0x21
[ 3.706897] mmc1: sdhci: 8830ce218: DMA 0x0000000000000000, LEN 0x0000, Attr=0x03
[ 3.726468] mmc1: ADMA error: 0x02000002
[ 3.731356] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 3.739382] mmc1: sdhci: Sys addr: 0x00000100 | Version: 0x00001004
[ 3.747407] mmc1: sdhci: Blk size: 0x00007200 | Blk cnt: 0x00000000
[ 3.755433] mmc1: sdhci: Argument: 0x03440908 | Trn mode: 0x0000003b
[ 3.763459] mmc1: sdhci: Present: 0x01f70000 | Host ctl: 0x0000001b
[ 3.771486] mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000080
[ 3.779512] mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x00000207
[ 3.787538] mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 3.795563] mmc1: sdhci: Int enab: 0x03ff008b | Sig enab: 0x03ff008b
[ 3.803589] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 3.811615] mmc1: sdhci: Caps: 0x3de8c801 | Caps_1: 0x18002407
[ 3.819640] mmc1: sdhci: Cmd: 0x0000123a | Max curr: 0x00000000
[ 3.827666] mmc1: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0x00edc87f
[ 3.835692] mmc1: sdhci: Resp[2]: 0x325b5900 | Resp[3]: 0x00000900
[ 3.843717] mmc1: sdhci: Host ctl2: 0x00000c00
[ 3.849251] mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000008830ce20c
[ 3.858144] mmc1: sdhci: ============================================
[ 3.866168] mmc1: sdhci: 8830ce200: DMA 0x000000088324a000, LEN 0x0000, Attr=0x21
[ 3.875493] mmc1: sdhci: 8830ce20c: DMA 0x000000088325a000, LEN 0x0000, Attr=0x21
[ 3.884820] mmc1: sdhci: 8830ce218: DMA 0x0000000000000000, LEN 0x0000, Attr=0x03