1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-20 05:17:12 +03:00
Commit Graph

353 Commits

Author SHA1 Message Date
acinonyx
c7ddcfd108 [x86] alix2, geos: Adjust CFLAGS
Clone of CFLAGS change from r30013 into Geos and Alix platforms.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-07 13:00:47 +00:00
acinonyx
c34ae937e0 [x86] generic: Enable HPET, HID and AT keyboard support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-05 17:56:04 +00:00
acinonyx
a917102339 [x86] generic: Add missing and remove unused config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-04 20:45:17 +00:00
jogo
f4e4e8cad9 x86: make alix platform patch apply to 3.3
Based on a patch from Philip Prindeville.

While at it, also refresh the patches.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30025 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 20:17:00 +00:00
jow
67afb34982 [x86] disable additional PATA drivers in global 3.2 and 3.3 config, remove redundant symbols from alix2 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30024 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 19:47:55 +00:00
jow
eba1d3106d [PATCHv2 1/1] x86: trivial -- add missing CONFIG_GEOS symbol to top-level
So that builds don't stall in x86 prompting for this symbol.
[From Philip Prindeville, via http://patchwork.openwrt.org/patch/1828/]


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30023 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 19:21:41 +00:00
jow
7b270e443a [PATCH 1/1] geos: backport driver from linux-next to 3.2 and 3.3
The Geos driver is in linux-next and will be out in 3.4. It builds fine against 3.2.2 and 3.3-rc2.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30022 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 18:16:27 +00:00
jow
a2d95d4896 [PATCHv2 1/1] 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30021 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 18:14:02 +00:00
jow
cea253527a [PATCH 1/1] 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30019 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 18:02:57 +00:00
jow
7e197aeecc [x86] 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. 


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30013 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 14:19:29 +00:00
jogo
752da5903f x86: add 3.3 generic symbols
Copy x86/config-3.2 to x86/config-3.3 and add additional symbols (for 3.3-rc2).

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 21:01:59 +00:00
jow
f7a67f2173 [PATCH 1/1] alix2: backport platform driver updates from linux-next
Add patches to x86/patches-3.2 and x86/patches-3.3 (update will appear in 3.4).
[Patch from Philipp Prindeville, via  http://patchwork.openwrt.org/patch/1817/]


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 19:26:32 +00:00
jow
99a3240251 [x86] alix2, geos, net5501: remove kmod-ledtrig-netfilter, its not used by any standard system facility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 19:11:52 +00:00
jow
f637f45e67 [x86] 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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 19:06:22 +00:00
jow
9d45ed8b35 [x86] alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the rest
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 19:00:40 +00:00
jow
0499d64f3d [x86] geos: add missing files from previous commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29997 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 18:59:51 +00:00
jow
76dfd53de0 [PATCH 2/2] 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/]


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 18:58:20 +00:00
jow
77840b96be [PATCH 1/2] 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/]


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 18:44:35 +00:00
jow
77a6336d85 [PATCH] 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/]


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-02 18:41:10 +00:00
jow
2efef569b8 [PATCH] alix2: correct h/w configuration
Bump to version 3.2.
Simplify and correct kernel config (based on x86/config-3.2).
Drop obsolete CS5535 GPIO driver.

[Patch from Philipp Prindeville, via http://patchwork.openwrt.org/patch/1804/]


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-01 15:31:23 +00:00
jow
4181b7c622 [x86] create a config-3.2 for upcoming changes, rebase config-default to 2.6.39
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-30 02:13:37 +00:00
jow
429edf765e Make the grub timeout configurable on x86 targets
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 01:14:45 +00:00
jow
62b26e2933 x86/config-3.2: add linux-3.2 symbols for x86
The following symbols are missing for x86, in sorted order.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 00:31:39 +00:00
jow
329ee765ee base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28933 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-10 12:16:41 +00:00
jow
366b2f2c12 add timeserver config to target specific system configs as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-04 12:53:35 +00:00
nbd
74e424738e x86: disable crashlog, ioremap of RAM does not work properly here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-26 11:49:25 +00:00
nico
2c88ef6e95 [target] x86: allow VDI & VMDK images for all subtargets (closes: #10255)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28518 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-22 13:09:15 +00:00
cshore
5024c10301 Add patch for linux-3.0 as well.
Fix typo from previous submission with input-keys-polled.
Philip Prindeville - 2011-10-03 01:44:55

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-03 03:09:20 +00:00
cshore
18804bfb8b New x86 platform specific symbol needed for 3.1-rc3.
---
Attaching the correct file this time...

Philip Prindeville - 2011-09-07 07:01:42



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28355 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-03 03:06:29 +00:00
cshore
89735a0b98 A lot of these options get set automatically when Geode is selected.
Don't make the config more complicated than it needs to be.
Philip Prindeville - 2011-08-29 03:15:27

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-03 03:02:42 +00:00
jow
5e06206a4d [x86] Xen DomU: make sure kernel is gzip compressed, pygrub cannot handle xz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-08 22:18:26 +00:00
florian
f4945cfe79 [x86] bump to 2.6.39.4
Since linux gets developed on x86 more than all other hardware,
hardly makes sense to have our default x86 version be trailing
by over a year.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-25 09:35:51 +00:00
florian
1d08fd80b1 [x86] update alix2 platform driver
Add support for Ed Wildgoose's alix platform driver plus my
enhancement to add GPIO soft button support.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-25 09:35:45 +00:00
cshore
41845878f3 Add packages that will be relant as "There's a new Alix platform driver hitting linux-next upstream. Get ready for it in 2.6.39.4 and 3.0.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>"

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-08 02:33:18 +00:00
nbd
402fac7b0d x86/alix2: include WAN interface by default
Include WAN interface by default, instead of putting both ports in the LAN bridge.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-26 16:37:48 +00:00
nbd
9c300cefad x86/alix2: fix typo in target makefile
Cut and paste cruft from borrowing from Geos platform.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-26 16:37:44 +00:00
hauke
b47797b83c x86: add missing config symbols
This adds some config symbols for kernel 3.0. 

Thank you realopty for the patch.

This is from #9719.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-25 21:21:01 +00:00
kaloz
1f784af870 add missing symbols for generic and x86 on 3.0, based on Philip Prindeville's patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-24 22:04:08 +00:00
nbd
59f4d1091d x86: 2.6.39 requires additional symbol
Sysfs support for DMI BIOS was added in 2.6.39.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-24 09:41:07 +00:00
nbd
b9f3675439 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-24 08:41:58 +00:00
blogic
2b398e6998 alix2: add/subtract features as needed
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 17:39:24 +00:00
cshore
4887230f5c 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27368 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-03 02:59:00 +00:00
jow
697cd0b667 [geos] remove remaining uci-defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-27 01:42:31 +00:00
florian
42b043fcf4 [x86] geos: deprecate uci-defaults files
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-25 22:05:10 +00:00
florian
8138343d87 [x86] alix2: add config files for bridging
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-25 22:05:05 +00:00
jow
673103854c [x86] Restrict Soekris specific base-files handling to Soekris profiles, based on patch by Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-19 23:05:21 +00:00
nbd
10153f8ada 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-31 16:57:05 +00:00
nbd
17982e54d4 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-31 16:57:01 +00:00
cshore
d621e2d0b6 Simple typo for kmod- prefix in alix2 target makefile.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-19 04:29:40 +00:00
blogic
9f3b548077 [x86]
* adds support for Artec Thincan

Signed-of-By: Lauri Võsandi <lauri.vosandi@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-17 10:35:14 +00:00
cshore
806e48f8a2 [x86] Removed Alix.mk profile which was accidently left as an empty file applying the patch during r26879 and r26880.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26882 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-13 07:23:11 +00:00
cshore
0118ba5ae3 Add missed files from previous commit: This patch provides an image suitable for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's.
Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker.

GPIO 1 : SIM select (Alix6)
GPIO 6 : LED1
GPIO 25 : LED2
GPIO 27 : LED3 or RFKILL (Alix6)

GPIO 24 : Soft switch 1

No kernel version bump.  Added i2c-scx200-acb for lm-sensors support.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-13 06:08:49 +00:00
cshore
33f2d48878 This patch provides an image suitable for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's.
Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker.

GPIO 1 : SIM select (Alix6)
GPIO 6 : LED1
GPIO 25 : LED2
GPIO 27 : LED3 or RFKILL (Alix6)

GPIO 24 : Soft switch 1

No kernel version bump.  Added i2c-scx200-acb for lm-sensors support.

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-13 06:06:42 +00:00
jow
15f719295e [PATCH] geos: remove unneeded modules
The via-sata and gpio-nsc modules are both unneeded on the Geos platform.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-03 21:18:12 +00:00
nbd
5530235576 x86: remove 2.6.35 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26710 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-17 18:39:50 +00:00
cshore
1518b9d70c x86: missing kernel symbols
Please include these two missing kernel CONFIG_ symbols.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26679 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-15 04:56:49 +00:00
cshore
60f90e846a 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26678 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-15 04:51:05 +00:00
jow
5ddbb2c4a0 [x86] gzip jffs2 images
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 20:48:47 +00:00
jow
a752384ffa Enable padding of jffs2 images to user specified filesystem size
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 20:46:34 +00:00
jow
14b8ad8acf [x86] Bump kernel version to 2.6.37.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26525 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07 21:54:29 +00:00
nbd
59f0b5d721 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26458 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 23:30:26 +00:00
cshore
35dc041248 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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26397 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 02:02:24 +00:00
florian
bdab2c1bd8 [x86] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26344 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:31:02 +00:00
thepeople
ba10982e1d 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 01:18:58 +00:00
kaloz
946c99ded8 update to 2.6.32.33 and 2.6.37.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26226 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 13:25:32 +00:00
hauke
d6c6d9b502 kernel: update to kernel version 2.6.32.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 17:12:20 +00:00
florian
78b3702cb8 [package] switch to newer CS5535 GPIO driver, patch from Philip Prindeville
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-20 19:59:29 +00:00
florian
9de1efd6be [kernel] add two solos-releated patches from Philip Prindeville
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-20 19:59:25 +00:00
florian
57a443b8dd [kernel] update to 2.6.32.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-19 12:44:23 +00:00
jow
317b9407e3 [x86] geos: preconfig fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-30 21:07:39 +00:00
nbd
a6c855e6e5 x86/soekris: Add defconfig for soekris net4801 and net4826
Add default config file for net4801 and 4826 and initial script
to copy config file like it is done for other platforms.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-26 11:33:46 +00:00
nbd
b85cea3219 x86/soekris: Add script to detect soekris model
Add script to detect soekris board of net4801 and net4826.

Patch from: kentarou matsuyama <matsuyama@thinktube.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-26 11:33:42 +00:00
kaloz
e30aa8bf8d platform specific patches don't belong here - take #2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-24 12:11:25 +00:00
blogic
f3cd157b43 [geos]
* Make sure that Geos baud-rate defaults	correctly
  Changeset 23414 somehow got reordered.  The unconditional default trumps later settings.

contributed by Philip Prindeville


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-22 23:10:51 +00:00
blogic
a59a56e424 [geos]
* adds sane default uci environment
* adds sane default package selection

contributed by Philip Prindeville



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-22 22:43:51 +00:00
cshore
4a289f7420 [x86]: Missing symbols for CONFIG_xxx ..
Thanks Philip Prindeville

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-17 05:49:02 +00:00
hauke
9f96922892 kernel: update kernel versions
Update kernel 2.6.32.26 to 2.6.32.27
Update kenrel 2.6.36.1 to 2.6.36.2


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-11 16:07:21 +00:00
kaloz
d053fa7af0 update to the latest stable kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-24 18:50:11 +00:00
kaloz
d7833103e7 [target/x86]: move x86 back to .32 for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 12:58:31 +00:00
kaloz
0835d732ce switch from ext2 to ext4 (w/o) journaling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 12:12:39 +00:00
kaloz
e71ac4855b [target/x86]: additional Kconfig options for newer kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 11:34:45 +00:00
kaloz
e1fc4af8c6 [target/x86]: we don't need microcode updates
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 11:33:25 +00:00
nbd
fcdd5734fb x86: add missing l1 cache shift change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24072 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-21 23:27:25 +00:00
nbd
7231ec09a2 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-21 22:56:33 +00:00
nbd
b6b0015701 x86: refresh config, enable pci express support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24026 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-17 22:41:17 +00:00
kaloz
d9c364a7c7 [x86:rdc]: x86 kernels target bzImage by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-08 09:44:33 +00:00
florian
bc27206838 [x86 net5501: make kmod-leds-net5501 work
Fixes dependencies, and properly labels the module as GPL (thanks, Felix!).

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-08 07:31:40 +00:00
florian
3ca8fd6798 [buildroot] make targets provide their KERNELNAME
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-08 07:31:25 +00:00
florian
33c8f09edf [x86] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23916 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-07 20:37:40 +00:00
kaloz
0c95905c4f update kernels to 2.6.32.25 and 2.6.35.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 09:01:08 +00:00
florian
cf5ff97899 [package] add kmod-leds-net5501
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:59 +00:00
florian
a11e799408 [x86] resync config-default, enable gpio support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:50 +00:00
florian
7aa159ad89 [x86] add required symbols to allow building of 2.6.35.7
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 18:56:19 +00:00
florian
6c229e586f [x86] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 12:42:06 +00:00
acoul
192e551093 target/linux: fix Geos baudrate. (thank you Philip Prindeville)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23414 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-12 15:27:34 +00:00
jow
046a9b34bc [Patch v2] 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 


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23390 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-10 22:48:33 +00:00
kaloz
7e99ea9fe6 [kernel]: upgrade kernel versions to the latest stable ones
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04 10:40:41 +00:00
nbd
ebf957be00 x86: turn on optimizations for net5501 (patch by Philip A. Prindeville)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-20 22:14:07 +00:00
jow
2fdfa5601b [x86] add kvm_guest to subtarget list
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-13 17:00:37 +00:00
jow
84c3ecfb7f [x86] adjust image defaults for KVM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-06 02:31:37 +00:00