- Feb 12, 2010
-
-
Jens Scharsig authored
* new board (eb_cpux9k2) * support for EB+CPUx9K2 board by BuS Elektronik GmbH & Co. KG * select via make eb_cpux9k2_config * this also demonstrates, how to use boards with AT91RM9200 cpu in at91 arch tree Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Jens Scharsig authored
* add's at91_emac (AT91RM9200) network driver (NET_MULTI api) * enable driver with CONFIG_DRIVER_AT91EMAC * generic PHY initialization * modify AT91RM9200 boards to use NET_MULTI driver * the drivers has been tested with LXT971 Phy and DM9161 Phy at MII and RMII interface Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Jens Scharsig authored
* prepare joining at91 and at91rm9200 * add modified copy of soc files to cpu/arm920t/at91 to make possible to compile at91rm9200 boards in at91 tree instead of at91rm9200 * add header files with c structure defs for AT91 MC, ST and TC * the new cpu files are using at91 c structure soc access * please read README.soc-at91 for details Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Jens Scharsig authored
* convert at91sam9263ek board to use c stucture SoC access * change gpio access to at91_gpio syntax Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Jens Scharsig authored
* add's a warning to all files, which need update to new SoC access * convert common files in cpu/../at91 and a lot of drivers to use c stucture SoC access Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Jens Scharsig authored
* convert all files cpu/../at91 to use at91_gpio driver syntax * change AT91_PINP([A-F])(\d+) to AT91_PIO_PORT\1, \2 this makes all 160 AT91_PINPxxx defines obsolete * AT91_PINPxxx defines and gpio.h can be remove, if all boards converted to new SoC access Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Jens Scharsig authored
* add a real AT91 GPIO driver instead of header inline code * resolve the mixing of port and pins * change board config files to use new driver * add macros to gpio to realize backward compatibility Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Jens Scharsig authored
* add's c structures for SoC access to pheriperials head files Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Jens Scharsig authored
* add's the new temporary CONFIG_AT91_LEGACY to all board configs This will need for backward compatiblity, while change the SoC access to c structures. If CONFIG_AT91_LEGACY is defined, the deprecated SoC is used. Signed-off-by:
Jens Scharsig <js_at_ng@scharsoft.de>
-
Nick Thompson authored
The EVM UI extender card has a NAND device. This change will enable saveenv to work with NAND and Linux to be booted using: mtdparts default nboot kernel bootm Signed-off-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Nick Thompson authored
The patch adds EMIF-A macros for setting chip select parameters Signed-off-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Sanjeev Premi authored
In function get_osc_clk_speed(), do not change/ update the divider for SYS_CLK as it can has cascading effect on the other derived clocks. Sudden change in divider value can lead to inconsistent behavior in the system - often leading to crashes. The problem was found when working with OMAP3EVM using DM3730 processor card. The patch has been tested with OMAP3530 on OMAP3EVM as well Signed-off-by:
Sanjeev Premi <premi@ti.com> Signed-off-by:
Hiremath Vaibhav <hvaibhav@ti.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Magnus Lilja authored
Commit f9b6a157, "i.MX31: fix SPI driver for shorter than 32 bit" broke 32 bit transfers. This patch makes single 32 bit transfer work again. Transfer lengths that are known not to work will abort and print an error message. Tested on i.MX31 Litekit and i.MX31 PDK using 32 bit transfers to the MC13783/ATLAS chip (using the 'date' command). Signed-off-by:
Magnus Lilja <lilja.magnus@gmail.com>
-
Alessandro Rubini authored
printf goes to uart1, but it will block forever waiting for busy to go off unless the uart is enabled first. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Previous code compiled with gcc-4.2.2 makes a call to __aeabi_uidiv to divide by 20. As a side effect it was not inline any more, and so sdram_cfg used the stack as well, but this is early code that has no stack yet. The patch explicitly removes the division, so no stack is used. The calculation of the counter calls a division by 20 Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
The structure was missing a reserved entry (not listed in the manual, actually), so the last registers had a wrong offset. This prevented all swlocked registers to be modified as swlock is last in the structure. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Matthias Kaehlcke authored
Add support for the Cirrus EP93xx platform Signed-off-by:
Matthias Kaehlcke <matthias@kaehlcke.net> Acked-by:
Tom <Tom.Rix@windriver.com>
-
Matthias Kaehlcke authored
Added support for the following EDB93xx boards: EDB9301 EDB9302 EDB9302A EDB9307 EDB9307A EDB93012 EDB9315 EDB9315A Signed-off-by:
Matthias Kaehlcke <matthias@kaehlcke.net>
-
Ladislav Michl authored
This patch removes debug junk leaked into eeprom utility. Signed-off-by:
Ladislav Michl <ladis@linux-mips.org> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Ladislav Michl authored
This patch makes the crcit utility more readable Signed-off-by:
Ladislav Michl <ladis@linux-mips.org> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Ladislav Michl authored
This patch removes "CONFIG_CMD_JFFS" from the board config Signed-off-by:
Ladislav Michl <ladis@linux-mips.org> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Tom Rix authored
Every omap3 board config file declared the global variable gpmc_cfg. This changes moves the declaration to a better location in the arch dependent header file cpu.h. Signed-off-by:
Tom Rix <Tom.Rix@windriver.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Scott Ellis authored
Use appropriate GPMC timings for the LAN9221 controller on the Gumstix Overo expansion boards not the values in arch-omap3/mem.h which are for a different ethernet controller. Signed-off-by:
Scott Ellis <scott@jumpnowtek.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Nick Thompson authored
Tidyup the pin muxer configuration using the Davinci table driven pinmux configuration function and data tables. Signed-off-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Sekhar Nori authored
This adds a driver for the SPI controller found on davinci based SoCs from Texas Instruments. Signed-off-by:
Sekhar Nori <nsekhar@ti.com> Signed-off-by:
Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Daniel Gorsulowski authored
This patch adds support for esd gmbh OTC570 board. The OTC570 is based on an Atmel AT91SAM9263 SoC. Signed-off-by:
Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
-
- Feb 08, 2010
-
-
Mike Frysinger authored
Commit cbb0cab1 broke some platforms which used kgdb code but didn't actually include kgdb.h. So include kgdb.h in all the relevant traps code. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
- Feb 07, 2010
-
-
Stefan Roese authored
This patch fixes a problem I've notived on a buggy PPC4xx system. This system has problems with the PHY MDIO communication and seemed to be stuck/crashed in miiphy_reset(). But degugging revealed, that the CPU didn't crash, but "only" hung in this counting loop for about 2 minutes. This patch now uses a real timeout of 0.5 seconds (as mentioned in the comment in miiphy_reset). Signed-off-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Stefano Babic authored
The patch add support for the Freescale mx51 processor to the FEC ethernet driver. Signed-off-by:
Stefano Babic <sbabic@denx.de> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Siddarth Gore authored
Although the datasheet mentions seperate smi registers for each port, using Port 1 smi register to access ethernet phys does not work. Hence only Port 0 smi register should be used to access all devices connected to the smi bus. This behavior is consistant with the mv643xx driver in the linux kernel. Signed-off-by:
Siddarth Gore <gores@marvell.com> Acked-by:
Prafulla Wadaskar <prafulla@marvell.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
- Feb 03, 2010
-
-
Ladislav Michl authored
ns16550 busyloops waiting for incoming byte causing watchdog to reboot while waiting for a key press. A call to WATCHDOG_RESET in NS16550_getc loop fixes it. Signed-off-by:
Ladislav Michl <ladis@linux-mips.org>
-
Remy Bohmer authored
This patch changes usb_control_msg back to the state prior to commit 48867208. The USB driver ISR routine may update the status. Signed-off-by:
Daniel Hellstrom <daniel@gaisler.com>
-
Prathap Srinivas authored
Add support for musb host on DM365 EVM. Signed-off-by:
Prathap Srinivas <msprathap@ti.com>
-
Cliff Cai authored
The conversion from offsets to C structs lost a little padding in the DMA register map. Accessing endpoints other than ep0 with DMA would fail as the addresses wouldn't be adjusted correctly. Signed-off-by:
Cliff Cai <cliff.cai@analog.com> Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-