Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-09 | add means to write nvme and mmcblk devices | Martin Thomas | |
Signed-off-by: Martin Thomas <m.thomas@infodas.de> | |||
2024-01-21 | raspberry-pi5: add basic support | Waldemar Brodkorb | |
2024-01-17 | add zstd support for Linux kernel compression | Waldemar Brodkorb | |
2024-01-08 | add support for Synopsys ARCv3 | Waldemar Brodkorb | |
2023-11-15 | install dtb files in overlay dir | Waldemar Brodkorb | |
2023-08-29 | stm32: minor bugfixes | Waldemar Brodkorb | |
2023-08-13 | create.sh: use a 2GB disk and more inodes to build bigger projects natively | Waldemar Brodkorb | |
2023-02-19 | atmel-ngw100: fix sd card boot | Waldemar Brodkorb | |
2023-02-06 | arcv2: newer Linux kernel use haps_hs and DW uart | Waldemar Brodkorb | |
2023-02-04 | avr32: allow to build toolchain with newer host gcc | Waldemar Brodkorb | |
2023-01-27 | rockpi4-plus: add data partition | Waldemar Brodkorb | |
2023-01-08 | new package firefox, obsolete python2 | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
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-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 | |
2022-08-11 | add basic loongarch support, qemu does not boot the kernel, yet | Waldemar Brodkorb | |
2022-02-27 | sipeed-maix-bit: finetune, kernel boots, but helloworld segfauts | Waldemar Brodkorb | |
2022-02-25 | add support for raspberry pi4 64 bit | Waldemar Brodkorb | |
2022-02-25 | add support for raspberry pi4 32 bit | Waldemar Brodkorb | |
2022-02-03 | use egrep to fix an grep issue on OpenBSD 7.0 | Waldemar Brodkorb | |
2021-11-04 | scripts: Review patch_git.sh and update-patches-git | Phil Sutter | |
Fix git-backed package patching and patch updating scripts: * patch_git.sh was entirely broken (since forever?!) due to a missing 'cd' call * update-patches-git formatted the marker commit as patch instead of ignoring it The major improvement of this review is the elimination of the mandatory final marker commit. Putting it before the series being applied works well and allows to add a patch to the series without demanding a git-rebase call to get the marker back on top. While being at it: * Call 'git am --abort' only if there was a git repo already * Call git-commit and git-format-patch with extra options to avoid side-effects from a user's .gitconfig * Explicitly specify output format in git-log to avoid surprises, also split output properly with 'read' * Eliminate fake_hdr variable Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-04-15 | stm32 fixes | Waldemar Brodkorb | |
2021-02-25 | prereq: Use check-lxdialog.sh to determine curses library | Phil Sutter | |
Curses detection in adk/config/Makefile is a mess - pkg-config was designed to avoid exactly that, so make it a required tool on all host OSs and call check-lxdialog.sh from mconf sources which uses it to define the required curses LIBS and CFLAGS from prereq.sh. Since pkg-config output also contains the right arguments for libtinfo (which depends on the chosen curses variant), no mismatches between the two may happen anymore. While being at it, sync check-lxdialog.sh with current linux sources so it covers installations with widechar support as well. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-02-25 | linux: update kernels | Waldemar Brodkorb | |
2021-02-19 | wget: only try two times by default | Waldemar Brodkorb | |
2020-10-09 | add kvx toolchain support | Waldemar Brodkorb | |
2020-10-05 | update config.sub/config.guess | Waldemar Brodkorb | |
2020-06-07 | linux uses rsync nowadays to copy headers | Waldemar Brodkorb | |
2020-06-07 | fix formatting | Waldemar Brodkorb | |
2020-06-06 | Fix "program" spelling | Carlos Santos | |
Signed-off-by: Carlos Santos <unixmania@gmail.com> | |||
2019-10-09 | cpio: add missing else | Waldemar Brodkorb | |
2019-10-09 | require gnu cpio and build it | Waldemar Brodkorb | |
2019-10-08 | more basic support for sd card creation for phytec-imx6 | Waldemar Brodkorb | |
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
2019-09-29 | fix prereq.sh on NetBSD 8.1 | Waldemar Brodkorb | |
2019-05-06 | prereq: check for bash 5, too | Waldemar Brodkorb | |
2018-09-21 | prereq: gnu make 4 required for latest glibc | Waldemar Brodkorb | |
2018-06-22 | waldux: enable tasks | Waldemar Brodkorb | |
2018-06-22 | use right device name for /data | Waldemar Brodkorb | |
2018-06-03 | add suffix for instruction set | Waldemar Brodkorb | |
2018-05-27 | try to fix noMMU targets | Waldemar Brodkorb | |
2018-04-19 | Fix some dependencies for rpi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2018-04-16 | add basic support for raspberry-pi3p | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2018-03-17 | prereq: update make/bash | Waldemar Brodkorb | |
2018-03-07 | travis: check waldux | Waldemar Brodkorb | |
2018-03-07 | add support for waldux | Waldemar Brodkorb | |
2018-02-20 | use LC_ALL instead of LANG, reported by mahmudov | Waldemar Brodkorb | |
2018-02-12 | kodi: add addons for audioencoders | Waldemar Brodkorb | |