[U-Boot] [PATCH v4 1/3] board: atmel: Create board/$(VENDOR)/common folder

Simon Glass sjg at chromium.org
Sat Sep 9 04:51:20 UTC 2017


On 1 September 2017 at 02:26, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> 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 at microchip.com>
> ---
>
> Changes in v4:
>  - Follow up the env function renaming.
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/arm/mach-at91/include/mach/at91_common.h |  2 ++
>  board/atmel/common/Makefile                   | 11 ++++++++
>  board/atmel/common/board.c                    | 12 +++++++++
>  board/atmel/common/mac_eeprom.c               | 36 +++++++++++++++++++++++++++
>  4 files changed, 61 insertions(+)
>  create mode 100644 board/atmel/common/Makefile
>  create mode 100644 board/atmel/common/board.c
>  create mode 100644 board/atmel/common/mac_eeprom.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list