u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Nikhil M Jain <n-jain1@ti.com>
To: <n-jain1@ti.com>
Cc: <trini@konsulko.com>, <u-boot@lists.denx.de>, <vigneshr@ti.com>,
	<nm@ti.com>, <agust@denx.de>, <tomba@kernel.org>
Subject: [PATCH 0/6]  Add u-boot splash screen support for AM62x
Date: Mon, 23 Jan 2023 13:36:09 +0530	[thread overview]
Message-ID: <20230123080615.9217-1-n-jain1@ti.com> (raw)

Enable TI Display Subsystem(TIDSS) driver as UCLASS_VIDEO. Enable
splash screen support, to display TI logo during boot-up. Tested 
on microtips panel (Model No: 13-101HIEBCAF0-S) supported by AM62x.

The changes in patch 4 depends on the patch sent for addition of
am62x.env file to set environment variables for AM62x.

link: https://lore.kernel.org/u-boot/20230123063018.6061-1-n-jain1@ti.com/T/#u

Nikhil M Jain (6):
  drivers: core: ofnode: Add panel timing decode.
  drivers: video: simple_panel: make simple panel independent of
    backlight
  drivers: video: tidss: TIDSS video driver support for AM62x
  board: ti: am62x: am62x: Add splash screen env variables
  board: ti: am62x: evm: Add splash screen support
  tools: logos: Add TI logo files

 MAINTAINERS                      |   1 +
 board/ti/am62x/am62x.env         |   5 +
 board/ti/am62x/evm.c             |  31 +
 drivers/core/ofnode.c            |  53 ++
 drivers/video/Kconfig            |   2 +
 drivers/video/Makefile           |   1 +
 drivers/video/simple_panel.c     |   7 +-
 drivers/video/tidss/Kconfig      |  18 +
 drivers/video/tidss/Makefile     |  12 +
 drivers/video/tidss/tidss_drv.c  | 960 +++++++++++++++++++++++++++++++
 drivers/video/tidss/tidss_drv.h  | 152 +++++
 drivers/video/tidss/tidss_regs.h | 292 ++++++++++
 include/dm/ofnode.h              |  12 +
 tools/logos/ti.bmp               | Bin 0 -> 447258 bytes
 tools/logos/ti.gz                | Bin 0 -> 19604 bytes
 15 files changed, 1544 insertions(+), 2 deletions(-)
 create mode 100644 drivers/video/tidss/Kconfig
 create mode 100644 drivers/video/tidss/Makefile
 create mode 100644 drivers/video/tidss/tidss_drv.c
 create mode 100644 drivers/video/tidss/tidss_drv.h
 create mode 100644 drivers/video/tidss/tidss_regs.h
 create mode 100644 tools/logos/ti.bmp
 create mode 100644 tools/logos/ti.gz

-- 
2.17.1


             reply	other threads:[~2023-01-23  8:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-23  8:06 Nikhil M Jain [this message]
2023-01-23  8:06 ` [PATCH 1/6] drivers: core: ofnode: Add panel timing decode Nikhil M Jain
2023-01-23 18:42   ` Simon Glass
2023-01-25  5:14     ` Nikhl M Jain
2023-01-26  1:41       ` Simon Glass
2023-01-23  8:06 ` [PATCH 2/6] drivers: video: simple_panel: make simple panel independent of backlight Nikhil M Jain
2023-01-23 18:42   ` Simon Glass
2023-01-23  8:06 ` [PATCH 3/6] drivers: video: tidss: TIDSS video driver support for AM62x Nikhil M Jain
2023-01-23 18:42   ` Simon Glass
2023-01-23  8:06 ` [PATCH 4/6] board: ti: am62x: am62x: Add splash screen env variables Nikhil M Jain
2023-01-23  8:06 ` [PATCH 5/6] board: ti: am62x: evm: Add splash screen support Nikhil M Jain
2023-01-23 18:42   ` Simon Glass
2023-01-23  8:06 ` [PATCH 6/6] tools: logos: Add TI logo files Nikhil M Jain
2023-01-23 18:42   ` Simon Glass

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=20230123080615.9217-1-n-jain1@ti.com \
    --to=n-jain1@ti.com \
    --cc=agust@denx.de \
    --cc=nm@ti.com \
    --cc=tomba@kernel.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).