mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
ppc/pnv: activate XSCOM tests for POWER9
We now have enough support to let the XSCOM test run on POWER9. Signed-off-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20190307223548.20516-13-clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
5dad902ce0
commit
e5a0c52ac2
1 changed files with 0 additions and 2 deletions
|
@ -39,7 +39,6 @@ static const PnvChip pnv_chips[] = {
|
||||||
.cfam_id = 0x120d304980000000ull,
|
.cfam_id = 0x120d304980000000ull,
|
||||||
.first_core = 0x1,
|
.first_core = 0x1,
|
||||||
},
|
},
|
||||||
#if 0 /* POWER9 support is not ready yet */
|
|
||||||
{
|
{
|
||||||
.chip_type = PNV_CHIP_POWER9,
|
.chip_type = PNV_CHIP_POWER9,
|
||||||
.cpu_model = "POWER9",
|
.cpu_model = "POWER9",
|
||||||
|
@ -47,7 +46,6 @@ static const PnvChip pnv_chips[] = {
|
||||||
.cfam_id = 0x220d104900008000ull,
|
.cfam_id = 0x220d104900008000ull,
|
||||||
.first_core = 0x0,
|
.first_core = 0x0,
|
||||||
},
|
},
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static uint64_t pnv_xscom_addr(const PnvChip *chip, uint32_t pcba)
|
static uint64_t pnv_xscom_addr(const PnvChip *chip, uint32_t pcba)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue