Files
u-boot/board
Michal Simek 829e8c73dd xilinx: common: Add support for DM_I2C zynq_board_read_rom_ethaddr()
It is much easier to point to eeprom which stores information like MAC
address directly via DT. eeprom which contains this information is
pointed by /chosen/xlnx,eeprom parameter.

For example:
        chosen {
                bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
+               xlnx,eeprom = &eeprom;
        };

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2019-02-14 14:31:09 +01:00
..
2018-11-26 13:57:31 +08:00
2019-02-09 07:50:58 -05:00
2018-12-03 10:44:10 -05:00
2019-01-01 14:12:18 +01:00
2018-11-27 21:06:53 +05:30
2019-02-01 14:09:31 +01:00
2018-09-10 21:19:31 -04:00
2018-12-03 20:25:06 +01:00
2018-11-09 10:44:50 -05:00
2019-01-28 12:53:48 +01:00
2019-01-28 20:55:46 +01:00