This is a page about MediaTek MT8391 platform Genio 720 EVK .
Availability
Silicon:
- MT8391AV/AZA at DigiKey
Accessories:
- PowerSuppy: RASPBERRY PI 45W USB-C at DigiKey
Vendor Documentation
- MediaTek Genio 720 (MT8391): https://genio.mediatek.com/genio-720
- Operating Systems: https://genio.mediatek.com/genio-720#operating-systems
- IoT Yocto v25.1.1 - 2026 Mar 16: https://mediatek.gitlab.io/aiot/doc/aiot-dev-guide/master/sw/yocto/release-notes/iot-yocto-v25.1.1-release-note.html
Basic Requirements
- Running a recent supported release of Debian, Fedora or Ubuntu on a x86 64bit based PC; without OS Virtualization Software.
- Many of the listed commands assume /bin/bash as the default shell.
- Kernel.org Cross Compilers – https://mirrors.edge.kernel.org/pub/tools/crosstool/
- Bootloader
- Das U-Boot – the Universal Boot Loader: http://www.denx.de/wiki/U-Boot
- Source: https://github.com/u-boot/u-boot/
- Linux Kernel
- Linus’s Mainline tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
- ARM based rootfs
- Debian: https://www.debian.org
Hardware Configuration
USB PD Power Jumpers:
USB Serial
On this hardware the USB Serial port is running at baud 921600, so with tio use the -b switch:
tio -b 921600 /dev/ttyUSB0
USB Download (genio-tools)
Host System install (fastboot)
Install Androids’s fastboot/adb tool set, these tools will be used over the USB connection to interface with the EVM.
#user@localhost:~$
sudo apt update ; \
sudo apt-get install android-tools-fastboot android-tools-adb
Host System install (genio-tools)
The Genio tools are a set of utilities to flash, control, and configure MediaTek boards, these build off Android’s fastboot.
#user@localhost:~$
sudo apt update ; \
sudo apt-get install pipx ; \
pipx install genio-tools
Test genio-config:
#user@localhost:~$
genio-config
#genio-config test Output:
fastboot: OK
udev rules: OK (md5: a3b2767b42ee01d7c62bf394400528ae)
Serial device write access: OK
If udev fails:
#user@localhost:~$
echo -n 'SUBSYSTEM=="usb", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="201c", MODE="0660", TAG+="uaccess"
SUBSYSTEM=="usb", ATTR{idVendor}=="0e8d", ATTR{idProduct}=="0003", MODE="0660", TAG+="uaccess"
SUBSYSTEM=="usb", ATTR{idVendor}=="0403", MODE="0660", TAG+="uaccess"
SUBSYSTEM=="gpio", MODE="0660", TAG+="uaccess"
' | sudo tee /etc/udev/rules.d/72-aiot.rules
Reload udev:
sudo udevadm control --reload-rules
sudo udevadm trigger
Host System install (repo)
Repo is tool built on top of Git, repo is used in the yocto build example shown here. Install directions depend on OS.
#user@localhost:~$
sudo apt update ; \
sudo apt-get install repo
Host system install (wic) (optional)
wic is used by Yocto to generate flashable images. If we want to build a custom image, we need install it via yocto or locally:
#user@localhost:~$
git clone https://git.yoctoproject.org/wic ; \
cd ./wic/ ; \
pipx install .
Yocto Example (rity-demo-image)
This will take a few hours and many GB’s of space.
#user@localhost:~$
mkdir iot-yocto; cd iot-yocto
export PROJ_ROOT=`pwd`
Use the latest tag rity-scarthgap-v25.1.1 list of all tags
#user@localhost:~/iot-yocto$
repo init -u https://gitlab.com/mediatek/aiot/bsp/manifest.git -b refs/tags/rity-scarthgap-v25.1.1
#user@localhost:~/iot-yocto$
repo sync --no-clone-bundle --verbose
Configure build directory:
#user@localhost:~/iot-yocto$
export TEMPLATECONF=$PROJ_ROOT/src/meta-rity/meta/conf/templates/default/
source src/poky/oe-init-build-env
Build rity-demo-image example image
#user@localhost:~/iot-yocto/build$
MACHINE=genio-720-evk-ufs bitbake rity-demo-image
Install Demo:
genio-flash
#user@localhost:~/iot-yocto$
genio-720-evk-ufs$ genio-flash
Hardware:
Hold Download button, toggle RST, lift off Download:
#genio-flash Output:
Genio Tools: v1.7.1
Yocto Image:
name: Rity Demo Image (rity-demo-image)
distro: Rity Demo Layer 25.1.1-release (rity-demo)
codename: scarthgap
machine: genio-720-evk-ufs
overlays: ['ufs.dtbo', 'video.dtbo', 'apusys.dtbo', 'display-dsi.dtbo']
WARNING:aiot:[Errno 22] Invalid argument
WARNING:aiot:Board control failed. Possible causes are:
1. This is not a Genio 350/700 EVK, nor a Pumpkin board.
2. The board port UART0 is not connected.
3. The UART0 port is being opened by another tool, such as TeraTerm on Windows.
You can now manually reset the board into DOWNLOAD mode.
INFO:aiot:Continue flashing...
Looking for MediaTek SoC matching USB device 0e8d:0003
Opening /dev/ttyACM0 using baudrate=115200
Connected to MediaTek SoC: hw_code[0x8189]
Sending bootstrap to address: 0x2001000
Jumping to bootstrap at address 0x2001000 in AArch64 mode
erasing mmc0
< waiting for any device >
Erasing 'mmc0' (bootloader) request sz: 0x1dcb000000, real erase len: 0x0
OKAY [ 0.249s]
Finished. Total time: 0.252s
erasing mmc0boot0
Erasing 'mmc0boot0' (bootloader) request sz: 0x400000, real erase len: 0x400000
OKAY [ 1.032s]
Finished. Total time: 1.036s
erasing mmc0boot1
Erasing 'mmc0boot1' (bootloader) request sz: 0x400000, real erase len: 0x400000
OKAY [ 1.032s]
Finished. Total time: 1.036s
flashing mmc0=rity-demo-image-genio-720-evk-ufs.rootfs.wic.img
Warning: skip copying mmc0 image avb footer (mmc0 partition size: 0, mmc0 image size: 140729391953184).
Sending sparse 'mmc0' 1/16 (262140 KB) OKAY [ 6.770s]
Writing 'mmc0' OKAY [ 2.465s]
Sending sparse 'mmc0' 2/16 (262140 KB) OKAY [ 6.797s]
Writing 'mmc0' OKAY [ 2.245s]
Sending sparse 'mmc0' 3/16 (262140 KB) OKAY [ 6.785s]
Writing 'mmc0' OKAY [ 1.991s]
Sending sparse 'mmc0' 4/16 (262140 KB) OKAY [ 6.774s]
Writing 'mmc0' OKAY [ 1.952s]
Sending sparse 'mmc0' 5/16 (237632 KB) OKAY [ 6.139s]
Writing 'mmc0' OKAY [ 1.827s]
Sending sparse 'mmc0' 6/16 (255808 KB) OKAY [ 6.615s]
Writing 'mmc0' OKAY [ 1.937s]
Sending sparse 'mmc0' 7/16 (262140 KB) OKAY [ 6.789s]
Writing 'mmc0' OKAY [ 2.070s]
Sending sparse 'mmc0' 8/16 (245744 KB) OKAY [ 6.368s]
Writing 'mmc0' OKAY [ 1.868s]
Sending sparse 'mmc0' 9/16 (262140 KB) OKAY [ 6.777s]
Writing 'mmc0' OKAY [ 1.971s]
Sending sparse 'mmc0' 10/16 (262140 KB) OKAY [ 6.778s]
Writing 'mmc0' OKAY [ 1.973s]
Sending sparse 'mmc0' 11/16 (262140 KB) OKAY [ 6.772s]
Writing 'mmc0' OKAY [ 1.967s]
Sending sparse 'mmc0' 12/16 (262140 KB) OKAY [ 6.757s]
Writing 'mmc0' OKAY [ 1.949s]
Sending sparse 'mmc0' 13/16 (259356 KB) OKAY [ 6.688s]
Writing 'mmc0' OKAY [ 1.942s]
Sending sparse 'mmc0' 14/16 (262140 KB) OKAY [ 6.782s]
Writing 'mmc0' OKAY [ 1.963s]
Sending sparse 'mmc0' 15/16 (262140 KB) OKAY [ 6.773s]
Writing 'mmc0' OKAY [ 1.959s]
Sending sparse 'mmc0' 16/16 (8160 KB) OKAY [ 0.213s]
Writing 'mmc0' OKAY [ 0.072s]
Finished. Total time: 130.749s
flashing mmc0boot0=bl2.img
Warning: skip copying mmc0boot0 image avb footer (mmc0boot0 partition size: 0, mmc0boot0 image size: 460528).
Sending 'mmc0boot0' (449 KB) OKAY [ 0.013s]
Writing 'mmc0boot0' OKAY [ 0.011s]
Finished. Total time: 0.035s
Detected U-Boot env size: 8192
flashing mmc0boot1=u-boot-env.bin
Warning: skip copying mmc0boot1 image avb footer (mmc0boot1 partition size: 0, mmc0boot1 image size: 8192).
Sending 'mmc0boot1' (8 KB) OKAY [ 0.002s]
Writing 'mmc0boot1' OKAY [ 0.005s]
Finished. Total time: 0.018s
Rebooting OKAY [ 0.002s]
Finished. Total time: 0.052s
Full Boot:
NOTICE: BL2: v2.6(release):c8e4be87f-dirty
NOTICE: BL2: Built : 07:23:43, Dec 15 2025
NOTICE: WDT: Status = 0x20800000
NOTICE: WDT: Last reset was other reset type: 0x20800000
NOTICE: Pll init start...
NOTICE: ucSpare0=440000, ucSpare1=1c000, ucSpare2=0, ucSpare3=400, ucSpare4=2200002
[MEM] [dramc] dram_tpye: TYPE_LPDDR5.
NOTICE: mt_get_storage_type : 0x0
NOTICE: storage_tpye: UFS
NOTICE: Pll init Done!!
[PMIF] ULPOSC1 K done: 257M, PLL_ULPOSC1_CON0/1/2 0x1380010 0x4000000 0x0
[PMIF] ULPOSC1 K done: 257M, PLL_ULPOSC1_CON0/1/2 0x1380010 0x4000000 0x0
[PMIF] ULPOSC1 K done: 257M, PLL_ULPOSC1_CON0/1/2 0x1380010 0x4000000 0x0
[PMIF] ULPOSC1 K done: 257M, PLL_ULPOSC1_CON0/1/2 0x1380010 0x4000000 0x0
[PMIF] ULPOSC1 K done: 257M, PLL_ULPOSC1_CON0/1/2 0x1380010 0x4000000 0x0
[PMIF] Using hw calibration!
[SPMI] spmi_cali_config_io input driving:8 set bit:3 clr bit4 IOCFG_DRV_CFG2_P 0x1b000
[SPMI] [CALI PASS] driving:8 dly:1 pol:0 sampl:0x1
[SPMI] spmi_init done
[PMIC]TOP_RST_STATUS[0x150]=0x48
[PMIC]PONSTS[0xc]=0x4
[PMIC]POFFSTS[0xe]=0x400
[PMIC]PG_SDN_STS0[0x16]=0xffff
[PMIC]PG_SDN_STS1[0x18]=0xfff8
[PMIC]OC_SDN_STS0[0x1a]=0x0
[PMIC]OC_SDN_STS1[0x1c]=0x0
[PMIC]BUCK_OC_SDN_STATUS[0x1430]=0x0
[PMIC]BUCK_OC_SDN_EN[0x1440]=0x7ff
[PMIC]THERMALSTATUS[0x1e]=0x0
[PMIC]STRUP_CON4[0xa1a]=0x0
[PMIC]STRUP_CON12[0xa12]=0x31e0
[PMIC]TOP_RST_MISC[0x14a]=0x204
[PMIC]TOP_CLK_TRIM[0x388]=0x6cc0
[pmic_check_rst] AP Watchdog
[PMIC]just_rst = 0
NOTICE: set_uid2aid_remap 1 write(0x1e800860)=0x0 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e800860)=0x0 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e800860)=0x0 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e800860)=0x0 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e800860)=0x0 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e800860)=0x0 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e800860)=0x0 shift=24
NOTICE: set_uid2aid_remap 1 write(0x1e800860)=0x0 shift=28
NOTICE: set_uid2aid_remap 1 write(0x1e800864)=0x1 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e800864)=0x11 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e800864)=0x111 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e800864)=0x1111 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e800864)=0x11111 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e800864)=0x111111 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e800864)=0x1111111 shift=24
NOTICE: set_uid2aid_remap 1 write(0x1e800864)=0x11111111 shift=28
NOTICE: set_uid2aid_remap 1 write(0x1e800868)=0x2 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e800868)=0x32 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e800868)=0x432 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e800868)=0x5432 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e800868)=0x65432 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e800868)=0x765432 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e8008e4)=0x0 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e8008e4)=0x0 shift=19
NOTICE: set_uid2aid_remap 1 write(0x1e8008e4)=0x400000 shift=22
NOTICE: set_uid2aid_remap 1 write(0x1e8008e4)=0x2400000 shift=25
NOTICE: set_uid2aid_remap 1 write(0x1e8008e4)=0x22400000 shift=28
NOTICE: set_uid2aid_remap 1 write(0x1e8008e4)=0x22400000 shift=31
NOTICE: set_uid2aid_remap 2 write(0x1e8008e8)=0x1 shift=2
NOTICE: set_uid2aid_remap 1 write(0x1e8008e8)=0xd shift=2
NOTICE: set_uid2aid_remap 1 write(0x1e8008e8)=0x6d shift=5
NOTICE: set_uid2aid_remap 1 write(0x1e8008e8)=0x46d shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e8008e8)=0x246d shift=11
NOTICE: set_uid2aid_remap 1 write(0x1e8008e8)=0x1646d shift=14
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=3
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=6
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=9
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=15
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=18
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=21
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=24
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=27
NOTICE: set_uid2aid_remap 1 write(0x1e8008a0)=0x0 shift=30
NOTICE: set_uid2aid_remap 2 write(0x1e8008a4)=0x0 shift=1
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=1
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=7
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=10
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=13
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=19
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=22
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=25
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=28
NOTICE: set_uid2aid_remap 1 write(0x1e8008a4)=0x0 shift=31
NOTICE: set_uid2aid_remap 2 write(0x1e8008a8)=0x0 shift=2
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=2
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=5
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=11
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=14
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=17
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=23
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=26
NOTICE: set_uid2aid_remap 1 write(0x1e8008a8)=0x0 shift=29
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x1 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x9 shift=3
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x49 shift=6
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x249 shift=9
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x1249 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x9249 shift=15
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x49249 shift=18
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x249249 shift=21
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x1249249 shift=24
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x9249249 shift=27
NOTICE: set_uid2aid_remap 1 write(0x1e8008ac)=0x49249249 shift=30
NOTICE: set_uid2aid_remap 2 write(0x1e8008b0)=0x0 shift=1
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x2 shift=1
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x12 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x92 shift=7
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x492 shift=10
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x2492 shift=13
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x12492 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x92492 shift=19
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x492492 shift=22
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x2492492 shift=25
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x12492492 shift=28
NOTICE: set_uid2aid_remap 1 write(0x1e8008b0)=0x92492492 shift=31
NOTICE: set_uid2aid_remap 2 write(0x1e8008b4)=0x0 shift=2
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x4 shift=2
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x24 shift=5
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x124 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x924 shift=11
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x4924 shift=14
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x24924 shift=17
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x124924 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x924924 shift=23
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x4924924 shift=26
NOTICE: set_uid2aid_remap 1 write(0x1e8008b4)=0x24924924 shift=29
NOTICE: set_uid2aid_remap 1 write(0x1e8008f0)=0x0 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e8008f0)=0x10 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e8008f0)=0x210 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e8008f0)=0x3210 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e8008f0)=0x43210 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e8008f0)=0x543210 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e8008f0)=0x6543210 shift=24
NOTICE: set_uid2aid_remap 1 write(0x1e8008f0)=0x76543210 shift=28
NOTICE: set_uid2aid_remap 1 write(0x1e8008f4)=0x8 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e8008f4)=0x98 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e8008f4)=0xa98 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e8008f4)=0xba98 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e8008f4)=0xcba98 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e8008f4)=0xdcba98 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e8008f4)=0xedcba98 shift=24
NOTICE: set_uid2aid_remap 1 write(0x1e8008f4)=0xfedcba98 shift=28
NOTICE: set_uid2aid_remap 1 write(0x1e8008f8)=0x0 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e8008f8)=0x10 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e8008f8)=0x210 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e8008f8)=0x3210 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e8008f8)=0x43210 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e8008f8)=0x543210 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e8008f8)=0x6543210 shift=24
NOTICE: set_uid2aid_remap 1 write(0x1e8008f8)=0x76543210 shift=28
NOTICE: set_uid2aid_remap 1 write(0x1e8008fc)=0x8 shift=0
NOTICE: set_uid2aid_remap 1 write(0x1e8008fc)=0x98 shift=4
NOTICE: set_uid2aid_remap 1 write(0x1e8008fc)=0xa98 shift=8
NOTICE: set_uid2aid_remap 1 write(0x1e8008fc)=0xba98 shift=12
NOTICE: set_uid2aid_remap 1 write(0x1e8008fc)=0xcba98 shift=16
NOTICE: set_uid2aid_remap 1 write(0x1e8008fc)=0xdcba98 shift=20
NOTICE: set_uid2aid_remap 1 write(0x1e8008fc)=0xedcba98 shift=24
NOTICE: set_uid2aid_remap 1 write(0x1e8008fc)=0xfedcba98 shift=28
NOTICE: mminfra_init done
NOTICE: mt_get_storage_type : 0x0
NOTICE: storage_tpye: UFS
NOTICE: ufs: H**** device must set VS_DebugSaveConfigTime 0x10
[MEM] [dramc] init partition address is 0x4880000
[MEM] libdram version: 315bfaa6eef, build time: 20251210-021218
base init: MT8391 platform
[MEM] setup_dramc_voltage_by_pmic start!
[MEM] dramc_set_vcore_voltage :800000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vddq_voltage :500000
[MEM] dramc_set_vdd2H_voltage :1050000
[MEM] dramc_set_vio18_voltage :1800000
[MEM] Setup Read voltage: Vdd1 = 1800000, Vcore = 800000, [MEM] Vddq = 500000, Vmddr = 856250, [MEM] Vdd2H = 1050000, Vdd2L = 0
[MEM] dramc_set_vcore_voltage :700000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 1600, shu = 3, Vddq_level = 1, Vddq = 500000
[MEM] dram_info.u8MR8Densit 0x100000000, i 0
[MEM] dram_info.u8MR8Densit 0x100000000, i 1
[MEM] dram_total_density 0x200000000
[MEM] dram_info u1DieNum 0: 1
[MEM] dram_info u1DieNum 1: 1
[MEM] dram_info u8MR8Density>1 0: 0x80000000
[MEM] dram_info u8MR8Density>1 1: 0x80000000
[MEM] dram_info u4RankNum 2
[MEM] die_size = 0x100000000, dram_info = 0x10 dram_info->u1DieNum[0] = 1
[MEM] die_size = 0x100000000, dram_info = 0x10 dram_info->u1DieNum[1] = 1
[MEM] dramc_set_vcore_voltage :700000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 1600, shu = 3, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 1600, shu = 3, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 1600, shu = 3, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vcore_voltage :675000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 1066, shu = 4, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 1066, shu = 4, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 1066, shu = 4, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vcore_voltage :800000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 3200, shu = 0, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 3200, shu = 0, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 3200, shu = 0, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vcore_voltage :762500
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 2750, shu = 1, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 2750, shu = 1, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 2750, shu = 1, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vcore_voltage :725000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 2133, shu = 2, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 2133, shu = 2, Vddq_level = 1, Vddq = 500000
[MEM] dramc_set_vddq_voltage :500000
[MEM] vSetVddqForLP5: Read voltage: freq = 2133, shu = 2, Vddq_level = 1, Vddq = 500000
[MEM] HW channel(0) Rank(0), TA2 pass, pass_cnt:1, err_cnt:0
[MEM] HW channel(0) Rank(1), TA2 pass, pass_cnt:2, err_cnt:0
[MEM] HW channel(1) Rank(0), TA2 pass, pass_cnt:3, err_cnt:0
[MEM] HW channel(1) Rank(1), TA2 pass, pass_cnt:4, err_cnt:0
[MEM] [emi_simple_cpu_mem_test] Vcore = 725000, Real Frequency = 4264, Ideal Frequency = 4266
[MEM] [MEM_TEST] Rank 0 OK.
[MEM] (uiFixedAddr 0x40000000, Pass count =16384, Fail count =0)
[MEM] !!! refresh interval > 4X
[MEM] !!! refresh interval > 4X
[MEM] HW channel(0) Rank(0), TA2 pass, pass_cnt:5, err_cnt:0
[MEM] HW channel(0) Rank(1), TA2 pass, pass_cnt:6, err_cnt:0
[MEM] HW channel(1) Rank(0), TA2 pass, pass_cnt:7, err_cnt:0
[MEM] HW channel(1) Rank(1), TA2 pass, pass_cnt:8, err_cnt:0
[MEM] [emi_simple_cpu_mem_test] Vcore = 725000, Real Frequency = 4264, Ideal Frequency = 4266
[MEM] [MEM_TEST] Rank 0 OK.
[MEM] (uiFixedAddr 0x40000000, Pass count =16384, Fail count =0)
[MEM] FINAL_SHU = 0 (gFreqTbl_lp5 index),ett_fix_freq = 255
[MEM] dramc_set_vcore_voltage :800000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] dramc_set_vcore_voltage :800000
[MEM] dramc_set_vmddr_voltage :856250
[MEM] HW channel(0) Rank(0), TA2 pass, pass_cnt:9, err_cnt:0
[MEM] HW channel(0) Rank(1), TA2 pass, pass_cnt:10, err_cnt:0
[MEM] HW channel(1) Rank(0), TA2 pass, pass_cnt:11, err_cnt:0
[MEM] HW channel(1) Rank(1), TA2 pass, pass_cnt:12, err_cnt:0
[MEM] [emi_simple_cpu_mem_test] Vcore = 800000, Real Frequency = 6392, Ideal Frequency = 6400
[MEM] [MEM_TEST] Rank 0 OK.
[MEM] (uiFixedAddr 0x40000000, Pass count =16384, Fail count =0)
[MEM] dramc_set_vcore_voltage :725000
[MEM] Restore Vcore = 725000
[MEM] check_dramc_voltage_after_k: Read voltage: Vdd1 = 1800000, Vcore = 725000, Vddq = 500000, Vmddr = 856250, Vdd2H = 1050000, Vdd2L = 0
[MEM] mt_mem_init(): done
[MEM] DDR frequency: 6400MHz
[MEM] Memory size: 0x200000000(8192MB)
NOTICE: [mblock] start: 0x13fffe000, sz: 0x2000, align: 0x1000, limit: 0x140000000, map: 0, name: dramc-rk0
NOTICE: [mblock] start: 0x23fffe000, sz: 0x2000, align: 0x1000, limit: 0x240000000, map: 0, name: dramc-rk1
NOTICE: BL2: Booting BL31
NOTICE: CPU Segment ID: 0x80
ERROR: mmap_add_region_check() failed. error -1
ERROR: mmap_add_region_check() failed. error -1
ERROR: mmap_add_region_check() failed. error -1
ERROR: mmap_add_region_check() failed. error -1
ERROR: mmap_add_region_check() failed. error -12
ERROR: mmap_add_region_check() failed. error -12
ERROR: mmap_add_region_check() failed. error -12
ERROR: mmap_add_region_check() failed. error -12
ERROR: mmap_add_region_check() failed. error -12
ERROR: mmap_add_region_check() failed. error -12
NOTICE: SPM: binary array size = 0xe12
NOTICE: SPM: spmfw version: pcm_suspend_20250822 MediaTek SPM firmware: version 3.0
NOTICE: spm_kick_im_to_fetch: ptr = 0x946191a0, pmem/dmem words = 0xe03/0xf
NOTICE: mtk_init_mcu: Loaded (and reset) spm_firmware.bin: (14504 bytes)
NOTICE: sspm_init
NOTICE: mtk_init_mcu: Loaded (and reset) sspm.bin: (70144 bytes)
NOTICE: dpm_init
NOTICE: mtk_init_mcu: Loaded (and reset) dpm.dm: (1040 bytes)
NOTICE: mtk_init_mcu: Loaded (and reset) dpm.pm: (36624 bytes)
NOTICE: mtk_init_mcu: Loaded (and reset) dpm.dm: (1040 bytes)
NOTICE: mtk_init_mcu: Loaded (and reset) dpm.pm: (36624 bytes)
NOTICE: mtk_init_mcu: Loaded (and reset) mcupm.bin: (131936 bytes)
NOTICE: BL31: v2.6(release):c8e4be87f-dirty
NOTICE: BL31: Built : 07:23:43, Dec 15 2025
...
<debug_uart>
U-Boot 2022.10-g85ead9b05c (Feb 10 2026 - 06:35:24 +0000)
CPU: MediaTek MT8391AV/AZA
DRAM: 8 GiB
Core: 148 devices, 28 uclasses, devicetree: separate
MMC: mmc@11230000: 0, mmc@11240000: 1
Loading Environment from scsi... Device at ufshci@112b0000 up at:ufshcd-mtk ufshci@112b0000: [RX, TX]: gear=[4, 4], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
OK
Warning: device tree node '/config/environment' not found
In: serial@11001000
Out: serial@11001000
Err: serial@11001000
u-boot env location detected: 10
Net:
Error: ethernet@1101a000 address not set.
using mtu3-gadget, OUT ep1out IN ep1in STATUS ep2in
MAC de:ad:be:ef:00:01
HOST MAC de:ad:be:ef:00:00
RNDIS ready
eth1: usb_ether
Hit any key to stop autoboot: 0
start: 0xffef0000, end: 0xfffefd28
text_start: 0x4c000000, text_end: 0x4c0ffd28
fdtsz: 0x83cc (33740)
script: 0x4c1080f4
run 'source 000000004c1080f4'
## Executing script at 4c1080f4
sha256+ sha256,rsa3072:u-boot-img-
Device 2: (0:2) Vendor: SKhynix Prod.: HN8T05DJHVX105 Rev: C001
Type: Hard Disk
Capacity: 122031.9 MB = 119.1 GB (31240191 x 4096)
... is now current device
scsi read: device 2 block # 52736, count 8192 ... 8192 blocks read: OK
## Loading kernel from FIT Image at 4a000000 ...
Using 'conf-mediatek_mt8391-genio-720-evk.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'kernel-1' kernel subimage
Description: Linux kernel
Created: 2026-03-11 8:24:46 UTC
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x4a000638
Data Size: 23857139 Bytes = 22.8 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x64000000
Entry Point: 0x64000000
Hash algo: sha256
Hash value: c58084c937d27fdbd60f2468b5eb936534468f065a0bc7f04667113d3fdebdb6
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 4a000000 ...
Using 'conf-mediatek_mt8391-genio-720-evk.dtb' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-mediatek_mt8391-genio-720-evk.dtb' fdt subimage
Description: Flattened Device Tree blob
Created: 2026-03-11 8:24:46 UTC
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x4b6c0f50
Data Size: 115262 Bytes = 112.6 KiB
Architecture: AArch64
Load Address: 0x44000000
Hash algo: sha256
Hash value: 54e6a986a2faa0b8f6cea3ed36e046245db0d2e153514999f3e916195682ed5c
Verifying Hash Integrity ... sha256+ OK
Loading fdt from 0x4b6c0f50 to 0x44000000
## Loading fdt from FIT Image at 4a000000 ...
Using 'conf-ufs.dtbo' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-ufs.dtbo' fdt subimage
Description: Flattened Device Tree blob
Created: 2026-03-11 8:24:46 UTC
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x4b6fea40
Data Size: 472 Bytes = 472 Bytes
Architecture: AArch64
Load Address: 0x44c00000
Hash algo: sha256
Hash value: 33afc0c2417b59f2011ce6457a9bed3fdae2b92c189134dd790b82e7cc4ea2c5
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 4a000000 ...
Using 'conf-video.dtbo' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-video.dtbo' fdt subimage
Description: Flattened Device Tree blob
Created: 2026-03-11 8:24:46 UTC
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x4b6fed00
Data Size: 5594 Bytes = 5.5 KiB
Architecture: AArch64
Load Address: 0x44c00000
Hash algo: sha256
Hash value: 7de816592c0a7e7440f7f39dd179ca7b234b044f529127d1be9acd08a73f54c5
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 4a000000 ...
Using 'conf-apusys.dtbo' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-apusys.dtbo' fdt subimage
Description: Flattened Device Tree blob
Created: 2026-03-11 8:24:46 UTC
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x4b6dd278
Data Size: 6525 Bytes = 6.4 KiB
Architecture: AArch64
Load Address: 0x44c00000
Hash algo: sha256
Hash value: fe6a60230f19af791b55bb2e46cba7dbb3d1c2c6e45a40c4f1e7254a91d343cf
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 4a000000 ...
Using 'conf-display-dsi.dtbo' configuration
Verifying Hash Integrity ... OK
Trying 'fdt-display-dsi.dtbo' fdt subimage
Description: Flattened Device Tree blob
Created: 2026-03-11 8:24:46 UTC
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x4b6fb0fc
Data Size: 515 Bytes = 515 Bytes
Architecture: AArch64
Load Address: 0x44c00000
Hash algo: sha256
Hash value: 9ba478ecc0adc05f260700119b356411d89dbe4175f1d344e33ddeef588e18b0
Verifying Hash Integrity ... sha256+ OK
Booting using the fdt blob at 0x44000000
Uncompressing Kernel Image
Loading Device Tree to 00000000ff9bf000, end 00000000ff9dfea8 ... OK
ft_board_setup board model:MediaTek Genio 720 EVK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 6.6.92-mtk+g7a9a94d39e1d-gb1fc449651a8 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Wed Mar 11 08:24:46 UTC 2026
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: MediaTek Genio 720 EVK
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x0000000043200000..0x0000000043dfffff (12288 KiB) nomap non-reusable optee@43200000
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000050000000, size 41 MiB
[ 0.000000] OF: reserved mem: initialized node memory@50000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000050000000..0x00000000528fffff (41984 KiB) nomap non-reusable memory@50000000
[ 0.000000] OF: reserved mem: 0x0000000054600000..0x00000000547fffff (2048 KiB) nomap non-reusable secmon@54600000
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000055000000, size 20 MiB
[ 0.000000] OF: reserved mem: initialized node memory@55000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000055000000..0x00000000563fffff (20480 KiB) nomap non-reusable memory@55000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000057000000, size 20 MiB
[ 0.000000] OF: reserved mem: initialized node memory@57000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000057000000..0x00000000583fffff (20480 KiB) map non-reusable memory@57000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000005b000000, size 2 MiB
[ 0.000000] OF: reserved mem: initialized node sspm-reserved-memory@5b000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000005b000000..0x000000005b1fffff (2048 KiB) nomap non-reusable sspm-reserved-memory@5b000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000060000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node snd-dma-mem-region@60000000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000060000000..0x00000000607fffff (8192 KiB) nomap non-reusable snd-dma-mem-region@60000000
[ 0.000000] OF: reserved mem: 0x000000013fffe000..0x000000013fffffff (8 KiB) nomap non-reusable dramc-rk0@1,3fffe000
[ 0.000000] OF: reserved mem: 0x000000023fffe000..0x000000023fffffff (8 KiB) nomap non-reusable dramc-rk1@2,3fffe000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x000000023fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x23ef969c0-0x23ef98fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000023fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000431fffff]
[ 0.000000] node 0: [mem 0x0000000043200000-0x0000000043dfffff]
[ 0.000000] node 0: [mem 0x0000000043e00000-0x000000004fffffff]
[ 0.000000] node 0: [mem 0x0000000050000000-0x00000000528fffff]
[ 0.000000] node 0: [mem 0x0000000052900000-0x00000000545fffff]
[ 0.000000] node 0: [mem 0x0000000054600000-0x00000000547fffff]
[ 0.000000] node 0: [mem 0x0000000054800000-0x0000000054ffffff]
[ 0.000000] node 0: [mem 0x0000000055000000-0x00000000563fffff]
[ 0.000000] node 0: [mem 0x0000000056400000-0x000000005affffff]
[ 0.000000] node 0: [mem 0x000000005b000000-0x000000005b1fffff]
[ 0.000000] node 0: [mem 0x000000005b200000-0x000000005fffffff]
[ 0.000000] node 0: [mem 0x0000000060000000-0x00000000607fffff]
[ 0.000000] node 0: [mem 0x0000000060800000-0x000000013fffdfff]
[ 0.000000] node 0: [mem 0x000000013fffe000-0x000000013fffffff]
[ 0.000000] node 0: [mem 0x0000000140000000-0x000000023fffdfff]
[ 0.000000] node 0: [mem 0x000000023fffe000-0x000000023fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000023fffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fd800000 on node -1
[ 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.2
[ 0.000000] percpu: Embedded 31 pages/cpu s89256 r8192 d29528 u126976
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: systemd.hostname=genio-720-evk-ufs root=PARTLABEL=rootfs rootwait
[ 0.000000] random: crng init done
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2064384
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000f9800000-0x00000000fd800000] (64MB)
[ 0.000000] Memory: 7953264K/8388608K available (21376K kernel code, 5798K rwdata, 25584K rodata, 13824K init, 668K bss, 402576K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] ftrace: allocating 73452 entries in 287 pages
[ 0.000000] ftrace: allocated 287 pages with 6 groups
[ 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] Rude 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: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 864 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:0x000000000c040000
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@100[1] /cpus/cpu@200[2] /cpus/cpu@300[3] /cpus/cpu@400[4] /cpus/cpu@500[5] }
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@600[6] /cpus/cpu@700[7] }
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
[ 0.000000] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
[ 0.002183] Console: colour dummy device 80x25
[ 0.002190] printk: console [tty0] enabled
[ 0.002738] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=52000)
[ 0.002753] pid_max: default: 32768 minimum: 301
[ 0.002796] LSM: initializing lsm=capability,bpf,integrity
[ 0.002832] LSM support for eBPF active
[ 0.002886] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.002907] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.003533] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.003962] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.004010] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.004072] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.004184] rcu: Hierarchical SRCU implementation.
[ 0.004194] rcu: Max phase no-delay instances is 1000.
[ 0.008111] EFI services will not be available.
[ 0.008303] smp: Bringing up secondary CPUs ...
[ 0.008611] Detected VIPT I-cache on CPU1
[ 0.008648] GICv3: CPU1: found redistributor 100 region 0:0x000000000c060000
[ 0.008676] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.008999] Detected VIPT I-cache on CPU2
[ 0.009027] GICv3: CPU2: found redistributor 200 region 0:0x000000000c080000
[ 0.009047] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 0.009352] Detected VIPT I-cache on CPU3
[ 0.009377] GICv3: CPU3: found redistributor 300 region 0:0x000000000c0a0000
[ 0.009394] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 0.009671] Detected VIPT I-cache on CPU4
[ 0.009694] GICv3: CPU4: found redistributor 400 region 0:0x000000000c0c0000
[ 0.009708] CPU4: Booted secondary processor 0x0000000400 [0x412fd050]
[ 0.009991] Detected VIPT I-cache on CPU5
[ 0.010014] GICv3: CPU5: found redistributor 500 region 0:0x000000000c0e0000
[ 0.010029] CPU5: Booted secondary processor 0x0000000500 [0x412fd050]
[ 0.010328] CPU features: detected: Spectre-v4
[ 0.010332] CPU features: detected: Spectre-BHB
[ 0.010336] CPU features: detected: SSBS not fully self-synchronizing
[ 0.010337] Detected PIPT I-cache on CPU6
[ 0.010357] GICv3: CPU6: found redistributor 600 region 0:0x000000000c100000
[ 0.010370] CPU6: Booted secondary processor 0x0000000600 [0x411fd410]
[ 0.010679] Detected PIPT I-cache on CPU7
[ 0.010703] GICv3: CPU7: found redistributor 700 region 0:0x000000000c120000
[ 0.010716] CPU7: Booted secondary processor 0x0000000700 [0x411fd410]
[ 0.010767] smp: Brought up 1 node, 8 CPUs
[ 0.010885] SMP: Total of 8 processors activated.
[ 0.010892] CPU features: detected: 32-bit EL0 Support
[ 0.010899] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.010908] CPU features: detected: Common not Private translations
[ 0.010915] CPU features: detected: CRC32 instructions
[ 0.010922] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.010929] CPU features: detected: LSE atomic instructions
[ 0.010936] CPU features: detected: Privileged Access Never
[ 0.010942] CPU features: detected: RAS Extension Support
[ 0.010950] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.011007] CPU: All CPU(s) started at EL2
[ 0.011015] alternatives: applying system-wide alternatives
[ 0.014952] devtmpfs: initialized
[ 0.021047] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.021062] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.021436] pinctrl core: initialized pinctrl subsystem
[ 0.022542] DMI not present or invalid.
[ 0.022735] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.023146] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.023279] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.023389] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.023411] audit: initializing netlink subsys (disabled)
[ 0.023465] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1
[ 0.024183] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.024206] cpuidle: using governor menu
[ 0.024279] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.024354] ASID allocator initialised with 65536 entries
[ 0.025212] Serial: AMBA PL011 UART driver
[ 0.029859] /soc/interrupt-controller@c000000: Fixed dependency cycle(s) with /soc/interrupt-controller@c000000
[ 0.029905] /soc/usb-dp-selector@10011018: Fixed dependency cycle(s) with /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector
[ 0.029917] /soc/usb-dp-selector@10011034: Fixed dependency cycle(s) with /soc/i2c@11d72000/rt1715@4e/connector
[ 0.029949] /soc/usb0@11201000: Fixed dependency cycle(s) with /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector
[ 0.030121] /soc/dsi@14016000: Fixed dependency cycle(s) with /soc/dsi@14016000/panel@0
[ 0.030136] /soc/dsi@14016000/panel@0: Fixed dependency cycle(s) with /soc/dsi@14016000
[ 0.030167] /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector: Fixed dependency cycle(s) with /soc/usb0@11201000
[ 0.030175] /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector: Fixed dependency cycle(s) with /soc/usb-dp-selector@10011018
[ 0.030188] /soc/i2c@11d72000/rt1715@4e/connector: Fixed dependency cycle(s) with /soc/usb-dp-selector@10011034
[ 0.032239] /soc/usb-dp-selector@10011018: Fixed dependency cycle(s) with /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector
[ 0.032321] /soc/usb-dp-selector@10011034: Fixed dependency cycle(s) with /soc/i2c@11d72000/rt1715@4e/connector
[ 0.033649] /soc/usb0@11201000: Fixed dependency cycle(s) with /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector
[ 0.041048] /soc/dsi@14016000: Fixed dependency cycle(s) with /soc/dsi@14016000/panel@0
[ 0.041098] /soc/dsi@14016000/panel@0: Fixed dependency cycle(s) with /soc/dsi@14016000
[ 0.041982] /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector: Fixed dependency cycle(s) with /soc/usb0@11201000
[ 0.042007] /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector: Fixed dependency cycle(s) with /soc/usb-dp-selector@10011018
[ 0.042148] /soc/i2c@11d72000/rt1715@4e/connector: Fixed dependency cycle(s) with /soc/usb-dp-selector@10011034
[ 0.049281] Modules: 15904 pages in range for non-PLT usage
[ 0.049284] Modules: 507424 pages in range for PLT usage
[ 0.049545] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.049555] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.049560] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.049564] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.049567] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.049571] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.049574] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.049578] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.050338] ACPI: Interpreter disabled.
[ 0.052377] iommu: Default domain type: Translated
[ 0.052383] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.052495] SCSI subsystem initialized
[ 0.052610] usbcore: registered new interface driver usbfs
[ 0.052624] usbcore: registered new interface driver hub
[ 0.052638] usbcore: registered new device driver usb
[ 0.053449] mc: Linux media interface: v0.10
[ 0.053468] videodev: Linux video capture interface: v2.00
[ 0.053480] pps_core: LinuxPPS API ver. 1 registered
[ 0.053484] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.053490] PTP clock support registered
[ 0.053583] EDAC MC: Ver: 3.0.0
[ 0.053975] scmi_core: SCMI protocol bus registered
[ 0.054818] FPGA manager framework
[ 0.054852] Advanced Linux Sound Architecture Driver Initialized.
[ 0.055231] vgaarb: loaded
[ 0.055389] clocksource: Switched to clocksource arch_sys_counter
[ 0.055526] VFS: Disk quotas dquot_6.6.0
[ 0.055541] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.055605] pnp: PnP ACPI: disabled
[ 0.057398] NET: Registered PF_INET protocol family
[ 0.057525] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.060201] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.060241] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.060250] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.060339] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.060860] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.060909] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.060948] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.061021] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.061150] RPC: Registered named UNIX socket transport module.
[ 0.061156] RPC: Registered udp transport module.
[ 0.061159] RPC: Registered tcp transport module.
[ 0.061162] RPC: Registered tcp-with-tls transport module.
[ 0.061165] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.061170] NET: Registered PF_XDP protocol family
[ 0.061180] PCI: CLS 0 bytes, default 64
[ 0.067606] kvm [1]: IPA Size Limit: 40 bits
[ 0.067620] kvm [1]: GICv3: no GICV resource entry
[ 0.067624] kvm [1]: disabling GICv2 emulation
[ 0.067641] kvm [1]: GIC system register CPU interface enabled
[ 0.067654] kvm [1]: vgic interrupt IRQ18
[ 0.067673] kvm [1]: VHE mode initialized successfully
[ 0.306073] Initialise system trusted keyrings
[ 0.306178] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[ 0.306308] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.306403] NFS: Registering the id_resolver key type
[ 0.306415] Key type id_resolver registered
[ 0.306418] Key type id_legacy registered
[ 0.306426] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.306431] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.306529] 9p: Installing v9fs 9p2000 file system support
[ 0.316276] Key type asymmetric registered
[ 0.316282] Asymmetric key parser 'x509' registered
[ 0.316302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.316308] io scheduler mq-deadline registered
[ 0.316311] io scheduler kyber registered
[ 0.316328] io scheduler bfq registered
[ 0.320909] mtk-xsphy soc:xs-phy4@11b10000: failed to get ref_clk(id-1)
[ 0.321004] mtk-xsphy 11e83000.xs-phy0: failed to get ref_clk(id-1)
[ 0.321081] mtk-xsphy soc:xs-phy1@11e90000: failed to get ref_clk(id-1)
[ 0.321149] mtk-xsphy soc:xs-phy2@11ef0000: failed to get ref_clk(id-1)
[ 0.321335] mediatek-mipi-tx 11b40000.mipi-tx-config0: can't get nvmem_cell_get, ignore it
[ 0.323331] mt8189-pinctrl 10005000.pinctrl: mtk_eint_do_init eint total 210 pins.
[ 0.323363] mt8189-pinctrl 10005000.pinctrl: mtk_eint_do_init eint in new mode, assign the matrix number to 210.
[ 0.331875] EINJ: ACPI disabled.
[ 0.449621] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.471050] 11001000.serial: ttyS0 at MMIO 0x11001000 (irq = 246, base_baud = 1625000) is a ST16650V2
[ 0.471094] printk: console [ttyS0] enabled
[ 0.704367] 11002000.serial: ttyS1 at MMIO 0x11002000 (irq = 247, base_baud = 1625000) is a ST16650V2
[ 0.725990] 11003000.serial: ttyS2 at MMIO 0x11003000 (irq = 248, base_baud = 1625000) is a ST16650V2
[ 0.747643] 11004000.serial: ttyS3 at MMIO 0x11004000 (irq = 249, base_baud = 1625000) is a ST16650V2
[ 0.749591] SuperH (H)SCI(F) driver initialized
[ 0.750632] msm_serial: driver initialized
[ 0.751783] STM32 USART driver initialized
[ 0.759858] brd: module loaded
[ 0.762087] loop: module loaded
[ 0.765774] megasas: 07.725.01.00-rc1
[ 0.771690] spi-nor spi6.0: mx25u12835f (16384 Kbytes)
[ 0.772602] 9 fixed-partitions partitions found on MTD device spi6.0
[ 0.773406] Creating 9 MTD partitions on "spi6.0":
[ 0.774009] 0x000000000000-0x000000200000 : "nor_bl2"
[ 0.775111] 0x000000200000-0x000000400000 : "nor_fip_a"
[ 0.776205] 0x000000400000-0x000000600000 : "nor_fip_b"
[ 0.777227] 0x000000600000-0x000000800000 : "nor_firmware_a"
[ 0.777598] va09: Bringing 0uV into 800000-800000uV
[ 0.778299] 0x000000800000-0x000000a00000 : "nor_nor_firmware_b"
[ 0.779677] 0x000000a00000-0x000000a80000 : "nor_dramk"
[ 0.780714] 0x000000a80000-0x000000b80000 : "nor_misc"
[ 0.781715] 0x000000b80000-0x000000d80000 : "nor_bootassets"
[ 0.782944] 0x000000d80000-0x000000f80000 : "nor_env"
[ 0.784002] mtk-spi-nor 11018000.spi: spi frequency: 52000000 Hz
[ 0.787584] tun: Universal TUN/TAP device driver, 1.6
[ 0.789005] thunder_xcv, ver 1.0
[ 0.789430] thunder_bgx, ver 1.0
[ 0.789849] nicpf, ver 1.0
[ 0.791178] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.792106] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.792793] hclge is initializing
[ 0.793224] e1000: Intel(R) PRO/1000 Network Driver
[ 0.793838] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.794572] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.795197] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.795957] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.796636] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.797347] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.798134] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.799149] sky2: driver version 1.30
[ 0.801948] VFIO - User Level meta-driver version: 0.3
[ 0.805107] usbcore: registered new interface driver usb-storage
[ 0.808584] mt6397-rtc mt6359-rtc: registered as rtc0
[ 0.809356] mt6397-rtc mt6359-rtc: setting system clock to 2010-01-01T01:17:29 UTC (1262308649)
[ 0.810989] i2c_dev: i2c /dev entries driver
[ 0.813123] /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector: Fixed dependency cycle(s) with /soc/usb0@11201000
[ 0.814431] /soc/i2c@11d71000/mt6375@34/mt6375-tcpc/connector: Fixed dependency cycle(s) with /soc/usb-dp-selector@10011018
[ 0.821089] mtk-soc-temp-lvts-mt8189 10315000.lvts: domain[0] irq_num=277
[ 0.821972] mtk-soc-temp-lvts-mt8189 10315000.lvts: domain[1] irq_num=278
[ 0.823060] mtk-soc-temp-lvts-mt8189 10315000.lvts: [lvts_cal] cali_mode = 0
[ 0.823960] mtk-soc-temp-lvts-mt8189 10315000.lvts: [lvts_cal] num:g_count:g_count_rc 0:34932:2785 1:34970:2766 2:34922:2766 3:34990:2786 4:34954:2741 5:34884:0 6:34877:0 7:34866:0 8:34902:0 9:34904:0 10:34884:0 11:34885:0 12:34992:0 13:35033:0 14:34984:0 15:34970:0 16:35205:0 17:35189:0
[ 0.827162] mtk-soc-temp-lvts-mt8189 10315000.lvts: [lvts_cal] num_tc:g_golden_temp0:60 1:60 2:60 3:60 4:60
[ 0.828405] mtk-soc-temp-lvts-mt8189 10315000.lvts: [Thermal/LVTS] init done in lk2
[ 0.829649] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[ 0.830728] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[ 0.831812] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[ 0.832884] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[ 0.833959] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[ 0.835030] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[ 0.836121] thermal thermal_zone7: power_allocator: sustainable_power will be estimated
[ 0.837192] thermal thermal_zone8: power_allocator: sustainable_power will be estimated
[ 0.838263] thermal thermal_zone9: power_allocator: sustainable_power will be estimated
[ 0.839333] thermal thermal_zone10: power_allocator: sustainable_power will be estimated
[ 0.840425] thermal thermal_zone11: power_allocator: sustainable_power will be estimated
[ 0.841507] thermal thermal_zone12: power_allocator: sustainable_power will be estimated
[ 0.842590] thermal thermal_zone13: power_allocator: sustainable_power will be estimated
[ 0.843693] thermal thermal_zone14: power_allocator: sustainable_power will be estimated
[ 0.844776] thermal thermal_zone15: power_allocator: sustainable_power will be estimated
[ 0.845860] thermal thermal_zone16: power_allocator: sustainable_power will be estimated
[ 0.846943] thermal thermal_zone17: power_allocator: sustainable_power will be estimated
[ 0.848032] thermal thermal_zone18: power_allocator: sustainable_power will be estimated
[ 0.850347] mtk-wdt 1c00a000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[ 0.852225] cpu cpu0: supply cpu not found, using dummy regulator
[ 0.853052] cpu cpu1: supply cpu not found, using dummy regulator
[ 0.853859] cpu cpu2: supply cpu not found, using dummy regulator
[ 0.854661] cpu cpu3: supply cpu not found, using dummy regulator
[ 0.855477] cpu cpu4: supply cpu not found, using dummy regulator
[ 0.856280] cpu cpu5: supply cpu not found, using dummy regulator
[ 0.857085] cpu cpu6: supply cpu not found, using dummy regulator
[ 0.857884] cpu cpu7: supply cpu not found, using dummy regulator
[ 0.858996] cpu cpu0: EM: created perf domain
[ 0.860693] cpu cpu6: EM: created perf domain
[ 0.862817] sdhci: Secure Digital Host Controller Interface driver
[ 0.863611] sdhci: Copyright(c) Pierre Ossman
[ 0.864633] Synopsys Designware Multimedia Card Interface Driver
[ 0.864872] mtk-msdc 11240000.mmc: Got CD GPIO
[ 0.865843] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.866977] mtk-msdc 11240000.mmc: supply dvfsrc-vcore not found, using dummy regulator
[ 0.877696] ufshcd-mtk 112b0000.ufshci: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 0.879071] ufshcd-mtk 112b0000.ufshci: ufshcd_populate_vreg: unable to find vcc-max-microamp
[ 0.880151] ufshcd-mtk 112b0000.ufshci: ufshcd_populate_vreg: unable to find vccq-max-microamp
[ 0.881231] ufshcd-mtk 112b0000.ufshci: ufshcd_populate_vreg: unable to find vccq2-max-microamp
[ 0.882524] ufshcd-mtk 112b0000.ufshci: caps: 0x100
[ 0.883163] ufshcd-mtk 112b0000.ufshci: ufs_mtk_init_clocks: Clk-scaling not ready. Feature disabled.
[ 0.884599] scsi host0: ufshcd
[ 0.900203] ufshcd-mtk 112b0000.ufshci: device reset done
[ 0.902172] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.903684] SMCCC: SOC_ID: ID = jep106:0426:8189 Revision = 0x00000000
[ 0.905001] usbcore: registered new interface driver usbhid
[ 0.905703] usbhid: USB HID core driver
[ 0.906732] [scmi] secure-sspm-mbox-clr not support
[ 0.907346] [scmi] secure-sspm_md2spm-clr not support
[ 0.909401] mt635x-auxadc mt635x-auxadc: reset AUXADC done
[ 0.910166] mt635x-auxadc mt635x-auxadc: probe done
[ 0.912370] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 counters available
[ 0.913606] hw perfevents: enabled with armv8_cortex_a78 PMU driver, 7 counters available
[ 0.915819] optee: probing for conduit method.
[ 0.916389] optee: revision 3.19 (ab5d0acf)
[ 0.916494] optee: dynamic shared memory is enabled
[ 0.917759] optee: initialized driver
[ 0.919369] mt6359-sound mt6359-sound: mt6359_parse_dt() failed to read dmic-mode, use default (0)
[ 0.920576] pmic-codec-accdet mt6359-accdet: accdet caps=145
[ 0.925508] pktgen: Packet Generator for packet performance testing. Version: 2.75
[ 0.926982] u32 classifier
[ 0.927333] input device check on
[ 0.927800] Actions configured
[ 0.944972] NET: Registered PF_PACKET protocol family
[ 0.945694] 8021q: 802.1Q VLAN Support v1.8
[ 0.946246] 9pnet: Installing 9P2000 support
[ 0.946809] Key type dns_resolver registered
[ 0.949413] registered taskstats version 1
[ 0.950005] Loading compiled-in X.509 certificates
[ 0.954879] scsi 0:0:0:49488: Well-known LUN SKhynix HN8T05DJHVX105 C001 PQ: 0 ANSI: 6
[ 0.957046] scsi 0:0:0:49476: Well-known LUN SKhynix HN8T05DJHVX105 C001 PQ: 0 ANSI: 6
[ 0.959141] scsi 0:0:0:49456: Well-known LUN SKhynix HN8T05DJHVX105 C001 PQ: 0 ANSI: 6
[ 0.961378] scsi 0:0:0:0: Direct-Access SKhynix HN8T05DJHVX105 C001 PQ: 0 ANSI: 6
[ 0.963421] sd 0:0:0:0: [sda] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
[ 0.963470] scsi 0:0:0:1: Direct-Access SKhynix HN8T05DJHVX105 C001 PQ: 0 ANSI: 6
[ 0.964397] sd 0:0:0:0: [sda] Write Protect is off
[ 0.966059] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 0.966286] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
[ 0.966313] scsi 0:0:0:2: Direct-Access SKhynix HN8T05DJHVX105 C001 PQ: 0 ANSI: 6
[ 0.967147] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 0.967217] sd 0:0:0:2: [sdc] 31240192 4096-byte logical blocks: (128 GB/119 GiB)
[ 0.967254] sd 0:0:0:2: [sdc] Write Protect is off
[ 0.967323] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 0.967328] sd 0:0:0:2: [sdc] Preferred minimum I/O size 4096 bytes
[ 0.967332] sd 0:0:0:2: [sdc] Optimal transfer size 524288 bytes
[ 0.967605] /soc/dsi@14016000: Fixed dependency cycle(s) with /soc/dsi@14016000/panel@0
[ 0.967624] /soc/dsi@14016000/panel@0: Fixed dependency cycle(s) with /soc/dsi@14016000
[ 0.968106] sd 0:0:0:1: [sdb] Write Protect is off
[ 0.968205] mtk-mminfra soc:mminfra: mtk_mminfra_check_scmi_status: tinfo is wrong!!
[ 0.968691] dwmac-mediatek 1101a000.ethernet: IRQ eth_wake_irq not found
[ 0.968692] dwmac-mediatek 1101a000.ethernet: IRQ eth_lpi not found
[ 0.968759] dwmac-mediatek 1101a000.ethernet: Cannot get CSR clock
[ 0.968898] dwmac-mediatek 1101a000.ethernet: User ID: 0x11, Synopsys ID: 0x51
[ 0.968901] dwmac-mediatek 1101a000.ethernet: DWMAC4/5
[ 0.968903] dwmac-mediatek 1101a000.ethernet: DMA HW capability register supported
[ 0.968904] dwmac-mediatek 1101a000.ethernet: RX Checksum Offload Engine supported
[ 0.968905] dwmac-mediatek 1101a000.ethernet: TX Checksum insertion supported
[ 0.968906] dwmac-mediatek 1101a000.ethernet: TSO supported
[ 0.968909] dwmac-mediatek 1101a000.ethernet: device MAC address 8a:1b:31:43:2e:83
[ 0.968911] dwmac-mediatek 1101a000.ethernet: Enabled L3L4 Flow TC (entries=4)
[ 0.968912] dwmac-mediatek 1101a000.ethernet: Enabled RFS Flow TC (entries=10)
[ 0.968913] dwmac-mediatek 1101a000.ethernet: SPH feature enabled
[ 0.968914] dwmac-mediatek 1101a000.ethernet: Using 35/40 bits DMA host/device width
[ 0.969087] sd 0:0:0:0: [sda] Optimal transfer size 524288 bytes
[ 0.969425] sdc: sdc1 sdc2 sdc3 sdc4 sdc5 sdc6 sdc7 sdc8 sdc9 sdc10
[ 0.970225] sd 0:0:0:2: [sdc] Attached SCSI disk
[ 0.971730] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.972573] sd 0:0:0:1: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[ 0.993517] sd 0:0:0:1: [sdb] Preferred minimum I/O size 4096 bytes
[ 0.994311] sd 0:0:0:1: [sdb] Optimal transfer size 524288 bytes
[ 0.997429] sd 0:0:0:1: [sdb] Attached SCSI disk
[ 1.011953] Airoha AN8801R stmmac-0:00: PHY-ID = c0ff0421
[ 1.012637] Airoha AN8801R stmmac-0:00: Debugfs init start
[ 1.022338] mtu3 11201000.usb0: uwk - reg:0x214, version:103
[ 1.023102] mtu3 11201000.usb0: supply vbus not found, using dummy regulator
[ 1.024071] mtu3 11201000.usb0: dr_mode: 3, drd: auto
[ 1.024715] mtu3 11201000.usb0: u2p_dis_msk: 0, u3p_dis_msk: 0
[ 1.025769] mtu3 11201000.usb0: usb3-drd: 1
[ 1.026372] mtu3 11201000.usb0: irq 288
[ 1.026865] mtu3 11201000.usb0: IP version 0x1010(U3 IP)
[ 1.027556] mtu3 11201000.usb0: max_speed: super-speed-plus
[ 1.028387] mtu3 11201000.usb0: fifosz/epnum: Tx=0x6000/15, Rx=0x6000/15
[ 1.029251] mtu3 11201000.usb0: dma mask: 36 bits
[ 1.032072] xhci-mtk 11200000.xhci0: supply vbus not found, using dummy regulator
[ 1.033102] xhci-mtk 11200000.xhci0: supply vusb33 not found, using dummy regulator
[ 1.034285] xhci-mtk 11200000.xhci0: xHCI Host Controller
[ 1.034980] xhci-mtk 11200000.xhci0: new USB bus registered, assigned bus number 1
[ 1.036015] xhci-mtk 11200000.xhci0: hcc params 0x01440f99 hci version 0x120 quirks 0x0000000000200010
[ 1.037208] xhci-mtk 11200000.xhci0: irq 289, io mem 0x11200000
[ 1.038022] xhci-mtk 11200000.xhci0: xHCI Host Controller
[ 1.038706] xhci-mtk 11200000.xhci0: new USB bus registered, assigned bus number 2
[ 1.039670] xhci-mtk 11200000.xhci0: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.040906] hub 1-0:1.0: USB hub found
[ 1.041392] hub 1-0:1.0: 1 port detected
[ 1.042015] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.043253] hub 2-0:1.0: USB hub found
[ 1.043747] hub 2-0:1.0: 1 port detected
[ 1.044353] mtu3 11201000.usb0: xHCI platform device register success...
[ 1.045810] xhci-mtk 11210000.xhci1: uwk - reg:0x21c, version:107
[ 1.046964] xhci-mtk 11210000.xhci1: xHCI Host Controller
[ 1.047659] xhci-mtk 11210000.xhci1: new USB bus registered, assigned bus number 3
[ 1.048664] xhci-mtk 11210000.xhci1: USB3 root hub has no ports
[ 1.049411] xhci-mtk 11210000.xhci1: hcc params 0x01440f99 hci version 0x120 quirks 0x0000000000200010
[ 1.050597] xhci-mtk 11210000.xhci1: irq 290, io mem 0x11210000
[ 1.051660] hub 3-0:1.0: USB hub found
[ 1.052144] hub 3-0:1.0: 1 port detected
[ 1.053118] xhci-mtk 11220000.xhci2: supply vbus not found, using dummy regulator
[ 1.054112] xhci-mtk 11220000.xhci2: supply vusb33 not found, using dummy regulator
[ 1.055137] xhci-mtk 11220000.xhci2: uwk - reg:0x27c, version:107
[ 1.056295] xhci-mtk 11220000.xhci2: xHCI Host Controller
[ 1.056982] xhci-mtk 11220000.xhci2: new USB bus registered, assigned bus number 4
[ 1.057989] xhci-mtk 11220000.xhci2: USB3 root hub has no ports
[ 1.058735] xhci-mtk 11220000.xhci2: hcc params 0x01440f99 hci version 0x120 quirks 0x0000000000200010
[ 1.059929] xhci-mtk 11220000.xhci2: irq 291, io mem 0x11220000
[ 1.060980] hub 4-0:1.0: USB hub found
[ 1.061465] hub 4-0:1.0: 1 port detected
[ 1.062404] xhci-mtk 11260000.xhci3: supply vbus not found, using dummy regulator
[ 1.063535] xhci-mtk 11260000.xhci3: uwk - reg:0x284, version:107
[ 1.064766] xhci-mtk 11260000.xhci3: xHCI Host Controller
[ 1.065455] xhci-mtk 11260000.xhci3: new USB bus registered, assigned bus number 5
[ 1.066597] xhci-mtk 11260000.xhci3: hcc params 0x01440f99 hci version 0x120 quirks 0x0000000000200010
[ 1.067805] xhci-mtk 11260000.xhci3: irq 292, io mem 0x11260000
[ 1.068615] xhci-mtk 11260000.xhci3: xHCI Host Controller
[ 1.069298] xhci-mtk 11260000.xhci3: new USB bus registered, assigned bus number 6
[ 1.070254] xhci-mtk 11260000.xhci3: Host supports USB 3.2 Enhanced SuperSpeed
[ 1.071515] hub 5-0:1.0: USB hub found
[ 1.072001] hub 5-0:1.0: 1 port detected
[ 1.072628] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.073906] hub 6-0:1.0: USB hub found
[ 1.074389] hub 6-0:1.0: 1 port detected
[ 1.075380] xhci-mtk 11270000.xhci4: supply vbus not found, using dummy regulator
[ 1.076381] xhci-mtk 11270000.xhci4: supply vusb33 not found, using dummy regulator
[ 1.077414] xhci-mtk 11270000.xhci4: uwk - reg:0x28c, version:107
[ 1.078569] xhci-mtk 11270000.xhci4: xHCI Host Controller
[ 1.079257] xhci-mtk 11270000.xhci4: new USB bus registered, assigned bus number 7
[ 1.080286] xhci-mtk 11270000.xhci4: USB3 root hub has no ports
[ 1.081033] xhci-mtk 11270000.xhci4: hcc params 0x01440f99 hci version 0x120 quirks 0x0000000000200010
[ 1.082221] xhci-mtk 11270000.xhci4: irq 293, io mem 0x11270000
[ 1.083302] hub 7-0:1.0: USB hub found
[ 1.083800] hub 7-0:1.0: 1 port detected
[ 1.085232] /soc/i2c@11d72000/rt1715@4e/connector: Fixed dependency cycle(s) with /soc/usb-dp-selector@10011034
[ 1.183885] Goodix-TS 6-0014: ID 9271, version: 1020
[ 1.184569] Goodix-TS 6-0014: Direct firmware load for goodix_9271_cfg.bin failed with error -2
[ 1.190195] input: Goodix Capacitive TouchScreen as /devices/platform/soc/11d73000.i2c/i2c-6/6-0014/input/input0
[ 1.192117] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[ 1.192224] mtk-msdc 11250000.mmc: supply dvfsrc-vcore not found, using dummy regulator
[ 1.193175] arm-scmi firmware:scmi: SCMI Protocol v1.0 'mtk:mtk' Firmware version 0x5353504d
[ 1.217678] mt8189-afe-pcm 11050000.mt8189-afe-pcm: assigned reserved memory node snd-dma-mem-region@60000000
[ 1.219380] mt8189-afe-pcm 11050000.mt8189-afe-pcm: mtk_afe_combine_sub_dai(), num of dai 48
[ 1.220496] mt8189-afe-pcm 11050000.mt8189-afe-pcm: skip regmap
[ 1.221732] mt8189-afe-pcm 11050000.mt8189-afe-pcm: No cache defaults, reading back from HW
[ 1.243753] dmic-codec dmic-codec: ASoC: sink widget DMIC AIF overwritten
[ 1.249426] mt8189-afe-pcm 11050000.mt8189-afe-pcm: mt8189_mt6359_mtkaif_calibration(), mtkaif_chosen_phase[0/1]:26/25
[ 1.250852] ADDA_BE: Component 'amic-codec' is invalid.
[ 1.257292] input: mt8391-evk Headset Jack as /devices/platform/soc/soc:sound/sound/card0/input2
[ 1.261873] mtk-pcie-gen3 112f0000.pcie: host bridge /soc/pcie@112f0000 ranges:
[ 1.262819] mtk-pcie-gen3 112f0000.pcie: MEM 0x0030000000..0x0033ffffff -> 0x0030000000
[ 1.384610] mtk-pcie-gen3 112f0000.pcie: PCI host bridge to bus 0000:00
[ 1.385467] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.386170] pci_bus 0000:00: root bus resource [mem 0x30000000-0x33ffffff]
[ 1.387077] pci 0000:00:00.0: [14c3:8189] type 01 class 0x060400
[ 1.387887] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
[ 1.388850] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 1.396308] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.397518] pci 0000:01:00.0: [14c3:7961] type 00 class 0x028000
[ 1.398329] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[ 1.399275] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[ 1.400252] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[ 1.401336] pci 0000:01:00.0: supports D1 D2
[ 1.401892] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.411511] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.412409] pci 0000:00:00.0: BAR 15: assigned [mem 0x30000000-0x301fffff 64bit pref]
[ 1.413428] pci 0000:00:00.0: BAR 0: assigned [mem 0x30200000-0x30207fff 64bit]
[ 1.414391] pci 0000:01:00.0: BAR 0: assigned [mem 0x30000000-0x300fffff 64bit pref]
[ 1.415432] pci 0000:01:00.0: BAR 2: assigned [mem 0x30100000-0x30103fff 64bit pref]
[ 1.416453] pci 0000:01:00.0: BAR 4: assigned [mem 0x30104000-0x30104fff 64bit pref]
[ 1.417472] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.418125] pci 0000:00:00.0: bridge window [mem 0x30000000-0x301fffff 64bit pref]
[ 1.419522] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.423510] pcieport 0000:00:00.0: PME: Signaling with IRQ 300
[ 1.424771] pcieport 0000:00:00.0: AER: enabled with IRQ 300
[ 1.428150] clk-mt8189-mmsys clk-mt8189-mmsys.1.auto: could not register clock provider: clk-mt8189-mmsys: -22
[ 1.429448] clk-mt8189-mmsys: probe of clk-mt8189-mmsys.1.auto failed with error -22
[ 1.436135] mediatek-drm mediatek-drm.2.auto: Adding component match for /soc/dsi@14016000
[ 1.438753] mediatek-drm mediatek-drm.2.auto: Adding component match for /soc/disp-ovl0-4l@14002000
[ 1.440146] mediatek-drm mediatek-drm.2.auto: Adding component match for /soc/disp-ovl1-4l@14003000
[ 1.441387] mediatek-drm mediatek-drm.2.auto: Adding component match for /soc/disp-rdma0@14006000
[ 1.442597] mediatek-drm mediatek-drm.2.auto: Adding component match for /soc/disp-rdma1@14007000
[ 1.481932] mtk-iommu 1e802000.iommu: bound 1401c000.smi-larb0 (ops mtk_smi_larb_component_ops)
[ 1.483063] mtk-iommu 1e802000.iommu: bound 1401d000.smi-larb1 (ops mtk_smi_larb_component_ops)
[ 1.484188] mtk-iommu 1e802000.iommu: bound 1f002000.smi-larb2 (ops mtk_smi_larb_component_ops)
[ 1.485316] mtk-iommu 1e802000.iommu: bound 1602e000.smi-larb4 (ops mtk_smi_larb_component_ops)
[ 1.486436] mtk-iommu 1e802000.iommu: bound 17010000.smi-larb7 (ops mtk_smi_larb_component_ops)
[ 1.487553] mtk-iommu 1e802000.iommu: bound 1502e000.smi-larb9 (ops mtk_smi_larb_component_ops)
[ 1.488657] mtk-iommu 1e802000.iommu: bound 1582e000.smi-larb11 (ops mtk_smi_larb_component_ops)
[ 1.489771] mtk-iommu 1e802000.iommu: bound 1a001000.smi-larb13 (ops mtk_smi_larb_component_ops)
[ 1.490885] mtk-iommu 1e802000.iommu: bound 1a002000.smi-larb14 (ops mtk_smi_larb_component_ops)
[ 1.492008] mtk-iommu 1e802000.iommu: bound 1a00f000.smi-larb16 (ops mtk_smi_larb_component_ops)
[ 1.493121] mtk-iommu 1e802000.iommu: bound 1a010000.smi-larb17 (ops mtk_smi_larb_component_ops)
[ 1.494235] mtk-iommu 1e802000.iommu: bound 1b10f000.smi-larb19 (ops mtk_smi_larb_component_ops)
[ 1.495349] mtk-iommu 1e802000.iommu: bound 1b00f000.smi-larb20 (ops mtk_smi_larb_component_ops)
[ 1.497178] mediatek-disp-ovl 14002000.disp-ovl0-4l: Adding to iommu group 0
[ 1.498960] mediatek-disp-ovl 14003000.disp-ovl1-4l: Adding to iommu group 0
[ 1.499477] usb 7-1: new high-speed USB device number 2 using xhci-mtk
[ 1.500454] mediatek-disp-rdma 14006000.disp-rdma0: Adding to iommu group 0
[ 1.502125] mediatek-disp-rdma 14007000.disp-rdma1: Adding to iommu group 0
[ 1.503821] mediatek-drm mediatek-drm.2.auto: bound 14016000.dsi (ops mtk_dsi_component_ops)
[ 1.504903] mediatek-drm mediatek-drm.2.auto: bound 14002000.disp-ovl0-4l (ops mtk_disp_ovl_component_ops)
[ 1.506128] mediatek-drm mediatek-drm.2.auto: bound 14003000.disp-ovl1-4l (ops mtk_disp_ovl_component_ops)
[ 1.507350] mediatek-drm mediatek-drm.2.auto: bound 14006000.disp-rdma0 (ops mtk_disp_rdma_component_ops)
[ 1.508575] mediatek-drm mediatek-drm.2.auto: bound 14007000.disp-rdma1 (ops mtk_disp_rdma_component_ops)
[ 1.510552] [drm] Initialized mediatek 1.0.0 20150513 for mediatek-drm.2.auto on minor 0
[ 1.764746] Console: switching to colour frame buffer device 150x120
[ 1.790317] mediatek-drm mediatek-drm.2.auto: [drm] fb0: mediatekdrmfb frame buffer device
[ 1.793866] mtk-jpeg 17030000.jpeg-encoder: Adding to iommu group 1
[ 1.795355] mtk-jpeg 17030000.jpeg-encoder: mtk-jpeg-enc device registered as /dev/video0 (81,0)
[ 1.798335] mtk-jpeg 17040000.jpeg-decoder: Adding to iommu group 1
[ 1.799623] mtk-jpeg 17040000.jpeg-decoder: mtk-jpeg-dec device registered as /dev/video1 (81,1)
[ 1.801753] [SSPM] sspm_pdrv probe Done.
[ 1.802257] [SSPM] sspm_module Init.
[ 1.802824] sspm 1c300000.sspm: assigned reserved memory node sspm-reserved-memory@5b000000
[ 1.803896] [SSPM] sspm-mem-tbl is not defined, skip read
[ 1.804752] [SSPM] platform service is ready
[ 1.805442] [SSPM_TS] ts: cycle_last 89081147, time_base:1805441696, wrap:4000000000000
[ 1.806459] [SSPM_TS] update base: ts=1806458157, tick=0x54f78d9, fz=0, ver=1
[ 1.807362] [SSPM] sspm_module Done
[ 1.810933] clk: Disabling unused clocks
[ 1.812192] ALSA device list:
[ 1.812880] #0: mt8391-evk
[ 1.816301] EXT4-fs (sdc10): INFO: recovery required on readonly filesystem
[ 1.817504] EXT4-fs (sdc10): write access will be enabled during recovery
[ 1.868383] EXT4-fs (sdc10): orphan cleanup on readonly fs
[ 1.870670] EXT4-fs (sdc10): recovery complete
[ 1.872071] EXT4-fs (sdc10): mounted filesystem 624f9edd-716b-4636-a0c8-2826f4f88da0 ro with ordered data mode. Quota mode: none.
[ 1.873639] VFS: Mounted root (ext4 filesystem) readonly on device 8:42.
[ 1.875168] devtmpfs: mounted
[ 1.882184] Freeing unused kernel memory: 13824K
[ 1.883370] Run /sbin/init as init process
[ 1.916114] systemd[1]: System time before build time, advancing clock.
[ 1.924239] NET: Registered PF_INET6 protocol family
[ 1.925323] Segment Routing with IPv6
[ 1.926035] In-situ OAM (IOAM) with IPv6
[ 1.936693] systemd[1]: systemd 255.21^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 1.941215] systemd[1]: Detected architecture arm64.
Welcome to Rity Demo Layer 25.1.1-release (scarthgap)!
[ 1.955519] systemd[1]: Hostname set to <genio-720-evk-ufs>.
[ 2.013627] systemd[1]: Using hardware watchdog 'mtk-wdt', version 0, device /dev/watchdog0
[ 2.015218] systemd[1]: Watchdog running with a hardware timeout of 31s.
[ 2.164176] mmc2: Failed to initialize a non-removable card
[ 2.216040] systemd[1]: Queued start job for default target Graphical Interface.
[ 2.261592] systemd[1]: Created slice Slice /system/getty.
[ OK ] Created slice Slice /system/getty.
[ 2.276399] systemd[1]: Created slice Slice /system/modprobe.
[ OK ] Created slice Slice /system/modprobe.
[ 2.288763] systemd[1]: Created slice Slice /system/serial-getty.
[ OK ] Created slice Slice /system/serial-getty.
[ 2.304895] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 2.319866] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 2.335894] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 2.347681] systemd[1]: Expecting device /dev/vcu...
Expecting device /dev/vcu...
[ 2.359774] systemd[1]: Reached target Path Units.
[ OK ] Reached target Path Units.
[ 2.361699] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 2.363777] systemd[1]: Reached target Slice Units.
[ OK ] Reached target Slice Units.
[ 2.375650] systemd[1]: Reached target Swaps.
[ OK ] Reached target Swaps.
[ 2.441701] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 2.459813] systemd[1]: Reached target RPC Port Mapper.
[ OK ] Reached target RPC Port Mapper.
[ 2.462732] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 2.476129] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 2.493067] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 2.507906] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 2.524466] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 2.529715] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 2.544285] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 2.546960] systemd[1]: Listening on User Database Manager Socket.
[ OK ] Listening on User Database Manager Socket.
[ 2.599648] systemd[1]: Mounting Huge Pages File System...
Mounting Huge Pages File System...
[ 2.616227] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 2.630438] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 2.649928] systemd[1]: Mounting Kernel Trace File System...
Mounting Kernel Trace File System...
[ 2.664079] systemd[1]: Mounting Temporary Directory /tmp...
Mounting Temporary Directory /tmp...
[ 2.679575] systemd[1]: Starting Create List of Static Device Nodes...
Starting Create List of Static Device Nodes...
[ 2.694798] systemd[1]: Starting Load Kernel Module configfs...
Starting Load Kernel Module configfs...
[ 2.710864] systemd[1]: Starting Load Kernel Module drm...
Starting Load Kernel Module drm...
[ 2.725657] systemd[1]: Starting Load Kernel Module fuse...
Starting Load Kernel Module fuse...
[ 2.743732] systemd[1]: Starting RPC Bind...
Starting RPC Bind...
[ 2.748243] fuse: init (API version 7.39)
[ 2.758434] systemd[1]: Starting File System Check on Root Device...
Starting File System Check on Root Device...
[ 2.779793] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 2.796043] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 2.800407] systemd[1]: Starting Coldplug All udev Devices...
Starting Coldplug All udev Devices...
[ 2.806454] systemd[1]: Started RPC Bind.
[ OK ] Started RPC Bind.
[ 2.808060] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted Huge Pages [ 2.809747] systemd[1]: Mounted POSIX Message Queue File System.
File System.
[ OK ] Mounted POSIX Message Queue File Sy[ 2.811612] systemd[1]: Mounted Kernel Debug File System.
stem.
[ OK ] Mounted Kernel Debug File System.
[ 2.832761] systemd-journald[182]: Collecting audit messages is enabled.
[ 2.835832] memory_group_manager: loading out-of-tree module taints kernel.
[ 2.839948] systemd[1]: Mounted Kernel Trace File System.
[ OK ] Mounted Kernel Trace File System.
[ 2.847836] mali 13000000.gpu: Kernel DDK version r48p0-01eac0
[ 2.849050] mali 13000000.gpu: Looking for irq names JOB in lower case
[ 2.850455] mali 13000000.gpu: Looking for irq names MMU in lower case
[ 2.851900] mali 13000000.gpu: Looking for irq names GPU in lower case
[ 2.852086] systemd[1]: Mounted Temporary Directory /tmp.
[ 2.852827] mali 13000000.gpu: GPU metrics tracepoint support enabled
[ OK ] Mounted 2.854830] mali 13000000.gpu: No supply-names in gpu node, use default names
1;39mTemporary Directory /tmp.
[ 2.858267] mali 13000000.gpu: Platform: mt8391, MC2
[ 2.859365] mali 13000000.gpu: Setup for 2 cores/pm domains
[ 2.867839] mali: [kbase_gpuprops_parse_gpu_id] Detected G-57 variant with GPU ID 0x90930010. Changing the ID to 0x90910010.
[ 2.867879] mali 13000000.gpu: Register LUT 00090000 initialized for GPU arch 0x00090009
[ 2.872296] systemd[1]: Finished Create List of Static Device Nodes.
[ 2.879623] mali 13000000.gpu: mali [kbase_backend_gpuprops_get] Detected G-57 variant with GPU ID 0x90930010. Changing the ID to 0x90910010.
[ OK ] Finished Create List of Static Devi[ 2.887628] mali 13000000.gpu: GPU identified as 0x1 arch 9.0.9 r0p1 status 0
ce Nodes.
[ 2.892537] mali 13000000.gpu: No priority control manager is configured
[ 2.898429] mali 13000000.gpu: Large page allocation set to false after hardware feature check
[ 2.899980] systemd[1]: Started Journal Service.
[ 2.903583] mali 13000000.gpu: No memory group manager is configured
[ OK ] Started Journal Service.
[ 2.909872] mali 13000000.gpu: Using configured power model mali-tnax-power-model, and fallback mali-simple-power-model
[ 2.914637] mali 13000000.gpu: * MALI kbase_mmap_min_addr compiled to CONFIG_DEFAULT_MMAP_MIN_ADDR, no runtime update possible! *
[ 2.918583] mali 13000000.gpu: Probed as mali0
[ OK ] Finished Load Kernel Module configfs.
[ OK ] Finished Load Kernel Module drm.
[ OK ] Finished Load Kernel Module fuse.
[ OK ] Finished File System Check on Root Device.
[ OK ] Finished Load Kernel Modules.
[ 3.015942] devfreq 13000000.gpu: Couldn't update frequency transition information.
Mounting NFSD configuration filesystem...
Mounting FUSE Control File System...
Mounting Kernel Configuration File System...
Starting Remount Root and Kernel File Systems...
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev gracefully...
[ OK ] Finished Coldplug All udev Devices.
[ 3.132439] EXT4-fs (sdc10): re-mounted 624f9edd-716b-4636-a0c8-2826f4f88da0 r/w. Quota mode: none.
[ OK ] Mounted NFSD configuration filesystem.
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Finished Remount Root and Kernel File Systems.
[ OK ] Finished Apply Kernel Variables.
[ OK ] Finished Create Static Device Nodes in /dev gracefully.
Starting Flush Journal to Persistent Storage...
[ 3.294122] systemd-journald[182]: Received client request to flush runtime journal.
Starting Create Static Device Nodes in /dev...
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Finished Create Static Device Nodes in /dev.
[ OK ] Reached target Preparation for Local File Systems.
Mounting /var/volatile...
[ 3.417482] audit: type=1334 audit(1748544503.496:2): prog-id=8 op=LOAD
Starting Rule-based Manager for Device Events and Files...
[ 3.423101] audit: type=1334 audit(1748544503.496:3): prog-id=9 op=LOAD
[ OK ] Mounted /var/volatile.
Starting Load/Save OS Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create System Files and Directories...
[ OK ] Finished Load/Save OS Random Seed.
[ OK ] Finished Create System Files and Directories.
[ 3.529221] audit: type=1334 audit(1748544503.608:4): prog-id=10 op=LOAD
Starting Network Name Resolution...
[ 3.550378] audit: type=1334 audit(1748544503.628:5): prog-id=11 op=LOAD
Starting Network Time Synchronization...
Starting Record System Boot/Shutdown in UTMP...
[ 3.583010] audit: type=1334 audit(1748544503.660:6): prog-id=12 op=LOAD
[ 3.589716] audit: type=1334 audit(1748544503.664:7): prog-id=13 op=LOAD
Starting User Database Manager...
[ 3.598906] audit: type=1334 audit(1748544503.664:8): prog-id=14 op=LOAD
[ OK ] Finished Record System Boot/Shutdown in UTMP.
[ OK ] Started User Database Manager.
[ OK ] Started Rule-based Manager for Device Events and Files.
[ 3.751250] dwmac-mediatek 1101a000.ethernet end0: renamed from eth0
[ OK ] Started Network Name Resolution.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timer Units.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ 3.961874] usb_dp_selector 10011018.usb-dp-selector: uds-ver = 3
[ 3.966754] usb_dp_selector 10011034.usb-dp-selector: uds-ver = 4
[ OK ] Listening on dropbear.socket.
Starting Weston socket...
[ OK ] Listening on Weston socket.
[ OK ] Created slice Slice /system/systemd-backlight.
[ OK ] Reached target Socket Units.
[ 4.040773]
[ 4.041257] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.047950] **********************************************************
[ 4.049865] CAN device driver interface
[ 4.052326] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 4.058627] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.060041] ** **
[ 4.061012] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 4.061561] ** trace_printk() being used. Allocating extra memory. **
[ 4.064547] mtk-seninf-core 1a004000.seninf-top: get_seninf_ops: seninf_num = 4, mux_num = 8, cam_mux_num = 8, pref_mux_num =8
[ 4.064567] spi_master spi0: will run message pump with realtime priority
[ 4.067149] usb_dp_selector 10011034.usb-dp-selector: usb_dp_selector_switch_set 0
[ 4.068190] mtk-seninf-core 1a004000.seninf-top: failed to get TOP_CAMTM
[ 4.068626] ** **
[ 4.068629] ** This means that this is a DEBUG kernel and it is **
[ 4.068631] ** unsafe for production use. **
[ 4.068632] ** **
[ 4.068633] ** If you see this message and you are not debugging **
[ 4.068635] ** the kernel, report this immediately to your vendor! **
[ 4.068636] ** **
[ 4.068637] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 4.068638] **********************************************************
[ 4.076489] mcp251xfd spi0.0 can0: MCP2518FD rev0.0 (-RX_INT -PLL -MAB_NO_WARN +CRC_REG +CRC_RX +CRC_TX +ECC -HD o:20.00MHz c:20.00MHz m:10.00MHz rs:8.50MHz es:0.00MHz rf:8.50MHz ef:0.00MHz) successfully initialized.
[ 4.082770] mtk-seninf-core 1a004000.seninf-top: #: seninf 0
[ 4.086142] usb_dp_selector 10011034.usb-dp-selector: usb_dp_selector_switch_set 0
[ 4.086512] mtk-seninf-core 1a004000.seninf-top: fail to register sub drivers
[ OK ] Reached target Basic System.
[ OK ] Reached target Hardware activated USB gadget.
[ 4.125132] input: mtk-pmic-keys as /devices/platform/soc/1cc04000.pwrap/1cc04000.pwrap:pmic/mtk-pmic-keys/input/input3
[ 4.125904] mtk-vcodec-dec 16000000.vdec: Adding to iommu group 1
[ 4.128167] Bluetooth: Core ver 2.22
[ 4.132901] NET: Registered PF_BLUETOOTH protocol family
[ 4.133628] mtk-camsv 1a092000.camsv2: Adding to iommu group 2
[ 4.133640] [MTK_V4L2][ERROR] mtk_vcodec_dec_probe:420: [VCU] vcu device is not ready
[ 4.138740] Bluetooth: HCI device and connection manager initialized
[ 4.140074] mtk-camsv 1a092000.camsv2: camsv | start mtk_camsv_probe
[ 4.140292] Bluetooth: HCI socket layer initialized
[ 4.141357] mtk_vcu 16000000.vcu: Adding to iommu group 1
[ 4.141697] Bluetooth: L2CAP socket layer initialized
[ 4.141708] Bluetooth: SCO socket layer initialized
[ 4.142395] [VCU] build time: Dec 10 2025 06:59:49
[ 4.149017] mt7921e 0000:01:00.0: enabling device (0000 -> 0002)
[ 4.149637] mtk-camsv 1a092000.camsv2: camsv | start mtk_cam_v4l2_register
[ 4.149646] mtk-camsv 1a092000.camsv2: camsv | stop mtk_cam_v4l2_register
[ 4.152245] [VCU] git commit hash: f3901d7
[ 4.157755] mt7921e 0000:01:00.0: ASIC revision: 79610010
[ 4.157796] mtk-camsv 1a093000.camsv3: Adding to iommu group 2
[ 4.157922] mtk-camsv 1a093000.camsv3: camsv | start mtk_camsv_probe
[ 4.160779] [VCU] git commit time: 2025-12-10 14:59:49 +0800
[ 4.161738] apu_top_3_init register platform driver...
[ 4.162016] [VCU] VCU on
[ 4.162543] mtk-camsv 1a093000.camsv3: camsv | start mtk_cam_v4l2_register
[ 4.162547] mtk-camsv 1a093000.camsv3: camsv | stop mtk_cam_v4l2_register
[ 4.167013] mtk-vcodec-enc 17020000.venc: Adding to iommu group 1
[ 4.175605] [VCU] vdec_log_info 00000000098bb278 1028 vcuid 0 vcu_ptr 0000000093edd70d
[ 4.176049] [MTK_V4L2][ERROR] mtk_vcodec_dec_probe:420: [VCU] vcu device is not ready
[ 4.176476] [MTK_V4L2][ERROR] mtk_vcodec_enc_probe:400: [VCU] vcu device is not ready
[ 4.176737] mtk-camsv 1a094000.camsv4: Adding to iommu group 2
[ 4.177042] mtk_vcu 16000000.vcu: mtk_vcu_probe 3107 gce event id: 32, name: venc_eof gce_codec_eid:1
[ 4.179216] usbcore: registered new interface driver btusb
[ 4.183246] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20251217131303
[ 4.184824] apu_top_3 1c000000.apu-top-3: apu_top_probe +
[ 4.185337] mtk-camsv 1a094000.camsv4: camsv | start mtk_camsv_probe
[ 4.186249] [MTK_V4L2] level=0 mtk_vcodec_enc_probe(),409: platform:mt8189
[ 4.186254] mtk-vcodec-enc 17020000.venc: build time: Dec 15 2025 08:51:33
[ 4.186257] mtk-vcodec-enc 17020000.venc: git commit hash: dee2a35
[ 4.186258] mtk-vcodec-enc 17020000.venc: git commit time: 2025-12-15 16:51:33 +0800
[ 4.186260] [MTK_V4L2] level=0 mtk_vcodec_enc_probe(),424: hw ipm: 2
[ 4.186314] [MTK_V4L2] level=0 mtk_vcodec_init_enc_pm(),247: mtk_vcodec_init_enc_pm enable larb 7, hw_id 0
[ 4.186314]
[ 4.186318] [MTK_V4L2] level=0 mtk_vcodec_enc_probe(),437: core_nums: 1
[ 4.186360] [MTK_V4L2] level=0 mtk_vcodec_enc_probe(),479: [VENC] Cannot get support-wfd-region, skip
[ 4.186442] after get port_arg_num 3
[ 4.186443] after get port-def port_data_len 180
[ 4.186446] after get port-def port num [0] 15
[ 4.186447] after get port-def port num [1] 0
[ 4.186448] after get port-def port num [2] 0
[ 4.186449] mtk-vcodec-enc 17020000.venc: Failed to get venc-slb-cpu-used-perf!
[ 4.186450] after get venc-slb-cpu-used-perf 0
[ 4.186535] mtk-mdp3 1f003000.dma-controller: Adding to iommu group 0
[ 4.188288] mtk-camsv 1a094000.camsv4: camsv | start mtk_cam_v4l2_register
[ 4.189180] mt8189-mt6359p soc:sound: ASoC: DAPM unknown pin Ext_Speaker_Amp
[ 4.189341] apu_top_3 1c000000.apu-top-3: apu_top_probe mt8189_apupwr
[ 4.189477] init_reg_base 193 APUPW_MAX_REGS = 14
[ 4.189482] init_reg_base: get resource "sys_vlp" pass
[ 4.189501] init_reg_base: sys_vlp remap base 0x1c000000 to 0xffff800084f0f000
[ 4.189505] init_reg_base: get resource "sys_spm" pass
[ 4.189508] init_reg_base: sys_spm remap base 0x1c001000 to 0xffff800084f11000
[ 4.189511] init_reg_base: get resource "sys_apmixedsys" pass
[ 4.189516] init_reg_base: sys_apmixedsys remap base 0x1000c000 to 0xffff800084f13000
[ 4.189519] init_reg_base: get resource "apu_rcx" pass
[ 4.189526] init_reg_base: apu_rcx remap base 0x19020000 to 0xffff800084f23000
[ 4.189529] init_reg_base: get resource "apu_rcx_dla" pass
[ 4.189534] init_reg_base: apu_rcx_dla remap base 0x19040000 to 0xffff800084f5f000
[ 4.189537] init_reg_base: get resource "apu_are" pass
[ 4.189547] init_reg_base: apu_are remap base 0x190a0000 to 0xffff800086bc0000
[ 4.189550] init_reg_base: get resource "apu_vcore" pass
[ 4.189555] init_reg_base: apu_vcore remap base 0x190e0000 to 0xffff800086a48000
[ 4.189558] init_reg_base: get resource "apu_md32_mbox" pass
[ 4.189562] init_reg_base: apu_md32_mbox remap base 0x190e1000 to 0xffff800084f62000
[ 4.189565] init_reg_base: get resource "apu_rpc" pass
[ 4.189568] init_reg_base: apu_rpc remap base 0x190f0000 to 0xffff800084f6f000
[ 4.189571] init_reg_base: get resource "apu_pcu" pass
[ 4.189574] init_reg_base: apu_pcu remap base 0x190f1000 to 0xffff800084f71000
[ 4.189577] init_reg_base: get resource "apu_ao_ctl" pass
[ 4.189581] init_reg_base: apu_ao_ctl remap base 0x190f2000 to 0xffff800084f73000
[ 4.189584] init_reg_base: get resource "apu_acc" pass
[ 4.189589] init_reg_base: apu_acc remap base 0x190f3000 to 0xffff800086a68000
[ 4.189592] init_reg_base: get resource "apu_rpctop_mdla" pass
[ 4.189596] init_reg_base: apu_rpctop_mdla remap base 0x190f7400 to 0xffff800084f77400
[ 4.189599] init_reg_base: get resource "apu_toppmu" pass
[ 4.189603] init_reg_base: apu_toppmu remap base 0x190f7c00 to 0xffff800084f79c00
[ 4.189632] init_opp_table: opp 0, rate = 300000000, volt = 550000
[ 4.189635] init_opp_table: opp 1, rate = 500000000, volt = 600000
[ 4.189638] init_opp_table: opp 2, rate = 615000000, volt = 650000
[ 4.189640] init_opp_table: opp 3, rate = 755000000, volt = 700000
[ 4.189643] init_opp_table: opp 4, rate = 900000000, volt = 750000
[ 4.189646] init_opp_table: opp 5, rate = 1000000000, volt = 800000
[ 4.189648] init_opp_table: opp 6, rate = 1100000000, volt = 850000
[ 4.189650] init_opp_table: opp 7, rate = 1200000000, volt = 900000
[ 4.189654] mt8189_apu_top_pb, Kernel load flow-smc call RV_INIT
[ 4.189912] mtk-camsv 1a094000.camsv4: camsv | stop mtk_cam_v4l2_register
[ 4.195737] [MTK_V4L2] level=0 mtk_vcodec_enc_probe(),641: encoder registered as /dev/video2
[ 4.198051] apu_load_apusys_rv_img:Get reserved memory, vaddr: 0xffff80008c000000, paddr: 0x55000000, size:0x1400000
[ 4.206941] [MTK_V4L2] level=0 mtk_vcodec_dec_probe(),430: platform:mt8189
[ 4.216792] apu_load_apusys_rv_img: request_firmware mediatek/mt8391/apusys.sig.img success, fw_size:13ab80
[ 4.217327] [MTK_V4L2] level=0 mtk_vcodec_dec_probe(),437: hw ipm: 1
[ 4.217635] up_code_buf_ofs:0x0, up_code_buf_sz: 0x100000
[ 4.218558] [MTK_V4L2] level=0 mtk_vcodec_init_dec_pm(),214: mtk_vcodec_init_dec_pm enable larb 4, hw_id 0
[ 4.218558]
[ 4.219104] up_coredump_ofs:0x23ab80, up_coredump_sz:0x160000
[ 4.220025] [MTK_V4L2] level=0 mtk_vcodec_dec_probe(),507: [VDEC] Cannot get support-svp-region, skip
[ 4.227417] mdla_coredump_ofs:0x39ab80, mdla_coredump_sz:0x0
[ 4.236982] mtk-camsv 1a095000.camsv5: Adding to iommu group 2
[ 4.238207] mvpu_coredump_ofs:0x39ab80, mvpu_coredump_sz: 0x0
[ 4.247838] [MTK_V4L2] level=0 mtk_vcodec_dec_probe(),639: decoder registered as /dev/video3
[ 4.247929] mvpu_sec_coredump_ofs is 0x39ab80, mvpu_sec_coredump_sz is 0x0
[ 4.248537] [MTK_V4L2] level=0 mtk_vdec_get_mmdvfs_mode(),214: [VDEC] no need vdec-mmdvfs-mode
[ 4.249261] mtk-camsv 1a095000.camsv5: camsv | start mtk_camsv_probe
[ 4.249436] ce-coredump-buf-sz is 0x10000
[ 4.249437] regdump-buf-sz is 0x10000
[ 4.250103] [MTK_V4L2] level=0 mtk_vdec_get_mmdvfs_mode(),221: [VDEC] no need vdec-clk-always-on
[ 4.251027] apu_load_apusys_rv_img: sec_mem_size = 0x600000
[ 4.251844] mtk-mdp3 1f003000.dma-controller: Driver registered as /dev/video4
[ 4.251856] [MTK_V4L2] level=0 mtk_vdec_get_mmdvfs_mode(),226: [VDEC] mmdvfs_mode=0 clk_always_on=0
[ 4.251865] [MTK_V4L2] level=0 mtk_vcodec_dec_probe(),652: vdec default not support SLC
[ 4.251868] [MTK_V4L2] level=0 mtk_vcodec_dec_probe(),655: vdec slc ver: 0
[ 4.254039] apu_load_apusys_rv_img: img addr: dst:0xffff80008c000000, src:0xffff800086d2d000, size:0x13ab80
[ 4.256240] mtk-camsv 1a095000.camsv5: camsv | start mtk_cam_v4l2_register
[ 4.256250] mtk-camsv 1a095000.camsv5: camsv | stop mtk_cam_v4l2_register
[ 4.303643] mtk-camsv 1a096000.camsv6: Adding to iommu group 2
[ 4.304760] apu_load_apusys_rv_img:secure_info addr_pa:0x55140000, addr_va:dst:0xffff80008c140000, src:0xffff0000cd660000, size:0x10000
[ 4.307221] mtk-camsv 1a096000.camsv6: camsv | start mtk_camsv_probe
[ 4.309873] apusys_rv_smc_call: smc call 28
[ 4.312343] mtk-camsv 1a096000.camsv6: camsv | start mtk_cam_v4l2_register
[ 4.315627] mt7921e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20251217130908a
[ 4.315627]
[ 4.317588] mtk-camsv 1a096000.camsv6: camsv | stop mtk_cam_v4l2_register
[ 4.366323] mtk-mdp3 1f004000.dma-controller: Adding to iommu group 0
[ OK ] Started Job spooling tools.
[ 4.479152] mtk-camsv 1a097000.camsv7: Adding to iommu group 2
[ 4.485694] mtk-camsv 1a097000.camsv7: camsv | start mtk_camsv_probe
[ 4.491444] mtk-mdp3 1f00f000.dma-controller: Adding to iommu group 0
[ 4.495071] mtk-camsv 1a097000.camsv7: camsv | start mtk_cam_v4l2_register
[ 4.495948] mtk-mdp3 1f010000.dma-controller: Adding to iommu group 0
[ 4.496433] mtk-mdp3 1f011000.dma-controller: Adding to iommu group 0
[ 4.499418] mtk-camsv 1a097000.camsv7: camsv | stop mtk_cam_v4l2_register
[ 4.500777] mtk-mdp3 1f012000.dma-controller: Adding to iommu group 0
[ 4.517463] mtk-mdp3 1f015000.dma-controller: Adding to iommu group 0
[ 4.519073] [MTK_V4L2] level=0 fops_vcodec_open(),184: 17020000.venc encoder [1][1]
[ 4.519564] mtk-mdp3 1f016000.dma-controller: Adding to iommu group 0
[ 4.520395] [MTK_V4L2] level=0 fops_vcodec_release(),226: [1][1] encoder
[ 4.525132] [MTK_V4L2] level=0 fops_vcodec_open(),195: 16000000.vdec decoder [1][1]
[ 4.536615] [MTK_V4L2] level=0 fops_vcodec_release(),246: [1][1] decoder
[ 4.578784] mt7921e 0000:01:00.0: WM Firmware Version: ____010000, Build Time: 20251217130958
[ 4.780165] apu_load_apusys_rv_img:secure mem buffer addr:pa:0x55200000, va:0xffff80008c200000, size:0x600000
[ 4.780260] apu_load_apusys_rv_img: xfile_buf_sz = 0xee190, apusys_aee_coredump_info_t size = 0x58, coredump_buf_sz = 0x170000
[ 4.780261] apu_load_apusys_rv_img: NOT-ENABLE_APPEND_IOMMU_PAGE_TBL
[ 4.780262] apu_load_apusys_rv_img:aee_coredump buffer addr:pa:0x55800000, va:0xffff80008c800000, size:0x270000
[ 4.780397] mt8189_apu_top_pb apupll:899999268 apupll2: 629999726
[ 4.782020] mt6375-tcpc 11d71000.i2c:mt6375@34:mt6375-tcpc: did = 0x0241
[ 4.782982] mt8189_init_remote_data_sync spare_reg_base:0xffff800084f62000, offset:0x00000428
[ 4.783802] mt6375-tcpc 11d71000.i2c:mt6375@34:mt6375-tcpc: vbus regulator not supplied, using internal control
[ 4.785181] apu_top_3_init register rpmsg driver...
[ 4.797829] apu_devfreq_init register mdla_devfreq platform driver...
[ 4.800858] apu_devfreq_init register vpu_devfreq platform driver...
[ 4.805687] usb_dp_selector 10011018.usb-dp-selector: usb_dp_selector_switch_set 0
[ 4.809377] usb_dp_selector 10011018.usb-dp-selector: usb_dp_selector_mux_set data is NULL, reject.
Starting Avahi mDNS/DNS-SD Stack...
[ 4.814461] apu_power_top_on ++
[ 4.817228] apu_top_3 1c000000.apu-top-3: __apu_wake_rpc_rcx after wakeup RCX APU_RPC_INTF_PWR_RDY 0x190f0044 = 0x3
[ 4.820320] mt8189_apu_devfreq_cooling_start: ++
[ 4.823199] usb_dp_selector 10011018.usb-dp-selector: usb_dp_selector_switch_set 0
[ 4.825773] (NULL device *): sw_logger_init +
[ 4.826636] usb_dp_selector 10011018.usb-dp-selector: usb_dp_selector_mux_set data is NULL, reject.
[ 4.827994] [apusys_hwlogger][info] hw_logger_init:2107 in
[ OK 4.833504] apu_hw_logger 19024000.apusys-hw-logger: Adding to iommu group 3
0m] Started Periodic Command Scheduler.
[ 4.835745] [apusys_hwlogger][info] hw_logger_probe:1921 start
[ 4.837535] [apusys_hwlogger][info] hw_logger_probe:1932 access_rcx_in_atf : 0
[ 4.837540] [apusys_hwlogger][info] hw_logger_probe:1939 enable_interrupt : 1
[ 4.837541] [apusys_hwlogger][info] hw_logger_probe:1945 hw_log_lbc_size : 524288
[ 4.837804] apu_hw_logger 19024000.apusys-hw-logger: not support aov_log_buf_sz(0)(ret = -22)
[ 4.845487] [apusys_hwlogger][info] hw_logger_buf_alloc:266 local_log_buf = 0xffff0000cf300000
[ 4.847627] [apusys_hwlogger][info] hw_logger_buf_alloc:267 hw_log_buf = 0xffff0000cf400000, hw_log_buf_addr = 0xfff00000
[ 4.847631] [apusys_hwlogger][info] hw_logger_buf_alloc:270 hw_log_buf PA = 0x10f400000, local_log_buf PA= 0x10f300000
Starting D-Bus System Message Bus...
[ 4.847632] [apusys_hwlogger][info] hw_logger_buf_alloc:273 aov_hw_log_buf = 0x0, aov_hw_log_buf_addr = 0x0
[ 4.847700] [apusys_hwlogger][info] hw_logger_probe:1975 hw_logger_irq_number = 321
[ 4.857168] [apusys_hwlogger][info] hw_logger_probe:1999 end
[ 4.859569] apu_power_drv_init ++
[ 4.861373] [mnoc][debug] mnoc_rv_setup/186 mnoc_rv_setup +
[ OK ] Started A minimalis[ 4.863950] apusys_drv_apummu soc:apusys-apummu: Adding to iommu group 3
tic network con…h DHCPv4, rdisc and DHCPv6 support.
[ 4.866091] [apummu][info] apummu_plat_init slb_wait_time: 0
[ 4.868048] [apummu][info] apummu_plat_init is_general_SLB_support: 0
[ 4.870370] [apummu][info] apummu_probe apummu probe done
[ 4.872459] mdw_mem_rsc_init +
[ 4.874182] apumem_driver soc:mtk-apu-mem-data: Adding to iommu group 4
[ 4.876282] apumem_probe start, dev:soc:mtk-apu-mem-data
[ 4.878083] apumem_probe mask 0x3ffffffff type 2
[ 4.878089] apumem_probe dma_set_mask_and_coherent 0x3ffffffff type 2
[ 4.878091] apumem_probe dma_set_mask 0x3ffffffff type 2
[ 4.878092] Register type[2] Done
[ 4.878093] apumem_probe +
[ 4.878237] apumem_driver soc:mtk-apu-mem-code: Adding to iommu group 3
[ 4.888570] apumem_probe start, dev:soc:mtk-apu-mem-code
[ 4.890417] apumem_probe mask 0x3ffffffff type 1
[ 4.890419] apumem_probe dma_set_mask_and_coherent 0x3ffffffff type 1
[ 4.890420] apumem_probe dma_set_mask 0x3ffffffff type 1
[ 4.890422] Register type[1] Done
[ 4.890423] apumem_probe +
[ 4.890575] apumem_init:110
[ 4.900454] mdw_init register misc...
[ 4.900604] mdw_init register platorm...
Starting IPv6 Packet Filtering Framework...
[ 4.903966] mdw_init register rpmsg...
[ 4.905698] mdw_ext_init register misc...
[ 4.907638] mdw_ext_init register misc done
[ 4.909371] mdw_init init done
[ 4.910954] edma_init in
Startin[ 4.912827] [APS][info] aps_init +
g IPv4 Packet Filtering Framework...
[ 4.914643] [APS][info] aps_sysfs_init +
[ 4.916531] mtk_mdla soc:mdla: Adding to iommu group 3
[ 4.918327] mtk_mdla soc:mdla: ver = 81890505
[ 4.920000] mtk_mdla soc:mdla: core number = 1, sw_cfg = 0x40
[ 4.921855] mtk_mdla soc:mdla: mdla_rv_init()
[ 4.923668] mtk_mdla soc:mdla: mdla_probe: uP version done
[ 4.925685] mdla_init() done
[ 4.927564] mvpu_init +
[ 4.929213] mvpu_init: register platform driver pass
[ 4.930936] apu_smmu_device_init apu_smmu init
[ 4.932822] apu_pbm_drv_init ++
[ 4.932826] apu_pbm_drv_init pbm_mode:0, budget:9000(mW), off_delay:20(ms)
Starting Telephony service...
[ 4.932828] apu_pbm_drv_init pbm_mode:1, budget:9000(mW), off_delay:20(ms)
[ 4.932829] apu_pbm_drv_init --
[ 4.932927] mtk-apu 190e1000.apusys-rv: Adding to iommu group 3
[ 4.932943] mtk-apu 190e1000.apusys-rv: apu_probe +
[ 4.932946] mtk-apu 190e1000.apusys-rv: apu_probe: platdata flags=0x0002c27b
[ 4.932954] mtk-apu 190e1000.apusys-rv: apu_probe: apu=0000000054d5e3c8
[ 4.932956] mtk-apu 190e1000.apusys-rv: apu_load_get_mem_info
[ 4.932958] mtk-apu 190e1000.apusys-rv: [debug] apu_probe: before pm_runtime_enable
[ 4.932968] mtk-apu 190e1000.apusys-rv: mt8189_apu_power_init: get power_dev, name=1c000000.apu-top-3
[ 4.932973] mtk-apu 190e1000.apusys-rv: mt8189_apu_power_init: get apu-iommu0 device, name=19010000.iommu
[ 4.933555] mtk-apu 190e1000.apusys-rv: apu_config_setup: apu->conf_buf = 0xffff800086d25000, apu->conf_da = 0xffef9000
[ 4.985143] mtk-apu 190e1000.apusys-rv: apu_ipi_config_init: ipi_buf=0000000087bf8a4d, ipi_buf_da=4293885952
[ 4.989626] mvpu_config_init: g_mvpu_platdata is null, return 0 for pass apu_probe
[ 4.991811] mtk-apu 190e1000.apusys-rv: apu_ipi_register: apu=0000000054d5e3c8, ipi=0, handler=0000000000000000, priv=0000000054d5e3c8
[ OK ] Started System Logg[ 4.994624] mtk-apu 190e1000.apusys-rv: apu_ipi_init: mbox0_irq = 322
ing Service.
[ 4.996795] mtk-apu 190e1000.apusys-rv: apu_ipi_register: apu=0000000054d5e3c8, ipi=2, handler=00000000918fe87f, priv=0000000054d5e3c8
[ 4.999341] mtk-apu 190e1000.apusys-rv: apu_ipi_register: apu=0000000054d5e3c8, ipi=15, handler=000000001afbe950, priv=0000000000000000
[ 5.001967] mtk-apu 190e1000.apusys-rv: apu_ipi_register: apu=0000000054d5e3c8, ipi=10, handler=0000000062c40751, priv=0000000054d5e3c8
[ 5.004448] apu_timesync_init 71
[ 5.004461] mtk-apu 190e1000.apusys-rv: apu_ce_excep_init_v1 +
[ 5.004470] mtk-apu 190e1000.apusys-rv: apusys_rv_smc_call: smc call 33 param0 0 param1 0 return error(-45)
[ 5.009836] mtk-apu 190e1000.apusys-rv: apu_ce_irq_register: ce_exp_irq_number = 323
[ 5.011997] mtk-apu 190e1000.apusys-rv: apu_wdt_irq_register: wdt_irq_number = 324
Starting Resets System Activity Logs...
[ 5.014205] remoteproc remoteproc0: apusys-rv is available
[ 5.015967] remoteproc remoteproc0: attaching to apusys-rv
[ 5.017686] mtk-apu 190e1000.apusys-rv: apu_ipi_register: apu=0000000054d5e3c8, ipi=1, handler=00000000bd478bac, priv=000000004bfbe501
Starting Load/Save Screen Backligh…ness of backlight:backlight-lcd0...
Starting User Login Management...
[ OK ] Started D-Bus System Message Bus.
[ OK ] Finished IPv6 Packet Filtering Framework.
[ OK ] Finished IPv4 Packet Filtering Framework.
[ OK ] Finished Resets System Activity Logs.
[ OK ] Finished Load/Save Screen Backligh…htness of backlight:backlight-lcd0.
[ OK ] Started User Login Management.
[ OK ] Found device /dev/vcu.
[ OK ] Started Telephony service.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Created slice Slice /system/tee-supplicant.
[ OK ] Reached target Preparation for Network.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Starting Network Manager...
Starting Save/Restore Sound Card State...
Starting Bluetooth service...
Starting Virtual Console Setup...
[ OK ] Started TEE Supplicant.
[ OK ] Started MediaTek VPUD daemon.
[ OK ] Finished Save/Restore Sound Card State.
[ OK ] Reached target Sound Card.
Starting Hostname Service...
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Started Bluetooth service.
[ OK ] Reached target Bluetooth Support.
[ OK ] Finished Virtual Console Setup.
[ OK ] Started Hostname Service.
Starting Network Manager Script Dispatcher Service...
[ OK ] Started Network Manager Script Dispatcher Service.
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
Starting DNS forwarder and DHCP server...
Starting Permit User Sessions...
[ OK ] Started USB gadget (ADB+RNDIS) interface.
[ OK ] Started Xinetd A Powerful Replacement For Inetd.
[ OK ] Finished Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
Starting Weston, a Wayland compositor, as a system service...
Starting WPA supplicant...
[ OK ] Started DNS forwarder and DHCP server.
[ OK ] Reached target Multi-User System.
[ OK ] Started WPA supplicant.
[ OK ] Created slice User Slice of UID 1000.
Starting User Runtime Directory /run/user/1000...
[ OK ] Finished User Runtime Directory /run/user/1000.
Starting User Manager for UID 1000...
[ OK ] Started User Manager for UID 1000.
[ OK ] Started Session c1 of User weston.
[ OK ] Started Weston, a Wayland compositor, as a system service.
[ OK ] Reached target Graphical Interface.
Starting Record Runlevel Change in UTMP...
[ OK ] Finished Record Runlevel Change in UTMP.
Rity Demo Layer 25.1.1-release genio-720-evk-ufs ttyS0
genio-720-evk-ufs login: root
root@genio-720-evk-ufs:~#


