Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-14 | atmel: common: Add function to display via DM_VIDEO's API | Wenyou Yang | |
Add a function to display the company's logo and board information via the API from DM_VIDEO. This function can be shared by other atmel boards, so locate it in board/atmel/common folder. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2017-09-11 | board: atmel: Create board/$(VENDOR)/common folder | Wenyou Yang | |
Create board/$(VENDOR)/common folder to accommodate the common code shared by other atmel boards, now put the code to set ethernet mac address from eeprom, which uses the i2c eeprom driver. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com> Reviewed-by: Simon Glass <sjg@chromium.org> |