summaryrefslogtreecommitdiff
path: root/configs/zynq_microzed_defconfig
AgeCommit message (Collapse)Author
2016-10-20configs/zynq_*: add BR2_TARGET_UBOOT_NEEDS_OPENSSL=yThomas Petazzoni
The U-Boot configuration for Zynq boards have CONFIG_FIT_SIGNATURE=y, so they need OpenSSL to be available on the host system. In order to add OpenSSL to the build this commit adds the BR2_TARGET_UBOOT_NEEDS_OPENSSL=y to the relevant defconfigs. Fixes #9316. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-15configs/zynq_*_defconfig: enable VFP supportPeter Korsgaard
The A9 cores inside the Xilinx Zynq have a VFP unit, so enable it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-08-29zynq: enable BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIGMasahiro Yamada
The recent U-Boot adopts Kconfig for its configuration system. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-07-30zynq_microzed: bump U-Boot to xilinx-v2016.2Masahiro Yamada
This is the latest release tag in the Xilinx repository, based on U-Boot v2016.01 in the mainline. To sync with the Zedboard updates, switch over to the Xilinx GitHub repository. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-30zynq_microzed: bump Linux to xilinx-v2016.2Masahiro Yamada
This is the latest release tag in the Xilinx repository, based on Linux v4.4 in the mainline. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-05configs: Use HTTPS URL for Github reposPaul Cercueil
This makes it possible to clone git repositories hosted on Github while behind a firewall. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-05-28configs: zynq: revive BR2_LINUX_KERNEL_UIMAGEMasahiro Yamada
Commit 5c67cb1d0445 ("linux: use zImage by default on ARM") changed the default kernel image, but missed to update Zynq defconfigs. U-Boot on Zynq boards still loads uImage, so BR2_LINUX_KERNEL_UIMAGE should be defined to generate uImage. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-03-31configs: rename Zynq defconfig filesMasahiro Yamada
These three are Zynq boards and the build procedure is almost the same. Having the SoC name prefix "zynq_" would be more consistent. Also, this is the way in which the Linux Device Trees and the U-Boot configuration files do. This commit renames as follows: zedboard_defconfig -> zynq_zed_defconfig microzed_defconfig -> zynq_microzed_defconfig xilinx_zc706_defconfig -> zynq_zc706_defconfig Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>