Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-15 | fix kernel build on Darwin for x86 targets | Waldemar Brodkorb | |
relocs tool uses some kind of regular expression, which does not work with the provided one. Use pcre in this case. Rework KERNEL_MAKE_OPTS while here. Use it in kernel-header, too. | |||
2014-03-15 | startup fixes | Waldemar Brodkorb | |
- always use /sbin/init, even for initramfs - mount devtmpfs for initramfs automatically in kernel space - fix armhf for adk-test-framework - remove mdev -s on boot, I think it is unneeded, takes very long on Qemu systems - add alias for ro/rw remounts of / - remove old /init and rc.shutdown, both unused | |||
2014-03-14 | rework armhf stuff | Waldemar Brodkorb | |
2014-03-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-14 | enable some packages for m68k, use initrd stuff for aranym | Waldemar Brodkorb | |
2014-03-14 | a bunch of adk-test-framework fixes. | Waldemar Brodkorb | |
2014-03-14 | fix m68k support | Waldemar Brodkorb | |
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym. | |||
2014-03-14 | convert to miniconfig | Waldemar Brodkorb | |
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40 | |||
2014-03-12 | convert lemote yeelong to miniconfig | Waldemar Brodkorb | |
2014-03-10 | add some bulktoolchain finetuning | Waldemar Brodkorb | |
2014-03-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-08 | some work on qemu with graphic | Waldemar Brodkorb | |
2014-03-08 | add some usb hid stuff for qemu-sh, you _must_ start qemu-sh with -serial ↵ | Waldemar Brodkorb | |
null -serial stdio. otherwise no output. thx to aboriginal linux | |||
2014-03-08 | rename DISTDIR, make it configurable in the menu | Waldemar Brodkorb | |
2014-03-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-07 | use standard busybox init, remove previously used /init. some configs and ↵ | Waldemar Brodkorb | |
ideas from buildroot project | |||
2014-03-07 | Merge branch 'master' of git+ssh://openadk.org:/git/openadk | Waldemar Brodkorb | |
2014-03-07 | disable x32 for uClibc | Waldemar Brodkorb | |
2014-03-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-07 | switching to mksh as default shell. It just works nice, when trying to debug ↵ | Waldemar Brodkorb | |
the bootup process. set -x wirh ash is not working well. And another reason, I have a good contact to the main developer of mksh. Actually he is a friend of mine ;). Adds 50 Kb to the default system (measured for x86 initramfs+kernel) | |||
2014-03-07 | add ccache to host tools | Waldemar Brodkorb | |
2014-03-07 | disable musl for mips64 | Waldemar Brodkorb | |
2014-03-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-06 | enable archive mode for microblaze | Waldemar Brodkorb | |
2014-03-06 | fix parallel using of different mips abi | Waldemar Brodkorb | |
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-04 | try to add support for graphical qemu | Waldemar Brodkorb | |
2014-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-04 | fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for ↵ | Waldemar Brodkorb | |
qemu-sparc64, still another issue exist. | |||
2014-03-04 | be consistent with names for the ABI | Waldemar Brodkorb | |
2014-03-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | rework suffix naming, use unique names for all arch abi combinations | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | libc path is libx32 for x32 abi | Waldemar Brodkorb | |
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | unbreak uclibc sparc toolchain building | Waldemar Brodkorb | |
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | use correct suffix for MIPS64 ABI so that glibc recognize it. xz kernel ↵ | Waldemar Brodkorb | |
compression is usable for mips, too | |||
2014-03-01 | add x32 toolchain and kernel support | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | depend on mips | Waldemar Brodkorb | |
2014-03-01 | add basic support for x86_64 x32 abi, convert to miniconfig | Waldemar Brodkorb | |
2014-03-01 | no suffix for mips32 | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | convert to miniconfig | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-02-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |