commit | cb06f0ed889a5a4bce1bd9cc95c3e9c7dcfbbfd2 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Thu Apr 21 16:11:07 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue May 03 15:50:45 2022 -0400 |
tree | 90f8fc61f747fc7b9b333ba32e86eac31dd600ff | |
parent | 30d338ddac6b57923a2f4884c3a66d61b6df3286 [diff] |
pci: Check region ranges are addressable When parsing the `ranges` DT node, check that both extremes of the regions are addressable without overflow. This assumption can then be safely made when processing the regions. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>