Commit Graph

258 Commits (ca705913cca0ea90af6f7cf8a700587e450673fe)

Author SHA1 Message Date
Jo-Philipp Wich 2bda5979ab Geos -- new x86 subtarget definition This defines the Geos platform from 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
14 years ago
Imre Kaloz 5f9a6a5431 upgrade kernel versions to the latest stable ones
SVN-Revision: 23219
14 years ago
Felix Fietkau 19723d09c2 x86: turn on optimizations for net5501 (patch by Philip A. Prindeville)
SVN-Revision: 23104
14 years ago
Jo-Philipp Wich 7ec18378a7 add kvm_guest to subtarget list
SVN-Revision: 23056
14 years ago
Jo-Philipp Wich 7d045509fd adjust image defaults for KVM
SVN-Revision: 22950
14 years ago
Jo-Philipp Wich 8ce034b36a x86: add kvm_guest subtarget Add a KVM guest subtarget to the x86 target. 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
14 years ago
Florian Fainelli b1becffa5b update to 2.6.32.20
SVN-Revision: 22766
14 years ago
Andy Boyett 0f5d0f69ab image: use internal qemu-img for vmdk and vdi images drop host dependencies on qemu-utils and VirtualBox
SVN-Revision: 22553
14 years ago
Jo-Philipp Wich 947519fae0 add missing symbols for 2.6.35
SVN-Revision: 22503
14 years ago
Imre Kaloz ca8f45b142 update kernel versions
SVN-Revision: 22289
14 years ago
Felix Fietkau 816a9b30f6 x86: build fully functional images on Mac OS X, now that grub is fixed
SVN-Revision: 21609
14 years ago
Nicolas Thill e74e289fa8 update linux kernel to 2.6.32.14
SVN-Revision: 21583
14 years ago
Nicolas Thill 46e2eea1ef target/linux: refresh 2.6.32 patches
SVN-Revision: 21566
14 years ago
Hauke Mehrtens b18a1d217b kernel: update kernel to version 2.6.32.13 and 2.6.33.4
SVN-Revision: 21540
14 years ago
Nicolas Thill 2c82cf966c image/x86: fix typo when building on Mac OS X (closes: #7303)
SVN-Revision: 21401
14 years ago
Nicolas Thill d0773b2356 target/x86: cleanup image config options
SVN-Revision: 21365
14 years ago
Nicolas Thill 482ee200cb target/x86: use common config items for options shared between generic and olpc targets
SVN-Revision: 21364
14 years ago
Nicolas Thill 5403c59f57 images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE
SVN-Revision: 21362
14 years ago
Nicolas Thill 3bca4b2094 package/grub: build a host grub and a target grub (#7269) - use the host 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
14 years ago
Nicolas Thill a64f53f482 target/x86: add to changes missed from [21246] preventing .vdi & .vmdk image generation
SVN-Revision: 21277
14 years ago
Nicolas Thill 99d4eee466 target/x86: various image changes * add a -combined suffix for 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
14 years ago
Nicolas Thill bd1fc43e6d target/x86: rearrange image Makefile, indent, reorder, simplify, change some ifeq/ifneq tests
SVN-Revision: 21245
14 years ago
Nicolas Thill b6734d9753 target/x86: remove temporary files in image generation scripts
SVN-Revision: 21243
14 years ago
Nicolas Thill 224db523da replace old quote stripping with calls to qstrip macro
SVN-Revision: 21242
14 years ago
Nicolas Thill b3b591c000 buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
SVN-Revision: 21238
14 years ago
Alexandros C. Couloumbis b595adb8e8 x86: prepare for kernels 2.6.33 & 2.6.34
SVN-Revision: 21196
14 years ago
Alexandros C. Couloumbis fdac9ae836 sync to kernel 2.6.32.12
SVN-Revision: 21195
14 years ago
Nicolas Thill 37b02afe6a package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
SVN-Revision: 21137
14 years ago
Jo-Philipp Wich 1b192e72c3 add missing kernel symbols (#7189)
SVN-Revision: 21010
14 years ago
Nicolas Thill e2b57ecf5f define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
SVN-Revision: 20834
14 years ago
Florian Fainelli 15e8d2e0b7 add net5501 support
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
14 years ago
Alexandros C. Couloumbis 33bcbab6a4 x86: generic: fix soekris support (closes #7081)
SVN-Revision: 20757
14 years ago
Nicolas Thill 1fc7da0306 sysupgrade: fix typo in platform_do_upgrade() on x86 (closes: #7068), thanks to acinonyx
SVN-Revision: 20703
14 years ago
Imre Kaloz d3b9b93dd3 add a subtarget and drivers for the Intel Tolapai SoC
SVN-Revision: 20648
14 years ago
Florian Fainelli e1a4f69cb5 sysupgrade: Get target device from kernel cmdline, patch from acinonyx
SVN-Revision: 20538
14 years ago
Jo-Philipp Wich 0cdaaa90fe Add OLPC kernel config (patch by Acinonyx)
SVN-Revision: 20517
14 years ago
Jo-Philipp Wich b8df00afc6 Change default processor family to 486, refresh config (patch by Acinonyx)
SVN-Revision: 20516
14 years ago
Jo-Philipp Wich 80cc1b0d2e Remove support for older kernels (patch by Acinonyx)
SVN-Revision: 20515
14 years ago
Jo-Philipp Wich 817d27bcdc sysupgrade: Dump image to sda device instead of hda (patch by Acinonyx)
SVN-Revision: 20514
14 years ago
Gabor Juhos e66a368bd1 kernel: update to 2.6.32.10
SVN-Revision: 20444
14 years ago
Jo-Philipp Wich c63fd559fc base-files: remove redundant "Press " when writing enter failsafe message
SVN-Revision: 20393
15 years ago
Hauke Mehrtens dfff03754d x86: do no overwrite CONFIG_SCSI_LOWLEVEL
CONFIG_SCSI_LOWLEVEL is needed for some packages.
Backport commit r19759 into kernel 2.6.30

SVN-Revision: 20340
15 years ago
Nicolas Thill e1863691d9 do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
15 years ago
Hauke Mehrtens 0c7b285613 kernel: update to kernel 2.6.32.9
SVN-Revision: 19890
15 years ago
Jo-Philipp Wich 02a47e971e change default kernel to 2.6.32.8, remove block2mtd patch until it is fixed
SVN-Revision: 19764
15 years ago
Jo-Philipp Wich 32a1e0c588 switch kernel compression from lzma to gzip and reorder symbols - fixes boot problems in VirtualBox
SVN-Revision: 19759
15 years ago
Jo-Philipp Wich 9ce3d38331 - 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
SVN-Revision: 19681
15 years ago
Jo-Philipp Wich 98e41f341e add missing symbols to default config
SVN-Revision: 19631
15 years ago
Jo-Philipp Wich 1875c08dda revert accidentally committed changes in Xen config
SVN-Revision: 19627
15 years ago
Jo-Philipp Wich 501235fc51 merge 2.6.31 and 2.6.32 configs
SVN-Revision: 19626
15 years ago
Jo-Philipp Wich 81c56d1c52 move kernel config symbols from the Xen subtarget to the platform config
SVN-Revision: 19625
15 years ago
Jo-Philipp Wich e268649a97 prepare kernel 2.6.32 support
SVN-Revision: 19617
15 years ago
Jo-Philipp Wich a243108655 add preinit xenfs mount handler
SVN-Revision: 19616
15 years ago
Jo-Philipp Wich e0fc8fb6aa make console port editable through menuconfig, gzip ext2 images, add suitable defaults for Xen
SVN-Revision: 19612
15 years ago
Jo-Philipp Wich cde615a0b4 add Xen DomU subtarget
SVN-Revision: 19610
15 years ago
Imre Kaloz 825b37cc56 clean up handling of some kernel symbols
SVN-Revision: 19581
15 years ago
Jo-Philipp Wich 9feb2ed7c5 preinit: use grep -q where applicable
SVN-Revision: 19479
15 years ago
Felix Fietkau b88fc11e2a preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)
SVN-Revision: 19367
15 years ago
Felix Fietkau 56bc02a305 add preinit modularization work by Daniel Dickinson (cshore)
SVN-Revision: 19331
15 years ago
Felix Fietkau 64016fb476 x86: fix software raid autodetection on boot (patch from #6548 by Pieter "Fate" Hollants)
SVN-Revision: 19261
15 years ago
Imre Kaloz a827205280 update to latest kernel versions
SVN-Revision: 19224
15 years ago
Imre Kaloz f8834b9c70 upgrade to latest kernels
SVN-Revision: 19087
15 years ago
Gabor Juhos 311c91775d kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patches
SVN-Revision: 18982
15 years ago
Imre Kaloz 29a020ffb3 remove handling of older unsupported kernels
SVN-Revision: 18955
15 years ago
Nicolas Thill f0ada687f0 stay coherent when defining ARCH
SVN-Revision: 18873
15 years ago
Imre Kaloz ac40715c5f refresh patch
SVN-Revision: 18748
15 years ago
Imre Kaloz 948ecb59d9 upgrade to 2.6.31.7
SVN-Revision: 18747
15 years ago
Florian Fainelli a155e4fd53 add rootwait option to the kernel command line (#6209)
SVN-Revision: 18672
15 years ago
Imre Kaloz bf8db0ded6 enable ACPI/HPET/MSI in the generic config
SVN-Revision: 18612
15 years ago
Imre Kaloz b1b45530ab upgrade x86 to 2.6.31.6, resync patches
SVN-Revision: 18609
15 years ago
Nicolas Thill 23bbc4f3e0 remove obsolete 2.6.28 config & empty patches dir
SVN-Revision: 18473
15 years ago
Imre Kaloz 8b689d0397 use CONFIG_EMBEDDED for x86, too
SVN-Revision: 18459
15 years ago
Imre Kaloz 917ef8e84b fix grub image target dependency
SVN-Revision: 18446
15 years ago
Imre Kaloz 93fe520994 change x86 image generation handling to treat only olpc specially
SVN-Revision: 18441
15 years ago
Imre Kaloz 6b280112f2 some more Kconfig symbol move..
SVN-Revision: 18371
15 years ago
Imre Kaloz 1d62d9a95c another round of kernel config cleanups
SVN-Revision: 18370
15 years ago
Imre Kaloz ef42fb4c13 sort all target config files
SVN-Revision: 18367
15 years ago
Florian Fainelli 2e72f3b269 add again missing hunk in vmlinux.lds.S
SVN-Revision: 18337
15 years ago
Florian Fainelli d6cbf47527 add missing hunk in the block2mtd patch
SVN-Revision: 18336
15 years ago
Florian Fainelli cfb90af68e add olpc 2.6.31 configuration, forward port the block2mtd patch, refresh patches
SVN-Revision: 18333
15 years ago
Florian Fainelli ac001d6520 the olpc config that was merged from the olpc port is a 2.6.30 config
SVN-Revision: 18332
15 years ago
Florian Fainelli d6c8f9b9f5 refresh kernel patches
SVN-Revision: 18281
15 years ago
Florian Fainelli 49903fa563 use 2.6.31.5, left-over from r18279
SVN-Revision: 18280
15 years ago
Florian Fainelli e49c2d7691 merge the olpc target with the x86 target, both tested and running
SVN-Revision: 18279
15 years ago
Florian Fainelli 21367682e8 update to 2.6.31.5
SVN-Revision: 18127
15 years ago
Hauke Mehrtens f9b2e12b61 Update to kernel 2.6.31.1
SVN-Revision: 17737
15 years ago
Felix Fietkau 7b676478d1 x86: switch to 2.6.31
SVN-Revision: 17725
15 years ago
Felix Fietkau 77fc4ffcc7 x86: add support for 2.6.31
SVN-Revision: 17723
15 years ago
Felix Fietkau ac8c461d50 x86: use libata in 2.6.30, fix pata support for sc1200 (used on wrap)
SVN-Revision: 17722
15 years ago
Felix Fietkau 12b429b3a2 get rid of linux 2.6.29
SVN-Revision: 16883
15 years ago
Jo-Philipp Wich 5231811851 sysupgrade-ext2 sync before writing image, not after Sysupgrade for ext2 currently flushes the filesystem buffers after an image is written to the disk. This should happen before the image is written.
SVN-Revision: 16867
15 years ago
Andy Boyett ba841b79d4 don't force kmod-natsemi and kmod-ne2k-pci in all profiles, included in default profile since r13988
SVN-Revision: 16655
15 years ago
Andy Boyett 7c68d57ce4 rename Pcengines profile to Wrap, PCEngines also makes the ALIX series
SVN-Revision: 16651
15 years ago
Imre Kaloz 91e866f383 config cleanups
SVN-Revision: 15861
15 years ago
Hauke Mehrtens 20fef36448 remove lzma kernel compression.
SVN-Revision: 15853
15 years ago
Imre Kaloz 6bfddb152f some additional config file cleanup..
SVN-Revision: 15845
15 years ago
Imre Kaloz c83d91fcfc unify congestion control options
SVN-Revision: 15844
15 years ago
Imre Kaloz a9c958c2de make kernels use /etc/preinit by default
SVN-Revision: 15840
15 years ago
Hauke Mehrtens d8967780d4 x86 Kernel configuration for kernel 2.6.30.
SVN-Revision: 15804
15 years ago
Jo-Philipp Wich d257bf48d8 Add pcmcia support on x86 target This is useful for some notebooks which still exist and have this hardware.
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

SVN-Revision: 15685
15 years ago