target-ppc: create a helper function to allow more flexible RAM allocation for PPC 4xx
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 15 Dec 2008 23:15:56 +0000 (23:15 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 15 Dec 2008 23:15:56 +0000 (23:15 +0000)
commitcc73589920f1bc274914a4e83499e1a2e3141ff0
treeee4cb72849d55a29ccc100dbcdacafcead1cac6c
parentf47941c2a5f110c9a0f38bf57a15111ee09d8ade
target-ppc: create a helper function to allow more flexible RAM allocation for PPC 4xx

The 4xx SDRAM controller supports a small number of banks, and each bank must
be one of a small set of sizes. The number of banks and the supported sizes
varies by SoC.

This function uses the user-specified RAM size to fill in the "ram_bases" and
"ram_sizes" arrays required by ppc4xx_sdram_init().

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@6063 c046a42c-6fe2-441c-8c8c-71466251a162
hw/ppc4xx.h
hw/ppc4xx_devs.c