Commit 23a94e9d authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

at91bootstrap3: bump to v3.6.2



In preparation to add support for the SAMA5D3 Xplained board, this
commit bumps the version of the at91bootstrap3 bootloader to
v3.6.2. While doing this, it also:

 - Allows this bootloader on Cortex-A5 based platforms, since SAMA5D3
   are based on Cortex-A5.

 - Removes a patch that no longer applies, and which has been taken
   into account in at91bootstrap3 upstream.

 - Switches to the upstream Github location as the source.

 - Updates the installation commands to match upstream changes in the
   installation process.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 790df63d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config BR2_TARGET_AT91BOOTSTRAP3
	depends on BR2_arm926t
	depends on BR2_arm926t || BR2_cortex_a5
	bool "AT91 Bootstrap 3"
	help
	  AT91Bootstrap is a first level bootloader for the Atmel AT91
+0 −747

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −5
Original line number Diff line number Diff line
@@ -4,10 +4,8 @@
#
################################################################################

AT91BOOTSTRAP3_VERSION = 3.2
AT91BOOTSTRAP3_SITE = \
	ftp://www.at91.com/pub/at91bootstrap/AT91Bootstrap$(AT91BOOTSTRAP3_VERSION)
AT91BOOTSTRAP3_SOURCE = at91bootstrap_9n12.tar.gz
AT91BOOTSTRAP3_VERSION = v3.6.2
AT91BOOTSTRAP3_SITE = $(call github,linux4sam,at91bootstrap,$(AT91BOOTSTRAP3_VERSION))

AT91BOOTSTRAP3_INSTALL_IMAGES = YES
AT91BOOTSTRAP3_INSTALL_TARGET = NO
@@ -47,7 +45,7 @@ define AT91BOOTSTRAP3_BUILD_CMDS
endef

define AT91BOOTSTRAP3_INSTALL_IMAGES_CMDS
	$(MAKE) $(AT91BOOTSTRAP3_MAKE_OPT) -C $(@D) bootstrap
	cp $(@D)/binaries/*.bin $(BINARIES_DIR)
endef

$(eval $(generic-package))