Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: import pending patches adding support for NVMEM on UBI and MMC | Daniel Golle | 2024-02-15 |
| | | | | | | | Similar to supporting nvmem-layouts on MTD devices, also allow referencing UBI and MMC devices in DT. Signed-off-by: Daniel Golle <daniel@makrotopia.org> | ||
* | kernel: move uImage.FIT partition parser to mediatek target | Daniel Golle | 2024-02-15 |
The partition parser approach has been rejected upstream, it will be replaced by a small block driver which is the solution suggestion by upstream maintainers. As the partition parser has only been used by the mediatek target, as a first step, move it there. Signed-off-by: Daniel Golle <daniel@makrotopia.org> |