Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add required symbols to allow building of 2.6.35.7 | Florian Fainelli | 2010-10-23 | 1 | -0/+7 | |
| | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23594 | |||||
* | Use -pipe for net5501 and geos CFLAGS, same as all of the other platforms | Florian Fainelli | 2010-10-17 | 2 | -2/+3 | |
| | | | | | | | | Makes the builds run slightly faster on multicores. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23495 | |||||
* | target/linux: fix Geos baudrate. (thank you Philip Prindeville) | Alexandros C. Couloumbis | 2010-10-12 | 1 | -1/+2 | |
| | | | | SVN-Revision: 23414 | |||||
* | Geos -- new x86 subtarget definition This defines the Geos platform from ↵ | Jo-Philipp Wich | 2010-10-10 | 4 | -3/+53 | |
| | | | | | | | | | | | | Traverse Technologies in AUS. This is a Geode LX800 with 512MB of DDR400 memory, 2 8139CP interfaces, 2 Solos ADSL2+ interfaces, USB, serial console, CF slot, and miniPCI slot. I'll add support for the LEDs separately. Signed-off-by: Philip A. Prindeville SVN-Revision: 23390 | |||||
* | upgrade kernel versions to the latest stable ones | Imre Kaloz | 2010-10-04 | 1 | -1/+1 | |
| | | | | SVN-Revision: 23219 | |||||
* | x86: turn on optimizations for net5501 (patch by Philip A. Prindeville) | Felix Fietkau | 2010-09-20 | 1 | -1/+1 | |
| | | | | SVN-Revision: 23104 | |||||
* | add kvm_guest to subtarget list | Jo-Philipp Wich | 2010-09-13 | 1 | -1/+1 | |
| | | | | SVN-Revision: 23056 | |||||
* | adjust image defaults for KVM | Jo-Philipp Wich | 2010-09-06 | 1 | -3/+4 | |
| | | | | SVN-Revision: 22950 | |||||
* | x86: add kvm_guest subtarget Add a KVM guest subtarget to the x86 target. ↵ | Jo-Philipp Wich | 2010-09-05 | 3 | -0/+57 | |
| | | | | | | | | Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22944 | |||||
* | update to 2.6.32.20 | Florian Fainelli | 2010-08-22 | 1 | -1/+1 | |
| | | | | SVN-Revision: 22766 | |||||
* | image: use internal qemu-img for vmdk and vdi images drop host dependencies ↵ | Andy Boyett | 2010-08-09 | 2 | -17/+1 | |
| | | | | | | on qemu-utils and VirtualBox SVN-Revision: 22553 | |||||
* | add missing symbols for 2.6.35 | Jo-Philipp Wich | 2010-08-06 | 1 | -0/+5 | |
| | | | | SVN-Revision: 22503 | |||||
* | update kernel versions | Imre Kaloz | 2010-07-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 22289 | |||||
* | x86: build fully functional images on Mac OS X, now that grub is fixed | Felix Fietkau | 2010-05-28 | 1 | -11/+0 | |
| | | | | SVN-Revision: 21609 | |||||
* | update linux kernel to 2.6.32.14 | Nicolas Thill | 2010-05-27 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21583 | |||||
* | target/linux: refresh 2.6.32 patches | Nicolas Thill | 2010-05-24 | 1 | -4/+4 | |
| | | | | SVN-Revision: 21566 | |||||
* | kernel: update kernel to version 2.6.32.13 and 2.6.33.4 | Hauke Mehrtens | 2010-05-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21540 | |||||
* | image/x86: fix typo when building on Mac OS X (closes: #7303) | Nicolas Thill | 2010-05-08 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21401 | |||||
* | target/x86: cleanup image config options | Nicolas Thill | 2010-05-05 | 1 | -40/+40 | |
| | | | | SVN-Revision: 21365 | |||||
* | target/x86: use common config items for options shared between generic and ↵ | Nicolas Thill | 2010-05-05 | 2 | -41/+22 | |
| | | | | | | olpc targets SVN-Revision: 21364 | |||||
* | images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE | Nicolas Thill | 2010-05-05 | 1 | -3/+3 | |
| | | | | SVN-Revision: 21362 | |||||
* | package/grub: build a host grub and a target grub (#7269) - use the host ↵ | Nicolas Thill | 2010-05-02 | 1 | -6/+9 | |
| | | | | | | grub binary for grub install, but with target stage files - disable SSP (-fno-stack-protector) & Compile Time Buffer Checks (-U_FORTIFY_SOURCE) if appropriate - create a target grub package SVN-Revision: 21305 | |||||
* | target/x86: add to changes missed from [21246] preventing .vdi & .vmdk image ↵ | Nicolas Thill | 2010-04-30 | 1 | -2/+2 | |
| | | | | | | generation SVN-Revision: 21277 | |||||
* | target/x86: various image changes * add a -combined suffix for ↵ | Nicolas Thill | 2010-04-29 | 1 | -9/+13 | |
| | | | | | | grub+kernel+rootfs images and -rootfs for root filesystem only images * change ext from .image to .img * fix perms on VirtualBox .vdi image * gzip ext2 rootfs image as well SVN-Revision: 21246 | |||||
* | target/x86: rearrange image Makefile, indent, reorder, simplify, change some ↵ | Nicolas Thill | 2010-04-29 | 1 | -67/+77 | |
| | | | | | | ifeq/ifneq tests SVN-Revision: 21245 | |||||
* | target/x86: remove temporary files in image generation scripts | Nicolas Thill | 2010-04-29 | 2 | -4/+4 | |
| | | | | SVN-Revision: 21243 | |||||
* | replace old quote stripping with calls to qstrip macro | Nicolas Thill | 2010-04-29 | 1 | -6/+4 | |
| | | | | SVN-Revision: 21242 | |||||
* | buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ | Nicolas Thill | 2010-04-28 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21238 | |||||
* | x86: prepare for kernels 2.6.33 & 2.6.34 | Alexandros C. Couloumbis | 2010-04-27 | 1 | -0/+0 | |
| | | | | SVN-Revision: 21196 | |||||
* | sync to kernel 2.6.32.12 | Alexandros C. Couloumbis | 2010-04-27 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21195 | |||||
* | 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 |