- a8f6dab Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 1 year, 1 month ago
- 207ed0a pinctrl: sunxi: remove GPIO_EXTRA_HEADER by Andre Przywara · 2 years, 3 months ago
- 846dcae video: tegra20: dsi: use regulator_set_enable_if_allowed by Svyatoslav Ryhel · 1 year, 2 months ago
- 66ac14f video: simple_panel: use regulator_set_enable_if_allowed by Svyatoslav Ryhel · 1 year, 2 months ago
- 251ff34 video: pwm_backlight: use regulator_set_enable_if_allowed by Svyatoslav Ryhel · 1 year, 2 months ago
- 6d225ec video: Mark truetype_measure() static by Simon Glass · 1 year, 2 months ago
- 37db20d video: Support showing a cursor by Simon Glass · 1 year, 2 months ago
- 617d7b5 video: Export vidconsole_entry_start() by Simon Glass · 1 year, 2 months ago
- 9899eef video: Allow saving and restoring text-entry state by Simon Glass · 1 year, 2 months ago
- 9e55d09 video: Allow obtaining the nominal size of a string size by Simon Glass · 1 year, 2 months ago
- 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- 3fef0de x86: coreboot: Enable VIDEO_COPY by Simon Glass · 1 year, 2 months ago
- 31b097a video: Move the BMP options by Simon Glass · 1 year, 2 months ago
- 8168359 video: Move bmp code to drivers/video by Simon Glass · 1 year, 2 months ago
- 3b4e6e9 video: rockchip: dw_mipi_dsi: Use generic_phy_valid() helper by Jonas Karlman · 1 year, 3 months ago
- 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
- 832148f Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 3 months ago
- 28cd244 bcm2835: Add simiple-framebuffer for use with fkms by Jason Wessel · 1 year, 4 months ago
- aba6776 video: kconfig: Fix a typo in SPL_VIDEO_REMOVE by Bin Meng · 1 year, 4 months ago
- 01c76f1 video: vidconsole: Fix null dereference of ops->measure by Bin Meng · 1 year, 4 months ago
- 8300ceb video: avoid build failure on veyron board by Alvaro Fernando García · 1 year, 4 months ago
- b7080bf video: Add a Kconfig option for SPL video handoff by Simon Glass · 1 year, 4 months ago
- a077ac1 Kconfigs: Correct default of "0" on hex type entries by Tom Rini · 1 year, 4 months ago
- 7755b22 Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 1 year, 4 months ago
- b8d3a6c drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video by Nikhil M Jain · 1 year, 4 months ago
- 3f9b5a7 drivers: video: tidss: tidss_drv: Change remove method by Nikhil M Jain · 1 year, 4 months ago
- e1a0caf video: bochs: Set the frame buffer size per configuration by Bin Meng · 1 year, 4 months ago
- f91f0e7 video: kconfig: Set default FB size for Bochs by Bin Meng · 1 year, 4 months ago
- 185ae84 video: kconfig: Drop the superfluous dependency by Bin Meng · 1 year, 4 months ago
- 17cd802 video: kconfig: Fix wrong text for the PCI default FB size by Bin Meng · 1 year, 4 months ago
- e1b4697 video: bochs: Remove the x86 dependency by Bin Meng · 1 year, 4 months ago
- ffe1c83 video: bochs: Avoid using IO instructions to access VGA IO port by Bin Meng · 1 year, 4 months ago
- caae795 video: bochs: Drop the useless argument of bochs_vga_write() by Bin Meng · 1 year, 4 months ago
- 5ee029a video: bochs: Drop inclusion of <asm/mtrr.h> by Bin Meng · 1 year, 4 months ago
- 08ece5b dm: video: Cosmetic style fix by Bin Meng · 1 year, 4 months ago
- bff002d video: vesa: Use mtrr_set_next_var() for graphics memory by Bin Meng · 1 year, 4 months ago
- 0f497b2 video: ivybridge: Use mtrr_set_next_var() for graphics memory by Bin Meng · 1 year, 4 months ago
- b5126f2 video: broadwell: Use mtrr_set_next_var() for graphics memory by Bin Meng · 1 year, 4 months ago
- 0825522 video: rockchip: Add support for RK3399 to dw-mipi-dsi bridge by Ondrej Jirman · 1 year, 6 months ago
- 63e73a1 drivers: video: Kconfig: Add config remove video by Nikhil M Jain · 1 year, 4 months ago
- 5bc610a common: board_f: Pass frame buffer info from SPL to u-boot by Nikhil M Jain · 1 year, 4 months ago
- ccd21ee include: video: Reserve video using blob by Nikhil M Jain · 1 year, 4 months ago
- 13aa090 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 1 year, 4 months ago
- e2d934b x86: video: Add a driver for QEMU bochs emulation by Simon Glass · 1 year, 4 months ago
- aa817df Merge tag 'video-20230714' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 1 year, 4 months ago
- 04f3dcd video: Update stb_truetype by Simon Glass · 1 year, 6 months ago
- 2d6ee92 video: Use enum with video_index_to_colour() by Simon Glass · 1 year, 6 months ago
- b828ed7 console: Allow measuring the bounding box of text by Simon Glass · 1 year, 6 months ago
- 648a499 video: Allow temporary colour changes by Simon Glass · 1 year, 6 months ago
- a8f8040 console: Correct truetype spacing error by Simon Glass · 1 year, 6 months ago
- 0ab4f91 video: Provide a way to clear part of the console by Simon Glass · 1 year, 6 months ago
- 7432f68 video: Drop #ifdefs from console_truetype by Simon Glass · 1 year, 6 months ago
- bd6375c video: rockchip: dw_mipi_dsi: Fix GRF access by Ondrej Jirman · 1 year, 6 months ago
- 7c5f278 video: rockchip: dw_mipi_dsi: Correct check for lacking phy phandle by Ondrej Jirman · 1 year, 6 months ago
- dc3f240 video: rockchip: dw_mipi_dsi: Fix best_rate calculation by Ondrej Jirman · 1 year, 6 months ago
- 4158d7f video: rockchip: dw_mipi_dsi: Return 0 from dsi_phy_init on success by Ondrej Jirman · 1 year, 6 months ago
- 14dd77f video: rockchip: dw_mipi_dsi: Fix error path checks in probe function by Ondrej Jirman · 1 year, 6 months ago
- b7d8d40 video: rockchip: dw_mipi_dsi: Fix external phy existence check by Ondrej Jirman · 1 year, 6 months ago
- e62f2a6 video: dw_mipi_dsi: Fix hsync/vsync settings by Ondrej Jirman · 1 year, 6 months ago
- f4c7efe video: rockchip: vop: Fix whitespace by Ondrej Jirman · 1 year, 6 months ago
- 533ad9d video: backlight: pwm: avoid integer overflow in duty cycle calculation by Matthias Schiffer · 1 year, 5 months ago
- 6a0b888 video: hx8394: Add panel driver for hannstar,hsd060bhw4 by Ondrej Jirman · 1 year, 6 months ago
- 7a2fee8 video: console: Fix default font selection by Ondrej Jirman · 1 year, 6 months ago
- 322c0da video: zynqmp: Enable 1024x768 resolution by Michal Simek · 1 year, 6 months ago
- a29f44d video: zynqmp: Driver for Xilinx ZynqMP DisplayPort Subsystem by Venkatesh Yadav Abbarapu · 1 year, 6 months ago
- c4865e1 video: move zynqmp files to subdirectory by Venkatesh Yadav Abbarapu · 1 year, 6 months ago
- f6de01d video: bmp: Support rgba8888 pixel format by Michal Simek · 1 year, 6 months ago
- e9500ba video: Add support for RGBA8888 format by Michal Simek · 1 year, 6 months ago
- 03972ff video: tweak CONFIG_SPL_VIDEO description by John Keeping · 1 year, 7 months ago
- a12a73b drivers: use dev_read_addr_ptr when cast to pointer by Johan Jonker · 1 year, 9 months ago
- def72d5 video: panel: add generic endeavoru panel by Svyatoslav Ryhel · 1 year, 7 months ago
- d8cca91 video: tegra: add DC based PWM backlight driver by Svyatoslav Ryhel · 1 year, 7 months ago
- 6d9b3a7 video: panel: add Renesas R69328 MIPI DSI panel driver by Svyatoslav Ryhel · 1 year, 7 months ago
- dcee478 video: panel: add Renesas R61307 MIPI DSI panel driver by Svyatoslav Ryhel · 1 year, 7 months ago
- b026824 video: bridge: add Solomon SSD2825 DSI/LVDS driver by Svyatoslav Ryhel · 1 year, 7 months ago
- 0602083 video: add lm3533 backlight driver by Svyatoslav Ryhel · 1 year, 7 months ago
- 86fbee6 drivers: video: Enable necessary video functions at SPL by Nikhil M Jain · 1 year, 7 months ago
- 2e72e4e drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL by Nikhil M Jain · 1 year, 7 months ago
- 35ca2e4 drivers: video: Makefile: Rule to compile necessary video driver files by Nikhil M Jain · 1 year, 7 months ago
- 54929ec drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL by Nikhil M Jain · 1 year, 7 months ago
- 857d02d drivers: video: Kconfig: Add configs for enabling video at SPL by Nikhil M Jain · 1 year, 7 months ago
- 6fa8383 rockchip: video: Add support for RK3568 DSI Host by Chris Morgan · 1 year, 8 months ago
- e2b57ff video: rockchip: rk_vop: add rk3288-dp compare string by Johan Jonker · 1 year, 8 months ago
- f5ee1ea video: sunxi: dw-hdmi: Use DM for HVCC regulator by Samuel Holland · 2 years ago
- 7108dd2 video: sunxi: dw-hdmi: Use DM for clock gates and resets by Samuel Holland · 2 years ago
- fa6f458 Merge branch 'master_regulator/fixes' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 1 year, 8 months ago
- e3fed5c video: tl070wsh30: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR by Marek Vasut · 1 year, 9 months ago
- 641c595 video: simple-panel: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR by Marek Vasut · 1 year, 9 months ago
- 97485e3 video: rm68200: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR by Marek Vasut · 1 year, 9 months ago
- 2d8253c video: otm8009a: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR by Marek Vasut · 1 year, 9 months ago
- cc54a92 simple_panel: support simple MIPI DSI panels by Svyatoslav Ryhel · 1 year, 8 months ago
- 86cb1bd simple_panel: add support for get_display_timing by Svyatoslav Ryhel · 1 year, 8 months ago
- acbb871 video: tegra20: add DSI controller driver by Svyatoslav Ryhel · 1 year, 8 months ago
- a8f4f9f video: tegra-dc: pass DC regmap to internal devices by Svyatoslav Ryhel · 1 year, 8 months ago
- b450c6c video: tegra-dc: add panel_set_backlight call by Svyatoslav Ryhel · 1 year, 8 months ago
- 8076cc5 video: tegra-dc: add 180 degree panel rotation by Svyatoslav Ryhel · 1 year, 8 months ago
- 098dbcb video: tegra-dc: assign regmap directly by Svyatoslav Ryhel · 1 year, 8 months ago
- f67f23c video: tegra-dc: request timings from panel driver first by Svyatoslav Ryhel · 1 year, 8 months ago
- e114f50 video: tegra-dc: get clocks from device tree by Svyatoslav Ryhel · 1 year, 8 months ago
- cf291ba video: move tegra dc driver into own folder by Svyatoslav Ryhel · 1 year, 8 months ago