- Mar 09, 2009
-
-
Guennadi Liakhovetski authored
Defining flash partition table in platform code is deprecated, and due to recent changes linkstation and storcenter do not compile any more with their default configurations because of undefined references to physmap_set_partitions(). Instead of fixing them by using the correct kernel configuration macro in preprocessor conditional, remove partition table definitions altogether. Instead add support for partition definition on the command-line and in device tree to the default configurations. Signed-off-by:
Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Mar 01, 2009
-
-
Grant Likely authored
Virtex FPGA designs have two serial port logic cores to choose from; the simple uartlite, and the full featured uart16550. Both cores are in common use so the defconfig should support both of them. Currently only console on uartlite is supported in the defconfig. This patch adds console support for the 16550 core. The Virtex reference designs do not work without this patch. Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Feb 06, 2009
-
-
Anton Vorontsov authored
TSEC0 is connected to Vitesse 7385 5-port switch. The switch isn't connected to any mdio bus, the link to the switch is fixed to Full-duplex 1000 Mb/s (no pause). This patch fixes following failure during bootup: mdio@24520:01 not found eth0: Could not attach to PHY IP-Config: Failed to open eth0 Signed-off-by:
Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Jan 30, 2009
-
-
Grant Likely authored
Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Jan 27, 2009
-
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Kumar Gala authored
Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Jan 26, 2009
-
-
Jean Delvare authored
Now that all EEPROM drivers live in the same place, let's harmonize their symbol names. Also fix eeprom's dependencies, it definitely needs sysfs, and is no longer experimental after many years in the kernel tree. Signed-off-by:
Jean Delvare <khali@linux-fr.org> Acked-by:
Wolfram Sang <w.sang@pengutronix.de> Cc: David Brownell <dbrownell@users.sourceforge.net>
-
- Jan 23, 2009
-
-
Josh Boyer authored
Update the multi-board configs for 2.6.29-rc2 Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
Josh Boyer authored
Update the 44x defconfigs for 2.6.29-rc2 Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
- Jan 20, 2009
-
-
Josh Boyer authored
Update the 40x defconfigs for 2.6.29-rc2 Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
- Jan 13, 2009
-
-
Michael Ellerman authored
To increase the amount of code that's built for a defconfig build. Signed-off-by:
Michael Ellerman <michael@ellerman.id.au> Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>
-
- Jan 12, 2009
-
-
Martyn Welch authored
Support for the FPGA based watchdog timer on GE Fanuc's SBC610. This patch enables one of the watchdog timers found on the SBC610. There are two identical watchdog timers at different offsets in the above mentioned boards, however the current driver is only capable of supporting one of them. The watchdog timers are also capable of generating interrupts at a user-configurable threshold, though support for this operation is currently not supported by the driver. Signed-off-by:
Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by:
Wim Van Sebroeck <wim@iguana.be>
-
- Dec 30, 2008
-
-
Kumar Gala authored
Enable SMP support on the MPC8572 DS reference board. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Dec 05, 2008
-
-
Anton Vorontsov authored
This is needed so that Vitesse 7385 5-port switch could work on MPC8349E-mITX boards. Signed-off-by:
Anton Vorontsov <avorontsov@ru.mvista.com> Acked-by:
Timur Tabi <timur@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Dec 04, 2008
-
-
Stephen Rothwell authored
This removes CONFIG_PCI_LEGACY (which is not needed) and consequently several compiler warnings. Signed-off-by:
Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
Hollis Blanchard authored
KVM host support was recently enabled in ppc44x_defconfig, but since then the config option was renamed. Update ppc44x_defconfig to match. Also, KVM guests aren't very interesting without networking, so enable CONFIG_TUN and CONFIG_BRIDGE. Signed-off-by:
Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
- Dec 03, 2008
-
-
Martyn Welch authored
Adding use of newly added Epson RTX-8581 real-time clock driver to GE Fanuc SBC610's dts file and adding driver to default config. Signed-off-by:
Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Nov 19, 2008
-
-
Martyn Welch authored
The Marvell PHY driver is currently being used for the 88E1111 on the SBC610. This driver is causing the link to run in 10/Half mode, the generic PHY driver is correctly configuring the PHY as 1000/Full. Edit default config to use generic PHY driver. Signed-off-by:
Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Nov 14, 2008
-
-
Grant Likely authored
Update defconfigs for running on Xilinx Virtex platforms Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
Grant Likely authored
Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Nov 11, 2008
-
-
Paul Mackerras authored
Turned off CONFIG_PCI_LEGACY and turned on EXT4, and otherwise mostly took the defaults. This also updates ppc6xx_defconfig, which covers the 6xx/7xx/7xxx-based embedded boards. Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
- Nov 08, 2008
-
-
Kumar Gala authored
unset CONFIG_PCI_LEGACY in the defconfigs as none of them enable ISDN drivers which seem to be the only place we are using pci_find_device Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Oct 30, 2008
-
-
Josh Boyer authored
Update the PowerPC 44x defconfigs for 2.6.28 Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
Josh Boyer authored
Update the PowerPC 40x defconfigs for 2.6.28 Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
- Oct 28, 2008
-
-
Rogério Brito authored
The current defconfig for Linkstation/Kuroboxes has the "Disable Heap Randomization" option enabled. Since some of these machines are facing the internet, it helps to have heap randomization enabled. This patch enables it. Signed-off-by:
Rogério Brito <rbrito@ime.usp.br> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Rogério Brito authored
Since Linkstations and Kuroboxes often have *very* little memory (as they are embedded systems), it is desirable to get their kernels compiled optimized for size. Signed-off-by:
Rogério Brito <rbrito@ime.usp.br> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Guennadi Liakhovetski authored
The i2c bus defn is broken on linkstation / kurobox machines since at least 2.6.27. Fix it. Also remove CONFIG_SERIAL_OF_PLATFORM, which, if enabled, breaks the serial console after the "console handover: boot [udbg0] -> real [ttyS1]" message. Signed-off-by:
Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Oct 17, 2008
-
-
Niklaus Giger authored
Adds support for a HCU4 PPC405GPr based board from Netstal Maschinen AG. Signed-off-by:
Niklaus Giger <niklaus.giger@member.fsf.org> Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
Josh Boyer authored
Add simple defconfig for the AMCC PowerPC 405EZ Acadia evaluation board Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
- Oct 13, 2008
-
-
Timur Tabi authored
Because CHRP and PMAC are by default enabled, several non-CHRP and non-PMAC PowerPC defconfigs will have these Kconfig options set erroneously. Signed-off-by:
Timur Tabi <timur@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Oct 07, 2008
-
-
Timur Tabi authored
Fix various defconfigs for Freescale chip based boards to remove CONFIG_PPC_PMAC or CONFIG_PPC_CHRP which crept in due to those being default y Signed-off-by:
Timur Tabi <timur@freescale.com> Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>
-
- Oct 02, 2008
-
-
Victor Gallardo authored
Add a defconfig for the AMCC Arches evaluation board Signed-off-by:
Victor Gallardo <vgallardo@amcc.com> Signed-off-by:
Josh Boyer <jwboyer@linux.vnet.ibm.com>
-
- Sep 24, 2008
-
-
Kumar Gala authored
Introduced a mpc86xx_defconfig that enables all 86xx boards and moved all other 86xx related defconfigs under configs/86xx to match 83xx and 85xx. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Sep 16, 2008
-
-
Martyn Welch authored
Support for the SBC610 VPX Single Board Computer from GE Fanuc (PowerPC MPC8641D). This is the default config file for GE Fanuc's SBC610, a 6U single board computer, based on Freescale's MPC8641D. Signed-off-by:
Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Anton Vorontsov authored
This patch adds the localbus node, moves the bcsr node into the localbus node, and adds the flash node. Also enable MTD support in the defconfig. Signed-off-by:
Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Heiko Schocher authored
Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx). Signed-off-by:
Heiko Schocher <hs@denx.de> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-