aeeced147c
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Stefan Roese
2007-01-06 13:11:52 +01:00
cd1d937f90
[PATCH] nand: Fix problem with oobsize calculation
Stefan Roese
2007-01-05 11:46:05 +01:00
c04a1a7287
Merge with /home/stefan/git/u-boot/denx-merge-sr
Stefan Roese
2007-01-05 10:40:50 +01:00
a78bc443ae
[PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
Stefan Roese
2007-01-05 10:40:36 +01:00
0238898382
[PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
Stefan Roese
2007-01-05 10:38:05 +01:00
86cb03ac70
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Stefan Roese
2007-01-05 10:23:09 +01:00
a41969e09b
Merge branch 'master' into hpc2
roy zang
2007-01-04 11:10:05 +08:00
574ca77c41
Merge with /home/tur/proj/v38b/u-boot
Wolfgang Denk
2007-01-04 02:05:51 +01:00
cce2adfb93
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Stefan Roese
2006-12-28 19:09:07 +01:00
cce4acbb68
Few V38B changes: - fix a typo in V38B config file - move watchdog initialisation earlier in the boot process - add "wdt=off" to default kernel command line (disables kernel watchdog)
Bartlomiej Sieka
2006-12-28 19:08:21 +01:00
92eb729bad
Fix bug in adaption of Stefano Babic's CFI driver patch.
Wolfgang Denk
2006-12-27 01:26:13 +01:00
9c0f42ecfe
Minor code cleanup.
Wolfgang Denk
2006-12-24 01:42:57 +01:00
de8404441b
Merge with /home/wd/git/u-boot/master
Wolfgang Denk
2006-12-24 01:33:32 +01:00
bc5556d62b
Merge with /home/hs/TQ/u-boot-dev
Wolfgang Denk
2006-12-24 01:30:04 +01:00
d784fdb059
Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
Stefano Babic
2006-12-12 00:22:42 +01:00
074acedbff
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Stefan Roese
2006-12-22 14:21:36 +01:00
82e5236a8b
Minor code cleanup; update CHANGELOG.
Wolfgang Denk
2006-12-22 10:30:26 +01:00
fa23044564
Added support for the TQM8272 board from TQ
Heiko Schocher
2006-12-21 17:17:02 +01:00
6dedf3d49d
[PATCH] Add support for the UC101 board from MAN.
Heiko Schocher
2006-12-21 16:14:48 +01:00
78fddb8432
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Stefan Roese
2006-12-21 14:50:33 +01:00
c84bad0ef6
Fix to make the baudrate changes immediate for the MCF52x2 family.
Bartlomiej Sieka
2006-12-20 00:29:43 +01:00
daa6e418bc
Preliminary support for the iDMR board (ColdFire).
Bartlomiej Sieka
2006-12-20 00:27:32 +01:00
cdb97a6678
automatic update mechanism
Andrei Safronov
2006-12-08 16:23:08 +01:00
d3bb5ec198
Merge /home/roy/CVS/7448/Open_Source/u-boot.git.dev
roy zang
2006-12-04 23:57:35 +08:00
9d27b3a068
Slight code clean up. Add comments, delete duplicate define and remove spaces. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
roy zang
2006-12-04 17:56:59 +08:00
4dbcd69e3e
Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original multiplier table can not refect the real PLL clock behavior of these processors. Please refer to the hardware specification for detailed information of the corresponding processors. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
roy zang
2006-12-04 17:54:21 +08:00
4efe20c957
Remove the static MAC address, ip address, server ip, netmask and gateway ip for network setting. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
roy zang
2006-12-04 14:46:23 +08:00
6f12c61cf3
Remove the duplicate memory test code for mpc744ihpc2 board. If a memory test is needed, please use the functions in post/memory.c or memtest command. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
roy zang
2006-12-04 14:33:08 +08:00
701f649aa3
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Grant Likely
2006-12-01 20:02:30 +01:00
c9c1eeed7d
Fix the exception occuring in RAM table search issue. The original search_one_table() function code can only processes the search for the exception occurring in FLASH/ROM, because the exception and fixup table usually locate in FLASH. If the exception address is also in FLASH, it will be OK. If the exception occurs in RAM, after the u-boot relocation, a relocation offset should be added.
roy zang
2006-12-01 19:01:25 +08:00
e0b369e4f7
Fix the confilcts when merging 'master' into hpc2. The conflicts due to a new mpc7448 p3m7448 board is in the main tree.
roy zang
2006-12-01 12:09:33 +08:00
ee311214e0
Clean up the code according to codestyle: (1) remove some C++ comments. (2) remove trailing white space. (3) remove trailing empty line. (4) Indentation by table. (5) remove {} in one line condition. (6) add space before '(' in function call. Remove some weird printf () output. Add necessary comments. Modified Makefile to support building in a separate directory.
roy zang
2006-12-01 11:47:36 +08:00
dd520bf314
Code cleanup.
Wolfgang Denk
2006-11-30 18:02:20 +01:00
5c97aeb8d8
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Stefan Roese
2006-11-30 13:08:32 +01:00
1c2ce22620
[PATCH] Update Prodrive ALPR board support (440GX)
Stefan Roese
2006-11-27 14:12:17 +01:00
48c7d6dba9
Merge with /home/stefan/git/u-boot/denx
Stefan Roese
2006-11-27 14:11:22 +01:00
3b58d94590
Merge with /home/sr/git/u-boot/denx
Wolfgang Denk
2006-11-27 13:55:31 +01:00
58b4857766
Add a small README with information on the generic ohci driver.
Markus Klotzbuecher
2006-11-27 11:51:21 +01:00
ae3b770e4e
Fix some endianness issues related to the generic ohci driver
Markus Klotzbuecher
2006-11-27 11:46:46 +01:00
7b59b3c7a8
Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able to choose between the old and the generic OHCI drivers.
Markus Klotzbuecher
2006-11-27 11:44:58 +01:00
53e336e9ff
Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver and adapted board configs TQM5200 and yosemite accordingly. This commit also makes the maximum number of root hub ports configurable (CFG_USB_OHCI_MAX_ROOT_PORTS).
Markus Klotzbuecher
2006-11-27 11:43:09 +01:00
78d620ebb5
Updates for TQM5200 modules: - fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
Wolfgang Denk
2006-11-23 22:58:58 +01:00
2053283304
[PATCH] PPC4xx start.S: Fix for processor errata
Stefan Roese
2006-11-22 13:20:50 +01:00
4ef6251403
[PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
Stefan Roese
2006-11-20 20:39:52 +01:00
e4bbd8da16
Update CHANGELOG
Wolfgang Denk
2006-11-20 10:28:30 +01:00
fb934873d6
Merge with /home/sr/git/u-boot/cfi-update
Wolfgang Denk
2006-11-20 10:27:39 +01:00
260421a21e
[PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
Stefan Roese
2006-11-13 13:55:24 +01:00
b21b511d4c
Update CHANGELOG
Wolfgang Denk
2006-11-12 21:13:23 +01:00
cb2eb17b2f
Merge with /home/tur/proj/v38b/u-boot
Wolfgang Denk
2006-11-12 21:12:52 +01:00
ce3f1a40c5
Disable the watchdog in the default config for the V38B board.
Bartlomiej Sieka
2006-11-11 22:48:22 +01:00
44a47e6db2
Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
Bartlomiej Sieka
2006-11-11 22:43:00 +01:00