Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog ↵ | Nicolas Thill | 2010-04-24 | 4 | -5/+5 |
| | | | | | | module names SVN-Revision: 21137 | ||||
* | add missing kernel symbols (#7189) | Jo-Philipp Wich | 2010-04-19 | 1 | -2/+27 |
| | | | | SVN-Revision: 21010 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -12/+12 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | add net5501 support | Florian Fainelli | 2010-04-11 | 7 | -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> SVN-Revision: 20794 | ||||
* | x86: generic: fix soekris support (closes #7081) | Alexandros C. Couloumbis | 2010-04-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 20757 | ||||
* | sysupgrade: fix typo in platform_do_upgrade() on x86 (closes: #7068), thanks ↵ | Nicolas Thill | 2010-04-04 | 1 | -1/+1 |
| | | | | | | to acinonyx SVN-Revision: 20703 | ||||
* | add a subtarget and drivers for the Intel Tolapai SoC | Imre Kaloz | 2010-04-01 | 3 | -1/+22 |
| | | | | SVN-Revision: 20648 | ||||
* | sysupgrade: Get target device from kernel cmdline, patch from acinonyx | Florian Fainelli | 2010-03-28 | 1 | -1/+5 |
| | | | | SVN-Revision: 20538 | ||||
* | Add OLPC kernel config (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -0/+156 |
| | | | | SVN-Revision: 20517 | ||||
* | Change default processor family to 486, refresh config (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -104/+49 |
| | | | | SVN-Revision: 20516 | ||||
* | Remove support for older kernels (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 6 | -1903/+0 |
| | | | | SVN-Revision: 20515 | ||||
* | sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx) | Jo-Philipp Wich | 2010-03-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 20514 | ||||
* | kernel: update to 2.6.32.10 | Gabor Juhos | 2010-03-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 20444 | ||||
* | base-files: remove redundant "Press " when writing enter failsafe message | Jo-Philipp Wich | 2010-03-23 | 1 | -1/+0 |
| | | | | SVN-Revision: 20393 | ||||
* | x86: do no overwrite CONFIG_SCSI_LOWLEVEL | Hauke Mehrtens | 2010-03-21 | 3 | -3/+2 |
| | | | | | | | CONFIG_SCSI_LOWLEVEL is needed for some packages. Backport commit r19759 into kernel 2.6.30 SVN-Revision: 20340 | ||||
* | do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵ | Nicolas Thill | 2010-03-11 | 2 | -0/+2 |
| | | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136 | ||||
* | kernel: update to kernel 2.6.32.9 | Hauke Mehrtens | 2010-02-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 19890 | ||||
* | change default kernel to 2.6.32.8, remove block2mtd patch until it is fixed | Jo-Philipp Wich | 2010-02-20 | 2 | -214/+1 |
| | | | | SVN-Revision: 19764 | ||||
* | switch kernel compression from lzma to gzip and reorder symbols - fixes boot ↵ | Jo-Philipp Wich | 2010-02-19 | 2 | -263/+263 |
| | | | | | | problems in VirtualBox SVN-Revision: 19759 | ||||
* | - clean up menu.lst template - make grub usage of vt0 selectable in ↵ | Jo-Philipp Wich | 2010-02-17 | 3 | -14/+41 |
| | | | | | | menuconfig - choose appropriate default baudrate for soekris devices - fix generation of grub menu for iso images SVN-Revision: 19681 | ||||
* | add missing symbols to default config | Jo-Philipp Wich | 2010-02-14 | 1 | -0/+5 |
| | | | | SVN-Revision: 19631 | ||||
* | revert accidentally committed changes in Xen config | Jo-Philipp Wich | 2010-02-13 | 1 | -18/+1 |
| | | | | SVN-Revision: 19627 | ||||
* | merge 2.6.31 and 2.6.32 configs | Jo-Philipp Wich | 2010-02-13 | 4 | -545/+18 |
| | | | | SVN-Revision: 19626 | ||||
* | move kernel config symbols from the Xen subtarget to the platform config | Jo-Philipp Wich | 2010-02-13 | 2 | -44/+65 |
| | | | | SVN-Revision: 19625 | ||||
* | prepare kernel 2.6.32 support | Jo-Philipp Wich | 2010-02-13 | 3 | -0/+746 |
| | | | | SVN-Revision: 19617 | ||||
* | add preinit xenfs mount handler | Jo-Philipp Wich | 2010-02-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 19616 | ||||
* | make console port editable through menuconfig, gzip ext2 images, add ↵ | Jo-Philipp Wich | 2010-02-12 | 3 | -8/+24 |
| | | | | | | suitable defaults for Xen SVN-Revision: 19612 | ||||
* | add Xen DomU subtarget | Jo-Philipp Wich | 2010-02-12 | 4 | -1/+92 |
| | | | | SVN-Revision: 19610 | ||||
* | clean up handling of some kernel symbols | Imre Kaloz | 2010-02-11 | 4 | -22/+0 |
| | | | | SVN-Revision: 19581 | ||||
* | preinit: use grep -q where applicable | Jo-Philipp Wich | 2010-02-01 | 2 | -2/+2 |
| | | | | SVN-Revision: 19479 | ||||
* | preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore) | Felix Fietkau | 2010-01-28 | 2 | -2/+2 |
| | | | | SVN-Revision: 19367 | ||||
* | add preinit modularization work by Daniel Dickinson (cshore) | Felix Fietkau | 2010-01-25 | 6 | -4/+45 |
| | | | | SVN-Revision: 19331 | ||||
* | x86: fix software raid autodetection on boot (patch from #6548 by Pieter ↵ | Felix Fietkau | 2010-01-21 | 2 | -2/+2 |
| | | | | | | "Fate" Hollants) SVN-Revision: 19261 | ||||
* | update to latest kernel versions | Imre Kaloz | 2010-01-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 19224 | ||||
* | upgrade to latest kernels | Imre Kaloz | 2010-01-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 19087 | ||||
* | kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patches | Gabor Juhos | 2010-01-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 18982 | ||||
* | remove handling of older unsupported kernels | Imre Kaloz | 2009-12-27 | 1 | -1/+0 |
| | | | | SVN-Revision: 18955 | ||||
* | stay coherent when defining ARCH | Nicolas Thill | 2009-12-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 18873 | ||||
* | refresh patch | Imre Kaloz | 2009-12-11 | 1 | -4/+4 |
| | | | | SVN-Revision: 18748 | ||||
* | upgrade to 2.6.31.7 | Imre Kaloz | 2009-12-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 18747 | ||||
* | add rootwait option to the kernel command line (#6209) | Florian Fainelli | 2009-12-06 | 1 | -4/+4 |
| | | | | SVN-Revision: 18672 | ||||
* | enable ACPI/HPET/MSI in the generic config | Imre Kaloz | 2009-11-30 | 1 | -0/+40 |
| | | | | SVN-Revision: 18612 | ||||
* | upgrade x86 to 2.6.31.6, resync patches | Imre Kaloz | 2009-11-30 | 3 | -41/+20 |
| | | | | SVN-Revision: 18609 | ||||
* | remove obsolete 2.6.28 config & empty patches dir | Nicolas Thill | 2009-11-22 | 1 | -392/+0 |
| | | | | SVN-Revision: 18473 | ||||
* | use CONFIG_EMBEDDED for x86, too | Imre Kaloz | 2009-11-21 | 1 | -1/+2 |
| | | | | SVN-Revision: 18459 | ||||
* | fix grub image target dependency | Imre Kaloz | 2009-11-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 18446 | ||||
* | change x86 image generation handling to treat only olpc specially | Imre Kaloz | 2009-11-17 | 2 | -6/+5 |
| | | | | SVN-Revision: 18441 | ||||
* | some more Kconfig symbol move.. | Imre Kaloz | 2009-11-11 | 5 | -10/+0 |
| | | | | SVN-Revision: 18371 | ||||
* | another round of kernel config cleanups | Imre Kaloz | 2009-11-11 | 5 | -21/+0 |
| | | | | SVN-Revision: 18370 | ||||
* | sort all target config files | Imre Kaloz | 2009-11-11 | 5 | -229/+229 |
| | | | | SVN-Revision: 18367 |