Re: [PATCH 6/6] eeprom: starfive: add 'mac raw' command

2023-10-16 Thread Tom Rini
On Sat, Sep 30, 2023 at 02:01:47PM +0200, Heinrich Schuchardt wrote: > Add a sub-command to print a hexdump of the EEPROM content. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 6/6] eeprom: starfive: add 'mac raw' command

2023-09-30 Thread Heinrich Schuchardt
Add a sub-command to print a hexdump of the EEPROM content. Signed-off-by: Heinrich Schuchardt --- board/starfive/visionfive2/visionfive2-i2c-eeprom.c | 5 + 1 file changed, 5 insertions(+) diff --git a/board/starfive/visionfive2/visionfive2-i2c-eeprom.c b/board/starfive/visionfive2/vision