summaryrefslogtreecommitdiff
path: root/package/u-boot/Makefile
AgeCommit message (Collapse)Author
2024-01-18u-boot: update to 2024.01Waldemar Brodkorb
2024-01-13new package python-setuptools, required for u-bootWaldemar Brodkorb
2024-01-06u-boot: update to 2023.10, fix cubox-i bootup scriptWaldemar Brodkorb
2023-09-29u-boot: update to 2023.07.02Waldemar Brodkorb
2023-08-29u-boot: update to 2023.01Waldemar Brodkorb
2023-01-23u-boot: verbose buildWaldemar Brodkorb
2022-12-25u-boot: enable fw_printenvWaldemar Brodkorb
2022-12-25use rockpi4 b plus dtb instead of c, fixes bootup.Waldemar Brodkorb
A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works.
2022-12-19Add support for Banana PI M2 ZeroWaldemar Brodkorb
2022-12-15add support for rockpi4-plusWaldemar Brodkorb
2022-12-03u-boot: updateWaldemar Brodkorb
2022-09-22add support for STM32F746G-DISCO deviceWaldemar Brodkorb
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support.
2022-08-31some changes for img-tec and various thingsWaldemar Brodkorb
2021-10-24u-boot: update to 2021.10Waldemar Brodkorb
2020-08-06u-boot: downgrade because of compile errorWaldemar Brodkorb
2020-07-15pcduino 3b skeletonWaldemar Brodkorb
2019-10-08u-boot: update to 2019.10Waldemar Brodkorb
2019-10-08u-boot: add phytec-imx6 supportWaldemar Brodkorb
2018-06-21u-boot: remove broken installWaldemar Brodkorb
2018-04-17u-boot: update to 2018.03Waldemar Brodkorb
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2017-09-17remove -fhonour-copts usageWaldemar Brodkorb
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling.
2017-07-24add sample for orange-pi zeroWaldemar Brodkorb
2017-07-17u-boot: update to 2017.07, remove avr32Waldemar Brodkorb
2017-04-20u-boot: allow to compile for rpi3 aarch64Waldemar Brodkorb
2017-03-26u-boot: update to 2017.03Waldemar Brodkorb
2017-03-16u-boot: allow to build for rpi3Waldemar Brodkorb
2017-01-11u-boot: update to 2017.01Waldemar Brodkorb
2016-11-23u-boot: update to 2016.11Waldemar Brodkorb
2016-11-08add basic clearfog supportWaldemar Brodkorb
2016-10-13rename package and use github releaseWaldemar Brodkorb
2016-10-13u-boot: fix breakageWaldemar Brodkorb
2016-09-17u-boot: update to 2016.09Waldemar Brodkorb
2016-09-14beaglebone-black: some fixes, no serial output yetWaldemar Brodkorb
2016-09-12u-boot: avoid fw_printenv on DarwinWaldemar Brodkorb
2016-07-16u-boot: update to 2016.07Waldemar Brodkorb
2016-06-19use u-boot boot scriptWaldemar Brodkorb
2016-06-12imx6: finetune makefileWaldemar Brodkorb
2016-06-11u-boot: update to 2016.05, add a fix for imx6 from the mailinglistWaldemar Brodkorb
2016-03-16u-boot: update to latestWaldemar Brodkorb
2016-02-20u-boot: update to latest, allow to build for solidrun-imx6 devicesWaldemar Brodkorb
2015-12-19update u-boot to latest stable release, use libressl-hostWaldemar Brodkorb
2015-07-30fix linking problem for sure nowWaldemar Brodkorb
2015-07-27fix linking error reported by mtWaldemar Brodkorb
2015-07-26update u-boot to latest stable releaseWaldemar Brodkorb
2015-05-27we need another u-boot variant for xtensa :(Waldemar Brodkorb
2015-05-22add basic xilinx kintex7 xtensa supportWaldemar Brodkorb
2015-04-02HOSTLDFLAGS are required for mkimageWaldemar Brodkorb
2015-02-18add fw_printenv/fw_setenvWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.