summaryrefslogtreecommitdiff
path: root/conf/machine/include
AgeCommit message (Collapse)AuthorFiles
2008-04-05tune-cortexa8: let's not confuse buildsystems with too many hyphensKoen Kooi1
2008-04-05tune-cortexa8: use -march=armv7-a instead of armv7 to get ARM mode working ↵Koen Kooi1
(as opposed to only thumb2 mode)
2008-04-05tune-strongarm: set ARM_ABI to oabiKoen Kooi1
2008-04-02conf/machine/x86.conf : Due to changes in recent gcc/glibc make sure that ↵Stelios Koroneos1
x86 image -march is set to i486 for x86. Closes #3834 and #3861
2008-03-28zaurus-2.6.inc: add kernel-module-power to collie MACHINE_RRECOMMENDSThomas Kunze1
2008-03-28zaurus-2.6.inc: add mmc-spi to collie RRECOMMENDThomas Kunze1
2008-03-25linux-ixp4xx: Updated to 2.6.24.4Rod Whitby1
2008-03-24linux-ixp4xx: Update to 2.6.24.3 and make it the default for ixp4xx ↵Rod Whitby1
machines. Tested on Freecom FSG-3.
2008-03-16tune files: add files for generic armv7 and cortex seriesKoen Kooi5
* http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html * http://en.wikipedia.org/wiki/ARM_architecture
2008-03-05gumstix-verdex,connex : Copy machine and kernel updates direct from gumstix.comPhilip Balister1
OE based build system.
2008-02-17zaurus-2.6: add pcmcia modules for PoodleHelge Deller1
2008-02-09conf/machine/: Add jffs2 as default image for embedded boards and vendor ↵Paul Sokolovsky1
machines. * Based on the list provided by Richard Purdie, skipping devices (pocketpc and palms), ports of which are completely generic and jffs2 is completely not a better choice than any other.
2008-02-07gumstix-machine : Update gumstix machine files from gumstix OE collection.Philip Balister1
2008-02-05ixp4xx.inc: Move default ixp4xx kernel to 2.6.24Rod Whitby1
2008-01-28commit latest collie work from thesing (zaurus-2.6.inc, linux-rp*, task-base)Thomas Kunze1
2008-01-28conf/machine: Go back to treating all Strongarm devices the same.Rolf Leggewie2
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html gcc does not differentiate between the different Strongarm flavors, why should OE?
2008-01-18zaurus-2.6: added kernel size for do_sizecheckMarcin Juszkiewicz1
2008-01-18zaurus-clamshell.inc: removed OpenZaurus related note about feedsMarcin Juszkiewicz1
2008-01-17conf/machine: general machine config clean-up for Zaurus as discussed on ↵Rolf Leggewie4
oe-devel
2008-01-16linux-ixp4xx: Updated to 2.6.23.14Rod Whitby1
2008-01-12conf/machine/: fix configuration for Strongarm devicesRolf Leggewie2
* replace erroneous TARGET_CC_ARCH line optimising for xscale instead of strongarm * remove inclusion of tune-strongarm.inc from collie.conf and replace it with the correct TARGET_CC_ARCH. Collie is the only Strongarm 1110 device in OE and thus needs special treatment * rename tune-strongarm.inc to tune-strongarm1100.inc and leave a short note to make it clear the file only applies to Strongarm 1100 devices.
2008-01-11conf/machine/: doing the changes to installkit for collie correctly now.Rolf Leggewie2
thanks, koen, for spotting the error in 503b3ade200ad628a4b30fab228c365b8c0cf2ea I believe, there is further work that can be done after some discussion.
2008-01-11merge of '171c5d74e25e7c161bf23648620a923e90cfcc5b'Koen Kooi2
and 'e52ff8ea262ab9963525b0a0f6ac0f631d53e597'
2008-01-11disapproval of revision '503b3ade200ad628a4b30fab228c365b8c0cf2ea'Koen Kooi2
2008-01-10merge of '503b3ade200ad628a4b30fab228c365b8c0cf2ea'Rolf Leggewie1
and '9910934c4f018cde20787ccaa558640752542098'
2008-01-10Zaurus machine config: fix code for creation of installkit for collieRolf Leggewie2
* remove the code from collie config. It is present in collie-2.6.inc * collie needs zImage, not zImage.bin. Other Zaurus devices can handle zImage or zImage.bin, so zImage it is for all of them.
2008-01-09conf/machine/*: Add "phone" MACHINE_FEATURE for phone devices.Paul Sokolovsky1
2008-01-09qemu.inc: remove obsolete and superfluous GPE_EXTRA_INSTALL lineRolf Leggewie1
2007-12-19linux-ixp4xx: Updated from 2.6.21.6 to to 2.6.21.7Rod Whitby1
2007-12-18PDA-like machines with card slots: Enable "vfat" feature.Paul Sokolovsky3
* FAT-formatted cards are commodity, it's expectable them to be supported OOB.
2007-12-11collie-2.6.inc: copy installkit code from zaurus-2.6.inc Koen Kooi1
2007-12-02ixp4xx.inc: Required networking modules are now compiled into the kernel.Rod Whitby1
2007-12-02ixp4xx.inc: Add redboot and apex features, and build a .tar.gz rootfs for ↵Rod Whitby1
direct disk booting.
2007-12-01ixp4xx.conf: set the correct working kernel version and essential modules ↵Rod Whitby1
for networking on ixp4xx machines
2007-11-28ixp4xx.inc: Set default machine essentials to include the ixp4xx ethernet ↵Rod Whitby1
firmware
2007-11-28linux-ixp4xx: Migration from ixp4xx-kernel. Intended to follow recent OE ↵Rod Whitby1
kernel recipe conventions. Default kernel for slugos distro and ixp4xx machines. ixp4xx-kernel will be removed later once this is well tested.
2007-11-26zaurus-2.6.inc: Make it work for the case when there's no jffs2 in ↵Paul Sokolovsky1
IMAGE_FSTYPES.
2007-11-08alix: fix config and tune namingMarcin Juszkiewicz1
2007-10-28conf/machine/include/tune-ppc405.inc : Default to soft-float is ↵Stelios Koroneos1
distro/machine/local.conf dont define anything
2007-10-27conf/machine/include/tune-ppc405.inc : Move TARGET_FPU = "soft" to the ↵Stelios Koroneos1
tune file so its get used by all machines that have a amcc405 cpu
2007-10-25merge of '6eab8aa968a601fef1ab31a6236358e693096ae9'Marcin Juszkiewicz1
and 'dc8de3e0e3155524f86e2184b5e33f5944fdbcc3'
2007-10-25zaurus machines: c7x0 and akita require pcmcia core modules with 2.6.23+ kernelsMarcin Juszkiewicz1
2007-10-25mpc8323e-rdb: Adapted from mpc8313e-rdb, tested.Jeremy Laine1
2007-10-18merge of '1d0e13e8c6528e7a7037276e3c01cb21dfa085e4'OpenEmbedded Project3
and '86581f7de9bc72fe5e21778b4442cc0e59e96fbf'
2007-10-18machine/tune-ppce300c3: Added PowerPC core, used in MPC83xx.Leon Woestenberg1
2007-10-07machine/include/zaurus-2.6.inc : virtual/xserver = xserver-kdriveGraeme Gregory1
2007-10-03gumstix-verdex : Add support for wired network interface on netwifimicroSD card.Philip Balister1
2007-10-01iwmmxt machines: add 'iwmmxt' as machine featureKoen Kooi1
2007-09-17gumstix.inc : autoload smc91x module. Provide a commented out example of howPhilip Balister1
to install all modules in the image.
2007-09-14tune-geodelx: added tuning for AMD GeodeLX cpuMarcin Juszkiewicz1
Starting from GCC 4.3 it will have own -mcpu flag. With older versions optimizations for AMD K6-2 are best.