mbox series

[U-Boot,v1,00/21] This patch series brings in sync DISPLAY5 internal

Message ID 20180511145119.20942-1-lukma@denx.de
Headers show
Series This patch series brings in sync DISPLAY5 internal | expand

Message

Lukasz Majewski May 11, 2018, 2:50 p.m. UTC
This patch series brings the internal DISPLAY5 development in sync 
with mainline.

Lukasz Majewski (21):
  display5: factory: Add support for BOOT_FROM = FACTORY switch
  display5: config: factory: Setup IP config data according to LEG
    production setup
  display5: config: Add "factory" (1MiB) SPI-NOR partition in u-boot
  display5: config: Provide command to flash the whole SPI-NOR memory
  display5: spl: Check return code of the env_* functions
  display5: config: Reset the board when bootm fails
  display5: config: Remove support for Linux initramfs recovery image
    boot
  display5: config: Update SPI-NOR partition for larger
    swupdate-initramfs
  display5: config: factory: Extend mtdparts to support LEG factory
    partition
  display5: Support for the emergency PAD pressing
  display5: wdt: Enable WDT support (both SPL and u-boot)
  display5: config: Provide 'tftp_mmc_rootfs_bkp' command to write
    BACKUP rootfs
  display5: config: factory: Update BACKUP rootfs in factory mode
  display5: config: Update swupdate initramfs file name (now supporting
    ext4)
  display5: ddr: Enable support for DDR3 auto calibration
  display5: net: Add function to read ethaddr from iMX6 fuses
  display5: config: Add cma=256M to command line arguments
  display5: config: Reduce rootfs2 (BACKUP) size from 1528M to 512M
  display5: display5_defconfig: Enable support for gpt command (CMD_GPT)
    in production u-boot
  display5: config: Add GPT verification and restoration code on
    SWUpdate entry
  display5: Add missing environment.h include to avoid warning

 board/liebherr/display5/common.c   |  10 ++++
 board/liebherr/display5/common.h   |   1 +
 board/liebherr/display5/display5.c |  41 +++++++++++++++
 board/liebherr/display5/spl.c      |  78 +++++++++++++++++++++++++++-
 configs/display5_defconfig         |   6 ++-
 configs/display5_factory_defconfig |   3 +-
 include/configs/display5.h         | 102 ++++++++++++++++++++++---------------
 7 files changed, 194 insertions(+), 47 deletions(-)