mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx_devs.c
The SDRAM controller is shared across almost all 405 and 440 embedded processors, with some slight differences such as the sizes supported for each memory bank. Code movement only; no functional changes. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6061 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f5d6f51ba6
commit
61b2440503
4 changed files with 346 additions and 346 deletions
|
@ -66,11 +66,6 @@ void ppc4xx_pob_init (CPUState *env);
|
|||
/* OPB arbitrer */
|
||||
void ppc4xx_opba_init (CPUState *env, ppc4xx_mmio_t *mmio,
|
||||
target_phys_addr_t offset);
|
||||
/* SDRAM controller */
|
||||
void ppc405_sdram_init (CPUState *env, qemu_irq irq, int nbanks,
|
||||
target_phys_addr_t *ram_bases,
|
||||
target_phys_addr_t *ram_sizes,
|
||||
int do_init);
|
||||
/* Peripheral controller */
|
||||
void ppc405_ebc_init (CPUState *env);
|
||||
/* DMA controller */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue