[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 18/24] aspeed: Add support for the rainier-bmc board
From: |
Joel Stanley |
Subject: |
Re: [PATCH 18/24] aspeed: Add support for the rainier-bmc board |
Date: |
Fri, 9 Apr 2021 06:57:39 +0000 |
On Wed, 7 Apr 2021 at 17:17, Cédric Le Goater <clg@kaod.org> wrote:
>
> The Rainer BMC board is a board for the middle range POWER10 IBM systems.
Rainier
>
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
> ---
> hw/arm/aspeed.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 79 insertions(+)
>
> diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
> index 97dcca74feb4..19588e17fec8 100644
> --- a/hw/arm/aspeed.c
> +++ b/hw/arm/aspeed.c
> @@ -135,6 +135,10 @@ struct AspeedMachineState {
> #define TACOMA_BMC_HW_STRAP1 0x00000000
> #define TACOMA_BMC_HW_STRAP2 0x00000040
>
> +/* Rainier hardware value: (QEMU prototype) */
Can we drop the prototype comment?
> +#define RAINIER_BMC_HW_STRAP1 0x00000000
> +#define RAINIER_BMC_HW_STRAP2 0x00000000
- [PATCH 06/24] hw: Model ASPEED's Hash and Crypto Engine, (continued)
- [PATCH 11/24] tests/acceptance: Test ast2400 and ast2500 machines, Cédric Le Goater, 2021/04/07
- [PATCH 18/24] aspeed: Add support for the rainier-bmc board, Cédric Le Goater, 2021/04/07
- Re: [PATCH 18/24] aspeed: Add support for the rainier-bmc board,
Joel Stanley <=
- [PATCH 23/24] arm/aspeed: Add DPS310 to rainier, Cédric Le Goater, 2021/04/07
- [PATCH 21/24] hw/block: m25p80: Add support for mt25qu02g, Cédric Le Goater, 2021/04/07
[PATCH 15/24] aspeed/smc: Add extra controls to request DMA, Cédric Le Goater, 2021/04/07
[PATCH 16/24] tests/qtest: Rename m25p80 test in aspeed_smc test, Cédric Le Goater, 2021/04/07