commit | cd9c92cd16b1beb6199ae7a7c01effb0d49ab448 | [log] [tgz] |
---|---|---|
author | Nicolas Le Bayon <nicolas.le.bayon@st.com> | Thu May 04 18:27:35 2023 +0200 |
committer | Maxime Méré <maxime.mere@foss.st.com> | Fri Sep 20 14:54:47 2024 +0200 |
tree | e08319f479c87fe5a8469c5560214a2d3f0a1f56 | |
parent | bc8dfca64d07185304a5acfe87a039c8a6649a4c [diff] |
fix(st): support device tree DDR sizes higher than 16Gbits for aarch64 In that case, memory address space is higher than 4GB, so 32-bits addressing is not enough. Get st,mem-size property value on 64bits (size_t type in structures). Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com> Signed-off-by: Maxime Méré <maxime.mere@foss.st.com> Change-Id: I1df23bfa7a850fc3f5a4ef9fc5d2f76ab6c6dea8