Re: [PATCH v2 0/4] Base support for Inteno XG6846

2024-05-01 Thread Linus Walleij
On Wed, May 1, 2024 at 8:36 PM Álvaro Fernández Rojas  wrote:

> Looks good to me.
> AFAIK you have write access to the repo
> (https://openwrt.org/voting/2024-02-new-member-linusw), so feel free
> to merge these patches yourself.

Yep I have, I'm just scared ;)

OK I pushed them now, please check that I didn't do something
obviously wrong.

Yours,
Linus Walleij

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [PATCH v2 0/4] Base support for Inteno XG6846

2024-05-01 Thread Álvaro Fernández Rojas
Hi Linus,

El jue, 25 abr 2024 a las 22:12, Linus Walleij
() escribió:
>
> These patches have been cooking for some time, let's
> get them moving.
>
> The idea is to merge this base so we have base support
> for the target and then try to work out remaining issues
> such as the LED handling.

Looks good to me.
AFAIK you have write access to the repo
(https://openwrt.org/voting/2024-02-new-member-linusw), so feel free
to merge these patches yourself.
If you don't just tell me and I happily merge them for you :)

>
> To:
>
> Signed-off-by: Linus Walleij 
> ---
> Changes in v2:
> - Include U-Boot for BMIPS patch (2024.04)
> - Separate patch to activate U-Boot with the target.
> - Use a kmod for the Marvell switch to hold down the footprint
>   of the generic BCM6328 support.
> - Link to v1: 
> http://lists.openwrt.org/pipermail/openwrt-devel/2023-August/041387.html
>
> ---
> Linus Walleij (4):
>   bmips: bcm6328: Compile in uImage splitter
>   bmips: Add Inteno XG6846 target
>   uboot-bmips: Add U-Boot for the BMIPS target
>   bmips: Build U-Boot into the XG6846 target
>
>  .github/labeler.yml|   1 +
>  package/boot/uboot-bmips/Makefile  |  32 +++
>  .../bcm6328/base-files/etc/board.d/02_network  |   3 +
>  target/linux/bmips/bcm6328/config-6.1  |   1 +
>  target/linux/bmips/dts/bcm6328-inteno-xg6846.dts   | 313 
> +
>  target/linux/bmips/image/Makefile  |  31 ++
>  target/linux/bmips/image/bcm6328.mk|  14 +
>  target/linux/bmips/image/null-initrd   |   1 +
>  target/linux/bmips/image/u-boot.bin| Bin 0 -> 289149 bytes
>  9 files changed, 396 insertions(+)
> ---
> base-commit: 84a48ce400b2c7b0779f51e83c68de5f8ec58ffd
> change-id: 20240425-xg6846-base-9853a92b11f7
>
> Best regards,
> --
> Linus Walleij 
>

Best regards,
Álvaro.

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [PATCH v2 0/4] Base support for Inteno XG6846

2024-04-25 Thread Paul D
On 2024-04-25 22:12, Linus Walleij wrote:
> These patches have been cooking for some time, let's
> get them moving.
> 
> The idea is to merge this base so we have base support
> for the target and then try to work out remaining issues
> such as the LED handling.
> 
> To: 
> 
> Signed-off-by: Linus Walleij 

Signed-off-by: Paul Donald 


Reviewed-by: Paul Donald 

Choose as appropriate - I think you did most of the work here with input from 
us, and I've tested this device/platform.


> ---
> Changes in v2:
> - Include U-Boot for BMIPS patch (2024.04)
> - Separate patch to activate U-Boot with the target.
> - Use a kmod for the Marvell switch to hold down the footprint
>   of the generic BCM6328 support.
> - Link to v1: 
> http://lists.openwrt.org/pipermail/openwrt-devel/2023-August/041387.html
> 
> ---
> Linus Walleij (4):
>   bmips: bcm6328: Compile in uImage splitter
>   bmips: Add Inteno XG6846 target
>   uboot-bmips: Add U-Boot for the BMIPS target
>   bmips: Build U-Boot into the XG6846 target
> 
>  .github/labeler.yml|   1 +
>  package/boot/uboot-bmips/Makefile  |  32 +++
>  .../bcm6328/base-files/etc/board.d/02_network  |   3 +
>  target/linux/bmips/bcm6328/config-6.1  |   1 +
>  target/linux/bmips/dts/bcm6328-inteno-xg6846.dts   | 313 
> +
>  target/linux/bmips/image/Makefile  |  31 ++
>  target/linux/bmips/image/bcm6328.mk|  14 +
>  target/linux/bmips/image/null-initrd   |   1 +
>  target/linux/bmips/image/u-boot.bin| Bin 0 -> 289149 bytes
>  9 files changed, 396 insertions(+)
> ---
> base-commit: 84a48ce400b2c7b0779f51e83c68de5f8ec58ffd
> change-id: 20240425-xg6846-base-9853a92b11f7
> 
> Best regards,


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel