summaryrefslogtreecommitdiffstats
path: root/target/linux/x86
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZnico2010-04-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: prepare for kernels 2.6.33 & 2.6.34acoul2010-04-271-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync to kernel 2.6.32.12acoul2010-04-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog ↵nico2010-04-244-5/+5
| | | | | | module names git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [xen] add missing kernel symbols (#7189)jow2010-04-191-2/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵nico2010-04-121-12/+12
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add net5501 supportflorian2010-04-117-60/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings up the net5501 platform. Note that the x86/ target included support for all x86/ class processors. That's not technically correct. This should be constrained only to the "generic" subtarget. Every x86-class target that isn't generic should be able to select only the optimizations/capabilities applicable to that architectural variant. It's also assumed that all x86 processors have keyboard & mouse ports, ISA, DMI, ACPI... the embedded ones typically don't. Again, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: generic: fix soekris support (closes #7081)acoul2010-04-091-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sysupgrade: fix typo in platform_do_upgrade() on x86 (closes: #7068), thanks ↵nico2010-04-041-1/+1
| | | | | | to acinonyx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86]: add a subtarget and drivers for the Intel Tolapai SoCkaloz2010-04-013-1/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] sysupgrade: Get target device from kernel cmdline, patch from acinonyxflorian2010-03-281-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Add OLPC kernel config (patch by Acinonyx)jow2010-03-271-0/+156
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Change default processor family to 486, refresh config (patch by Acinonyx)jow2010-03-271-104/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Remove support for older kernels (patch by Acinonyx)jow2010-03-276-1903/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)jow2010-03-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to 2.6.32.10juhosg2010-03-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] base-files: remove redundant "Press " when writing enter failsafe messagejow2010-03-231-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: do no overwrite CONFIG_SCSI_LOWLEVELhauke2010-03-213-3/+2
| | | | | | | | CONFIG_SCSI_LOWLEVEL is needed for some packages. Backport commit r19759 into kernel 2.6.30 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵nico2010-03-112-0/+2
| | | | | | sense instead (partially revert [18370]) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to kernel 2.6.32.9hauke2010-02-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] change default kernel to 2.6.32.8, remove block2mtd patch until it is ↵jow2010-02-202-214/+1
| | | | | | fixed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] switch kernel compression from lzma to gzip and reorder symbols - ↵jow2010-02-192-263/+263
| | | | | | fixes boot problems in VirtualBox git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86]jow2010-02-173-14/+41
| | | | | | | | | | - clean up menu.lst template - make grub usage of vt0 selectable in menuconfig - choose appropriate default baudrate for soekris devices - fix generation of grub menu for iso images git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add missing symbols to default configjow2010-02-141-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] revert accidentally committed changes in Xen configjow2010-02-131-18/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] merge 2.6.31 and 2.6.32 configsjow2010-02-134-545/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] move kernel config symbols from the Xen subtarget to the platform configjow2010-02-132-44/+65
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] prepare kernel 2.6.32 supportjow2010-02-133-0/+746
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add preinit xenfs mount handlerjow2010-02-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19616 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] make console port editable through menuconfig, gzip ext2 images, add ↵jow2010-02-123-8/+24
| | | | | | suitable defaults for Xen git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add Xen DomU subtargetjow2010-02-124-1/+92
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up handling of some kernel symbolskaloz2010-02-114-22/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] preinit: use grep -q where applicablejow2010-02-012-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)nbd2010-01-282-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preinit modularization work by Daniel Dickinson (cshore)nbd2010-01-256-4/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: fix software raid autodetection on boot (patch from #6548 by Pieter ↵nbd2010-01-212-2/+2
| | | | | | "Fate" Hollants) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to latest kernel versionskaloz2010-01-191-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to latest kernelskaloz2010-01-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patchesjuhosg2010-01-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18982 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove handling of older unsupported kernelskaloz2009-12-271-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] stay coherent when defining ARCHnico2009-12-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh patchkaloz2009-12-111-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.31.7kaloz2009-12-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add rootwait option to the kernel command line (#6209)florian2009-12-061-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86]: enable ACPI/HPET/MSI in the generic configkaloz2009-11-301-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade x86 to 2.6.31.6, resync patcheskaloz2009-11-303-41/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] remove obsolete 2.6.28 config & empty patches dirnico2009-11-221-392/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18473 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use CONFIG_EMBEDDED for x86, tookaloz2009-11-211-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix grub image target dependencykaloz2009-11-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change x86 image generation handling to treat only olpc speciallykaloz2009-11-172-6/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18441 3c298f89-4303-0410-b956-a3cf2f4a3e73