From 15afd9d25eaf421d57ad7e7f5a44151db0ed71e0 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 30 Oct 2018 15:36:05 +0100 Subject: ARM: at91: Add initial support for the EVB-KSZ9477 eval board The EVB-KSZ9477 is an evaluation board for the KSZ9477 ethernet switch. This board is equipped with a atsama5d3 SoC with 256MiB of SDRAM, 256MiB of NAND flash and a SD card slot. For now only second stage booting is supported with AT91bootstrap as first stage loader. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- images/Makefile.at91 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'images') diff --git a/images/Makefile.at91 b/images/Makefile.at91 index c7d86563a7..90860fcc15 100644 --- a/images/Makefile.at91 +++ b/images/Makefile.at91 @@ -9,3 +9,7 @@ image-$(CONFIG_MACH_AT91SAM9X5EK) += barebox-at91sam9x5ek.img pblx-$(CONFIG_MACH_AT91SAM9263EK) += start_at91sam9263ek FILE_barebox-at91sam9263ek.img = start_at91sam9263ek.pblx image-$(CONFIG_MACH_AT91SAM9263EK) += barebox-at91sam9263ek.img + +pblx-$(CONFIG_MACH_MICROCHIP_KSZ9477_EVB) += start_sama5d3_xplained_ung8071 +FILE_barebox-microchip-ksz9477-evb.img = start_sama5d3_xplained_ung8071.pblx +image-$(CONFIG_MACH_MICROCHIP_KSZ9477_EVB) += barebox-microchip-ksz9477-evb.img -- cgit v1.2.3