commit | 7ea88fab669fc43917b2d29b9a7f5b0f34388ed6 | [log] [tgz] |
---|---|---|
author | Eugen Hristev <eugen.hristev@collabora.com> | Wed Feb 22 11:05:13 2023 +0200 |
committer | Kever Yang <kever.yang@rock-chips.com> | Tue Feb 28 18:07:29 2023 +0800 |
tree | 372c805eb66f654ef7cbae266078aec71dbeb7de | |
parent | 32f36cf0d49513bc1d76299a7cd5ff5911b1a638 [diff] |
board: rock5b-rk3588: add memory gaps into kernel's DTB RK3588 has two memory gaps when using 16 GiB DRAM size: [0x3fc000000 , 0x3fc500000] and [0x3fff00000 , 0x3ffffffff] If the kernel is agnostic to these gaps, accessing the area causes a SError panic. Hence, add reserved memory areas in kernel's DTB before booting. Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>