9
0
Fork 0
Commit Graph

2421 Commits

Author SHA1 Message Date
Sascha Hauer 51dc677060 svn_rev_209
add ARM symbol
2007-07-05 18:01:33 +02:00
Sascha Hauer 9fe933fce2 svn_rev_208
move imx specific things to extra header file
2007-07-05 18:01:33 +02:00
Sascha Hauer a5bf47e33a svn_rev_207
move several config options to kconfig
2007-07-05 18:01:33 +02:00
Sascha Hauer a9ff695f47 svn_rev_206
add spec parsing for load adr
2007-07-05 18:01:32 +02:00
Sascha Hauer d53c3d5fa2 svn_rev_205
move memory test to extra file
2007-07-05 18:01:32 +02:00
Sascha Hauer 76694f989c svn_rev_204 2007-07-05 18:01:32 +02:00
Sascha Hauer dbafd2e138 svn_rev_203
remove fec driver
2007-07-05 18:01:32 +02:00
Sascha Hauer 20bba8a357 svn_rev_202 2007-07-05 18:01:32 +02:00
Sascha Hauer feb3fee023 svn_rev_201
add mpc5200 fec driver
2007-07-05 18:01:32 +02:00
Sascha Hauer d78ca7b24d svn_rev_200
temporarily remove fields from struct bd_info to detect if somebody uses them
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 92355b1fb1 svn_rev_198
add string_to_enet_addr()/enet_addr_to_string()
2007-07-05 18:01:32 +02:00
Sascha Hauer 259fbf0a54 svn_rev_197
add string_to_enet_addr()/enet_addr_to_string()
2007-07-05 18:01:32 +02:00
Sascha Hauer 69eab860c2 svn_rev_196
WIP
2007-07-05 18:01:31 +02:00
Sascha Hauer 144592aacd svn_rev_195
remove unneeded timer functions
2007-07-05 18:01:31 +02:00
Sascha Hauer 0c2b8f687e svn_rev_194 2007-07-05 18:01:31 +02:00
Sascha Hauer babc8fa2ca svn_rev_193
add devices
2007-07-05 18:01:31 +02:00
Sascha Hauer ae14552c24 svn_rev_192
make struct static
2007-07-05 18:01:31 +02:00
Sascha Hauer 66ff9bf291 svn_rev_191
add CONFIG_MPC5200 symbol, it is still used in the code
2007-07-05 18:01:31 +02:00
Sascha Hauer 14cf76973d svn_rev_190
remove gpio pin init, board code should do this
2007-07-05 18:01:31 +02:00
Sascha Hauer 2776fe7211 svn_rev_189
add typedef for gd_t to make compiler happy
2007-07-05 18:01:31 +02:00
Sascha Hauer 882be5b59b svn_rev_188
WIP
2007-07-05 18:01:31 +02:00
Sascha Hauer 660d54708c svn_rev_187
give struct param to get/set function instead of cookie
2007-07-05 18:01:30 +02:00
Sascha Hauer f99034bf89 svn_rev_186
no brackets after return statement
2007-07-05 18:01:30 +02:00
Sascha Hauer c04de65546 svn_rev_185
small cleanups
2007-07-05 18:01:30 +02:00
Sascha Hauer d0041b4229 svn_rev_184
avoid compiler warning
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 f9a07ee39b svn_rev_181
add perror function (which does not do much yet)
2007-07-05 18:01:30 +02:00
Sascha Hauer d8c247e00d svn_rev_180
move prompt to menuconfig
2007-07-05 18:01:30 +02:00
Sascha Hauer 2ae2044e39 svn_rev_179
refacture, remove static eth_device because it does not work with more than one device
2007-07-05 18:01:30 +02:00
Sascha Hauer 56c5a861ce svn_rev_178
remove unneeded ifdef for arm, remove global data
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 3b96cc1007 svn_rev_174
powerpc expands to 1. use "powerpc" instead
2007-07-05 18:01:29 +02:00
Sascha Hauer 0c48f25ade svn_rev_173
WIP
2007-07-05 18:01:29 +02:00
Sascha Hauer 957a710f42 svn_rev_172
WIP
2007-07-05 18:01:29 +02:00
Sascha Hauer 4a6a858e90 svn_rev_171
add initcalls
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 0bbf81990f svn_rev_168 2007-07-05 18:01:29 +02:00
Sascha Hauer 53d3195be1 svn_rev_167
ppc startup cleaunup
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 708897f52f svn_rev_165
move arm board.c to generic
2007-07-05 18:01:29 +02:00
Sascha Hauer cb9dbba45b svn_rev_164
add __init_size needed for relocation
2007-07-05 18:01:29 +02:00
Sascha Hauer 713ebb676a svn_rev_163
move setup of bd_t to extra function, add some debug PUTHEX_LL
2007-07-05 18:01:28 +02:00
Sascha Hauer 35ae3bb214 svn_rev_162
make independent of CFG_MONITOR_BASE
2007-07-05 18:01:28 +02:00
Sascha Hauer 438e1ca4e9 svn_rev_161 2007-07-05 18:01:28 +02:00
Sascha Hauer 49ea877124 svn_rev_160 2007-07-05 18:01:28 +02:00
Sascha Hauer 75706b71fe svn_rev_159 2007-07-05 18:01:28 +02:00