commit | d5c27a53d51175a2b89208b050488aaba74de131 | [log] [tgz] |
---|---|---|
author | Viktor Prutyanov <viktor@daynix.com> | Fri Sep 15 20:01:50 2023 +0300 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 21 16:07:15 2023 +0100 |
tree | 3c11f1e6db8f595d7cc12259691f7a92fb43ab93 | |
parent | 3c407ec67f94f8dc189f3e47a6419431d15ff084 [diff] |
elf2dmp: introduce physical block alignment Physical memory ranges may not be aligned to page size in QEMU ELF, but DMP can only contain page-aligned runs. So, align them. Signed-off-by: Viktor Prutyanov <viktor@daynix.com> Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com> Message-id: 20230915170153.10959-3-viktor@daynix.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>