[U-Boot] [PATCH] Update mailing list email and archive addresses

Signed-off-by: Peter Tyser ptyser@xes-inc.com ---
The reference to u-boot-users@sf.net on this page should also be updated: http://www.denx.de/wiki/U-Boot/Patches
MAINTAINERS | 2 +- README | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 64d8409..750e374 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4,7 +4,7 @@ # # # For any board without permanent maintainer, please contact # # Wolfgang Denk wd@denx.de # -# and Cc: the U-Boot-Users@lists.sourceforge.net mailing lists. # +# and Cc: the u-boot@lists.denx.de mailing list. # # # # Note: lists sorted by Maintainer Name # ######################################################################### diff --git a/README b/README index 44b450c..f6608d2 100644 --- a/README +++ b/README @@ -60,10 +60,10 @@ Where to get help:
In case you have questions about, problems with or contributions for U-Boot you should send a message to the U-Boot mailing list at -u-boot-users@lists.sourceforge.net. There is also an archive of -previous traffic on the mailing list - please search the archive -before asking FAQ's. Please see -http://lists.sourceforge.net/lists/listinfo/u-boot-users/ +u-boot@lists.denx.de. There is also an archive of previous traffic +on the mailing list - please search the archive before asking FAQ's. +Please see http://lists.denx.de/pipermail/u-boot and +http://dir.gmane.org/gmane.comp.boot-loaders.u-boot
Where to get source code:

It appears that u-boot expects an alias list in the device tree. I only found this in the code for the fdt processing.
I'm working on getting our device tree correct to be able to allow u-boot to alter the device tree.
Is this all that's needed as my device tree is good as far as the kernel booting with it and u-boot passes it fine to the kernel such that it boots?
Or somewhere there's some documentation that I didn't read and should have?
Thanks, John
This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.

Hi John,
John Linn wrote:
It appears that u-boot expects an alias list in the device tree. I only found this in the code for the fdt processing.
Yes. The /aliases node gives tremendous advantages.
I'm working on getting our device tree correct to be able to allow u-boot to alter the device tree.
Good. The "common/fdt_support.c" file should have all the utilities you need already written, assuming you have a proper /aliases node.
Is this all that's needed as my device tree is good as far as the kernel booting with it and u-boot passes it fine to the kernel such that it boots?
Or somewhere there's some documentation that I didn't read and should have?
Are you telling us to WTFM? ;-)
Adding the /aliases node and properties should be sufficient. This is not documented in any obvious way in u-boot (sorry). I don't see any documentation in Documentation/powerpc/booting-without-of.txt either. It probably should be added. It probably should be considered to be one of the "Required nodes and properties".
The /aliases node is a standard Open Firmware-ism, but it isn't real obvious to non OF gurus (and I'm not a OF guru).
Thanks, John
Best regards, gvb

Dear Peter Tyser,
In message 1221056314-28437-1-git-send-email-ptyser@xes-inc.com you wrote:
Signed-off-by: Peter Tyser ptyser@xes-inc.com
The reference to u-boot-users@sf.net on this page should also be updated: http://www.denx.de/wiki/U-Boot/Patches
MAINTAINERS | 2 +- README | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
participants (4)
-
Jerry Van Baren
-
John Linn
-
Peter Tyser
-
Wolfgang Denk