commit | a5f877a0bd64af97dbc812c9a0a8d7d6a353d943 | [log] [tgz] |
---|---|---|
author | Nils Le Roux <gilbsgilbert@gmail.com> | Sat Dec 02 10:39:49 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 12 13:41:03 2024 -0500 |
tree | 046aaaa0c4fdb257cc840efab4bb1c9a05eb0b7c | |
parent | 91c37c4a20db24a4fc1d565c70035072d355cce0 [diff] |
net: designware: Support high memory nodes Some platforms (such as the Lichee Pi 4A) have their dwmac device addressable only in high memory space. Storing the node's base address on 32 bits is not possible in such case. Use platform's physical address type to store the base address. Signed-off-by: Nils Le Roux <gilbsgilbert@gmail.com> Cc: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com>