commit | 0791be881388c32c13b5ed9e79dc640aeefaaab4 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Wed Feb 05 04:21:54 2025 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Feb 17 06:11:10 2025 +0000 |
tree | 75385734ed9e9924dbe49f497806c755734dbc08 | |
parent | 4c5cf47f989ce74bd1ab6e6b41196a630d2361dc [diff] |
fix(xilinx): runtime console to handle dt failure If the Device Tree is missing or parsing fails in the runtime console, the console still gets registered with zeroed DT values, leading to a panic due to the absence of a console type. Added fallback option and check for zero base address. Change-Id: I5f5e0222685ba015ab7db2ecbd46d906f5ab9116 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>