Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-06 | Add MTRR to x86 and x86_64 | Oliver Schib | |
MTRR gives faster terminal when not using a GUI. Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-11-29 | Add SMP to x86_64 | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-11-29 | Add support for Intel IOMMU | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-11-12 | do not allow to build broken kernel images with compression | Waldemar Brodkorb | |
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now. | |||
2015-11-08 | generic pc normally have ACPI | Waldemar Brodkorb | |
2015-11-08 | rework generic pc configs, add x86_64 config | Waldemar Brodkorb | |
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-08-09 | use nocona for qemu-system-x86_64 | Waldemar Brodkorb | |
2015-07-03 | do not enable PCI in kernel by default | Waldemar Brodkorb | |
2015-06-15 | optimize code for AMD bobcat, refactor serial support, tested via nfs boot | Waldemar Brodkorb | |
2015-04-26 | refactor LINUX_64 support, hide symbol for developers of boards | Waldemar Brodkorb | |
2015-04-25 | refactor the lower case symbols out | Waldemar Brodkorb | |
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now. | |||
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-12 | use smp for pcengines-apu | J. Seitter | |
Activate SMP for pcengines-apu, because it is a dual-core CPU. Signed-off-by: J. Seitter <adk@seitter.net> | |||
2014-07-25 | add support for sata on apu | Waldemar Brodkorb | |
2014-07-04 | add apu system and kernel file. apu device sponsored by Joerg Seitter. | Waldemar Brodkorb | |
2014-06-02 | use correct -march for x86_64 | Waldemar Brodkorb | |
2014-05-25 | fix qemu for x86_64 | Waldemar Brodkorb | |
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |