Gabor Juhos
07b5a3eea2
x86: remove support for old kernels
...
SVN-Revision: 31804
2012-05-18 20:10:42 +00:00
Gabor Juhos
604e3aac0a
x86: remove subtarget specific LINUX_VERSION overrides
...
SVN-Revision: 31803
2012-05-18 20:10:38 +00:00
Gabor Juhos
fb7da5bbde
x86/net5501: switch to 3.3
...
Compile tested only.
SVN-Revision: 31752
2012-05-16 10:44:59 +00:00
Gabor Juhos
19f691f8e4
x86: sync 3.2 configs
...
SVN-Revision: 31750
2012-05-16 10:44:52 +00:00
Gabor Juhos
39994008cb
linux: move certain disabled symbols to the generic configs
...
* CONFIG_ARCH_DMA_ADDR_T_64BIT
* CONFIG_ARCH_HAS_ILOG2_U32
* CONFIG_ARCH_HAS_ILOG2_U64
* CONFIG_ARCH_PHYS_ADDR_T_64BIT
* CONFIG_ARCH_SUPPORTS_MSI
* CONFIG_GENERIC_CPU_DEVICES
* CONFIG_HWMON_DEBUG_CHIP
* CONFIG_I2C_PXA_PCI
* CONFIG_LEDS_GPIO
* CONFIG_MINIX_FS_NATIVE_ENDIAN
* CONFIG_MLX4_CORE
* CONFIG_POWER_SUPPLY
* CONFIG_POWER_SUPPLY_DEBUG
* CONFIG_QUOTACTL
* CONFIG_SDIO_UART
* CONFIG_SENSORS_K10TEMP
* CONFIG_SENSORS_SCH56XX_COMMON
* CONFIG_SENSORS_VIA_CPUTEMP
* CONFIG_SERIO_AMBAKMI
* CONFIG_SERIO_I8042
* CONFIG_SERIO_LIBPS2
* CONFIG_SERIO_PCIPS2
* CONFIG_SERIO_RAW
* CONFIG_SERIO_SERPORT
* CONFIG_SPI_BITBANG
* CONFIG_SPI_GPIO
SVN-Revision: 31737
2012-05-15 10:58:52 +00:00
Jonas Gorski
22b4e6b882
kernel: update linux 3.2 to 3.2.16
...
SVN-Revision: 31459
2012-04-24 09:25:35 +00:00
Jonas Gorski
d0bfc67e2e
kernel: x86: also update subtarget kernel versions
...
SVN-Revision: 31338
2012-04-17 21:01:43 +00:00
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
2012-02-24 10:35:20 +00:00
Jo-Philipp Wich
25d605ab0e
net5501: backport drivers from linux-next Backport net5501 platform driver from 3.4. Remove vestiges of old (pre-2.6.30) leds-net5501.c driver. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
...
SVN-Revision: 30021
2012-02-03 18:14:02 +00:00
Jo-Philipp Wich
d13c3cd073
net5501: adjust CFLAGS and package selection ( #10893 ) This patches the CFLAGS for Geode LX CPUs for 4.3 and new GGC versions. This creates more compatible code and allowed me to boot my system first time with no troubles. Also, the missing kmod is added in.
...
SVN-Revision: 30013
2012-02-03 14:19:29 +00:00
Jo-Philipp Wich
7a9e4ffe8e
alix2, geos, net5501: remove kmod-ledtrig-netfilter, its not used by any standard system facility
...
SVN-Revision: 30000
2012-02-02 19:11:52 +00:00
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
2012-02-02 19:06:22 +00:00
Jo-Philipp Wich
047ba1e12e
alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the rest
...
SVN-Revision: 29998
2012-02-02 19:00:40 +00:00
Jo-Philipp Wich
5523eca4e5
net5501: correct net5501 h/w configuration Bump to version 3.2. Simplify and correct kernel config (based on x86/config-3.2). Designate eth0 as wan interface, and bridge eth1/eth2/eth3. Add heartbeat LED trigger. Use correct CS5535 GPIO driver. Use correct USB drivers (OHCI not UHCI). Add MSR and HW clock support. Add GPIO mask definition. Add correct SATA drivers. Add LED triggers. [Patch from Philipp Prindeville, via http://patchwork.openwrt.org/patch/1802/ ]
...
SVN-Revision: 29994
2012-02-02 18:41:10 +00:00
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
2010-11-21 22:56:33 +00:00
Felix Fietkau
ba5296268c
x86: refresh config, enable pci express support
...
SVN-Revision: 24026
2010-11-17 22:41:17 +00:00
Florian Fainelli
60c6d33e00
net5501: Add features to net5501 and remove HID support (unneeded)
...
Since the net5501 doesn't have a VGA port, it doesn't need HID support either --
all console access will be over a serial port.
Also add FEATURES to it as well.
Signed-of-by: Philip Prindeville <philip@redfish-solutions.com>
SVN-Revision: 23916
2010-11-07 20:37:40 +00:00
Florian Fainelli
b013e4eec4
add kmod-leds-net5501
...
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 23729
2010-10-30 22:35:59 +00:00
Florian Fainelli
eace922392
resync config-default, enable gpio support
...
SVN-Revision: 23727
2010-10-30 22:35:50 +00:00
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
2010-10-17 12:42:06 +00:00
Felix Fietkau
19723d09c2
x86: turn on optimizations for net5501 (patch by Philip A. Prindeville)
...
SVN-Revision: 23104
2010-09-20 22:14:07 +00:00
Nicolas Thill
37b02afe6a
package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
...
SVN-Revision: 21137
2010-04-24 14:08:49 +00:00
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
2010-04-11 12:36:55 +00:00