Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-30 | add argp by default | Waldemar Brodkorb | |
2014-07-28 | disable gnu hash support in default config, will be enabled on demand later | Waldemar Brodkorb | |
2014-07-25 | remove unused symbol | Waldemar Brodkorb | |
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. | |||
2014-06-29 | remove RPC from uclibc, use libtirpc | Waldemar Brodkorb | |
2014-06-29 | handle debug code handling inside OpenADK | Waldemar Brodkorb | |
2014-06-27 | add ltp package, add more uClibc options to have a wider test range | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-08 | rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archs | Waldemar Brodkorb | |
2014-06-08 | be consistent, do not use - in rootfs names | Waldemar Brodkorb | |
2014-06-02 | simplify adding new arch | Waldemar Brodkorb | |
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg. | |||
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-24 | add correct network parameters | Waldemar Brodkorb | |
2014-05-24 | fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as default | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-29 | remove unused | Waldemar Brodkorb | |
2014-04-23 | fix usb keyboard for qemu-system-sh4 | Waldemar Brodkorb | |
2014-04-16 | use 128 MB for ramsize (needs small qemu patch) | Waldemar Brodkorb | |
2014-04-16 | use extend, otherwise append from qemu is ignored | Waldemar Brodkorb | |
2014-04-15 | fix superh big endian compile for musl | Waldemar Brodkorb | |
2014-04-07 | grub2 by default off | Waldemar Brodkorb | |
2014-04-02 | fix superh toolchain building | Waldemar Brodkorb | |
2014-03-29 | use xz instead of gzip, remove grub for qemu, add it only to ibm-x40 | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-18 | use archive without kernel | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | Waldemar Brodkorb | |
2014-03-17 | optimize miniconfigs, enable netstuff by default | Waldemar Brodkorb | |
2014-03-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
2014-03-16 | remove ADK_TARGET_WITH from qemu configs, is more dynamic. remove device ↵ | Waldemar Brodkorb | |
node creation for initramfs. | |||
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-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-06 | add more targets to test-framework | Waldemar Brodkorb | |
2014-03-04 | try to add support for graphical qemu | Waldemar Brodkorb | |
2014-03-01 | convert to miniconfig | Waldemar Brodkorb | |
2014-02-27 | add support for sh and musl | Waldemar Brodkorb | |
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2014-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: TODO | |||
2014-02-17 | update to uClibc git from 02.2014 | Waldemar Brodkorb | |
2014-02-15 | use newer kernel for toolchain building, fix some problems with ppc and m68k ↵ | Waldemar Brodkorb | |
toolchains | |||
2013-10-01 | add support for qemu-sh4eb, linux usb is broken | Waldemar Brodkorb | |
2013-10-01 | add description for disk bootup | Waldemar Brodkorb | |
2013-10-01 | enable networking for qemu-sh, fix libgcc stuff | Waldemar Brodkorb | |
2013-10-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-09-29 | bring qemu-sh and aranym-m68k in shape | Waldemar Brodkorb | |
2012-09-21 | refresh configs | Waldemar Brodkorb | |
2012-01-15 | mk/image.mk: improve and simplify initramfs generation | Phil Sutter | |
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;) |