Skip to content
Snippets Groups Projects
Commit 5b9cff92 authored by Sandeep Sheriker Mallikarjun's avatar Sandeep Sheriker Mallikarjun Committed by John Crispin
Browse files

uboot-at91: Add support for SAMA5D4 Xplained board


Add support for SAMA5D4 Xplained board and options to select & build
u-boot configs for different media storage.

Signed-off-by: default avatarSandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
parent dacab647
No related branches found
No related tags found
No related merge requests found
...@@ -54,14 +54,34 @@ define uboot/sama5d2_xplained_mmc ...@@ -54,14 +54,34 @@ define uboot/sama5d2_xplained_mmc
BUILD_DEVICES:=at91-sama5d2_xplained BUILD_DEVICES:=at91-sama5d2_xplained
endef endef
define uboot/sama5d4_xplained_spiflash
TITLE:=U-Boot for the SAMA5D4 Xplained board (SPI Flash)
BUILD_SUBTARGET:=sama5
BUILD_DEVICES:=at91-sama5d4_xplained
endef
define uboot/sama5d4_xplained_mmc
TITLE:=U-Boot for the SAMA5D4 Xplained board (SDcard)
BUILD_SUBTARGET:=sama5
BUILD_DEVICES:=at91-sama5d4_xplained
endef
define uboot/sama5d4_xplained_nandflash
TITLE:=U-Boot for the SAMA5D4 Xplained board (NandFlash)
BUILD_SUBTARGET:=sama5
BUILD_DEVICES:=at91-sama5d4_xplained
endef
UBOOT_TARGETS := \ UBOOT_TARGETS := \
at91sam9m10g45ek_nandflash \ at91sam9m10g45ek_nandflash \
at91sam9x5ek_nandflash \ at91sam9x5ek_nandflash \
sama5d3_xplained_nandflash \ sama5d3_xplained_nandflash \
sama5d3_xplained_mmc \ sama5d3_xplained_mmc \
sama5d2_xplained_mmc \ sama5d2_xplained_mmc \
sama5d2_xplained_spiflash sama5d2_xplained_spiflash \
sama5d4_xplained_mmc \
sama5d4_xplained_spiflash \
sama5d4_xplained_nandflash
define Build/Compile define Build/Compile
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment