View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006805 | UBoot | U-Boot | public | 2025-09-18 06:44 | 2025-09-18 08:00 |
Reporter | derksen | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | fsimx93-Y2024-09-pre | ||||
Target Version | fsimx93-Y2025.02-pre | Fixed in Version | fsimx93-Y2025.02-pre | ||
Summary | 0006805: board:F+S:fsimx93: small improvements | ||||
Description | - Add SPDX-Identifier in Devicetrees - map Image type bl31-optee.bin as ATF fsimx93.c: - validate crc of board-cfg in OCRAM - use checkcpu to fixup alert and crit trippoints for temperature: In U-Boot, the imx_tmu.c driver is used before relocation, and thermal_get_temp() is called during print_cpuinfo() in cpu.c. The init_sequence_f[] array defines the initialization order. However, fix_fdt(), which corrects the Device Tree, is called after print_cpuinfo(). This causes thermal_get_temp() to use default (and possibly incorrect) temperature thresholds. As a result, the system might enter a loop if the temperature hits an alert threshold before the Device Tree is fixed. - bugfix: use all DRAM-Bank definitions to create memory node in linux fdt. | ||||
Forum Link | |||||