public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/8] Updats SPL splashscreen framework for AM62x
@ 2023-05-11  9:59 Nikhil M Jain
  2023-05-11  9:59 ` [PATCH 1/8] common: spl: spl: Update stack pointer address Nikhil M Jain
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Nikhil M Jain @ 2023-05-11  9:59 UTC (permalink / raw)
  To: n-jain1, u-boot; +Cc: trini, devarsht, vigneshr, nsekhar, sjg

This patch series aims at updating SPL splashscreen framework for AM62x.

Nikhil M Jain (8):
  common: spl: spl: Update stack pointer address
  arch: arm: mach-k3: common: Return a pointer after setting page table
  board: ti: am62x: evm: Update function calls for splash screen
  include: video: Reserve video using blob
  common: board_f: Pass frame buffer info from SPL to u-boot
  drivers: video: Kconfig: Add config remove video
  common: spl: spl: Remove video driver
  configs: am62x_evm_a53: Add bloblist address

 arch/arm/mach-k3/am625_init.c   |  1 +
 arch/arm/mach-k3/common.c       |  2 ++
 board/ti/am62x/evm.c            | 46 +++++++++++++--------------------
 common/board_f.c                | 13 +++++++++-
 common/spl/spl.c                |  3 ++-
 configs/am62x_evm_a53_defconfig |  1 +
 drivers/video/Kconfig           | 12 +++++++++
 drivers/video/video-uclass.c    | 24 +++++++++++++++++
 include/video.h                 |  9 +++++++
 9 files changed, 81 insertions(+), 30 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2023-06-08 11:56 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-11  9:59 [PATCH 0/8] Updats SPL splashscreen framework for AM62x Nikhil M Jain
2023-05-11  9:59 ` [PATCH 1/8] common: spl: spl: Update stack pointer address Nikhil M Jain
2023-05-12  8:09   ` Devarsh Thakkar
2023-06-02 15:50     ` Tom Rini
2023-06-08 11:56     ` Nikhil M Jain
2023-05-11  9:59 ` [PATCH 2/8] arch: arm: mach-k3: common: Return a pointer after setting page table Nikhil M Jain
2023-05-12  8:51   ` Devarsh Thakkar
2023-05-11  9:59 ` [PATCH 3/8] board: ti: am62x: evm: Update function calls for splash screen Nikhil M Jain
2023-05-12 10:57   ` Devarsh Thakkar
2023-05-11  9:59 ` [PATCH 4/8] include: video: Reserve video using blob Nikhil M Jain
2023-05-12 11:11   ` Devarsh Thakkar
2023-05-11  9:59 ` [PATCH 5/8] common: board_f: Pass frame buffer info from SPL to u-boot Nikhil M Jain
2023-05-12 11:29   ` Devarsh Thakkar
2023-05-11  9:59 ` [PATCH 6/8] drivers: video: Kconfig: Add config remove video Nikhil M Jain
2023-05-12 11:42   ` Devarsh Thakkar
2023-05-11  9:59 ` [PATCH 7/8] common: spl: spl: Remove video driver Nikhil M Jain
2023-05-12 11:42   ` Devarsh Thakkar
2023-05-11  9:59 ` [PATCH 8/8] configs: am62x_evm_a53: Add bloblist address Nikhil M Jain
2023-05-12 11:46   ` Devarsh Thakkar
2023-05-11 13:09 ` [PATCH 0/8] Updats SPL splashscreen framework for AM62x Tom Rini
2023-05-12  6:01 ` Devarsh Thakkar
2023-06-01 16:40 ` Tom Rini
2023-06-02  4:39   ` [EXTERNAL] " Nikhil M Jain
2023-06-02  6:19     ` Nikhil M Jain
2023-06-02 15:51       ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox