Re: [Xen-devel] [PATCH OSSTEST 2/2] uboot: make flask loading address host property

2015-03-27 Thread Ian Campbell
On Tue, 2015-03-24 at 11:45 +, Wei Liu wrote: > Please set host property 'UBootSetFlaskAddrR' to 0x120. For the new boards (both cubietruck and arndale) I think 0x4120 is the correct choice. That's 2M after xen_addr_r (as 0x120 is on Marilith) and doesn't clash with anything. I'v

Re: [Xen-devel] [PATCH OSSTEST 2/2] uboot: make flask loading address host property

2015-03-25 Thread Ian Campbell
On Tue, 2015-03-24 at 11:45 +, Wei Liu wrote: > Please set host property 'UBootSetFlaskAddrR' to 0x120. Sigh, I wasn't having a very good day yesterday, since I completely failed to do this. I've now done: OSSTEST_CONFIG=production-config ./mg-hosts setprops marilith-n4 marilith-n5 -- U

Re: [Xen-devel] [PATCH OSSTEST 2/2] uboot: make flask loading address host property

2015-03-24 Thread Ian Campbell
On Tue, 2015-03-24 at 11:45 +, Wei Liu wrote: > Signed-off-by: Wei Liu Acked-by: Ian Campbell ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] [PATCH OSSTEST 2/2] uboot: make flask loading address host property

2015-03-24 Thread Wei Liu
Signed-off-by: Wei Liu --- Please set host property 'UBootSetFlaskAddrR' to 0x120. --- Osstest/Debian.pm | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index b829878..9f7705e 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.