This series replaces the i.MX6UL LCDIF unimplemented stub with a basic device model and wires it into the SoC.
The LCDIF model implements register accesses, frame-done IRQ behavior, and framebuffer-backed display updates for RGB565 and XRGB8888 input formats. The series also updates the i.MX6UL MAINTAINERS patterns for the newly added LCDIF source/header files. Testing: - ninja -C build qemu-system-arm - perl scripts/checkpatch.pl --strict --mailback origin/master..HEAD Yucai Liu (1): hw/arm: Implement i.MX6UL LCDIF model MAINTAINERS | 2 + hw/arm/fsl-imx6ul.c | 9 +- hw/arm/imx6ul_lcdif.c | 409 ++++++++++++++++++++++++++++++++++ hw/arm/meson.build | 5 +- include/hw/arm/fsl-imx6ul.h | 2 +- include/hw/arm/imx6ul_lcdif.h | 37 +++ 6 files changed, 460 insertions(+), 4 deletions(-) create mode 100644 hw/arm/imx6ul_lcdif.c create mode 100644 include/hw/arm/imx6ul_lcdif.h base-commit: a6ec632dca8c7d10743aff29345e5e9e5324228b -- 2.53.0
