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

Paul D newtwen at gmail.com
Thu Apr 25 13:39:15 PDT 2024


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 <linus.walleij at linaro.org>

Signed-off-by: Paul Donald <newtwen+github at gmail.com>


Reviewed-by: Paul Donald <newtwen+github at gmail.com>

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,




More information about the openwrt-devel mailing list