2022-06-11 10:06:06

by Konstantin Aladyshev

[permalink] [raw]
Subject: [PATCH 0/4] DTS changes for the AMD EthanolX CRB BMC

Several patches for the DTS of the BMC on the AMD EthanolX CRB.

Konstantin Aladyshev (4):
ARM: dts: aspeed: ethanolx: Add correct label to flash device
ARM: dts: aspeed: ethanolx: Configure RTS/CTS for UART1
ARM: dts: aspeed: ethanolx: Use correct driver for the FRU EEPROM
ARM: dts: aspeed: ethanolx: Enable VUART

arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

--
2.25.1


2022-06-11 10:13:29

by Konstantin Aladyshev

[permalink] [raw]
Subject: [PATCH 1/4] ARM: dts: aspeed: ethanolx: Add correct label to flash device

The OpenBMC code update infrastructure requires BMC firmware flash
drive to have a label "bmc".

Signed-off-by: Konstantin Aladyshev <[email protected]>
---
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
index 6406a0f080ee..889b2fdd19cf 100644
--- a/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
@@ -58,6 +58,7 @@ &fmc {
flash@0 {
status = "okay";
m25p,fast-read;
+ label = "bmc";
#include "openbmc-flash-layout.dtsi"
};
};
--
2.25.1

2022-07-21 03:12:45

by Andrew Jeffery

[permalink] [raw]
Subject: Re: [PATCH 1/4] ARM: dts: aspeed: ethanolx: Add correct label to flash device



On Sat, 11 Jun 2022, at 19:28, Konstantin Aladyshev wrote:
> The OpenBMC code update infrastructure requires BMC firmware flash
> drive to have a label "bmc".
>
> Signed-off-by: Konstantin Aladyshev <[email protected]>

Acked-by: Andrew Jeffery <[email protected]>