aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-zynq/patches
Commit message (Collapse)AuthorAgeFilesLines
* uboot-zynq: fix dtc compilation on host gcc 10Luis Araneda2020-12-131-0/+48
| | | | | | | | | | | | gcc 10 defaults to -fno-common, which causes an error when linking. Back-port the following Linux kernel commit to fix it: e33a814e772c (scripts/dtc: Remove redundant YYLOC global declaration) Tested on an Arch Linux host with gcc 10.1.0 Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* uboot-zynq: update to 2019.07Luis Araneda2019-09-014-567/+26
| | | | Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* uboot-zynq: add support for the zybo z7 boardLuis Araneda2018-08-253-5/+606
| | | | | | | | Backport board support from the upcoming v2018.09 release, and add an additional patch to read the MAC address from flash memory Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* uboot-zynq: update to 2018.07Luis Araneda2018-08-132-1/+44
| | | | Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* uboot-zynq: update to 2017.03Luis Araneda2018-06-071-2/+2
| | | | | | Compile-tested: ZedBoard Signed-off-by: Luis Araneda <luaraneda@gmail.com>
* uboot-zynq: Fix build with libressl 2.7.2Hauke Mehrtens2018-04-291-0/+14
When libressl was linked the libpthread was missing, add it in addition. Fixes: 2c192b69163f ("tools/libressl: update to version 2.7.2") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>