Re: [PATCH] sbp1: Add support for IBM SBP1 board

2024-01-02 Thread Tom Rini
On Tue, Jan 02, 2024 at 10:29:05AM +0100, Patrick Rudolph wrote: > Hi Tom, > can you please clarify or point us to some documentation that explains > the new DT setup? > I thought the u-boot DT is only used for u-boot internal drivers. The DT has always supposed to have been the same one as the L

Re: [PATCH] sbp1: Add support for IBM SBP1 board

2024-01-02 Thread Patrick Rudolph
Hi Tom, can you please clarify or point us to some documentation that explains the new DT setup? I thought the u-boot DT is only used for u-boot internal drivers. Do we need to upstream the kernel DT first? Do we need to provide a complete "kernel DT" to u-boot as well? Regards, Patrick Rudolph

Re: [PATCH] sbp1: Add support for IBM SBP1 board

2023-12-20 Thread Tom Rini
On Thu, Dec 21, 2023 at 02:38:11AM +0530, Naresh Solanki wrote: > Hi Tom > > On Thu, 21 Dec 2023 at 00:42, Tom Rini wrote: > > > > On Wed, Dec 20, 2023 at 02:42:24PM +0530, Naresh Solanki wrote: > > > From: Patrick Rudolph > > > > > > Add defconfig & devicetree for IBM SBP1 board BMC based on AS

Re: [PATCH] sbp1: Add support for IBM SBP1 board

2023-12-20 Thread Naresh Solanki
Hi Tom On Thu, 21 Dec 2023 at 00:42, Tom Rini wrote: > > On Wed, Dec 20, 2023 at 02:42:24PM +0530, Naresh Solanki wrote: > > From: Patrick Rudolph > > > > Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC. > > > > Signed-off-by: Patrick Rudolph > > Signed-off-by: Naresh Sol

Re: [PATCH] sbp1: Add support for IBM SBP1 board

2023-12-20 Thread Tom Rini
On Wed, Dec 20, 2023 at 02:42:24PM +0530, Naresh Solanki wrote: > From: Patrick Rudolph > > Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC. > > Signed-off-by: Patrick Rudolph > Signed-off-by: Naresh Solanki > --- > > Changes: > - Update MAINTAINERS > --- > arch/arm/dt

[PATCH] sbp1: Add support for IBM SBP1 board

2023-12-20 Thread Naresh Solanki
From: Patrick Rudolph Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC. Signed-off-by: Patrick Rudolph Signed-off-by: Naresh Solanki --- Changes: - Update MAINTAINERS --- arch/arm/dts/Makefile| 4 +- arch/arm/dts/ast2600-sbp1.dts| 96 +

Re: [PATCH] sbp1: Add support for IBM SBP1 board

2023-11-22 Thread Tom Rini
On Fri, Nov 17, 2023 at 04:20:38PM +0530, Naresh Solanki wrote: > From: Patrick Rudolph > > Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC. > > Signed-off-by: Patrick Rudolph > Signed-off-by: Naresh Solanki > --- > > arch/arm/dts/Makefile | 4 +- > arch/arm

[PATCH] sbp1: Add support for IBM SBP1 board

2023-11-17 Thread Naresh Solanki
From: Patrick Rudolph Add defconfig & devicetree for IBM SBP1 board BMC based on AST2600 SoC. Signed-off-by: Patrick Rudolph Signed-off-by: Naresh Solanki --- arch/arm/dts/Makefile | 4 +- arch/arm/dts/ast2600-sbp1.dts | 96 ++ configs/ibm-sbp1_defconfig