upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
588 B
13 lines
588 B
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2017 Linaro Limited
|
|
|
|
obj-$(CONFIG_LIBAVB) += avb_chain_partition_descriptor.o avb_cmdline.o
|
|
obj-$(CONFIG_LIBAVB) += avb_crypto.o avb_footer.o avb_hashtree_descriptor.o
|
|
obj-$(CONFIG_LIBAVB) += avb_property_descriptor.o avb_sha256.o
|
|
obj-$(CONFIG_LIBAVB) += avb_slot_verify.o avb_util.o avb_version.o
|
|
obj-$(CONFIG_LIBAVB) += avb_descriptor.o avb_hash_descriptor.o
|
|
obj-$(CONFIG_LIBAVB) += avb_kernel_cmdline_descriptor.o avb_rsa.o avb_sha512.o
|
|
obj-$(CONFIG_LIBAVB) += avb_sysdeps_posix.o avb_vbmeta_image.o
|
|
|
|
ccflags-y = -DAVB_COMPILATION
|
|
|