summaryrefslogtreecommitdiffstats
path: root/configs/platform-mips/patches
Commit message (Collapse)AuthorAgeFilesLines
* platform-mips: kernel: version bump 5.15 -> 6.2Robert Schwebel2023-02-215-144/+0
| | | | | | | It has been a while but here is a version bump. While being there, remove old patches. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* MIPS: kernel: fix alignment of the devicetree bufferOleksij Rempel2021-09-022-0/+38
| | | | | | | | Starting with kernel v5.12 we have more strict alignment checking for the devicetree buffers. Fix it by telling the compiler to align fdt_buf properly. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
* MIPS: kernel: malta: remove flash partition tableOleksij Rempel2020-04-282-1/+47
| | | | | | it should be provided by the bootloader Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
* kernel: version bump 5.5 -> 5.6.2Robert Schwebel2020-04-032-0/+0
| | | | | | A new kernel is out, update all platforms. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-mips: add basic qemu malta supportOleksij Rempel2020-02-162-0/+60
Currently this platform can build rootfs and run only barebox. Other parts need more work, but even on this stage we would be able to make toolchain and barebox regression tests. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>