summaryrefslogtreecommitdiff
path: root/target/x86_64/systems
AgeCommit message (Collapse)Author
2018-06-08add sample for lenovo x200, fix gentooinstallerWaldemar Brodkorb
2016-06-25improve asus-p5bvm configOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-04-24new x86_64-target asus-p5bvmOliver Schib
Add a new target asus-p5bvm to add support for the ASUS P5B-VM SE motherboard. Signed-off-by: Oliver Schib <lich000king@yahoo.de> [minor cleanups from me]
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 ;)
2016-01-08Add support for x86_64 CPU optimisation in gccOliver Schib
Allows to choose which x86_64 CPU type should be used. The corresponding -march optimisation for gcc will be activated. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
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 SMP to x86_64Oliver Schib
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-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-08-09use nocona for qemu-system-x86_64Waldemar Brodkorb
2015-07-03do not enable PCI in kernel by defaultWaldemar Brodkorb
2015-06-15optimize code for AMD bobcat, refactor serial support, tested via nfs bootWaldemar Brodkorb
2015-04-26refactor LINUX_64 support, hide symbol for developers of boardsWaldemar Brodkorb
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-02-06rework CMDLINE generation regarding serial/vgaWaldemar 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-12use smp for pcengines-apuJ. Seitter
Activate SMP for pcengines-apu, because it is a dual-core CPU. Signed-off-by: J. Seitter <adk@seitter.net>
2014-07-25add support for sata on apuWaldemar Brodkorb
2014-07-04add apu system and kernel file. apu device sponsored by Joerg Seitter.Waldemar Brodkorb
2014-06-02use correct -march for x86_64Waldemar Brodkorb
2014-05-25fix qemu for x86_64Waldemar Brodkorb
2014-05-23more cleanup, *-enabled feature is unused, simplifyWaldemar Brodkorb