Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-07 | goodbye systemd, never worked fully on a openadk emulator or device. Use ↵ | Waldemar Brodkorb | |
simple static device nodes with devtmpfs as default. mdev is to bloated for some devices | |||
2022-02-05 | linux: update 4.4.x kernel to latest | Waldemar Brodkorb | |
2022-02-05 | reorder TARGET_CC workarounds | Waldemar Brodkorb | |
2022-01-23 | linux: update to 5.4.x | Waldemar Brodkorb | |
2022-01-21 | microblaze: workaround for gcc bug #97208 | Waldemar Brodkorb | |
2022-01-21 | linux: update to 5.10.93 | Waldemar Brodkorb | |
2021-11-15 | mk: Support appending a DTB to kernel image | Phil Sutter | |
Activated by setting ADK_TARGET_KERNEL_APPEND_DTB symbol to the basename (without suffix) of a dtb file. Not quite user-friendly, but really meant for internal use via default symbol values depending on chosen target system. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-15 | Fix 'make kernelconfig' | Phil Sutter | |
Using KERNEL_MAKE variable in this spot breaks things, for some reason linking fails if KERNEL_MAKE_ENV is passed to make. Before, this worked by accident because due to missing kernel-vars.mk include, KERNEL_MAKE_ENV evaluated empty. Fixes: e48e15bff4252 ("mk: Introduce KERNEL_MAKE variable") Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-14 | Merge branch 'master' of gogs.waldemar-brodkorb.de:oss/openadk | Waldemar Brodkorb | |
2021-11-14 | fix kernel menuconfig | Waldemar Brodkorb | |
2021-11-11 | xtensa: use -mlongcalls for big-endian, too | Waldemar Brodkorb | |
2021-11-11 | meson: update to 0.60.1 | Waldemar Brodkorb | |
2021-11-04 | perl.mk fixup after version bump of perl | Waldemar Brodkorb | |
2021-11-01 | mk: Introduce KERNEL_MAKE variable | Phil Sutter | |
This combines the typical kernel make call idiom into a single variable reference. A side-effect is that parallel make is enabled (via added '-j' flag) in many cases, but that shouldn't cause harm. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | mk: Generalize kernel loadaddr | Phil Sutter | |
Introduce ADK_TARGET_KERNEL_LOADADDR symbol holding the right kernel loadaddr depending on chosen target system instead of hard-coding the value into kernel-vars.mk. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | image.mk: Use SCRIPT_DIR variable | Phil Sutter | |
It exists, so use it instead of manually stating $(TOPDIR)/scripts. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | fix allmodconfig | Waldemar Brodkorb | |
2021-10-30 | mk/image.mk: Ship /init in initramfs | Phil Sutter | |
OpenADK's kernel hack to call /sbin/init in initramfs is ugly. Instead, ship /init as a symlink to /sbin/init. This is safe, since initramfs is always a filesystem with symlink support. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-22 | linux: update to latest versions | Waldemar Brodkorb | |
2021-09-16 | linux: update 5.4/5.10 to latest | Waldemar Brodkorb | |
2021-04-15 | linux: update to 5.10.30 | Waldemar Brodkorb | |
2021-04-09 | busybox: noMMU fixes | Waldemar Brodkorb | |
2021-02-25 | linux: update kernels | Waldemar Brodkorb | |
2021-01-25 | linux: update to 5.4.92 | Waldemar Brodkorb | |
2021-01-22 | fix defconfig usage | Waldemar Brodkorb | |
2020-12-31 | allow to preset thread implementation | Waldemar Brodkorb | |
2020-12-23 | adjusted python version number to updated python3 package | Joerg Seitter | |
Signed-off-by: Joerg Seitter <adk@seitter.net> | |||
2020-11-10 | linux: update 5.4.x | Waldemar Brodkorb | |
2020-10-16 | linux: update to 4.19.151 | Waldemar Brodkorb | |
2020-10-02 | linux: bump linux kernel versions | Waldemar Brodkorb | |
2020-09-07 | linux: update 5.4.x kernel | Waldemar Brodkorb | |
2020-08-05 | linux: update to 4.19.136 | Waldemar Brodkorb | |
2020-08-04 | update mpfr, binutils, linux. remove arc specific binutils/gcc | Waldemar Brodkorb | |
2020-07-15 | pcduino 3b skeleton | Waldemar Brodkorb | |
2020-06-07 | linux: update to 4.19.126 | Waldemar Brodkorb | |
2020-06-06 | linux: allow cross-compile on Darwin | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2020-05-27 | linux: update to 5.4.42 | Waldemar Brodkorb | |
2020-04-23 | neccesary python3 build file | Joerg Seitter | |
Signed-off-by: Joerg Seitter <adk@seitter.net> | |||
2020-02-17 | riscv64: use upstream Linux kernel | Waldemar Brodkorb | |
2020-01-30 | linux: update 3.16.x kernel, remove unsupported | Waldemar Brodkorb | |
2020-01-29 | linux: update to latest 4.4.x | Waldemar Brodkorb | |
2020-01-29 | linux: update 4.9.x kernel | Waldemar Brodkorb | |
2020-01-28 | linux: update to latest 4.14.x | Waldemar Brodkorb | |
2020-01-28 | linux: update to latest 4.19.x | Waldemar Brodkorb | |
2019-10-15 | kernel must be compiled without FDPIC | Waldemar Brodkorb | |
2019-10-13 | arm: allow to build FDPIC toolchain | Waldemar Brodkorb | |
2019-10-12 | linux: update lts kernel | Waldemar Brodkorb | |
2019-10-12 | linux: update to 5.3.6 | Waldemar Brodkorb | |
2019-10-09 | lm32: try to build kernel for qemu | Waldemar Brodkorb | |
2019-10-08 | add phytec-imx6 basic structure | Waldemar Brodkorb | |