Skip to content

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

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

Commit: clea-os/bsp/nxp/u-boot-seco-imx@69c49e25

[ENV][D18] Remove seco_fdt_overlay scripts from environment

These are now replaced by the cmd/seco_fdt_overlay, add the last and only reference to them was removed with the previous commit.

--

Commit: clea-os/bsp/nxp/u-boot-seco-imx@349695b9

[ENV][D18] Enable usage of new seco_fdt_overlay apply_all cmd

This removes the usage of the previous implementation in the environment.

--

Commit: clea-os/bsp/nxp/u-boot-seco-imx@55a181bc

[CONFIG][D18] Enable new seco_fdt_overlay cmd.

--

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