All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: Please pull u-boot-video
Date: Tue, 10 Dec 2019 21:38:18 +0100	[thread overview]
Message-ID: <20191210213818.298852d1@crub> (raw)

Hi Tom,

please pull fixes for v2020.01.

gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-video/pipelines/1599
Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/623099426

Thanks,
Anatolij

The following changes since commit 28a4516cf154d6f7e738f8e0519b41eccef5af5c:

  Merge branch '2019-12-05-master-imports' (2019-12-05 16:37:36 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/fixes-for-2020.01

for you to fetch changes up to 2cc393f32fd9ffcf47f4877e8d1345a7981a0d02:

  video: make BPP and ANSI configs optional (2019-12-06 16:38:51 +0100)

----------------------------------------------------------------
- fix crash and board reset when drawing RLE8 bitmaps
  bigger than the framebuffer resolution
- reduce dead code in video and console uclass routines
  (tested on mx53cx9020, sama5d2_xplained, stm32mp157c-ev1,
   stm32f746-disco, stm32f769-disco and wandboard)

----------------------------------------------------------------
Anatolij Gustschin (2):
      video: add guards around 16bpp/32bbp code
      video: make BPP and ANSI configs optional

Patrice Chotard (2):
      video: bmp: Fix video_splash_align_axis()
      video: bmp: Fix video_display_rle8_bitmap()

 configs/apalis_imx6_defconfig                  |  1 +
 configs/at91sam9x5ek_dataflash_defconfig       |  1 +
 configs/at91sam9x5ek_mmc_defconfig             |  1 +
 configs/at91sam9x5ek_nandflash_defconfig       |  1 +
 configs/at91sam9x5ek_spiflash_defconfig        |  1 +
 configs/chromebit_mickey_defconfig             |  2 ++
 configs/chromebook_jerry_defconfig             |  2 ++
 configs/chromebook_minnie_defconfig            |  2 ++
 configs/chromebook_speedy_defconfig            |  2 ++
 configs/colibri-imx6ull_defconfig              |  3 +++
 configs/colibri_imx6_defconfig                 |  1 +
 configs/colibri_imx7_defconfig                 |  3 +++
 configs/colibri_imx7_emmc_defconfig            |  3 +++
 configs/colibri_t20_defconfig                  |  2 ++
 configs/colibri_vf_defconfig                   |  1 +
 configs/evb-px30_defconfig                     |  3 +++
 configs/evb-rk3288_defconfig                   |  2 ++
 configs/evb-rk3399_defconfig                   |  2 ++
 configs/firefly-rk3288_defconfig               |  2 ++
 configs/gazerbeam_defconfig                    |  3 +++
 configs/ge_bx50v3_defconfig                    |  1 +
 configs/gurnard_defconfig                      |  2 ++
 configs/harmony_defconfig                      |  2 ++
 configs/imx6dl_icore_nand_defconfig            |  1 +
 configs/imx6q_icore_nand_defconfig             |  1 +
 configs/imx6qdl_icore_mmc_defconfig            |  1 +
 configs/imx6qdl_icore_nand_defconfig           |  1 +
 configs/libretech-ac_defconfig                 |  1 +
 configs/libretech-cc_defconfig                 |  1 +
 configs/m53menlo_defconfig                     |  1 +
 configs/medcom-wide_defconfig                  |  2 ++
 configs/miqi-rk3288_defconfig                  |  2 ++
 configs/mx53cx9020_defconfig                   |  1 +
 configs/mx6sabreauto_defconfig                 |  1 +
 configs/mx6sabresd_defconfig                   |  1 +
 configs/mx6ul_14x14_evk_defconfig              |  3 +++
 configs/mx6ul_9x9_evk_defconfig                |  3 +++
 configs/novena_defconfig                       |  1 +
 configs/nyan-big_defconfig                     |  1 +
 configs/opos6uldev_defconfig                   |  1 +
 configs/paz00_defconfig                        |  2 ++
 configs/peach-pi_defconfig                     |  2 ++
 configs/peach-pit_defconfig                    |  2 ++
 configs/pico-dwarf-imx7d_defconfig             |  3 +++
 configs/pico-hobbit-imx7d_defconfig            |  3 +++
 configs/pico-imx7d_bl33_defconfig              |  3 +++
 configs/pico-imx7d_defconfig                   |  3 +++
 configs/pico-nymph-imx7d_defconfig             |  3 +++
 configs/pico-pi-imx7d_defconfig                |  3 +++
 configs/pm9261_defconfig                       |  2 ++
 configs/pm9263_defconfig                       |  2 ++
 configs/puma-rk3399_defconfig                  |  2 ++
 configs/rock2_defconfig                        |  2 ++
 configs/rpi_0_w_defconfig                      |  1 +
 configs/rpi_2_defconfig                        |  1 +
 configs/rpi_3_32b_defconfig                    |  1 +
 configs/rpi_3_b_plus_defconfig                 |  1 +
 configs/rpi_3_defconfig                        |  1 +
 configs/rpi_4_32b_defconfig                    |  1 +
 configs/rpi_4_defconfig                        |  1 +
 configs/rpi_arm64_defconfig                    |  1 +
 configs/rpi_defconfig                          |  1 +
 configs/sama5d27_som1_ek_mmc1_defconfig        |  1 +
 configs/sama5d27_som1_ek_mmc_defconfig         |  1 +
 configs/sama5d27_som1_ek_qspiflash_defconfig   |  1 +
 configs/sama5d27_wlsom1_ek_mmc_defconfig       |  1 +
 configs/sama5d27_wlsom1_ek_qspiflash_defconfig |  1 +
 configs/sama5d2_xplained_emmc_defconfig        |  1 +
 configs/sama5d2_xplained_mmc_defconfig         |  1 +
 configs/sama5d2_xplained_qspiflash_defconfig   |  1 +
 configs/sama5d2_xplained_spiflash_defconfig    |  1 +
 configs/sama5d36ek_cmp_mmc_defconfig           |  1 +
 configs/sama5d36ek_cmp_nandflash_defconfig     |  1 +
 configs/sama5d36ek_cmp_spiflash_defconfig      |  1 +
 configs/sama5d3xek_mmc_defconfig               |  3 +++
 configs/sama5d3xek_nandflash_defconfig         |  3 +++
 configs/sama5d3xek_spiflash_defconfig          |  3 +++
 configs/sama5d4_xplained_mmc_defconfig         |  1 +
 configs/sama5d4_xplained_nandflash_defconfig   |  1 +
 configs/sama5d4_xplained_spiflash_defconfig    |  1 +
 configs/sama5d4ek_mmc_defconfig                |  1 +
 configs/sama5d4ek_nandflash_defconfig          |  1 +
 configs/sama5d4ek_spiflash_defconfig           |  1 +
 configs/sandbox64_defconfig                    |  1 +
 configs/sandbox_defconfig                      |  1 +
 configs/sandbox_flattree_defconfig             |  1 +
 configs/sandbox_spl_defconfig                  |  1 +
 configs/seaboard_defconfig                     |  2 ++
 configs/sei510_defconfig                       |  1 +
 configs/sei610_defconfig                       |  1 +
 configs/snow_defconfig                         |  2 ++
 configs/spring_defconfig                       |  2 ++
 configs/stm32f746-disco_defconfig              |  3 +++
 configs/stm32f769-disco_defconfig              |  3 +++
 configs/stm32mp15_basic_defconfig              |  3 +++
 configs/stm32mp15_optee_defconfig              |  3 +++
 configs/stm32mp15_trusted_defconfig            |  3 +++
 configs/tec_defconfig                          |  2 ++
 configs/theadorable_debug_defconfig            |  1 +
 configs/tinker-s-rk3288_defconfig              |  2 ++
 configs/ventana_defconfig                      |  2 ++
 configs/vyasa-rk3288_defconfig                 |  2 ++
 configs/wandboard_defconfig                    |  1 +
 drivers/video/Kconfig                          |  8 ++++----
 drivers/video/console_normal.c                 | 10 +++++-----
 drivers/video/vidconsole-uclass.c              |  6 ++++++
 drivers/video/video-uclass.c                   |  4 ++++
 drivers/video/video_bmp.c                      | 12 +++++-------
 108 files changed, 195 insertions(+), 16 deletions(-)

             reply	other threads:[~2019-12-10 20:38 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-10 20:38 Anatolij Gustschin [this message]
2019-12-11 13:15 ` Please pull u-boot-video Tom Rini
     [not found] <20200102205451.4123cbe9@crub>
2020-01-03 14:46 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2020-01-18 16:19 Anatolij Gustschin
2020-01-18 16:28 ` Tom Rini
2020-02-10 17:07 Anatolij Gustschin
2020-02-10 19:16 ` Tom Rini
2020-04-02 16:13 Anatolij Gustschin
2020-04-02 16:18 ` Anatolij Gustschin
2020-04-05 23:04 ` Tom Rini
2020-04-27  8:32 Anatolij Gustschin
2020-04-27 16:20 ` Tom Rini
2020-06-18 21:12 Anatolij Gustschin
2020-06-19 13:24 ` Tom Rini
2020-06-28 12:27 Anatolij Gustschin
2020-06-29  1:30 ` Tom Rini
2020-06-29 19:50 Anatolij Gustschin
2020-06-29 19:58 ` Tom Rini
2020-08-04  7:42 Anatolij Gustschin
2020-08-04 20:55 ` Tom Rini
2020-10-18 20:36 Anatolij Gustschin
2020-10-19 21:17 ` Tom Rini
2020-10-26 20:43 Anatolij Gustschin
2020-10-27 14:50 ` Tom Rini
2020-10-27 19:37   ` Anatolij Gustschin
2020-10-27 19:43     ` Tom Rini
2020-10-27 19:47       ` Anatolij Gustschin
2021-02-22 12:17 Anatolij Gustschin
2021-02-22 17:32 ` Tom Rini
2021-03-19  8:02 Anatolij Gustschin
2021-03-19 12:21 ` Tom Rini
2021-04-10 21:21 Anatolij Gustschin
2021-04-11 18:10 ` Tom Rini
2021-04-24 14:33 Anatolij Gustschin
2021-04-24 21:42 ` Tom Rini
2021-06-05 13:00 Anatolij Gustschin
2021-06-07 11:21 ` Tom Rini
2021-08-05 22:01 Anatolij Gustschin
2021-08-06 21:22 ` Tom Rini
2021-10-09 21:29 Anatolij Gustschin
2021-10-10 20:04 ` Tom Rini
2021-12-28 14:25 Anatolij Gustschin
2021-12-28 16:26 ` Tom Rini
2022-03-14 22:33 Anatolij Gustschin
2022-03-15 12:13 ` Tom Rini
2022-03-19 17:05   ` Anatolij Gustschin
2022-03-19 17:44     ` Tom Rini
2022-03-19 17:55       ` Anatolij Gustschin
2022-06-25  7:34 Anatolij Gustschin
2022-06-25 15:57 ` Tom Rini
2022-10-30 21:16 Anatolij Gustschin
2022-10-31 12:52 ` Tom Rini
2023-02-04 19:09 Anatolij Gustschin
2023-02-06 14:55 ` Tom Rini
2023-04-07 19:51 Anatolij Gustschin
2023-04-08 18:18 ` Tom Rini
2023-05-05  8:25 Anatolij Gustschin
2023-05-05 17:14 ` Tom Rini
2023-07-16 20:04 Anatolij Gustschin
2023-07-17 14:38 ` Tom Rini
2023-08-01 12:52 Anatolij Gustschin
2023-08-01 15:57 ` Tom Rini
2023-08-14  6:02 Anatolij Gustschin
2023-08-14 15:04 ` Tom Rini
2023-10-23 10:17 Anatolij Gustschin
2023-10-23 16:58 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191210213818.298852d1@crub \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.