9
0
Fork 0
Commit Graph

701 Commits

Author SHA1 Message Date
Sascha Hauer c22c631e8d svn_rev_248
collect all usb related stuff and put it into drivers/usb
2007-07-05 18:01:36 +02:00
Sascha Hauer 5dc2e349bb svn_rev_244
remove all ohci drivers, add ohci driver from git://www.denx.de/git/u-boot-usb.git (from 20070529)
2007-07-05 18:01:36 +02:00
Sascha Hauer e1da2b0a85 svn_rev_240
WIP
2007-07-05 18:01:35 +02:00
Sascha Hauer 92bcec2869 svn_rev_239
WIP
2007-07-05 18:01:35 +02:00
Sascha Hauer 8dcc816ba9 svn_rev_227
fix parameter handling
2007-07-05 18:01:34 +02:00
Sascha Hauer 62fb48c82b svn_rev_226
remove CFG_GBL_DATA_SIZE
2007-07-05 18:01:34 +02:00
Sascha Hauer 5c5341eddb svn_rev_214
add missing include
2007-07-05 18:01:33 +02:00
Sascha Hauer dbafd2e138 svn_rev_203
remove fec driver
2007-07-05 18:01:32 +02:00
Sascha Hauer f3e6471506 svn_rev_199
remove gd_t, fix ifdef
2007-07-05 18:01:32 +02:00
Sascha Hauer f99034bf89 svn_rev_186
no brackets after return statement
2007-07-05 18:01:30 +02:00
Sascha Hauer 8d41e92d40 svn_rev_183
restructure ppc startup process. Instead of doing the whole
initialization sequence in flash, we now initialize sdram very
early in the start sequence and relocate u-boot into RAM.
Also U-Boot is now linked to address 0x0 and is also executed
from there. This gives the advantage that we see the correct
offsets in the objdump and we do not need to hassle with
relocation anymore.
The code is still position independent and compiled with -fPIC,
but this could be removed.
2007-07-05 18:01:30 +02:00
Sascha Hauer 4698c72ea6 svn_rev_182
jump to generic start function
2007-07-05 18:01:30 +02:00
Sascha Hauer 9a508d7285 svn_rev_177
move header to include
2007-07-05 18:01:30 +02:00
Sascha Hauer a9c805bf87 svn_rev_175
moved to drivers/net
2007-07-05 18:01:30 +02:00
Sascha Hauer 0c48f25ade svn_rev_173
WIP
2007-07-05 18:01:29 +02:00
Sascha Hauer c19fbc5773 svn_rev_170
add missing include
2007-07-05 18:01:29 +02:00
Sascha Hauer 7aa1337a10 svn_rev_169
remove version_string
2007-07-05 18:01:29 +02:00
Sascha Hauer abfeb961e0 svn_rev_166
ppc startup cleaunup
2007-07-05 18:01:29 +02:00
Sascha Hauer 35ae3bb214 svn_rev_162
make independent of CFG_MONITOR_BASE
2007-07-05 18:01:28 +02:00
Sascha Hauer f94500a8f4 svn_rev_158
add temporary baudrate hack
2007-07-05 18:01:28 +02:00
Sascha Hauer 0d3d354cf6 svn_rev_155
on the way to compile powerpc
2007-07-05 18:01:28 +02:00
Sascha Hauer a183f791c5 svn_rev_125
add initcall to clocksource_init
2007-07-05 18:01:25 +02:00
Sascha Hauer a0b0cfc5ed svn_rev_121
implement device parameters
2007-07-05 18:01:25 +02:00
Sascha Hauer 55ebf67d3e svn_rev_120
implement initcalls
2007-07-05 18:01:24 +02:00
Sascha Hauer 1475fc2c1b svn_rev_114
make i.MX work
2007-07-05 18:01:24 +02:00
Sascha Hauer abfbbad1eb svn_rev_109
do not know anymore
2007-07-05 18:01:23 +02:00
Sascha Hauer f4864c2b3a svn_rev_100
removed ifdefs
2007-07-05 18:01:23 +02:00
Sascha Hauer 15f6fd3ba2 svn_rev_087
generic/at91_dm9161_init_phy.diff
2007-07-05 18:01:21 +02:00
Sascha Hauer 9363a81b8b svn_rev_086
generic/mpc52xx_i2c_do_not_printf.diff
2007-07-05 18:01:21 +02:00
Sascha Hauer 8d202b621c svn_rev_081
pxa/u-boot-pxa-serial-enable-fifos.diff
2007-07-05 18:01:20 +02:00
Sascha Hauer 5295a2e898 svn_rev_077 2007-07-05 18:01:20 +02:00
Sascha Hauer 015479f895 svn_rev_068 2007-07-05 18:01:19 +02:00
Sascha Hauer 584f5ecf69 svn_rev_067 2007-07-05 18:01:19 +02:00
Sascha Hauer 7837210e23 svn_rev_058
move all ethernet drivers to drivers/net
2007-07-05 18:01:18 +02:00
Sascha Hauer 74f83ba5cb svn_rev_051 2007-07-05 18:01:17 +02:00
Sascha Hauer 89c2c4e5bc svn_rev_046
clocksource api
2007-07-05 18:01:17 +02:00
Sascha Hauer 390c9283ab svn_rev_031
add clocksource stuff from kernel and first implementation (imx) (WIP)
2007-07-05 18:01:15 +02:00
Sascha Hauer 8df97fc2db svn_rev_026
remove udelay_masked and all udelay implementations
2007-07-05 18:01:15 +02:00
Sascha Hauer d2bf9bf488 svn_rev_025
remove get_tbclk from architectures other than powerpc
2007-07-05 18:01:15 +02:00
Sascha Hauer 51eb67650f svn_rev_018
need reg2 fix to compile these
2007-07-05 18:01:14 +02:00
Sascha Hauer 603e2e7dc0 svn_rev_016
update Makefiles to kbuild
2007-07-05 18:01:14 +02:00
Sascha Hauer fd7bed4a6e svn_rev_006
remove modem support. It's scattered all over the place
2007-07-05 18:01:13 +02:00
Sascha Hauer 162484b83c svn_rev_003
remove all #if 0 and #if 1
2007-07-05 18:01:13 +02:00
Stefan Roese f07ae7a9da [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
This patch fixes a problem with an incorrect setup for the refresh
timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c

Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-06 15:58:09 +01:00
Stefan Roese 0238898382 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
This code will optimize the DDR2 controller setup on a board specific
basis.

Note: This code doesn't work right now on the NAND booting image for the
Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.

Signed-off-by: Stefan Roese <sr@denx.de>
2007-01-05 10:38:05 +01:00
Wolfgang Denk bc5556d62b Merge with /home/hs/TQ/u-boot-dev 2006-12-24 01:30:04 +01:00
Heiko Schocher fa23044564 Added support for the TQM8272 board from TQ
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-12-21 17:17:02 +01:00
Bartlomiej Sieka daa6e418bc Preliminary support for the iDMR board (ColdFire). 2006-12-20 00:27:32 +01:00
Wolfgang Denk dd520bf314 Code cleanup. 2006-11-30 18:02:20 +01:00
Wolfgang Denk ab07b6c221 Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git 2006-11-30 02:01:32 +01:00