Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-25 Thread Tom Rini
On Mon, Sep 25, 2023 at 03:56:07PM +0200, Linus Walleij wrote: > On Thu, Sep 21, 2023 at 7:25 PM Tom Rini wrote: > > On Thu, Sep 21, 2023 at 04:00:24PM +0200, Daniel Schwierzeck wrote: > > > > [snip] > > > I just tested it, you can simply add an empty > > > board/inteno/xg6846/Makefile and > > >

Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-25 Thread Linus Walleij
On Thu, Sep 21, 2023 at 7:25 PM Tom Rini wrote: > On Thu, Sep 21, 2023 at 04:00:24PM +0200, Daniel Schwierzeck wrote: > > [snip] > > I just tested it, you can simply add an empty board/inteno/xg6846/Makefile > > and > > remove board/inteno/xg6846/xg6846.c. But you can also remove the Makefile. >

Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-21 Thread Tom Rini
On Thu, Sep 21, 2023 at 04:00:24PM +0200, Daniel Schwierzeck wrote: [snip] > I just tested it, you can simply add an empty board/inteno/xg6846/Makefile and > remove board/inteno/xg6846/xg6846.c. But you can also remove the Makefile. > Just the Kconfig and MAINTAINERS file are needed. An empty

Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-21 Thread Tom Rini
On Thu, Sep 21, 2023 at 04:00:24PM +0200, Daniel Schwierzeck wrote: > > > On 9/20/23 20:55, Tom Rini wrote: > > On Wed, Sep 20, 2023 at 08:51:07PM +0200, Linus Walleij wrote: > > > On Wed, Sep 20, 2023 at 4:22 PM Tom Rini wrote: > > > > > > > > + * This is a diet version of the device tree

Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-21 Thread Daniel Schwierzeck
On 9/20/23 09:42, Linus Walleij wrote: This adds support for the Inteno XG6846 board based on the Broadcom MIPS 6328 SoC. The default boot will read a uImage from flash and boot it. Cc: Daniel Schwierzeck Signed-off-by: Linus Walleij --- arch/mips/dts/Makefile | 1 +

Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-21 Thread Daniel Schwierzeck
On 9/20/23 20:55, Tom Rini wrote: On Wed, Sep 20, 2023 at 08:51:07PM +0200, Linus Walleij wrote: On Wed, Sep 20, 2023 at 4:22 PM Tom Rini wrote: + * This is a diet version of the device tree from Linux, + * suitable for U-Boot. + */ We shouldn't need a diet version of the tree. If it's

Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-20 Thread Tom Rini
On Wed, Sep 20, 2023 at 08:51:07PM +0200, Linus Walleij wrote: > On Wed, Sep 20, 2023 at 4:22 PM Tom Rini wrote: > > > > + * This is a diet version of the device tree from Linux, > > > + * suitable for U-Boot. > > > + */ > > > > We shouldn't need a diet version of the tree. If it's reasonably

Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-20 Thread Linus Walleij
On Wed, Sep 20, 2023 at 4:22 PM Tom Rini wrote: > > + * This is a diet version of the device tree from Linux, > > + * suitable for U-Boot. > > + */ > > We shouldn't need a diet version of the tree. If it's reasonably done > and stable in the kernel, we can even move towards just passing the >

Re: [PATCH] bmips: Add Inteno XG6846 board

2023-09-20 Thread Tom Rini
On Wed, Sep 20, 2023 at 09:42:25AM +0200, Linus Walleij wrote: > This adds support for the Inteno XG6846 board based on the > Broadcom MIPS 6328 SoC. > > The default boot will read a uImage from flash and boot it. > > Cc: Daniel Schwierzeck > Signed-off-by: Linus Walleij [snip] > diff --git

[PATCH] bmips: Add Inteno XG6846 board

2023-09-20 Thread Linus Walleij
This adds support for the Inteno XG6846 board based on the Broadcom MIPS 6328 SoC. The default boot will read a uImage from flash and boot it. Cc: Daniel Schwierzeck Signed-off-by: Linus Walleij --- arch/mips/dts/Makefile | 1 + arch/mips/dts/inteno,xg6846.dts | 57