Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-21 | add missing CPU symbols, sort by alphabetical order | Waldemar Brodkorb | |
2015-02-18 | remove eabi/softfloat stuff from here | Waldemar Brodkorb | |
2015-02-06 | rework CMDLINE generation regarding serial/vga | Waldemar Brodkorb | |
Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used. | |||
2014-08-24 | fix disk boot for qemu-system-aarch64 | Waldemar Brodkorb | |
2014-08-13 | fix networkin in qemu-system-aarch64 | Waldemar Brodkorb | |
2014-08-07 | add basic support for qemu-aarch64 | Waldemar Brodkorb | |
2014-08-06 | add initramfsarchive target for aarch64 | 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 | 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-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-15 | add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵ | Waldemar Brodkorb | |
kernel works, userland broken. |