]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "'eeprom' command improvements"
authorTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 16:48:41 +0000 (10:48 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 16:48:41 +0000 (10:48 -0600)
commit77ba281c91c3578c835d11c0f2fe2cac6fa1d658
treedbf0ff8a3b764fce3a7da1cbae20750d9d65d6af
parent227be29df37545f74243a98c12a4a33c4160e3cd
parent57a9e8d86fde5732f77577adf52dcb62fcdc068a
Merge patch series "'eeprom' command improvements"

Marek BehĂșn <kabel@kernel.org> says:

This series contains improvements for the 'eeprom' command:
- refactors
- fixes
- improvements
- ability to use driver model EEPROMs (uclass UCLASS_I2C_EEPROM)
- more flexible EEPROM layout support

It should not cause any behavior change for any existing board.

This series is a dependency for some DDR issue fixes for Turris Omnia.
I will be sending that one separately.

github PR link (with CI):
  https://github.com/u-boot/u-boot/pull/540
- there is a failure for
    test.py for sandbox sandbox_clang
  but it seems unrelated to these changes
cmd/Kconfig
cmd/eeprom.c
common/eeprom/eeprom_field.c
common/eeprom/eeprom_layout.c