Page MenuHomeFreeBSD

fdt: bump FDT_MEM_REGIONS to 64
ClosedPublic

Authored by adrian on Apr 6 2025, 8:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 26, 5:48 AM
Unknown Object (File)
Sep 9 2025, 11:38 AM
Unknown Object (File)
Sep 9 2025, 9:39 AM
Unknown Object (File)
Sep 7 2025, 6:59 PM
Unknown Object (File)
Sep 4 2025, 11:16 AM
Unknown Object (File)
Sep 3 2025, 5:21 PM
Unknown Object (File)
Sep 1 2025, 10:14 AM
Unknown Object (File)
Aug 14 2025, 11:36 PM
Subscribers

Details

Summary

The Snapdragon X1E / Lenovo T14s device tree has 47 reserved memory
regions. The reserved region parsing doesn't boundary check and will
just end up array bounds smashing, which leads to a reboot before
any console IO is written.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable