9
0
Fork 0
Commit Graph

2310 Commits

Author SHA1 Message Date
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
Sascha Hauer f94500a8f4 svn_rev_158
add temporary baudrate hack
2007-07-05 18:01:28 +02:00
Sascha Hauer 1ecc0d24bc svn_rev_157 2007-07-05 18:01:28 +02:00
Sascha Hauer c80caaa84a svn_rev_156
add phycore mpc5200b tiny support
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 ceddda143b svn_rev_154
move lib_ppc to arch/ppc
2007-07-05 18:01:28 +02:00
Sascha Hauer 2e8ca97d8d svn_rev_153
remove global data #2
2007-07-05 18:01:28 +02:00
Sascha Hauer a8421600d1 svn_rev_152
remove global data gd_t and board info bd_t entirely for arm
2007-07-05 18:01:28 +02:00
Sascha Hauer a21d0bc4c2 svn_rev_151
remove bi_env
2007-07-05 18:01:27 +02:00
Sascha Hauer 4a14f424b5 svn_rev_150
remove bi_dram from bd_t
2007-07-05 18:01:27 +02:00
Sascha Hauer 42e2dbc120 svn_rev_149
no need for bi_dram in global data (untested)
2007-07-05 18:01:27 +02:00
Sascha Hauer aabb4586a4 svn_rev_148
remove global data pointer
2007-07-05 18:01:27 +02:00