hw/arm/aspeed: Extract code common to all boards to a common file
commit2f4ec776798bb178f42940961668f39c764386d3
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 24 Oct 2023 16:24:12 +0000 (24 18:24 +0200)
committerCédric Le Goater <clg@kaod.org>
Wed, 25 Oct 2023 07:52:44 +0000 (25 09:52 +0200)
tree2641f9ac2267171937e7488e8292bb353ec26712
parentcbe27c3ec3783bd8a838042d23ab6180d67b098d
hw/arm/aspeed: Extract code common to all boards to a common file

aspeed_soc.c contains definitions specific to the AST2400
and AST2500 SoCs, but also some definitions for other AST
SoCs: move them to a common file.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/arm/aspeed_soc.c
hw/arm/aspeed_soc_common.c [new file with mode: 0644]
hw/arm/meson.build