mbox series

[00/10] Add support am335, Guardian

Message ID 20210106153156.2782-1-Gireesh.Hiremath@in.bosch.com
Headers show
Series Add support am335, Guardian | expand

Message

Gireesh Hiremath Jan. 6, 2021, 3:31 p.m. UTC
From: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>

add support for backlight, splash screen, tftp_load_addr in environment
add memtest cmd, swi logic, dhcp fail info
add ubi fastmap support
update pinmux, code clean up

Gireesh Hiremath (8):
  am335x, guardian: Enable backlight
  am335x, guardian: Enable splash screen
  am335x, guardian: configs: add ubi fastmap support
  am335x, guardian: cmd: add memtest configs
  am335x,guardian: display DHCP Failed on lcd when dhcp fails during
    boot
  am335x, guardian: update swi logic
  am335x, guardian: set environment variable autoload to no
  am335x, guardian: code cleanup and boot optimization

Moses Christopher (2):
  am335x, guardian: set tftp_load_addr in environment
  am335x, guardian: Update pinmux configuration

 arch/arm/dts/am335x-guardian.dts  |   6 +-
 board/bosch/guardian/board.c      | 139 ++++++++++++++++++++++++------
 configs/am335x_guardian_defconfig |  11 ++-
 include/configs/am335x_guardian.h |  24 +++++-
 4 files changed, 149 insertions(+), 31 deletions(-)