mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
Add flags to support PowerPC 405 bootinfos variations.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3245 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a750fc0b91
commit
b8d3f5d126
3 changed files with 6 additions and 4 deletions
|
@ -57,7 +57,8 @@ struct ppc4xx_bd_info_t {
|
|||
CPUState *ppc405_init (const unsigned char *cpu_model,
|
||||
clk_setup_t *cpu_clk, clk_setup_t *tb_clk,
|
||||
uint32_t sysclk);
|
||||
ram_addr_t ppc405_set_bootinfo (CPUState *env, ppc4xx_bd_info_t *bd);
|
||||
ram_addr_t ppc405_set_bootinfo (CPUState *env, ppc4xx_bd_info_t *bd,
|
||||
uint32_t flags);
|
||||
|
||||
/* */
|
||||
typedef struct ppc4xx_mmio_t ppc4xx_mmio_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue