OSDN Git Service

ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c
authorBALATON Zoltan <balaton@eik.bme.hu>
Wed, 19 Oct 2022 16:02:52 +0000 (18:02 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 28 Oct 2022 16:15:22 +0000 (13:15 -0300)
commit2a48dd7cbd456ac2e27b3cf66cfb7e2e1886dbf4
tree0d5c07759f9f2eb3b5229b529e2c571bde43adb6
parent9c713713dac70fe7eaa9b403234a71024a729eb4
ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c

In order to move PPC4xx SDRAM controller models together move out the
DDR2 controller model from ppc440_uc.c into a new ppc4xx_sdram.c file.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <2f2900f93e997480e54b7bf9c32bb482a0fb1022.1666194485.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/meson.build
hw/ppc/ppc440_uc.c
hw/ppc/ppc4xx_sdram.c [new file with mode: 0644]