Skip to content

Integrate u-boot-seco-imx/jonas/seco-fdt-overlay

GitBot requested to merge u-boot-seco-imx/jonas/seco-fdt-overlay into kirkstone

Commit: clea-os/bsp/nxp/u-boot-seco-imx@801d4d8a

[CMD][FDT_OVERLAY]: seco_fdt_overlay to overlay dtbo by eeprom or seco_config

This command is a replacement for the environment script with the same functionality. The only sub command implemented in 'apply_all', which reads the config from the eeprom and seco_config and eventually a compiletime default, creates a list of overlay to apply and applies them to the current devicetree. Up to know, the panel and touch is handled by this command.

--

Commit: clea-os/bsp/nxp/u-boot-seco-imx@51a23110

[LIB][EEPROM] Change the internal representation ids zero based integer

The values are stored as ascii in the eeprom (format V0.2, '0'-'9', but as variables used on the code they should be plain integers. In the future the representation in the eeprom may also change, and until know the interface is not yet widely used, so a change can be done.

--

Commit: clea-os/bsp/nxp/u-boot-seco-imx@1ceb7a12

[LIB][EEPROM] seco-eeprom-manager: Add auto_init function

For this initialization the caller does not need to know the board specific addresses. Currently these are either hardcoded in board specific header files and may be overwriten with environment variables.

Merge request reports

Loading