[PATCH v1 00/17] colibri-imx8x: support refresh

Andrejs Cainikovs andrejs.cainikovs at gmail.com
Fri Mar 3 14:26:25 CET 2023


This series refreshes Colibri iMX8X support as follows:
- enable fuse command
- revert switch to binman
- set boot delay
- enable bootcount limit
- move bootaux memory base and size configuration to defconfig
- update env memory layout
- use load instead of fatload in M4 boot environment helpers
- provide proper prompt
- drop obsolete environment variables
- implement SoC variant handling
- move SoC variant detection into its own function
- update update_uboot confirmation message
- remove obsolete SDHC related config defines
- remove obsolete net usb start
- enable OF_SYSTEM_SETUP for M4 memory reservation
- introduce setup setting setupargs
- add 2nd ethernet address

Andrejs Cainikovs (7):
  board: colibri-imx8x: add 2nd ethernet address
  colibri-imx8x: construct fdtfile dynamically
  colibri-imx8x: drop obsolete environment variables
  colibri-imx8x: switch from fatload to load
  colibri-imx8x: set bootaux memory base and size
  Revert "imx: imx8x: colibri: switch to binman"
  colibri-imx8x: enable fuse command

Igor Opaniuk (1):
  colibri-imx8x: provide proper CONFIG_SYS_PROMPT

Marcel Ziswiler (6):
  colibri-imx8x: remove obsolete net usb start
  colibri-imx8x: remove obsolete sdhc related config defines
  colibri-imx8x: update update_uboot confirmation message
  colibri-imx8x: update env memory layout
  colibri-imx8x: enable environment bootcount limit
  colibri-imx8x: set bootdelay

Max Krummenacher (1):
  colibri-imx8x: extract is_imx8dx() from ram detection

Philippe Schenker (2):
  colibri-imx8x: Remove baudrate from console argument
  defconfig: colibri-imx8x: enable CONFIG_OF_SYSTEM_SETUP

 arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi |  2 -
 arch/arm/mach-imx/imx8/Kconfig               |  1 -
 board/toradex/colibri-imx8x/Kconfig          |  3 +
 board/toradex/colibri-imx8x/colibri-imx8x.c  | 36 ++++++---
 configs/colibri-imx8x_defconfig              | 13 +++-
 include/configs/colibri-imx8x.h              | 78 ++++----------------
 6 files changed, 56 insertions(+), 77 deletions(-)

-- 
2.34.1



More information about the U-Boot mailing list