aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/geos
Commit message (Collapse)AuthorAgeFilesLines
* x86/geos: redux of cs5535 versionFelix Fietkau2011-04-031-1/+1
| | | | | | | | The previous technique didn't work with "make defconfig" correctly. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26458
* We $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk ↵Daniel Dickinson2011-04-021-5/+1
| | | | | | | | | | 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
* geos: support cpu MSR register and flashrom for coreboot upgradesFlorian Fainelli2011-03-281-1/+3
| | | | | | | | | | 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
* The Geos target (and probably others, like net5501) need to grab the new ↵Travis Kemen2011-03-281-3/+8
| | | | | | | | cs5535 gpio driver. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26330
* switch to newer CS5535 GPIO driver, patch from Philip PrindevilleFlorian Fainelli2011-02-201-0/+1
| | | | SVN-Revision: 25631
* geos: preconfig fixJo-Philipp Wich2011-01-301-0/+2
| | | | SVN-Revision: 25255
* * adds sane default uci environment * adds sane default package selectionJohn Crispin2011-01-224-3/+70
| | | | | | contributed by Philip Prindeville SVN-Revision: 25065
* x86: turn off CONFIG_X86_GENERIC for geos and net5501Felix Fietkau2010-11-211-0/+2
| | | | | | | | 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
* Use -pipe for net5501 and geos CFLAGS, same as all of the other platformsFlorian Fainelli2010-10-171-1/+1
| | | | | | | | Makes the builds run slightly faster on multicores. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 23495
* Geos -- new x86 subtarget definition This defines the Geos platform from ↵Jo-Philipp Wich2010-10-102-0/+50
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