Jens Gehrlein
9d29250e2e
TQM8xx: Fix CAN timing.
...
Signed-off-by: Martin Krause <martin.krause@tqs.de>
2007-10-15 09:46:55 +02:00
Martin Krause
d43e489baf
TQM866M: fix SDRAM refresh
...
At 133 MHz the current SDRAM refresh rate is too fast
(measured 4 * 1.17 us).
CFG_MAMR_PTA changes from 39 to 97. This result
in a refresh rate of 4 * 7.8 us at the default clock
50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
This is a compromise until a new method is found to
adjust the refresh rate.
Signed-off-by: Martin Krause <martin.krause@tqs.de>
2007-10-15 09:45:00 +02:00
Martin Krause
9ef57bbee1
TQM866M: adjust for doubled flash sector size.
...
Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
doubled sector size.
Signed-off-by: Martin Krause <martin.krause@tqs.de>
2007-10-15 09:41:21 +02:00
Michal Simek
f8bf90461d
[FIX] XUPV2P change command handling
...
and remove code violation
2007-10-14 16:12:29 +02:00
Michal Simek
e58ade3a5c
Merge git://www.denx.de/git/u-boot
2007-10-14 14:33:32 +02:00
Michal Simek
95df6f4eba
Merge ../master/
2007-10-14 14:31:47 +02:00
Wolfgang Denk
6364001982
Prepare for 1.3.0-rc3 release
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-10-14 00:13:19 +02:00
Jean-Christophe PLAGNIOL-VILLARD
68f14f77ca
Fix warning differ in signedness in cpu/pxa/mmc.c
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2007-10-13 23:57:25 +02:00
Wolfgang Denk
fc19e36f74
Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-10-13 23:51:14 +02:00
Wolfgang Denk
b005838132
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
2007-10-13 23:01:27 +02:00
Wolfgang Denk
8f05a661e9
Merge branch 'merge' of git://www.denx.de/git/u-boot-microblaze
2007-10-13 22:57:43 +02:00
Wolfgang Denk
86cc433e1b
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
2007-10-13 21:50:12 +02:00
Wolfgang Denk
23c56f97ca
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
2007-10-13 21:40:23 +02:00
Wolfgang Denk
de74b9eeac
Coding Style cleanup.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-10-13 21:15:39 +02:00
Wolfgang Denk
2885634d64
Merge branch 'master' of git://www.denx.de/git/u-boot-arm
2007-10-13 18:48:23 +02:00
Wolfgang Denk
e1893815b0
GP3 SSA: enable RTC
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-10-12 15:49:39 +02:00
Wolfgang Denk
72e55d03fc
Merge branch 'master' of /.automount/castor-vlab/root/home/wd/git/u-boot/master/
2007-10-10 16:39:09 +02:00
Wolfgang Denk
8faf69dc21
Merge branch 'hellrosa_i2c' of /home/gjb/git/u-boot
2007-10-10 16:31:06 +02:00
Wolfgang Denk
6091534b8c
Merge branch 'tqm5200_default_env' of /home/tur/git/u-boot
2007-10-10 16:23:23 +02:00
Grzegorz Bernacki
8002012041
[ads5121] EEPROM support added.
...
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2007-10-09 13:58:24 +02:00
Haavard Skinnemoen
7b624ad254
AVR32: Initialize bi_flash* in board_init_r
...
The ATSTK1000-specific flash driver intializes bi_flashstart,
bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
driver, don't.
Initialize these in board_init_r instead so that things will still be
set up correctly when we switch to the CFI driver.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-10-06 20:17:37 +02:00
Marian Balakowicz
2b2a587d6d
tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
...
Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2007-10-05 10:40:54 +02:00
Bartlomiej Sieka
92869195ef
CM5200: Fix missing null-termination in hostname manipulation code
...
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2007-10-05 09:46:06 +02:00
Peter Pearse
e81a95a9e7
Merge with git://www.denx.de/git/u-boot.git
2007-10-04 11:00:44 +01:00
Haavard Skinnemoen
9add9884b1
Fix memtest breakage
...
CFG_MEMTEST_START uses weird magic involving gd, which fails to
compile. Use hardcoded values instead (we actually know how much RAM
we have on board.)
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2007-10-02 19:09:01 +02:00
Haavard Skinnemoen
b90296fc39
Merge commit 'origin/master'
2007-10-02 19:05:53 +02:00
Stefan Roese
527c80f012
Merge with git://www.denx.de/git/u-boot.git
2007-10-02 11:47:13 +02:00
Stefan Roese
738815c0cc
ppc4xx: Coding style cleanup
...
Signed-off-by: Stefan Roese <sr@denx.de>
2007-10-02 11:44:46 +02:00
Stefan Roese
87c1833a39
ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
...
Signed-off-by: Stefan Roese <sr@denx.de>
2007-10-02 11:44:19 +02:00
Grzegorz Bernacki
2db6478406
Program EPLD to force full duplex mode for PHY.
...
EPLD forces modes of PHY operation. By default full duplex is turned off.
This fix turns it on.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2007-10-02 11:30:37 +02:00
Timo Ketola
785c13477b
Bugfix: Use only one PTD for one endpoint
...
Original isp116x-hcd code prepared multiple PTDs for longer than 16
byte transfers for one endpoint. That is unnecessary because the
ISP116x is able to split long data from one PTD into multiple
transactions based on the buffer size of the endpoint. It also caused
serious problems if the endpoint NAKed some of the transactions. In
that case ISP116x wouldn't notice that the other PTDs were for the same
endpoint and would try the other PTDs possibly out of order. That would
break the whole transfer.
This patch makes isp116x_submit_job to use one PTD for one transfer.
Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
2007-10-02 09:32:54 +02:00
Jean-Christophe PLAGNIOL-VILLARD
86ec86c043
Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2007-09-28 01:08:38 +02:00
Stefan Roese
636538c520
Merge branch 'master' of /home/stefan/git/u-boot/lwmon5
2007-09-27 13:48:24 +02:00
Stefan Roese
3e954beb61
ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
...
Signed-off-by: Stefan Roese <sr@denx.de>
2007-09-27 13:46:22 +02:00
Ed Swarthout
1487adbdcf
85xx io out functions need sync after write.
...
This fixes the mc146818 rtc_read/write functions for 85xx.
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2007-09-26 16:50:02 -05:00
Wolfgang Denk
c3c909a209
Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
2007-09-26 00:13:14 +02:00
Grant Likely
0d38effc6e
Fpga: fix incorrect test of CFG_FPGA_XILINX macro
...
CFG_FPGA_XILINX is a bit value used to test against the value in
CONFIG_FPGA. Testing for a value will always return TRUE. I don't
think that is the intention in this code.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-09-26 00:10:26 +02:00
Kim Phillips
8ffc774993
Merge branch 'master' of git://www.denx.de/git/u-boot
2007-09-24 14:43:43 -05:00
Michal Simek
853643d8cf
[FIX] change command handling and removing code violation
2007-09-24 00:41:30 +02:00
Michal Simek
f240356507
[FIX] change sets of commands
...
because changing of command handling brings
compilation problems
2007-09-24 00:36:06 +02:00
Michal Simek
cb1bc63b75
[FIX] Email reparation & Copyright
...
Both codes are written by myself without any
support from CTU
2007-09-24 00:30:42 +02:00
Michal Simek
0731cbae6c
[PATCH] Change macro name for UartLite
...
because PowerPC 405 can use UartLite as console
2007-09-24 00:25:11 +02:00
Michal Simek
1c1100d2fc
[PATCH] Add support for design without interrupt controller
...
Polling timer
2007-09-24 00:21:19 +02:00
Michal Simek
0731933ec8
[FIX] resolve problem with cpu without barrel shifter
2007-09-24 00:19:48 +02:00
Michal Simek
db14d77995
[FIX] repair email address
2007-09-24 00:18:46 +02:00
Michal Simek
481d432861
[FIX] repair MFSL commands
2007-09-24 00:17:42 +02:00
Michal Simek
b90c045f03
synchronizition with mainline
2007-09-24 00:08:37 +02:00
Michal Simek
6b6f287a33
Merge ../u-boot
2007-09-24 00:04:22 +02:00
Wolfgang Denk
9147ca849e
Merge with /home/wd/git/u-boot/custodian/u-boot-usb
2007-09-23 00:47:01 +02:00
Wolfgang Denk
66dcad3a9a
v1.3.0-rc2
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-09-20 00:04:14 +02:00