[PATCH] x86: update boot message "UBOOT2" to "BAREBOX"

2016-12-01 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- arch/x86/boot/boot_hdisk.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/boot/boot_hdisk.S b/arch/x86/boot/boot_hdisk.S index 143336d3b43e..6f98197512a0 100644 --- a/arch/x86/boot/boot_hdisk.S +++ b/arch/x86/boot/boot_hdisk.S @@ -164

[PATCH] bootm: dont use internal oftree fallback by default

2016-12-01 Thread Alexander Kurz
Booting via bootm offers several methods to load oftree data. When no dedicated oftree image is provided, barebox checks for the presence of its own internal oftree, assuming it as a good choice for boot. This fallback method breaks the usecase when a modern OF-based barebox is used to boot a lega

Re: help-UBOOT2 JMP

2016-12-01 Thread irlinuxbox
On 12/01/2016 11:30 PM, barebox-requ...@lists.infradead.org wrote: Re: help-UBOOT2 JMP doing a quick grep for "UBOOT2" points to arch/x86/boot/boot_hdisk.S and roughly skimming the code shows that this is normal behaviour notifying the user of different steps in the boot process. Regards Ul