summaryrefslogtreecommitdiff
path: root/target/x86/systems
AgeCommit message (Collapse)Author
2016-09-29alix needs acpi for stable networkingWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2015-12-06Add MTRR to x86 and x86_64Oliver Schib
MTRR gives faster terminal when not using a GUI. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-11-29Add support for Intel IOMMUOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-12do not allow to build broken kernel images with compressionWaldemar 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-08generic pc normally have ACPIWaldemar Brodkorb
2015-11-08rework generic pc configs, add x86_64 configWaldemar Brodkorb
2015-11-05generic-pc: better handling of ATA/serial driversWaldemar Brodkorb
2015-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-09-12move serial driver stuffWaldemar Brodkorb
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-06-16add vga to generic-pcBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-06-02add some capabilities to exampleWaldemar Brodkorb
2015-06-02add a CPU type, otherwise NPTL is not selected, reported in #openadkWaldemar Brodkorb
2015-05-30add support for pcengines-alixWaldemar Brodkorb
Readd Alix2d support, tested via NFS boot. Fix IPSec kernel module loading.
2015-04-25refactor the lower case symbols outWaldemar Brodkorb
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now.
2015-03-29use fixed CPU type for Qemu-X86 emulation for nowWaldemar Brodkorb
2014-06-11make vbox target usable againWaldemar Brodkorb
2014-06-04add ADK_TARGET_WITH_WIFIWaldemar Brodkorb
2014-05-23more cleanup, *-enabled feature is unused, simplifyWaldemar Brodkorb