Message ID | 20240703084704.197697-1-andrei.simion@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Read MAC address through NVMEM for sama7g5ek | expand |
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Wed, 03 Jul 2024 11:47:01 +0300, Andrei Simion wrote: > Our main boot sequence : > (1) ROM BOOT -> AT91Bootstrap -> U-Boot -> Linux Kernel. > U-Boot is the stage where we set up the MAC address. > Also we can skip U-Boot and use the following boot sequence : > (2) ROM BOOT -> AT91Boostrap -> Linux Kernel. > Add EEPROMs and nvmem-layout to describe eui48 MAC address region > to be used for case (2). > > [...] Applied, thanks! [1/3] eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMs commit: b61ea8705095e5d242762268cfebf48c848315f6 [3/3] dt-bindings: eeprom: at24: Add Microchip 24AA025E48/24AA025E64 commit: c1ec80e54afd0460d02b29a5731fd2a7b31f400b Best regards,