- Sep 12, 2008
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
This patch fixes a problem introdiced with patch bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by initdram()]. The boards affected are: - PCI405 - PPChameleonEVB - quad100hd - taihu - zeus Signed-off-by:
Stefan Roese <sr@denx.de>
-
Signed-off-by:
Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Signed-off-by:
Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Signed-off-by:
Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> Signed-off-by:
Stefan Roese <sr@denx.de>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Jens Scharsig authored
This patch prevents linker error on AT91RM9200 boards, if CONFIG_CMD_I2_TREE is set. It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function. Signed-off-by:
Jens Scharsig <esw@bus-elektronik.de>
-
Hugo Villeneuve authored
ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c Signed-off-by:
Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
-
Shinya Kuribayashi authored
__ARM__ is given by arm_config.mk automatically. Signed-off-by:
Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
-
Claudio Scordino authored
Signed-off-by:
Claudio Scordino <claudio@evidence.eu.com>
-
Andrew Dyer authored
This patch changes get_timer() for i.MX to return the time since 'base' instead of the time since the counter was at zero. Symptom seen is flash timeout errors when erasing or programming a sector using the common cfi flash code. Signed-off-by:
Andrew Dyer <adyer@righthandtech.com>
-
Andrew Dyer authored
1) Change the i.MX serial driver to use the baud rate set in the u-boot environment 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write one to clear" like other status bits in the reg.) Signed-off-by:
Andrew Dyer <adyer@righthandtech.com>
-
Andrew Dyer authored
Code in cpu/arm920t/start.S will die with a compilation error if CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for the ARM sub instruction. Change the code so that each is subtracted independently to avoid the error. Signed-off-by:
Andrew Dyer <adyer@righthandtech.com>
-
Gururaja Hebbar K R authored
- Correct Invalid #define of MPUTIM_PTV_MASK for omap1510 & omap730 register definition MPUTIM_PTV_MASK is defined as #define MPUTIM_PTV_MASK (0x7<<PTV_BIT) while it should have been #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT) - Below Patch corrects the same Signed-off-by:
Gururaja Hebbar <gururajakr@sanyo.co.in>
- Sep 11, 2008
-
-
Adrian Filipi authored
Signed-off-by:
Adrian Filipi <adrian.filipi@eurotech.com>
-
Guennadi Liakhovetski authored
Signed-off-by:
Guennadi Liakhovetski <lg@denx.de>
-
Magnus Lilja authored
The i.MX31 has three SPI buses and each bus has several chip selects and the MC13783 chip can be connected to any of these. The current RTC driver for MC13783 is hardcoded for CSPI2/SS2. This patch makes make MC13783 SPI bus and chip select configurable via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS. Signed-off-by:
Magnus Lilja <lilja.magnus@gmail.com>
-
Magnus Lilja authored
This patch adds the reset_timer() function (needed by nand_base.c) and modifies the get_timer_masked() to work in the same way as the omap24xx function. Signed-off-by:
Magnus Lilja <lilja.magnus@gmail.com>
-
- Sep 10, 2008
-
-
Also set up the port pins for using I2C. Signed-off-by:
Heiko Schocher <hs@denx.de>
-
When not using hush, the autoscr command now executes lines that are only one character long. It also runs the last line of scripts even if it does not end in a newline. Signed-off-by:
Petri Lehtinen <petri.lehtinen@inoi.fi>
-
On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands and glacier. Signed-off-by:
Victor Gallardo <vgallardo@amcc.com>
-
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- Sep 09, 2008
-
-
Andrew Klossner authored
Fix printf format-string/arg mismatches under -DDEBUG. These warnings occur with DEBUG defined for a platform using cpu/mpc85xx. Users of other architectures can unearth similar problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right after "CFLAGS += $(call cc-option,-fno-stack-protector)". Signed-off-by:
Andrew Klossner <andrew@cesa.opbu.xerox.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Kumar Gala authored
The e500um says the timebase is volatile out of reset. To ensure TB sync works we need to make sure its zero. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
print load_end value not pointer Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
...as done in image.c Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Signed-off-by:
Markus Heidelberg <markus.heidelberg@web.de>
-
Signed-off-by:
Markus Heidelberg <markus.heidelberg@web.de>
-
Fix the problem that cannot work RTL8169 on sh7785lcr board. Signed-off-by:
Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
-
Andy Fleming authored
-
TsiChung Liew authored
Add MTD SPI Flash support for M25P16, M25P20, M25P32, M25P40, M25P64, M25P80, M25P128. Signed-off-by:
Jason McMullan <mcmullan@netapp.com> Signed-off-by:
TsiChung Liew <Tsi-Chung.Liew@freescale.com>
-
Wolfgang Denk authored
We must link with libgeneric now. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
The patch is that check if usb_get_dev_index() function return valid pointer. If valid, continue. Otherwise return -1. Signed-off-by:
Ryan Chen <ryan.chen@st.com> Acked-by:
Markus Klotzbuecher <mk@denx.de>
-
A recent commit (936897d4) enabled the usb_stop() command in common/cmd_bootm.c which was not enabled for some time, because no board did actually set the CFG_CMD_USB flag. So, now the usb_stop() is executed before loading the linux kernel. However, the usb_ohci driver hangs up (at least on AT91SAM) if the driver is stopped twice (e.g. the peripheral clock is stopped on AT91). If some other piece of code calls usb_stop() before the bootm command, this command will hangup the system during boot. (usb start and stop is typically used while booting from usb memory stick) But, stopping the usb stack twice is useless anyway, and a flag already existed that kept track on the usb_init()/usb_stop() calls. So, we now check if the usb stack is really started before we stop it. This problem is now fixed in both the upper as low-level layer. Signed-off-by:
Remy Bohmer <linux@bohmer.net> Acked-by:
Markus Klotzbuecher <mk@denx.de>
-