Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-23 | fix build on Cygwin | Waldemar Brodkorb | |
2017-04-23 | add line endings to printf | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2017-04-16 | add rpi3 aarch64 sample, not yet fully working | Waldemar Brodkorb | |
2017-03-22 | Unmount data partition if one was given | dir | |
2017-03-22 | rpi: rename device tree overlays to use static loading, no DDTK | Waldemar Brodkorb | |
2017-03-21 | rework kernel build process, changes to kernelconfig are reflected now | Waldemar Brodkorb | |
Cleanup the package directory which is always used as intermediate step to build in the default some xz compressed archives with all package data. While reconfiguring the kernel mini.config or custom config changes to the firmware did not happen always. Some targets where redundant and the install step tries to compile, too. Be more quiet with any cpio usage. | |||
2017-03-19 | darwin: brew users must install pkg-config, so that make kerneloconfig works | Waldemar Brodkorb | |
2017-03-19 | prereq: fix issue on Darwin | Waldemar Brodkorb | |
2017-03-13 | update-rcconf: remove Darwin hack | Waldemar Brodkorb | |
Even on Darwin there can be a GNU compatible sed binary in the PATH. In this case we shouldn't use the BSD sed syntax. If prereq.sh detects non GNU sed it will build a GNU sed and therefore we can assume to have a GNU sed in the PATH. | |||
2017-02-22 | raspberry-pi3: fix mini.config bootup | Waldemar Brodkorb | |
- cmdline.txt is not required with full device tree capable kernel - force 270x option for mkknlimg trailer - we need ext4 filesystem support in the kernel other filesystems are rarely used at the moment - ATAGS and CMDLINE_FROM_BOOTLOADER not required with device tree capable kernel - overlay dtb files are renamed to dtbo suffix | |||
2017-02-19 | more h8300 work, add u-boot | Waldemar Brodkorb | |
2017-01-14 | ipkg: fix cpio usage | Waldemar Brodkorb | |
2016-12-25 | use GNU cpio instead of heirloom cpio | Waldemar Brodkorb | |
On newer hardware heirloom cpio triggers a segfault in memcpy from glibc (ssse3 optimized version). Just use default GNU cpio and provide it via host package. | |||
2016-12-14 | add generic sh support for newlib toolchain | Waldemar Brodkorb | |
2016-12-13 | add ia64 for newlib | Waldemar Brodkorb | |
2016-12-13 | add rx bare-metal toolchain support | Waldemar Brodkorb | |
2016-12-13 | allow x86_64 newlib toolchain building | Waldemar Brodkorb | |
2016-12-13 | allow sparc64 for newlib | Waldemar Brodkorb | |
2016-11-22 | fix libxml2-host compile, pkgconf is mandatory | Waldemar Brodkorb | |
2016-11-22 | script not used, cleanup | Waldemar Brodkorb | |
2016-11-22 | variable is not used, remove it | Waldemar Brodkorb | |
2016-11-21 | always use ccache from OpenADK, problem reported by Diez | Waldemar Brodkorb | |
2016-11-15 | rpi: force --dtok to fix a trailer creation problem on Darwin, reported by Diez | Waldemar Brodkorb | |
2016-11-13 | grub: rework package, add mips support, update to latest git | Waldemar Brodkorb | |
2016-11-08 | add basic clearfog support | Waldemar Brodkorb | |
2016-11-05 | more verbose precheck messages | Waldemar Brodkorb | |
2016-10-22 | travis: add optional endian param | Waldemar Brodkorb | |
2016-10-09 | travis: try with matrix here, too | Waldemar Brodkorb | |
2016-10-09 | script must be executable | Waldemar Brodkorb | |
2016-10-09 | we give travis a try :) | Waldemar Brodkorb | |
2016-10-08 | add specific compiler order for Darwin | Waldemar Brodkorb | |
2016-10-08 | more verbose git clone | Waldemar Brodkorb | |
2016-10-06 | add liberation truetype font package and add mkfontscale check, complete the ↵ | Waldemar Brodkorb | |
other font checks | |||
2016-09-27 | make the sed fix darwin specific | Waldemar Brodkorb | |
2016-09-26 | nfs-utils: finetuning startup script | Waldemar Brodkorb | |
2016-09-26 | prefer gcc over clang for hostcompiler, finetune zlib tests | Waldemar Brodkorb | |
2016-09-17 | nfs-utils: fix wrong startup scripts | Waldemar Brodkorb | |
2016-07-26 | add bare-metal toolchain support for cr16 architecture | Waldemar Brodkorb | |
2016-07-26 | m32r bare-metal support only | Waldemar Brodkorb | |
2016-07-24 | use a menu for tasks so multiselects are possible, reported by Oliver | Waldemar Brodkorb | |
2016-06-20 | show dltool (curl/wget) errors when make package=foo clean package ↵ | Waldemar Brodkorb | |
ADK_VERBOSE=1 is used | |||
2016-06-19 | use u-boot boot script | Waldemar Brodkorb | |
2016-06-12 | solidrun-imx6: SPL is bigger | Waldemar Brodkorb | |
2016-05-03 | update rpi kernel patch, add mkknlimg back, more fixes | Waldemar Brodkorb | |
2016-05-03 | handle new binfmt suffix | Waldemar Brodkorb | |
2016-04-13 | sync with mk/vars.mk change | Waldemar Brodkorb | |
2016-04-13 | mark bare-metal toolchains | Waldemar Brodkorb | |
2016-04-06 | remove duplicate line | Waldemar Brodkorb | |
2016-04-06 | add basic raspberry pi3 support (ARM 32Bit) | Waldemar Brodkorb | |
2016-04-04 | new bcm28xx-bootloader does not work with mknlimg, fix 4.1.20 rpi2 bootup | Waldemar Brodkorb | |