summaryrefslogtreecommitdiffstats
path: root/configs/zynq_microzed_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/zynq_*: add BR2_TARGET_UBOOT_NEEDS_OPENSSL=yThomas Petazzoni2016-10-201-0/+1
| | | | | | | | | | | 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>
* configs/zynq_*_defconfig: enable VFP supportPeter Korsgaard2016-10-151-0/+1
| | | | | | The A9 cores inside the Xilinx Zynq have a VFP unit, so enable it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* zynq: enable BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIGMasahiro Yamada2016-08-291-1/+2
| | | | | | | | 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>
* zynq_microzed: bump U-Boot to xilinx-v2016.2Masahiro Yamada2016-07-301-5/+5
| | | | | | | | | | 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>
* zynq_microzed: bump Linux to xilinx-v2016.2Masahiro Yamada2016-07-301-3/+2
| | | | | | | | | 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>
* configs: Use HTTPS URL for Github reposPaul Cercueil2016-07-051-1/+1
| | | | | | | | 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>
* configs: zynq: revive BR2_LINUX_KERNEL_UIMAGEMasahiro Yamada2016-05-281-0/+1
| | | | | | | | | | | 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>
* configs: rename Zynq defconfig filesMasahiro Yamada2016-03-311-0/+26
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>
OpenPOWER on IntegriCloud