[U-Boot] Pull request - microblaze

Dear Wolfgang,
please pull the following changes to your tree.
Thanks, Michal
The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git master
Michal Simek (3): microblaze: Fix microblaze-generic config file microblaze: Add support for NET_MULTI api microblaze: Support little-endian microblaze target
Stephan Linz (2): microblaze: generic: adding DHCP support microblaze: generic: rename MTD partition set to 'flash-0'
arch/microblaze/cpu/start.S | 60 +++++- arch/microblaze/include/asm/byteorder.h | 4 + arch/microblaze/lib/board.c | 12 +- .../xilinx/microblaze-generic/microblaze-generic.c | 13 + include/configs/microblaze-generic.h | 236 +++++++++++--------- 5 files changed, 207 insertions(+), 118 deletions(-)

Dear Michal Simek,
In message 4CB406BA.6030203@monstr.eu you wrote:
The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git master
Michal Simek (3): microblaze: Fix microblaze-generic config file microblaze: Add support for NET_MULTI api microblaze: Support little-endian microblaze target
Stephan Linz (2): microblaze: generic: adding DHCP support microblaze: generic: rename MTD partition set to 'flash-0'
arch/microblaze/cpu/start.S | 60 +++++- arch/microblaze/include/asm/byteorder.h | 4 + arch/microblaze/lib/board.c | 12 +- .../xilinx/microblaze-generic/microblaze-generic.c | 13 + include/configs/microblaze-generic.h | 236 +++++++++++--------- 5 files changed, 207 insertions(+), 118 deletions(-)
Thanks.
Umm.. this does not include the 3rd patch by Stephan Linz:
microblaze: generic: enable FDT support
Any reason for that?
Best regards,
Wolfgang Denk

Dear Wolfgang,
2010/10/13 Wolfgang Denk wd@denx.de
Dear Michal Simek,
In message 4CB406BA.6030203@monstr.eu you wrote:
The following changes since commit
bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-x86
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git master
Michal Simek (3): microblaze: Fix microblaze-generic config file microblaze: Add support for NET_MULTI api microblaze: Support little-endian microblaze target
Stephan Linz (2): microblaze: generic: adding DHCP support microblaze: generic: rename MTD partition set to 'flash-0'
arch/microblaze/cpu/start.S | 60 +++++- arch/microblaze/include/asm/byteorder.h | 4 + arch/microblaze/lib/board.c | 12 +- .../xilinx/microblaze-generic/microblaze-generic.c | 13 + include/configs/microblaze-generic.h | 236
+++++++++++---------
5 files changed, 207 insertions(+), 118 deletions(-)
Thanks.
Umm.. this does not include the 3rd patch by Stephan Linz:
microblaze: generic: enable FDT support
Any reason for that?
There were small issue around CONFIG_SYS_BOOTMAPSZ and I haven't got any information about testing that's why I didn't added to my tree.
http://www.mail-archive.com/u-boot@lists.denx.de/msg33939.html
Regards, Michal

Am Mittwoch, 13. Oktober 2010, um 06:53:37 schrieb Michal Simek:
Dear Wolfgang,
2010/10/13 Wolfgang Denk wd@denx.de
Dear Michal Simek,
In message 4CB406BA.6030203@monstr.eu you wrote:
The following changes since commit
bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
--snip--
Thanks.
Umm.. this does not include the 3rd patch by Stephan Linz:
microblaze: generic: enable FDT support
Any reason for that?
There were small issue around CONFIG_SYS_BOOTMAPSZ and I haven't got any information about testing that's why I didn't added to my tree.
http://www.mail-archive.com/u-boot@lists.denx.de/msg33939.html
Hi Michal, Hi Wolfgang
I'm sorry for my late response. I solved the problem arround CONFIG_SYS_BOOTMAPSZ differently. See Patch "fdt relocate: have more attention to use a bootmap or not"
http://www.mail-archive.com/u-boot@lists.denx.de/msg35821.html
But Wolfgang is right. The third patch by me is missing:
http://www.mail-archive.com/u-boot@lists.denx.de/msg34015.html
We need both patches together to enable FDT support on Microblaze.
In summary, we need this patch set:
* fdt relocate: have more attention to use a bootmap or not (http://git.denx.de/?p=u-boot.git;a=commit;h=958e120) (http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=commit;h=958e120) * microblaze: generic: adding DHCP support (http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=commit;h=3faf987) * microblaze: generic: rename MTD partition set to 'flash-0' (http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=commit;h=c82a541)
* microblaze: generic: enable FDT support (!!! MISSING !!!)
participants (3)
-
Michal Simek
-
Stephan Linz
-
Wolfgang Denk