summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/net5501
Commit message (Collapse)AuthorAgeFilesLines
* x86: fix typo in alix2/net5501 default packagesFelix Fietkau2013-01-021-1/+1
| | | | SVN-Revision: 34972
* x86: remove support for old kernelsGabor Juhos2012-05-181-20/+0
| | | | SVN-Revision: 31804
* x86: remove subtarget specific LINUX_VERSION overridesGabor Juhos2012-05-181-1/+0
| | | | SVN-Revision: 31803
* x86/net5501: switch to 3.3Gabor Juhos2012-05-162-1/+20
| | | | | | Compile tested only. SVN-Revision: 31752
* x86: sync 3.2 configsGabor Juhos2012-05-161-2/+5
| | | | SVN-Revision: 31750
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* kernel: update linux 3.2 to 3.2.16Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31459
* kernel: x86: also update subtarget kernel versionsJonas Gorski2012-04-171-1/+1
| | | | SVN-Revision: 31338
* config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORMJo-Philipp Wich2012-02-241-1/+0
| | | | | | | | | | | | 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
* net5501: backport drivers from linux-next Backport net5501 platform driver ↵Jo-Philipp Wich2012-02-031-1/+1
| | | | | | 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
* net5501: adjust CFLAGS and package selection (#10893) This patches the ↵Jo-Philipp Wich2012-02-031-3/+3
| | | | | | 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
* alix2, geos, net5501: remove kmod-ledtrig-netfilter, its not used by any ↵Jo-Philipp Wich2012-02-021-1/+1
| | | | | | standard system facility SVN-Revision: 30000
* alix2, goes, net5501: clean up default packages Remove packages which are ↵Jo-Philipp Wich2012-02-021-3/+1
| | | | | | 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
* alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the restJo-Philipp Wich2012-02-021-1/+1
| | | | SVN-Revision: 29998
* net5501: correct net5501 h/w configuration Bump to version 3.2. Simplify and ↵Jo-Philipp Wich2012-02-025-36/+86
| | | | | | 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
* x86: turn off CONFIG_X86_GENERIC for geos and net5501Felix Fietkau2010-11-211-2/+3
| | | | | | | | 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
* x86: refresh config, enable pci express supportFelix Fietkau2010-11-171-0/+1
| | | | SVN-Revision: 24026
* net5501: Add features to net5501 and remove HID support (unneeded)Florian Fainelli2010-11-071-1/+2
| | | | | | | | | | | 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
* add kmod-leds-net5501Florian Fainelli2010-10-301-1/+1
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23729
* resync config-default, enable gpio supportFlorian Fainelli2010-10-301-10/+25
| | | | SVN-Revision: 23727
* Use -pipe for net5501 and geos CFLAGS, same as all of the other platformsFlorian Fainelli2010-10-171-1/+2
| | | | | | | | Makes the builds run slightly faster on multicores. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23495
* x86: turn on optimizations for net5501 (patch by Philip A. Prindeville)Felix Fietkau2010-09-201-1/+1
| | | | SVN-Revision: 23104
* package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog ↵Nicolas Thill2010-04-241-2/+2
| | | | | | module names SVN-Revision: 21137
* add net5501 supportFlorian Fainelli2010-04-112-0/+40
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