]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: turris_omnia: Implement EEPROM layout for the 'eeprom' command
authorMarek Behún <kabel@kernel.org>
Tue, 18 Jun 2024 15:34:31 +0000 (17:34 +0200)
committerStefan Roese <sr@denx.de>
Mon, 8 Jul 2024 06:20:58 +0000 (08:20 +0200)
commit01a02ae2ba43df7eb00598afa1896a3b99a8dfcd
treee5fd8fdab7b4d7080a7929f93d23875d472fdd50
parent1a05180762ea1603a605f868bc0523ae2d36016f
arm: mvebu: turris_omnia: Implement EEPROM layout for the 'eeprom' command

Implement Turris Omnia EEPROM layout for the 'eeprom' command.

When the 'eeprom' command (with layout support) is enabled, we can now
use the 'eeprom print' and 'eeprom update' commands, for example:

  => eeprom print
  Magic constant                34a04103
  RAM size in GB                2
  Wi-Fi Region
  CRC32 checksum                cecbc2a1

Signed-off-by: Marek Behún <kabel@kernel.org>
board/CZ.NIC/turris_omnia/Makefile
board/CZ.NIC/turris_omnia/eeprom.c [new file with mode: 0644]