[PATCH qemu 09/38] aspeed/scu: fix SCU region size
Joel Stanley
joel at jms.id.au
Mon Nov 21 18:26:56 AEDT 2016
On Sat, Nov 19, 2016 at 12:51 AM, Cédric Le Goater <clg at kaod.org> wrote:
> Signed-off-by: Cédric Le Goater <clg at kaod.org>
Reviewed-by: Joel Stanley <joel at jms.id.au>
> ---
> hw/misc/aspeed_scu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/misc/aspeed_scu.c b/hw/misc/aspeed_scu.c
> index 34e86385d837..95022d3607ad 100644
> --- a/hw/misc/aspeed_scu.c
> +++ b/hw/misc/aspeed_scu.c
> @@ -86,7 +86,7 @@
> #define BMC_DEV_ID TO_REG(0x1A4)
>
> #define PROT_KEY_UNLOCK 0x1688A8A8
> -#define SCU_IO_REGION_SIZE 0x20000
> +#define SCU_IO_REGION_SIZE 0x1000
>
The last register is at 0x1A4. Do we want to use that as the size?
> static const uint32_t ast2400_a0_resets[ASPEED_SCU_NR_REGS] = {
> [SYS_RST_CTRL] = 0xFFCFFEDCU,
> --
> 2.7.4
>
> _______________________________________________
> openbmc mailing list
> openbmc at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
More information about the openbmc
mailing list