[U-Boot-Users] [PATCH 0/11] MPC85xx platform updates

The following is a series of patches to update the MPC85xx platforms. It changes the method flat device trees are stored/obtained by U-Boot. With these patches, U-Boot will update and boot from a flat device tree stored in memory.
It also contains refactored patches posted over the last year to reflect this change.
-Matthew

On Tue 27 Jun 21:34 CEST 2006, Matthew McClintock wrote:
The following is a series of patches to update the MPC85xx platforms. It changes the method flat device trees are stored/obtained by U-Boot. With these patches, U-Boot will update and boot from a flat device tree stored in memory.
I needed to do this in U-Boot 1.1.4 for an MPC83xx based board, so I backported the relevant parts of that patch series. In case someone else would find it useful, I've attached the resulting patch to this mail. And in case someone feels like taking a look at the patch, comments are welcome.
Cheers // Fredrik Roubert

On Wed, 27 Sep 2006, Fredrik Roubert wrote:
On Tue 27 Jun 21:34 CEST 2006, Matthew McClintock wrote:
The following is a series of patches to update the MPC85xx platforms. It changes the method flat device trees are stored/obtained by U-Boot. With these patches, U-Boot will update and boot from a flat device tree stored in memory.
I needed to do this in U-Boot 1.1.4 for an MPC83xx based board, so I backported the relevant parts of that patch series. In case someone else would find it useful, I've attached the resulting patch to this mail. And in case someone feels like taking a look at the patch, comments are welcome.
Hi
A couple of questions:
1) Where are those original emails / patches from Matthew? Neither in online at SF nor in local folder?
2) Fredrik, in your backport the function ft_cpu_setup occurs only once, shouldn't it have been ft_board_setup?
Thanks Guennadi --- Guennadi Liakhovetski

On Tue, 2006-10-03 at 17:25, Guennadi Liakhovetski wrote:
Hi
A couple of questions:
- Where are those original emails / patches from Matthew? Neither in
online at SF nor in local folder?
All of these patches are currently available in a couple online git repositories. For example:
http://opensource.freescale.com/git http://jdl.com/git_repos
Enjoy, jdl

On Wed 04 Oct 00:25 CEST 2006, Guennadi Liakhovetski wrote:
- Fredrik, in your backport the function ft_cpu_setup occurs only once,
shouldn't it have been ft_board_setup?
No, ft_cpu_setup() is a function that should be called from then ft_board_setup() function for a board. (See the original patches for an example of such a function.)
Cheers // Fredrik Roubert
participants (4)
-
Fredrik Roubert
-
Guennadi Liakhovetski
-
Jon Loeliger
-
Matthew McClintock