[PATCH linux dev-5.3 2/3] ARM: dts: aspeed: tacoma: Use 64MB for firmware memory

Eddie James eajames at linux.ibm.com
Thu Oct 17 06:10:08 AEDT 2019


On 10/16/19 7:19 AM, Joel Stanley wrote:
> Mbox's file mode needs a window the same size as the image being loaded.
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
>   arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> index c073ad8d071f..f0d2f741800a 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> @@ -27,7 +27,7 @@
>   
>   		flash_memory: region at ba000000 {
>   			no-map;
> -			reg = <0xba000000 0x2000000>; /* 32M */
> +			reg = <0xba000000 0x4000000>; /* 64M */


Milton pointed out that this should be aligned to 64M, so 0xb8000000.

Thanks,

Eddie


>   		};
>   	};
>   


More information about the openbmc mailing list