- stm32mp1: support for STM32 TAMP_BKP21R bootcount register - tab formatting - gitignore: added autoscan files - updated documentation - i2c_eeprom: bootcount does not use two uint16s - am33xx: declare registers as 'volatile' - src/am33xx: do not close fd, it seems to prevent reliably writing register - configure.ac: update version, homepage - Added EEPROM read/write for non-TI AM335x platforms Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
521 B
Makefile
16 lines
521 B
Makefile
################################################################################
|
|
#
|
|
# davinci-bootcount
|
|
#
|
|
################################################################################
|
|
|
|
DAVINCI_BOOTCOUNT_VERSION = 2.0.0
|
|
DAVINCI_BOOTCOUNT_SITE = $(call github,VoltServer,uboot-davinci-bootcount,v$(DAVINCI_BOOTCOUNT_VERSION))
|
|
DAVINCI_BOOTCOUNT_LICENSE = GPL-3.0
|
|
DAVINCI_BOOTCOUNT_LICENSE_FILES = COPYING
|
|
|
|
# sources fetched from github, no configure script
|
|
DAVINCI_BOOTCOUNT_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|