
On Wed, Jun 30, 2021 at 11:23:45PM +0800, Zong Li wrote:
Add initial support for the PCB description EEPROM for SiFive HiFive Unmatched boards.
This implementation is refactored based on Paul Walmsley's porting and adopt the suggestions from David Abdurachmanov.
Signed-off-by: Paul Walmsley paul.walmsley@sifive.com Signed-off-by: David Abdurachmanov david.abdurachmanov@sifive.com Signed-off-by: Zong Li zong.li@sifive.com
board/sifive/unmatched/Makefile | 1 + .../unmatched/hifive-platform-i2c-eeprom.c | 542 ++++++++++++++++++ include/configs/sifive-unmatched.h | 6 + 3 files changed, 549 insertions(+) create mode 100644 board/sifive/unmatched/hifive-platform-i2c-eeprom.c
Reviewed-by: Leo Yu-Chi Liang ycliang@andestech.com