Re: [PATCH] add a simple 405EP based board
From: M B <hidden>
Date: 2008-08-21 12:53:35
On 8/21/08, Josh Boyer [off-list ref] wrote:
I plan on adding more 405 board support very soon. When I do, it'll be along the lines of the patch series I just sent out for 44x. There's really no reason to have a per CPU/board file if we can avoid it. Your code is simple enough overall, so I might even use it as a starting
I've seen your patches for 44x support and I like the idea of a general board setup. I wanted to make the dts public, because I needed some help to figure out the "mdio-device" tag. So if you have further use for this you're welcome.
Though it's incomplete in that you have a DTS that requires something to poke values into it, and nothing readily apparent to do so. A cuImage wrapper is probably warranted here.
The missing values in the dts get filled in by ft_cpu_setup(...) from uboot, it's generic code and not board specific, but the board setup in u-boot must call it, so it won't work for all boards. Best regards Markus