Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | u-boot: update to 2024.01 | Waldemar Brodkorb | |
2024-01-13 | new package python-setuptools, required for u-boot | Waldemar Brodkorb | |
2024-01-06 | u-boot: update to 2023.10, fix cubox-i bootup script | Waldemar Brodkorb | |
2023-09-29 | u-boot: update to 2023.07.02 | Waldemar Brodkorb | |
2023-08-29 | u-boot: update to 2023.01 | Waldemar Brodkorb | |
2023-01-23 | u-boot: verbose build | Waldemar Brodkorb | |
2022-12-25 | u-boot: enable fw_printenv | Waldemar Brodkorb | |
2022-12-25 | use 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-19 | Add support for Banana PI M2 Zero | Waldemar Brodkorb | |
2022-12-15 | add support for rockpi4-plus | Waldemar Brodkorb | |
2022-12-03 | u-boot: update | Waldemar Brodkorb | |
2022-09-22 | add support for STM32F746G-DISCO device | Waldemar Brodkorb | |
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support. | |||
2022-08-31 | some changes for img-tec and various things | Waldemar Brodkorb | |
2021-10-24 | u-boot: update to 2021.10 | Waldemar Brodkorb | |
2020-08-06 | u-boot: downgrade because of compile error | Waldemar Brodkorb | |
2020-07-15 | pcduino 3b skeleton | Waldemar Brodkorb | |
2019-10-08 | u-boot: update to 2019.10 | Waldemar Brodkorb | |
2019-10-08 | u-boot: add phytec-imx6 support | Waldemar Brodkorb | |
2018-06-21 | u-boot: remove broken install | Waldemar Brodkorb | |
2018-04-17 | u-boot: update to 2018.03 | Waldemar Brodkorb | |
2018-04-16 | add basic support for raspberry-pi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2017-09-17 | remove -fhonour-copts usage | Waldemar 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-24 | add sample for orange-pi zero | Waldemar Brodkorb | |
2017-07-17 | u-boot: update to 2017.07, remove avr32 | Waldemar Brodkorb | |
2017-04-20 | u-boot: allow to compile for rpi3 aarch64 | Waldemar Brodkorb | |
2017-03-26 | u-boot: update to 2017.03 | Waldemar Brodkorb | |
2017-03-16 | u-boot: allow to build for rpi3 | Waldemar Brodkorb | |
2017-01-11 | u-boot: update to 2017.01 | Waldemar Brodkorb | |
2016-11-23 | u-boot: update to 2016.11 | Waldemar Brodkorb | |
2016-11-08 | add basic clearfog support | Waldemar Brodkorb | |
2016-10-13 | rename package and use github release | Waldemar Brodkorb | |
2016-10-13 | u-boot: fix breakage | Waldemar Brodkorb | |
2016-09-17 | u-boot: update to 2016.09 | Waldemar Brodkorb | |
2016-09-14 | beaglebone-black: some fixes, no serial output yet | Waldemar Brodkorb | |
2016-09-12 | u-boot: avoid fw_printenv on Darwin | Waldemar Brodkorb | |
2016-07-16 | u-boot: update to 2016.07 | Waldemar Brodkorb | |
2016-06-19 | use u-boot boot script | Waldemar Brodkorb | |
2016-06-12 | imx6: finetune makefile | Waldemar Brodkorb | |
2016-06-11 | u-boot: update to 2016.05, add a fix for imx6 from the mailinglist | Waldemar Brodkorb | |
2016-03-16 | u-boot: update to latest | Waldemar Brodkorb | |
2016-02-20 | u-boot: update to latest, allow to build for solidrun-imx6 devices | Waldemar Brodkorb | |
2015-12-19 | update u-boot to latest stable release, use libressl-host | Waldemar Brodkorb | |
2015-07-30 | fix linking problem for sure now | Waldemar Brodkorb | |
2015-07-27 | fix linking error reported by mt | Waldemar Brodkorb | |
2015-07-26 | update u-boot to latest stable release | Waldemar Brodkorb | |
2015-05-27 | we need another u-boot variant for xtensa :( | Waldemar Brodkorb | |
2015-05-22 | add basic xilinx kintex7 xtensa support | Waldemar Brodkorb | |
2015-04-02 | HOSTLDFLAGS are required for mkimage | Waldemar Brodkorb | |
2015-02-18 | add fw_printenv/fw_setenv | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar 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. |