Commit Graph

28 Commits (44c8b396f990bb1e762e1f9cef9bca34b78dc9f7)

Author SHA1 Message Date
Jo-Philipp Wich 74db55a982 config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORM
CONFIG_LEDS_GPIO_PLATFORM went away a while ago.

http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=2bcc7ed5b83b0a59c6976476e8788675038fb11b

Also, most platforms comment out CONFIG_LEDS_GPIO but not x86 for some reason.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 30708
13 years ago
Vasilis Tsiligiannis 834be6c1fe alix2, geos: Adjust CFLAGS
Clone of CFLAGS change from r30013 into Geos and Alix platforms.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 30353
13 years ago
Jo-Philipp Wich 7a36f3d2ff x86: move additional oddball PATA drivers These should only be enabled in the generic image, as they bloat all of the other targets. Also add symbols for NET5501, ALIX, and GEOS which were added backported to 3.2 and 3.3. Restore PC speaker to Geos target. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 30019
13 years ago
Jo-Philipp Wich 7a9e4ffe8e alix2, geos, net5501: remove kmod-ledtrig-netfilter, its not used by any standard system facility
SVN-Revision: 30000
13 years ago
Jo-Philipp Wich bf8bb9b661 alix2, goes, net5501: clean up default packages Remove packages which are dependencies of other packages Remove packages which are part of the default package list Remove DSL specific packages from net5501 Remove bridge package, we use the busybox applet Replace hostapd with wpad
SVN-Revision: 29999
13 years ago
Jo-Philipp Wich 1ae5715f2e geos: add missing files from previous commit
SVN-Revision: 29997
13 years ago
Jo-Philipp Wich a1258ccaba geos: backport Geos driver from linux-next Backport of linux-next driver. Driver adds support for LEDS and S/W button. Add hotplug script for button actions. Add Openwrt system config for LEDS triggers. Add updated kernel .config for 3.2 symbols. [Patch from Philipp Prindeville, via http://patchwork.openwrt.org/patch/1816/]
SVN-Revision: 29996
13 years ago
Jo-Philipp Wich 415a375eaa geos: cleanup GPIO driver name In 3.1, the old drivers/char/ entry for the CS5535 GPIO driver went obsolete. Make Geos use a recent kernel and remove this ambiguity. [Patch from Philipp Prindeville, via http://patchwork.openwrt.org/patch/1815/]
SVN-Revision: 29995
13 years ago
Felix Fietkau 6d3bddb056 geos: include pppstats and pppdump in default packaging
As the Geos box includes an ADSL modem that's targeted towards PPPoE, PPPoA, and bridged utilization, including these useful tools allows for easier configuration and troubleshooting.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27743
13 years ago
John Crispin 2975f0aaf1 alix2: add/subtract features as needed
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27411
13 years ago
Daniel Dickinson 88dcf8629d The Geode CS5535 and CS5536 companion chips are backward compatible with the SCx200 I2C drivers.
Include this on Geos.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27368
13 years ago
Jo-Philipp Wich 2c6bd71767 remove remaining uci-defaults
SVN-Revision: 27291
13 years ago
Florian Fainelli 9f63b7326f geos: deprecate uci-defaults files
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

SVN-Revision: 27287
13 years ago
Felix Fietkau 9567b93e5c x86: add additional companion chip drivers to alix2 and geos
Add the MFGPT high precision timers, and integration into the schedule (clock events).

Use OHCI, not UHCI usb module.

Remove VIA SATA driver from Alix2... that was accidentally cloned from net5501 platform.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27038
13 years ago
Felix Fietkau 68af223efe x86: remove pata-amd driver from generic x86 images, add addition cs553x modules
The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration.

Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc).

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27037
13 years ago
Jo-Philipp Wich ae5435adc9 geos: remove unneeded modules The via-sata and gpio-nsc modules are both unneeded on the Geos platform.
SVN-Revision: 26811
13 years ago
Daniel Dickinson 4021469e4a geos: Add PC speaker to kernel definitions
Add the PC speaker back to the Geos platform.

Add DMI support in BIOS.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 26678
13 years ago
Felix Fietkau e00dcbc593 x86/geos: redux of cs5535 version
The previous technique didn't work with "make defconfig" correctly.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 26458
13 years ago
Daniel Dickinson eb502bf450 We $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk hasn't yet been included... therefore KERNEL_PATCHVER hasn't yet been defined.
Ergo, we need to use a deferred definition of GEOS_GPIO (and can't use ifeq/endif).

Signed-off-by: Philip Prindeville <philipp@openwrt.org

SVN-Revision: 26397
13 years ago
Florian Fainelli ad9945105b geos: support cpu MSR register and flashrom for coreboot upgrades
The early versions of the platform shipped with coreboot 3.0, which had some issues rebooting correctly the first time.

Allow the user to upgrade his BIOS from Linux.

Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 26344
13 years ago
Travis Kemen 99c3236182 The Geos target (and probably others, like net5501) need to grab the new cs5535 gpio driver.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 26330
13 years ago
Florian Fainelli 29fd37780b switch to newer CS5535 GPIO driver, patch from Philip Prindeville
SVN-Revision: 25631
14 years ago
Jo-Philipp Wich 49057274ff geos: preconfig fix
SVN-Revision: 25255
14 years ago
John Crispin 079ba5ac14 * adds sane default uci environment * adds sane default package selection
contributed by Philip Prindeville

SVN-Revision: 25065
14 years ago
Felix Fietkau 1a9b885c74 x86: turn off CONFIG_X86_GENERIC for geos and net5501
CONFIG_X86_GENERIC obscures CONFIG_MGEODE_LX, etc. and causes it to use wrong cache-line size.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 24071
14 years ago
Felix Fietkau ba5296268c x86: refresh config, enable pci express support
SVN-Revision: 24026
14 years ago
Florian Fainelli a6873b3095 Use -pipe for net5501 and geos CFLAGS, same as all of the other platforms
Makes the builds run slightly faster on multicores.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 23495
14 years ago
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