我们使用的是工业级jetson agx orin,SDK版本是r35.6.1, 在UEFI启动阶段遇到了如下问题:
ASSERT [FvbNorFlashStandaloneMm] /dvs/git/dirty/git-master_linux/out/nvidia/optee.t234-uefi/StandaloneMmOptee_RELEASE/edk2-nvidia/Silicon/NVIDIA/Drivers/FvbNorFlashDxe/FvbNorFlashStandaloneMm.c(978): ((BOOLEAN)(0==1))
*** Please note that this reply is generated by LLM automatically ***
您好!我了解您遇到的问题是在使用工业级 Jetson AGX Orin 时,在 UEFI 启动阶段遇到了一个断言错误。您已经参照了相关帖子并修改了代码,但是问题仍然存在。
首先,我需要指出的是,断言错误通常是由于代码逻辑错误或数据不一致导致的。在这种情况下,断言错误发生在 FvbNorFlashStandaloneMm.c
文件的第 978 行,表明在 FvbNorFlashStandaloneMm
模块中有一个逻辑错误。
您提到的帖子和 GitHub 提交记录表明,问题可能与 edk2-nvidia
仓库中的一个 bug 有关。该 bug 是由于 FvbNorFlashStandaloneMm
模块中的一个逻辑错误导致的,具体来说,是由于 BOOLEAN
类型的变量被错误地初始化为 0。
您已经按照帖子中的指示修改了代码并重新编译,但是问题仍然存在。这可能是因为修改后的代码没有正确地解决问题,或者是因为其他原因导致的问题仍然存在。
为了进一步诊断问题,我建议您尝试以下步骤:
- 检查修改后的代码是否正确地解决了问题。您可以通过调试或打印日志来验证修改后的代码是否正确地执行。
- 检查
FvbNorFlashStandaloneMm
模块的其他部分是否存在逻辑错误。您可以通过代码审查或调试来验证模块的其他部分是否正确地执行。 - 检查 UEFI 启动阶段的其他模块是否存在问题。您可以通过调试或打印日志来验证其他模块是否正确地执行。
- 尝试使用不同的 UEFI 版本或配置来重现问题。您可以通过更换 UEFI 版本或配置来验证问题是否特定于当前的 UEFI 环境。
如果您仍然无法解决问题,我建议您在 NVIDIA 开发者论坛或其他相关社区中寻求帮助。您可以提供更多的详细信息,例如您的代码修改、调试日志和 UEFI 配置,以便其他开发者更好地理解和解决问题。
最后,我需要指出的是,Jetson AGX Orin 是一个复杂的系统,UEFI 启动阶段涉及多个模块和组件。解决问题可能需要深入地了解系统的内部工作原理和代码逻辑。
Hi 1986435945
Are you using the devkit or custom board for AGX Orin?
Please share the detailed steps how did you apply the change.
The fix should be included in tos image so that you have to update A_secure-os and B_secure-os partitions in QSPI.
我们使用的是自己的定制板,我们参照Build with docker · NVIDIA/edk2-nvidia Wiki · GitHub 下载了UEFI源码,edk2-nvidia目录切换到r35.6.1-updates分支,按照Varint readfix r35.5.0 by gmahadevan · Pull Request #110 · NVIDIA/edk2-nvidia · GitHub 修改了代码,执行edk2_docker edk2-nvidia/Platform/NVIDIA/Jetson/build.sh进行编译,mv images/uefi_Jetson_RELEASE.bin /home/sq/Linux_for_Tegra/bootloader/uefi_jetson.bin, ,再把备份的system.img放到Linux_for_Tegra/bootloader, 然后执行sudo ./flash.sh -r jetson-agx-orin-devkit-industrial mmcblk0p1进行烧写。
这是启动log:
▒▒
[0000.062] I> MB1 (version: 1.4.0.4-t234-54845784-e89ea9bc)
[0000.068] I> t234-A01-1-Silicon (0x12347) Prod
[0000.072] I> Boot-mode : Coldboot
[0000.075] I> Entry timestamp: 0x00000000
[0000.079] I> last_boot_error: 0x0
[0000.082] I> BR-BCT: preprod_dev_sign: 0
[0000.086] I> rst_source: 0x0, rst_level: 0x0
[0000.090] I> Task: SE error check
[0000.093] I> Task: Bootchain select WAR set
[0000.097] I> Task: Enable SLCG
[0000.100] I> Task: CRC check
[0000.103] I> Task: Initialize MB2 params
[0000.107] I> MB2-params @ 0x40060000
[0000.110] I> Task: Crypto init
[0000.113] I> Task: Perform MB1 KAT tests
[0000.117] I> Task: NVRNG health check
[0000.121] I> NVRNG: Health check success
[0000.125] I> Task: MSS Bandwidth limiter settings for iGPU clients
[0000.131] I> Task: Enabling and initialization of Bandwidth limiter
[0000.137] I> No request to configure MBWT settings for any PC!
[0000.142] I> Task: Secure debug controls
[0000.146] I> Task: strap war set
[0000.149] I> Task: Initialize SOC Therm
[0000.153] I> Task: Program NV master stream id
[0000.157] I> Task: Verify boot mode
[0000.163] I> Task: Alias fuses
[0000.166] W> FUSE_ALIAS: Fuse alias on production fused part is not supported.
[0000.173] I> Task: Print SKU type
[0000.176] I> FUSE_OPT_CCPLEX_CLUSTER_DISABLE = 0x00000000
[0000.182] I> FUSE_OPT_GPC_DISABLE = 0x00000000
[0000.186] I> FUSE_OPT_TPC_DISABLE = 0x00000000
[0000.190] I> FUSE_OPT_DLA_DISABLE = 0x00000000
[0000.195] I> FUSE_OPT_PVA_DISABLE = 0x00000000
[0000.199] I> FUSE_OPT_NVENC_DISABLE = 0x00000000
[0000.203] I> FUSE_OPT_NVDEC_DISABLE = 0x00000000
[0000.208] I> FUSE_OPT_FSI_DISABLE = 0x00000000
[0000.212] I> FUSE_OPT_EMC_DISABLE = 0x00000000
[0000.216] I> FUSE_BOOTROM_PATCH_VERSION = 0x7
[0000.220] I> FUSE_PSCROM_PATCH_VERSION = 0x7
[0000.225] I> FUSE_OPT_ADC_CAL_FUSE_REV = 0x2
[0000.229] I> FUSE_SKU_INFO_0 = 0x90
[0000.232] I> FUSE_OPT_SAMPLE_TYPE_0 = 0x3 PS
[0000.236] I> FUSE_PACKAGE_INFO_0 = 0x2
[0000.240] I> SKU: Prod
[0000.242] I> Task: Boost clocks
[0000.245] I> Initializing PLLC2 for AXI_CBB.
[0000.249] I> AXI_CBB : src = 35, divisor = 0
[0000.253] I> Task: Voltage monitor
[0000.257] I> VMON: Vmon re-calibration and fine tuning done
[0000.262] I> Task: UPHY init
[0000.267] I> HSIO UPHY init done
[0000.270] W> Skipping GBE UPHY config
[0000.273] I> Task: Boot device init
[0000.277] I> Boot_device: QSPI_FLASH instance: 0
[0000.281] I> Qspi clock source : pllc_out0
[0000.285] I> QSPI Flash: Macronix 64MB
[0000.289] I> QSPI-0l initialized successfully
[0000.293] I> Task: TSC init
[0000.296] I> Task: Load membct
[0000.299] I> RAM_CODE 0x4000441
[0000.302] I> Loading MEMBCT
[0000.305] I> Slot: 0
[0000.307] I> Binary[1] block-3840 (partition size: 0x40000)
[0000.312] I> Binary name: MEM-BCT-1
[0000.316] I> Size of crypto header is 8192
[0000.320] I> Size of crypto header is 8192
[0000.324] I> strt_pg_num(3840) num_of_pgs(16) read_buf(0x40050000)
[0000.330] I> BCH of MEM-BCT-1 read from storage
[0000.334] I> BCH address is : 0x40050000
[0000.338] I> MEM-BCT-1 header integrity check is success
[0000.343] I> Binary magic in BCH component 1 is MEM1
[0000.348] I> component binary type is 1
[0000.352] I> strt_pg_num(3971) num_of_pgs(115) read_buf(0x40040000)
[0000.358] I> MEM-BCT-1 binary is read from storage
[0000.363] I> MEM-BCT-1 binary integrity check is success
[0000.368] I> Binary MEM-BCT-1 loaded successfully at 0x40040000 (0xe580)
[0000.375] I> RAM_CODE 0x4000441
[0000.380] I> RAM_CODE 0x4000441
[0000.384] I> Task: Load Page retirement list
[0000.388] I> Slot: 0
[0000.390] I> Binary[4] block-125952 (partition size: 0x80000)
[0000.396] I> Binary name: DRAM bad page list (P)
[0000.400] I> Size of crypto header is 8192
[0000.404] I> Size of crypto header is 8192
[0000.408] I> strt_pg_num(125952) num_of_pgs(16) read_buf(0x40050000)
[0000.415] I> BCH of DRAM bad page list (P) read from storage
[0000.420] I> BCH address is : 0x40050000
[0000.424] I> component binary type is 4
[0000.428] I> DRAM bad page list (P) header integrity check is success
[0000.434] I> Binary magic in BCH component 0 is BINF
[0000.439] I> component binary type is 4
[0000.442] I> component binary type is 4
[0000.446] I> Size of crypto header is 8192
[0000.450] I> component binary type is 4
[0000.454] I> strt_pg_num(125968) num_of_pgs(8) read_buf(0x40040000)
[0000.460] I> DRAM bad page list (P) binary is read from storage
[0000.466] I> DRAM bad page list (P) binary integrity check is success
[0000.472] I> Binary DRAM bad page list (P) loaded successfully at 0x40040000 (0x1000)
[0000.482] I> Task: SDRAM params override
[0000.486] I> Task: Save mem-bct info
[0000.490] I> Task: Carveout allocate
[0000.493] I> RCM blob carveout will not be allocated
[0000.498] I> Update CCPLEX IST carveout from MB1-BCT
[0000.503] I> ECC region[0]: Start:0x80000000, End:0xe80000000
[0000.508] I> ECC region[1]: Start:0x0, End:0x0
[0000.513] I> ECC region[2]: Start:0x0, End:0x0
[0000.517] I> ECC region[3]: Start:0x0, End:0x0
[0000.521] I> ECC region[4]: Start:0x0, End:0x0
[0000.525] I> Non-ECC region[0]: Start:0x0, End:0x0
[0000.530] I> Non-ECC region[1]: Start:0x0, End:0x0
[0000.535] I> Non-ECC region[2]: Start:0x0, End:0x0
[0000.539] I> Non-ECC region[3]: Start:0x0, End:0x0
[0000.544] I> Non-ECC region[4]: Start:0x0, End:0x0
[0000.555] I> allocated(CO:44) base:0xe49800000 size:0x36800000 align: 0x100000
[0000.562] I> allocated(CO:31) base:0xe40000000 size:0x8000000 align: 0x8000000
[0000.569] I> allocated(CO:43) base:0xe3c000000 size:0x4000000 align: 0x200000
[0000.576] I> allocated(CO:39) base:0xe39e00000 size:0x2200000 align: 0x10000
[0000.583] I> allocated(CO:20) base:0xe36000000 size:0x2000000 align: 0x2000000
[0000.590] I> allocated(CO:24) base:0xe34000000 size:0x2000000 align: 0x2000000
[0000.597] I> allocated(CO:28) base:0xe32000000 size:0x2000000 align: 0x2000000
[0000.604] I> allocated(CO:29) base:0xe30000000 size:0x2000000 align: 0x2000000
[0000.611] I> allocated(CO:22) base:0xe48000000 size:0x1000000 align: 0x1000000
[0000.618] I> allocated(CO:41) base:0xe38e00000 size:0x1000000 align: 0x100000
[0000.626] I> allocated(CO:35) base:0xe38000000 size:0xe00000 align: 0x10000
[0000.632] I> allocated(CO:02) base:0xe49000000 size:0x800000 align: 0x800000
[0000.639] I> allocated(CO:03) base:0xe2f800000 size:0x800000 align: 0x800000
[0000.646] I> allocated(CO:06) base:0xe2f000000 size:0x800000 align: 0x800000
[0000.653] I> allocated(CO:56) base:0xe2e800000 size:0x800000 align: 0x200000
[0000.660] I> allocated(CO:07) base:0xe2e400000 size:0x400000 align: 0x400000
[0000.667] I> allocated(CO:33) base:0xe2e000000 size:0x400000 align: 0x200000
[0000.674] I> allocated(CO:23) base:0xe2de00000 size:0x200000 align: 0x200000
[0000.681] I> allocated(CO:01) base:0xe2dd00000 size:0x100000 align: 0x100000
[0000.688] I> allocated(CO:05) base:0xe2dc00000 size:0x100000 align: 0x100000
[0000.695] I> allocated(CO:08) base:0xe2db00000 size:0x100000 align: 0x100000
[0000.702] I> allocated(CO:09) base:0xe2da00000 size:0x100000 align: 0x100000
[0000.709] I> allocated(CO:15) base:0xe2d900000 size:0x100000 align: 0x100000
[0000.716] I> allocated(CO:17) base:0xe2d800000 size:0x100000 align: 0x100000
[0000.723] I> allocated(CO:27) base:0xe2d700000 size:0x100000 align: 0x100000
[0000.730] I> allocated(CO:42) base:0xe2d600000 size:0x100000 align: 0x100000
[0000.737] I> allocated(CO:54) base:0xe2d580000 size:0x80000 align: 0x80000
[0000.743] I> allocated(CO:34) base:0xe2d570000 size:0x10000 align: 0x10000
[0000.750] I> allocated(CO:72) base:0xe2d370000 size:0x200000 align: 0x10000
[0000.757] I> allocated(CO:47) base:0xe2ce00000 size:0x400000 align: 0x200000
[0000.764] I> allocated(CO:48) base:0xe2d350000 size:0x20000 align: 0x10000
[0000.771] I> allocated(CO:69) base:0xe2d330000 size:0x20000 align: 0x10000
[0000.777] I> allocated(CO:49) base:0xe2d320000 size:0x10000 align: 0x10000
[0000.784] I> allocated(CO:50) base:0xe2d310000 size:0x10000 align: 0x10000
[0000.791] I> allocated(CO:52) base:0xe2d300000 size:0x10000 align: 0x10000
[0000.798] I> NSDRAM base: 0x80000000, end: 0xe2d370000, size: 0xdad370000
[0000.804] I> Task: Thermal check
[0000.807] I> Using min_chip_limit as min_tmon_limit
[0000.812] I> Using max_chip_limit as max_tmon_limit
[0000.817] I> BCT max_tmon_limit = 118
[0000.820] I> BCT min_tmon_limit = -43
[0000.824] I> BCT max_tmon_limit = 118
[0000.827] I> BCT min_tmon_limit = -43
[0000.831] I> SKU specific max_chip_limit = 125
[0000.835] I> SKU specific min_chip_limit = -43
[0000.839] I> BCT max_chip_limit = 118
[0000.843] I> BCT min_chip_limit = -43
[0000.846] I> enable_soctherm_polling = 0
[0000.850] I> max temp read = 30
[0000.853] I> min temp read = 29
[0000.856] I> Enabling thermtrip
[0000.859] I> Task: Update FSI SCR with thermal fuse data
[0000.864] I> Task: Enable WDT 5th expiry
[0000.868] I> Task: I2C register
[0000.871] I> Task: Set I2C bus freq
[0000.874] I> Task: Reset FSI
[0000.877] I> Task: Pinmux init
[0000.880] I> Task: Prod config init
[0000.884] I> Task: Pad voltage init
[0000.887] I> Task: Prod init
[0000.890] I> Task: Program rst req config reg
[0000.894] I> Task: Common rail init
[0000.898] I> DONE: Thermal config
[0000.901] W> DEVICE_PROD: module = 13, instance = 4 not found in device prod.
[0000.910] I> DONE: SOC rail config
[0000.913] W> PMIC_CONFIG: Rail: MEMIO rail config not found in MB1 BCT.
[0000.919] I> DONE: MEMIO rail config
[0000.923] I> DONE: GPU rail info
[0000.926] I> DONE: CV rail info
[0000.929] I> Task: Mem clock src
[0000.932] I> Task: Misc. board config
[0000.936] I> PMIC_CONFIG: Platform config not found in MB1 BCT.
[0000.941] I> Task: SDRAM init
[0000.944] I> MemoryType: 4 MemBctRevision: 8
[0000.951] I> MSS CAR: PLLM/HUB programming for MemoryType: 4 and MemBctRevision: 8
[0000.958] I> MSS CAR: Init PLLM
[0000.961] I> MSS CAR: Init PLLHUB
[0000.966] I> Encryption: MTS: en, TX: en, VPR: en, GSC: en
[0000.978] I> SDRAM initialized!
[0000.981] I> SDRAM Size in Total 0xe00000000
[0000.985] I> Task: Dram Ecc scrub
[0000.988] I> DRAM ECC Scrub Mode: full
[0002.710] I> SDRAM scrub successful
[0002.713] I> Task: DRAM alias check
[0002.730] I> Task: Program NSDRAM carveout
[0002.734] I> NSDRAM carveout encryption is enabled
[0002.738] I> Program NSDRAM carveout
[0002.742] I> Task: Register checker
[0002.745] I> Task: Enable clock-mon
[0002.760] I> FMON: Fmon re-programming done
[0002.764] I> Task: Mapper init
[0002.766] I> Task: SC7 Context Init
[0002.770] I> Task: CCPLEX IST init
[0002.773] I> Task: CPU WP0
[0002.776] I> Loading MCE
[0002.778] I> Slot: 0
[0002.780] I> Binary[8] block-20736 (partition size: 0x80000)
[0002.786] I> Binary name: MCE
[0002.788] I> Size of crypto header is 8192
[0002.792] I> Size of crypto header is 8192
[0002.796] I> strt_pg_num(20736) num_of_pgs(16) read_buf(0x4003e000)
[0002.803] I> BCH of MCE read from storage
[0002.807] I> BCH address is : 0x4003e000
[0002.810] I> MCE header integrity check is success
[0002.815] I> Binary magic in BCH component 0 is MTSM
[0002.820] I> component binary type is 8
[0002.824] I> Size of crypto header is 8192
[0002.827] I> strt_pg_num(20752) num_of_pgs(357) read_buf(0x40000000)
[0002.836] I> MCE binary is read from storage
[0002.840] I> MCE binary integrity check is success
[0002.845] I> Binary MCE loaded successfully at 0x40000000 (0x2c880)
[0002.851] I> Size of crypto header is 8192
[0002.862] I> Size of crypto header is 8192
[0002.866] I> Sending WP0 mailbox command to PSC
[0002.875] I> Task: XUSB Powergate
[0002.878] I> Skipping powergate XUSB.
[0002.882] I> Task: MB1 fixed firewalls
[0002.888] W> Firewall readback mismatch
[0002.893] I> Task: Load bpmp-fw
[0002.896] I> Slot: 0
[0002.898] I> Binary[15] block-9984 (partition size: 0x180000)
[0002.904] I> Binary name: BPMP_FW
[0002.907] I> Size of crypto header is 8192
[0002.911] I> Size of crypto header is 8192
[0002.915] I> strt_pg_num(9984) num_of_pgs(16) read_buf(0x807fe000)
[0002.921] I> BCH of BPMP_FW read from storage
[0002.925] I> BCH address is : 0x807fe000
[0002.929] I> BPMP_FW header integrity check is success
[0002.934] I> Binary magic in BCH component 0 is BPMF
[0002.939] I> component binary type is 15
[0002.943] I> Size of crypto header is 8192
[0002.947] I> strt_pg_num(10000) num_of_pgs(2028) read_buf(0x80000000)
[0002.964] I> BPMP_FW binary is read from storage
[0002.971] I> BPMP_FW binary integrity check is success
[0002.976] I> Binary BPMP_FW loaded successfully at 0x80000000 (0xfd640)
[0002.982] I> Slot: 0
[0002.984] I> Binary[16] block-13056 (partition size: 0x300000)
[0002.990] I> Binary name: BPMP_FW_DTB
[0002.993] I> Size of crypto header is 8192
[0002.997] I> Size of crypto header is 8192
[0003.001] I> strt_pg_num(13056) num_of_pgs(16) read_buf(0x807fc000)
[0003.008] I> BCH of BPMP_FW_DTB read from storage
[0003.012] I> BCH address is : 0x807fc000
[0003.016] I> BPMP_FW_DTB header integrity check is success
[0003.021] I> Binary magic in BCH component 0 is BPMD
[0003.026] I> component binary type is 16
[0003.030] I> Size of crypto header is 8192
[0003.034] I> strt_pg_num(13072) num_of_pgs(280) read_buf(0x807d8ff0)
[0003.042] I> BPMP_FW_DTB binary is read from storage
[0003.047] I> BPMP_FW_DTB binary integrity check is success
[0003.052] I> Binary BPMP_FW_DTB loaded successfully at 0x807d8ff0 (0x22e80)
[0003.059] I> Task: BPMP fw ast config
[0003.062] I> Task: Load psc-fw
[0003.065] I> Slot: 0
[0003.067] I> Binary[17] block-19200 (partition size: 0xc0000)
[0003.073] I> Binary name: PSC_FW
[0003.076] I> Size of crypto header is 8192
[0003.080] I> Size of crypto header is 8192
[0003.084] I> strt_pg_num(19200) num_of_pgs(16) read_buf(0x80ffe000)
[0003.090] I> BCH of PSC_FW read from storage
[0003.094] I> BCH address is : 0x80ffe000
[0003.098] I> PSC_FW header integrity check is success
[0003.103] I> Binary magic in BCH component 0 is PFWP
[0003.108] I> component binary type is 17
[0003.112] I> Size of crypto header is 8192
[0003.115] I> strt_pg_num(19216) num_of_pgs(717) read_buf(0x80fa4600)
[0003.126] I> PSC_FW binary is read from storage
[0003.131] I> PSC_FW binary integrity check is success
[0003.136] I> Binary PSC_FW loaded successfully at 0x80fa4600 (0x59980)
[0003.142] I> Task: Load nvdec-fw
[0003.145] I> Slot: 0
[0003.147] I> Binary[7] block-6400 (partition size: 0x100000)
[0003.153] I> Binary name: NVDEC
[0003.156] I> Size of crypto header is 8192
[0003.160] I> Size of crypto header is 8192
[0003.164] I> strt_pg_num(6400) num_of_pgs(16) read_buf(0x800fe000)
[0003.170] I> BCH of NVDEC read from storage
[0003.174] I> BCH address is : 0x800fe000
[0003.178] I> NVDEC header integrity check is success
[0003.182] I> Binary magic in BCH component 0 is NDEC
[0003.187] I> component binary type is 7
[0003.191] I> Size of crypto header is 8192
[0003.195] I> strt_pg_num(6416) num_of_pgs(560) read_buf(0x80000000)
[0003.204] I> NVDEC binary is read from storage
[0003.209] I> NVDEC binary integrity check is success
[0003.214] I> Binary NVDEC loaded successfully at 0x80000000 (0x46000)
[0003.220] I> Size of crypto header is 8192
[0003.232] I> Task: Load tsec-fw
[0003.235] I> TSEC-FW load support not enabled
[0003.239] I> Task: GPIO interrupt map
[0003.243] I> Task: SC7 context save
[0003.246] I> Slot: 0
[0003.248] I> Binary[27] block-0 (partition size: 0x100000)
[0003.253] I> Binary name: BR_BCT
[0003.256] I> Size of crypto header is 8192
[0003.260] I> Size of crypto header is 8192
[0003.264] I> Size of crypto header is 8192
[0003.268] I> strt_pg_num(0) num_of_pgs(16) read_buf(0xa0000000)
[0003.274] I> BR_BCT binary is read from storage
[0003.279] I> BR_BCT binary integrity check is success
[0003.283] I> Binary BR_BCT loaded successfully at 0xa0000000 (0x2000)
[0003.290] I> Slot: 0
[0003.292] I> Binary[13] block-21760 (partition size: 0x30000)
[0003.297] I> Binary name: SC7-FW
[0003.300] I> Size of crypto header is 8192
[0003.304] I> Size of crypto header is 8192
[0003.308] I> Size of crypto header is 8192
[0003.312] I> Size of crypto header is 8192
[0003.316] I> strt_pg_num(21760) num_of_pgs(16) read_buf(0xa0002000)
[0003.322] I> BCH of SC7-FW read from storage
[0003.327] I> BCH address is : 0xa0002000
[0003.330] I> SC7-FW header integrity check is success
[0003.335] I> Binary magic in BCH component 0 is WB0B
[0003.340] I> component binary type is 13
[0003.344] I> Size of crypto header is 8192
[0003.348] I> strt_pg_num(21776) num_of_pgs(349) read_buf(0xa0004000)
[0003.356] I> SC7-FW binary is read from storage
[0003.361] I> SC7-FW binary integrity check is success
[0003.366] I> Binary SC7-FW loaded successfully at 0xa0004000 (0x2ba00)
[0003.372] I> Slot: 0
[0003.374] I> Binary[22] block-22144 (partition size: 0x30000)
[0003.380] I> Binary name: PSC_RF
[0003.383] I> Size of crypto header is 8192
[0003.387] I> Size of crypto header is 8192
[0003.391] I> Size of crypto header is 8192
[0003.394] I> Size of crypto header is 8192
[0003.398] I> strt_pg_num(22144) num_of_pgs(16) read_buf(0xa002fa00)
[0003.405] I> BCH of PSC_RF read from storage
[0003.409] I> BCH address is : 0xa002fa00
[0003.413] I> PSC_RF header integrity check is success
[0003.417] I> Binary magic in BCH component 0 is PSCR
[0003.422] I> component binary type is 22
[0003.426] I> Size of crypto header is 8192
[0003.430] I> strt_pg_num(22160) num_of_pgs(256) read_buf(0xa0031a00)
[0003.438] I> PSC_RF binary is read from storage
[0003.442] I> PSC_RF binary integrity check is success
[0003.447] I> Binary PSC_RF loaded successfully at 0xa0031a00 (0x20000)
[0003.457] I> Task: Save WP0 payload to SC7 ctx
[0003.461] I> Task: Load MB2rf binary to SC7 ctx
[0003.465] I> Slot: 0
[0003.467] I> Binary[14] block-22528 (partition size: 0x20000)
[0003.473] I> Binary name: MB2_RF
[0003.476] I> Size of crypto header is 8192
[0003.480] I> Size of crypto header is 8192
[0003.484] I> Size of crypto header is 8192
[0003.488] I> Size of crypto header is 8192
[0003.492] I> strt_pg_num(22528) num_of_pgs(16) read_buf(0xa00d6aa0)
[0003.498] I> BCH of MB2_RF read from storage
[0003.502] I> BCH address is : 0xa00d6aa0
[0003.506] I> MB2_RF header integrity check is success
[0003.511] I> Binary magic in BCH component 0 is MB2R
[0003.516] I> component binary type is 14
[0003.519] I> Size of crypto header is 8192
[0003.523] I> strt_pg_num(22544) num_of_pgs(223) read_buf(0xa00d8aa0)
[0003.531] I> MB2_RF binary is read from storage
[0003.535] I> MB2_RF binary integrity check is success
[0003.540] I> Binary MB2_RF loaded successfully at 0xa00d8aa0 (0x1bcc0)
[0003.547] I> Task: Save fuse alias data to SC7 ctx
[0003.551] I> Task: Save PMIC data to SC7 ctx
[0003.555] I> Task: Save Pinmux data to SC7 ctx
[0003.560] I> Task: Save Pad Voltage data to SC7 ctx
[0003.564] I> Task: Save controller prod data to SC7 ctx
[0003.570] I> Task: Save prod cfg data to SC7 ctx
[0003.574] I> Task: Save I2C bus freq data to SC7 ctx
[0003.579] I> Task: Save SOCTherm data to SC7 ctx
[0003.583] I> Task: Save FMON data to SC7 ctx
[0003.587] I> Task: Save VMON data to SC7 ctx
[0003.591] I> Task: Save TZDRAM data to SC7 ctx
[0003.596] I> Task: Save GPIO int data to SC7 ctx
[0003.600] I> Task: Save clock data to SC7 ctx
[0003.604] I> Task: Save debug data to SC7 ctx
[0003.609] I> Task: Save MBWT data to SC7 ctx
[0003.617] I> SC7 context save done
[0003.620] I> Task: Load MB2/Applet/FSKP
[0003.624] I> Loading MB2
[0003.626] I> Slot: 0
[0003.628] I> Binary[6] block-8448 (partition size: 0x80000)
[0003.633] I> Binary name: MB2
[0003.636] I> Size of crypto header is 8192
[0003.640] I> Size of crypto header is 8192
[0003.644] I> strt_pg_num(8448) num_of_pgs(16) read_buf(0x8007e000)
[0003.650] I> BCH of MB2 read from storage
[0003.654] I> BCH address is : 0x8007e000
[0003.658] I> MB2 header integrity check is success
[0003.663] I> Binary magic in BCH component 0 is MB2B
[0003.667] I> component binary type is 6
[0003.671] I> Size of crypto header is 8192
[0003.675] I> strt_pg_num(8464) num_of_pgs(839) read_buf(0x80000000)
[0003.686] I> MB2 binary is read from storage
[0003.691] I> MB2 binary integrity check is success
[0003.696] I> Binary MB2 loaded successfully at 0x80000000 (0x68c10)
[0003.702] I> Task: Map CCPLEX SHARED carveout
[0003.706] I> Task: Prepare MB2 params
[0003.710] I> Task: Dram ecc test
[0003.713] I> Task: Misc NV security settings
[0003.717] I> NVDEC sticky bits programming done
[0003.721] I> Successfully powergated NVDEC
[0003.725] I> Task: Disable/Reload WDT
[0003.729] I> Task: Program misc carveouts
[0003.733] I> Program IPC carveouts
[0003.736] I> Task: Disable SCPM/POD reset
[0003.740] I> SLCG Global override status := 0x0
[0003.744] I> MB1: MSS reconfig completed
I> MB2 (version: 0.0.0.0-t234-54845784-7f6f63a6)
I> t234-A01-1-Silicon (0x12347)
I> Boot-mode : Coldboot
I> Emulation:
I> Entry timestamp: 0x0039812f
I> Regular heap: [base:0x40040000, size:0x10000]
I> DMA heap: [base:0xe2e800000, size:0x800000]
I> Task: ARI update carveout TZDRAM (0x50002050)
I> Task: Check MC errors (0x5000204c)
I> Task: SMMU external bypass disable (0x500184fc)
I> Task: Enable hot-plug capability (0x50028dec)
I> Task: TZDRAM heap init (0x50019de0)
I> Task: PSC mailbox init (0x50018548)
I> Task: Crypto init (0x50006888)
I> Task: Enable GP-SE clock (0x500021b4)
I> Task: Measured Boot init (0x5001bd30)
I> Task: fTPM silicon identity init (0x5001bedc)
I> fTPM is not enabled.
I> Task: OEM SC7 context save init (0x5001b27c)
I> Task: I2C register (0x50002010)
I> Task: Map CCPLEX_INTERWORLD_SHMEM carveout (0x50001ff8)
I> Task: Program CBB PCIE AMAP regions (0x5001b9dc)
I> Task: Boot device init (0x50001f40)
I> Boot_device: QSPI_FLASH instance: 0
I> Qspi clock source : pllc_out0
I> QSPI-0l initialized successfully
I> Task: Partition Manager Init (0x50001f20)
I> Active chain: 0
I> Found 58 partitions in QSPI_FLASH (instance 0)
I> Active chain: 0
W> Cannot find any partition table for 00000003
> PARTITION_MANAGER: Failed to publish partition.
I> Active chain: 0
I> Found 15 partitions in SDMMC_USER (instance 3)
I> Task: Load and authenticate registered FWs (0x5001ed44)
I> Task: Load AUXP FWs (0x50028970)
I> Successfully register SPE FW load task with MB2 loader
I> Skipping SCE FW load
I> Successfully register RCE FW load task with MB2 loader
I> Successfully register DCE FW load task with MB2 loader
I> Unpowergating APE
I> Unpowergate done
I> Successfully register APE FW load task with MB2 loader
I> Successfully register FSI FW load task with MB2 loader
I> Successfully register XUSB FW load task with MB2 loader
I> Active chain: 0
I> Partition name: A_spe-fw
I> Size of partition: 589824
I> Binary@ device:3/0 block-55040 (partition size: 0x90000), name: A_spe-fw
I> Active chain: 0
I> Partition name: A_rce-fw
I> Size of partition: 1048576
I> Binary@ device:3/0 block-56192 (partition size: 0x100000), name: A_rce-fw
I> spe: Authentication Finalize Done
I> Binary spe loaded successfully at 0xe2db00000
I> Active chain: 0
I> Partition name: A_dce-fw
I> Size of partition: 2097152
I> Binary@ device:3/0 block-38656 (partition size: 0x200000), name: A_dce-fw
I> rce: Authentication Finalize Done
I> Binary rce loaded successfully at 0xe2d800000
I> Successfully register RCE FW context save task with MB2 loader
I> dce : oem authentication of header done
I> dce : meta-blob integrity check is success.
I> dce : will be decompressed at 0xe36000000
I> version 1 Bin 1 BCheckSum 0 content_size 0 Content ChkSum 1 reserved_00 0
I> Reserved10 0 BlockMaxSize 5 Reserved11 0
I> dce : decompressed to 9451984 bytes
I> dce: plain binary integrity check is success
I> Active chain: 0
I> Partition name: A_adsp-fw
I> Size of partition: 2097152
I> Binary@ device:3/0 block-58240 (partition size: 0x200000), name: A_adsp-fw
I> dce: Authentication Finalize Done
I> Binary dce loaded successfully at 0xe36000000
I> Active chain: 0
I> Partition name: A_fsi-fw
I> Size of partition: 6291456
I> Binary@ device:3/0 block-42752 (partition size: 0x600000), name: A_fsi-fw
I> FSI load addr: 0xe30000000
I> ape: Authentication Finalize Done
I> Binary ape loaded successfully at 0xe2e400000
I> Successfully register APE FW context save task with MB2 loader
I> Active chain: 0
I> Partition name: A_xusb-fw
I> Size of partition: 262144
I> Binary@ device:3/0 block-9472 (partition size: 0x40000), name: A_xusb-fw
I> fsi: Authentication Finalize Done
I> Binary fsi loaded successfully at 0xe30000000
I> Successfully register FSI FW context save task with MB2 loader
I> Configuring FSI PLL
W> PLLFSI init is not supported
I> FSI_CHSM_ATCM DMA xfer done
I> FSI_CHSM_BTCM DMA xfer done
I> FSI_CPU0_ATCM DMA xfer done
I> FSI_CPU0_BTCM DMA xfer done
I> FSI_CPU0_CTCM DMA xfer done
I> FSI_CPU1_ATCM DMA xfer done
I> FSI_CPU1_BTCM DMA xfer done
I> FSI_CPU1_CTCM DMA xfer done
I> FSI_CPU2_ATCM DMA xfer done
I> FSI_CPU2_BTCM DMA xfer done
I> FSI_CPU2_CTCM DMA xfer done
I> FSI_CPU3_ATCM DMA xfer done
I> FSI_CPU3_BTCM DMA xfer done
I> FSI_CPU3_CTCM DMA xfer done
I> FSI_SRAM DMA xfer done
I> xusb: Authentication Finalize Done
I> Binary xusb loaded successfully at 0xe2dc00000
I> Successfully register XUSB FW context save task with MB2 loader
I> Task: Check MC errors (0x5000204c)
I> Task: Carveout setup (0x500214d0)
I> Program remaining OEM carveouts
I> Task: Enable FSITHERM (0x500183cc)
I> Task: Enable FSI VMON (0x50017ec8)
I> FSI VMON: FSI Vmon re-calibration and fine tuning done
I> Task: Validate FSI Therm readings (0x50017fac)
I> FSITHERM max temp = 32
I> FSITHERM min temp = 30
I> Task: Restore XUSB sec (0x50001ef4)
I> Task: Enable FSI SE clock (0x500189a4)
I> Enable FSI-SE clock and 10ms delay...
I> Task: Initialize SBSA UART CAR (0x50002118)
I> Task: Initialize CPUBL Params (0x50019990)
I> CPUBL-params @ 0xe32000000
I> Task: Ratchet update (0x50029e88)
W> Skip ratchet update - OPTIN fuse not set
I> Task: Prepare eeprom data (0x5001975c)
I> Task: Revoke PKC fuse (0x50001d40)
I> PKC revoke fuse burn not requested
I> Task: FSI padctl context save (0x5001b558)
I> Task: Unpowergate APE (0x5001910c)
W> mb2_unpowergate_ape: skip! APE is in unpowergated state
I> Task: OEM firewalls (0x500259e4)
I> OEM firewalls configured
I> Task: Powergate APE (0x50019280)
I> Powergating APE
I> Powergate done
I> Task: OEM firewall restore saved settings (0x50025e38)
I> Task: Unhalt AUXPs (0x50028bf4)
I> Unhalting SPE..
I> Enabling combined UART
▒▒▒▒spe: early_init
▒▒▒▒vic initialized
▒▒▒▒tsc initialized
▒▒▒▒aon lic initialized
▒▒▒▒spe: tag is 5243985d1b1eb3f06fac6d36bd7e74ac
▒▒▒▒spe: SafeRTOS v8.4
▒▒▒▒spe: init
▒▒▒▒scheduler initialized
▒▒▒▒aon hsp initialized
▒▒▒▒tag initialized
▒▒▒▒tcu initialized
▒▒▒▒bpmp ipc initialized
▒▒▒▒spe: late init
▒▒▒▒cpu_nic clock initialized
▒▒▒▒apb clock initialized
▒▒▒▒pm initialized
▒▒▒▒bpmp hsp initialized
▒▒▒▒top1 hsp initialized
▒▒▒▒ccplex ipc initialized
▒▒▒▒spe: start scheduler
▒▒▒▒
I> Task: Trigger mailbox for PSC-BL1 exit (0x500185c8)
I> Sending opcode 0x4d420802 to psc
▒▒INFO: Entering psc_monitor_init!
INFO: GSC22 BOM:0xe48002000 SIZE:0x1000000 CLIENT_ACCESS1:00180000
INFO: PSCFW BUILD VERSION: 8a33b23-73b589c-8a15f76-rel-t234
INFO: mstatus:0xa00000808
INFO: Supervisor entry_point:c108c00
▒▒I> Received ACK from psc
I> Tas▒▒INFO: MONITOR: user task addr:0xe48022000, blob offset:0x00020000
INFO: MONITOR: populated user images:13
INFO: mret to Supervisor!
INFO: psc supervisor init.
INFO: psc_irq_init...
INFO: enter idle task.
▒▒
hwwdt_init: WDT boot cfg 0x710010 sts 0x10
bpmp: socket 0
bpmp: base binary md5 is da583751bbfe2b7f6e204562d97ff39e
bpmp: combined binary md5 is ef3420a13ed0faf760ccd2819bd525fa
bpmp: firmware tag is ef3420a13ed0faf760cc-da583751bbf
Control register check for CBB_CENTRAL_CBB_FIREWALL_MCB_BLF failed, expected value: 80030000 != actual value: 00000000 address: 13a159d0
Write control check for CBB_CENTRAL_CBB_FIREWALL_MCB_BLF failed, expected value: 0f18000b != actual value: 00000000 address: 13a159c8
Control register check for CBB_CENTRAL_CBB_FIREWALL_MCB_BLF failed, expected value: 80030000 != actual value: 00000000 address: 13a159d0
initialized vwdt
initialized mail_early
initialized fuse
initialized vfrel
initialized adc
fmon_populate_monitors: found 199 monitors
initialized fmon
initialized mc
initialized reset
initialized uphy_early
initialized emc_early
initialized pm
465 clocks registered
initialized clk_mach
initialized clk_cal_early
initialized clk_mach_early_config
initialized io_dpd
initialized soctherm
initialized regime
initialized i2c
vrmon_dt_init: vrmon node not found
vrmon_chk_boot_state: found 0 rail monitors
initialized vrmon
initialized regulator
▒▒k: Start secure NOR provision (0x5001b7f4)
I> Task: Load FSI keyblob (0x500189ec)
I> Sending opcode OP_FSI_KEYBLOB to ▒▒initialized avfs_clk_platform
initialized powergate
▒▒psc-fw
I> Sending opcode 0x4653494b to psc
▒▒INFO: END TASK:FSIK
INFO: enter idle task.
▒▒initialized dvs
▒▒I> Received ▒▒initialized clk_mach_config
initialized suspend
initialized strap
initialized mce_dbell
▒▒ACK from psc
I> FSI KeyBlob DMA xfer done
I> Sending opcode OP_PSC_KEY_MANAGER to psc-fw
I> Sending opcode 0x4b45594d to psc
▒▒INFO: [PKCS11-KM] Operation INIT START
INFO: Uninitialized WUW_KEY, Manifest:8211
INFO: PSC_KM_APP_BUILD_VERSION: 74db7d0
INFO: [PKCS11-KM] Operation INIT Successful
INFO: END TASK:KEYM
INFO: enter idle task.
▒▒I> Received ACK from psc
I> Task: Unhalt AUXPs (0x50028bfc)
I> SCE unhalt skipped
I> Unhalting RCE
I> RCE unhalt successful
I> DCE unhalt successful
I> APE unhalt skipped
I> ▒▒MODS: CHSM firmware version 1.1.0 (3524f6b)
Overtemp Threshold set to 0xec0
Undertemp Threshold set to 0x3aa0
▒▒initialized emc
initialized emc_mrq
▒▒[ 4.475255] Camera-FW on t234-rce-safe started
▒▒initialized clk_cal
▒▒TCU early console enabled.
▒▒initialized uphy_dt
initialized uphy_mrq
HSIO UPHY reset has been de-asserted 0x0
initialized uphy
fmon_enable: FMON_GBE_UPHY_L7_CORE_TX: detected fault 0x1
fmon_enable: FMON_MGBE3_TX_PCS: detected fault 0x1
fmon_enable: FMON_MGBE3_MAC: detected fault 0x1
fmon_enable: FMON_GBE_UPHY_L4_CORE_TX: detected fault 0x1
fmon_enable: FMON_MGBE0_TX_PCS: detected fault 0x1
fmon_enable: FMON_MGBE0_MAC: detected fault 0x1
fmon_enable: FMON_GBE_UPHY_L5_CORE_TX: detected fault 0x1
fmon_enable: FMON_MGBE1_TX_PCS: detected fault 0x1
fmon_enable: FMON_MGBE1_MAC: detected fault 0x1
fmon_enable: FMON_GBE_UPHY_L6_CORE_TX: detected fault 0x1
fmon_enable: FMON_MGBE2_TX_PCS: detected fault 0x1
fmon_enable: FMON_MGBE2_MAC: detected fault 0x1
initialized pg_late
initialized pg_mrq_init
swdtimer_init: reg polling start w period 47 ms
initialized swdtimer
initialized hwwdt_late
initialized bwmgr
initialized thermal_host_trip
initialized thermal_mrq
initialized oc_mrq
initialized reset_mrq
initialized mail_mrq
initialized fmon_mrq
initialized clk_mrq
initialized avfs_mrq
initialized i2c_mrq
initialized tag_mrq
initialized bwmgr_mrq
initialized console_mrq
initialized clk_sync_fmon_post
verify_rate_range: FMON_PWM3: rate 872728 below min 18750000
fmon_update_config: FMON_PWM3: detected fault 0x80
initialized clk_cal_late
initialized noc_late
initialized cvc
initialized avfs_clk_mach_post
initialized avfs_clk_platform_post
initialized cvc_late
initialized rm
initialized console_late
handling unreferenced clks
enable can1_core
enable can1_host
enable can2_core
enable can2_host
enable pwm3
verify_rate_range: FMON_PWM3: rate 872728 below min 18750000
fmon_update_config: FMON_PWM3: detected fault 0x80
enable mss_encrypt
enable maud
enable pllg_ref
enable ds▒▒[ 4.644488] Camera-FW on t234-rce-safe ready SHA1=07158d6a (crt 12.965 ms,▒▒i_core
enable aza_2xbit
enable pllc4_muxed
enable sdmmc4_axicif
enable xusb_ss
enable xusb_fs
enable xusb_falcon
enable xusb_core_mux
enable dsi_lp
enable sdmmc_legacy_tm
initialized clk_mach_post
initialized pg_post
initializ▒▒Unhalted R52 cores
▒▒ed regulator_post
initialized profile
initialized mrq▒▒ ▒▒ total boot 183.261 ms)
▒▒
▒▒U▒▒initialized patrol_scrubber
initialized ▒▒s▒▒cactmon
initialized extras_post
bpmp: init complete
▒▒i▒▒
▒▒n▒▒FSI▒▒g▒▒ un▒▒ ▒▒hal▒▒D▒▒t s▒▒E▒▒ucc▒▒F▒▒ess▒▒A▒▒ful▒▒U▒▒
▒▒L▒▒I> ▒▒T▒▒Tas▒▒(▒▒k: ▒▒C▒▒Loa▒▒O▒▒d C▒▒M▒▒PUB▒▒B▒▒L (▒▒I▒▒0x5▒▒N▒▒001▒▒E▒▒9ab▒▒D▒▒4)▒▒_▒▒
▒▒U▒▒I> ▒▒A▒▒Tas▒▒R▒▒k: ▒▒T▒▒Loa▒▒)▒▒d T▒▒ ▒▒OS ▒▒f▒▒(0x▒▒o▒▒500▒▒r▒▒1a2▒▒ ▒▒44)▒▒l▒▒
▒▒o▒▒I> ▒▒g▒▒Tas▒▒g▒▒k: ▒▒i▒▒Loa▒▒n▒▒d a▒▒g▒▒nd ▒▒
▒▒authentic▒▒
▒▒ate▒▒F▒▒ re▒▒S▒▒gis▒▒I▒▒ter▒▒ ▒▒ed ▒▒I▒▒FWs▒▒N▒▒ (0▒▒T▒▒x50▒▒E▒▒01e▒▒R▒▒d44▒▒N▒▒)▒▒A▒▒
▒▒L▒▒I> ▒▒ ▒▒Act▒▒F▒▒ive▒▒I▒▒ ch▒▒R▒▒ain▒▒M▒▒: 0▒▒W▒▒
▒▒A▒▒I> ▒▒R▒▒Par▒▒E▒▒tit▒▒ ▒▒ion▒▒v▒▒ na▒▒e▒▒me:▒▒r▒▒ A_▒▒s▒▒cpu▒▒i▒▒-bo▒▒o▒▒otl▒▒n▒▒oad▒▒:▒▒er▒▒ ▒▒
▒▒1▒▒I> ▒▒.▒▒Siz▒▒0▒▒e o▒▒.▒▒f p▒▒0▒▒art▒▒
▒▒iti▒▒
▒▒on:▒▒w▒▒ 36▒▒e▒▒700▒▒l▒▒16▒▒c▒▒
▒▒o▒▒I> ▒▒m▒▒Bin▒▒e▒▒ary▒▒ ▒▒@ d▒▒t▒▒evi▒▒o▒▒ce:▒▒ ▒▒3/0▒▒l▒▒ bl▒▒k▒▒ock▒▒/▒▒-22▒▒M▒▒784▒▒P▒▒ (p▒▒
▒▒art▒▒
▒▒iti▒▒b▒▒on ▒▒o▒▒siz▒▒o▒▒e: ▒▒t▒▒0x3▒▒ ▒▒800▒▒a▒▒00)▒▒r▒▒, n▒▒g▒▒ame▒▒s▒▒: A▒▒ ▒▒_cp▒▒0▒▒u-b▒▒x▒▒oot▒▒2▒▒loa▒▒4▒▒der▒▒ ▒▒DCE▒▒0▒▒
▒▒3▒▒aut▒▒0▒▒I> ▒▒3▒▒W B▒▒ ▒▒cpu▒▒0▒▒oot▒▒x▒▒bl ▒▒0▒▒ Do▒▒ ▒▒: o▒▒0▒▒em ▒▒x▒▒ne
▒▒c▒▒hen▒▒7▒▒tic▒▒0▒▒ati▒▒8▒▒on ▒▒3▒▒of ▒▒9▒▒hea▒▒
▒▒der▒▒i▒▒ do▒▒n▒▒ne▒▒i▒▒
▒▒tia▒▒I> ▒▒l▒▒cpu▒▒i▒▒bl ▒▒z▒▒: m▒▒i▒▒eta▒▒n▒▒-bl▒▒g▒▒ob ▒▒ ▒▒int▒▒h▒▒egr▒▒e▒▒ity▒▒a▒▒ ch▒▒p▒▒eck▒▒
▒▒ is▒▒c▒▒ su▒▒a▒▒cce▒▒l▒▒ss.▒▒l▒▒
▒▒ing constructors
initializing mp
ini▒▒I> ▒▒t▒▒cpu▒▒i▒▒bl ▒▒a▒▒: w▒▒l▒▒ill▒▒i▒▒ be▒▒z▒▒ de▒▒i▒▒com▒▒n▒▒pre▒▒g▒▒sse▒▒ ▒▒d a▒▒t▒▒t 0▒▒h▒▒xe2▒▒r▒▒ce0▒▒e▒▒000▒▒a▒▒0▒▒d▒▒
▒▒s▒▒I> ▒▒
▒▒ver▒▒i▒▒sio▒▒n▒▒n 1▒▒i▒▒ Bi▒▒t▒▒n 1▒▒i▒▒ BC▒▒a▒▒hec▒▒l▒▒kSu▒▒i▒▒m 0▒▒z▒▒ co▒▒i▒▒nte▒▒n▒▒nt_▒▒g▒▒siz▒▒ ▒▒e 0▒▒t▒▒ Co▒▒i▒▒nte▒▒m▒▒nt ▒▒e▒▒Chk▒▒r▒▒Sum▒▒s▒▒ 1 ▒▒
▒▒res▒▒i▒▒erv▒▒n▒▒ed_▒▒i▒▒00 ▒▒t▒▒ 0▒▒i▒▒
▒▒a▒▒I> ▒▒l▒▒Res▒▒i▒▒erv▒▒z▒▒ed1▒▒i▒▒0 0▒▒n▒▒ Bl▒▒g▒▒ock▒▒ ▒▒Max▒▒p▒▒Siz▒▒o▒▒e 5▒▒r▒▒ Re▒▒t▒▒ser▒▒s▒▒ved▒▒
▒▒11 ▒▒c▒▒0▒▒r▒▒
▒▒eating bootstrap completion thread
top of bootstrap2()
creating bootstrap completion thread for cpu 1
creating bootstrap completion thread for cpu 2
creating bootstrap completion thread for cpu 3
releasing 3 secondary cpus
initializing platform
INIT: cpu 1, calling hook 0x107dd (arm_generic_timer_init_secondary_cpu) at level 0x6ffff, flags 0x2
INIT: cpu 2, calling hook 0x107dd (arm_generic_timer_init_secondary_cpu) at level 0x6ffff, flags 0x2
INIT: cpu 3, calling hook 0x107dd (arm_generic_timer_init_secondary_cpu) at level 0x6ffff, flags 0x2
DRBC Initialization success
entering scheduler on cpu 1
entering scheduler on cpu 2
entering scheduler on cpu 3
Critical Error mask - 0x400
Non-Critical Error mask - 0x800
▒▒I> ▒▒DramECC Initialization success
NvHsm_Init : initializing SCE HSM Interrupts
NvHsm_Init : module initialized
▒▒bl ▒▒sc7 : LIC init - Done
sc7 : BPMP_HSP SM6 and SM7 init - Done
▒▒: d▒▒sc7 : FSI SC7 Init Done
initializing target
▒▒eco▒▒calling apps_init()
▒▒mpr▒▒starting app fsi_mods_test
▒▒ess▒▒Info: fsi_tegra_mods_test: ^^^^^ FSI Tegra MODS test start... ^^^^^
▒▒ed ▒▒Info: ccplex_to_fsi_mailbox_init: tegra_hsp_init success for HSP_CCPLEX_TO_FSI
Info: ccplex_to_fsi_mailbox_init: tegra_hsp_set_sm_type success for HSP_CCPLEX_TO_FSI, SM_CCPLEX_FSI_INDEX, HSP_SM_TYPE_128
▒▒to ▒▒Info: ccplex_to_fsi_mailbox_init: tegra_hsp_sm_full_enable api returned success...!
Info: fsi_to_ccplex_mailbox_init: tegra_hsp_init success for HSP_FSI_TO_CCPLEX
▒▒339▒▒Info: fsi_to_ccplex_mailbox_init: tegra_hsp_set_sm_type success for HSP_FSI_TO_CCPLEX, SM_CCPLEX_FSI_INDEX, HSP_SM_TYPE_128
▒▒980▒▒Info: fsi_ccplex_mailbox_empty_callback: Disable the shared mailbox empty interrupt is Success...!
▒▒8 b▒▒Info: fsi_to_ccplex_mailbox_init: tegra_hsp_sm_empty_enable api returned success...!
▒▒yte▒▒starting app shell
▒▒s▒▒Info: chsm_hsp_init: tegra_hsp_init success for FSI_HSP_TX
entering main console loop
Info: chsm_hsp_init: tegra_hsp_set_sm_type success for FSI_HSP_TX, SM_INDEX 0, and HSP_SM_TYPE_128
] Info: chsm_hsp_init: tegra_hsp_init success for FSI_HSP_RX
starting app sanity_test
Info: chsm_hsp_init: tegra_hsp_set_sm_type success for FSI_HSP_RX, type HSP_SM_TYPE_128
Run sanity tests using console command
Info: chsm_hsp_init: CORE_0_RECV_MB is empty...!
Info: chsm_hsp_init: chsm hsp initialized...!
▒▒
I> cpubl: plain binary integrity check is success
I> Active chain: 0
I> Partition name: A_secure-os
I> Size of partition: 4194304
I> Binary@ device:3/0 block-29952 (partition size: 0x400000), name: A_secure-os
I> MB2-params @ 0x40060000
I> cpubl_params: nsdram: carveout: 1, encryption: 1
I> NSDRAM carveout base: 0x80000000, size: 0xdad370000
I> cpubl: Authentication Finalize Done
I> Binary cpubl loaded successfully at 0xe2ce00000
I> tos: Authentication Finalize Done
I> Binary tos loaded successfully at 0xe3fdc7000
I> Relocating OP-TEE dtb from: 0xe3fefec50 to 0xe3c000860, size: 0x2886
I> [0] START: 0x80000000, SIZE: 0xdad370000
I> [1] START: 0xe32000000, SIZE: 0x2000000
I> Setting NS memory ranges to OP-TEE dtb finished.
I> Active chain: 0
I> Partition name: A_eks
I> Size of partition: 262144
I> Binary@ device:3/0 block-38144 (partition size: 0x40000), name: A_eks
I> eks: Authentication Finalize Done
I> Binary eks loaded successfully at 0xe2e800400
I> EKB detected (length: 0x410) @ VA:0xe2e800400
I> Task: Prepare TOS params (0x5001a1bc)
I> Setting EKB blob info to OPTEE dtb finished.
I> Setting OPTEE arg3: 0xe3c000860
I> Task: OEM SC7 context save (0x5001b654)
I> OEM sc7 context saved
I> Task: Disable MSS perf stats (0x50028c88)
I> Task: Program display sticky bits (0x50028c04)
I> Task: Storage device deinit (0x500020bc)
I> Task: SMMU init (0x500183f8)
I> Task: Program GICv3 registers (0x50028d28)
I> Task: Audit firewall settings (0x50025c38)
I> Task: Bootchain failure check (0x500025dc)
I> Current Boot-Chain Slot: 0
I> BR-BCT Boot-Chain is 0, and status is 1. Set UPDATE_BRBCT bit to 0
I> MB2 finished
▒▒NOTICE: BL31: v2.6(release):5e1f8b33d
NOTICE: BL31: Built : 01:34:51, Mar 4 2025
I/TC: Physical secure memory base 0xe3c040000 size 0x3fc0000
I/TC:
I/TC: Non-secure external DT found
I/TC: OP-TEE version: 3.22 (gcc version 9.3.0 (Buildroot 2020.08)) #2 Tue Mar 4 09:47:00 UTC 2025 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
I/TC: Primary CPU initializing
I/TC: Test OEM keys are being used. This is insecure for shipping products!
I/TC: Primary CPU switching to normal world boot
▒▒
Jetson UEFI firmware (version 202210.5.1-c4bd6568-dirty built on 2025-07-02T07:33:11+00:00)
▒▒I/TC: Reserved shared memory is disabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
I/TC: WARNING: Test UEFI variable auth key is being used !
I/TC: WARNING: UEFI variable protection is not fully enabled !
ASSERT [FvbNorFlashStandaloneMm] /dvs/git/dirty/git-master_linux/out/nvidia/optee.t234-uefi/StandaloneMmOptee_RELEASE/edk2-nvidia/Silicon/NVIDIA/Drivers/FvbNorFlashDxe/FvbNorFlashStandaloneMm.c(978): ((BOOLEAN)(0==1))
Please note the fix is included in the tos image rather than UEFI binary.
You have to run the following command to build uefi_StandaloneMmOptee_RELEASE.bin
$ edk2_docker edk2-nvidia/Platform/NVIDIA/StandaloneMmOptee/build.sh
And refer to the steps in atf_and_optee_README.txt to build op-tee and tos image.
Please don’t paste the full log content here for better reading.
You can provide the log as file here instead.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.