Rodolfo Giometti
4d4a945e18
PXA USB OHCI: "usb stop" implementation.
...
Some USB keys need to be switched off before loading the kernel
otherwise they can remain in an undefined status which prevents them
to be correctly recognized by the kernel.
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
2007-10-15 12:57:41 +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
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
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
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
Wolfgang Denk
90a3af45a0
Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
2007-09-18 21:39:39 +02:00
Wolfgang Denk
135e19bc27
Avoid compiler warning.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-09-18 21:36:35 +02:00
Grant Likely
8a783a6585
Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
...
/bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
nulls in a string differently. For example, the following statement:
echo "this is a string\0" > afile
Will produce the following with /bin/bash:
"this is a string\0"
But with /bin/dash, will produce:
"this is a string
Bug fixed by moving the embedded null out of the makefile and into the
config header. Also renamed the macro to avoid usage colision with the same
macro used by other board ports.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-09-18 21:24:59 +02:00
Wolfgang Denk
f8d3ca7b6f
MCC200: fix build warning
...
The MCC200 board config file includes version.h for some customer-
specific setting, which causes warnings with "make depend"; build
version.h before depend.
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-09-18 17:40:27 +02:00
Peter Pearse
bd86220f58
Move coloured led API to status_led.h
...
Improve indentation in drivers/at45.c
2007-09-18 13:07:54 +01:00