Bug#783073: bootscripts: Support using fdtfile variable passed from u-boot

2015-05-04 Thread Vagrant Cascadian
On 2015-05-03, Ian Campbell wrote: On Tue, 2015-04-21 at 08:54 -0700, Vagrant Cascadian wrote: load ${device} ${partition} ${loadaddr} ${pathprefix}vmlinuz-${kvers} \ - load ${device} ${partition} ${fdtaddr} ${pathprefix}dtb-${kvers} \ + load ${device} ${partition} ${fdtaddr}

Bug#783073: bootscripts: Support using fdtfile variable passed from u-boot

2015-05-04 Thread Vagrant Cascadian
On 2015-05-02, Ian Campbell wrote: On Tue, 2015-04-21 at 08:54 -0700, Vagrant Cascadian wrote: The following patch prefers the use of the dtb file identified by the u-boot variable ${fdtfile}, which makes it easier to support installs where a single u-boot image can support multiple boards,

Bug#783073: bootscripts: Support using fdtfile variable passed from u-boot

2015-05-03 Thread Ian Campbell
On Tue, 2015-04-21 at 08:54 -0700, Vagrant Cascadian wrote: load ${device} ${partition} ${loadaddr} ${pathprefix}vmlinuz-${kvers} \ - load ${device} ${partition} ${fdtaddr} ${pathprefix}dtb-${kvers} \ + load ${device} ${partition} ${fdtaddr} ${pathprefix}dtbs-${kvers}/${fdtfile} \ +

Bug#783073: bootscripts: Support using fdtfile variable passed from u-boot

2015-05-02 Thread Ian Campbell
On Tue, 2015-04-21 at 08:54 -0700, Vagrant Cascadian wrote: Package: flash-kernel Version: 3.35 Severity: wishlist Tags: patch Hi Vagrant, The following patch prefers the use of the dtb file identified by the u-boot variable ${fdtfile}, which makes it easier to support installs where a

Bug#783073: bootscripts: Support using fdtfile variable passed from u-boot

2015-04-21 Thread Vagrant Cascadian
Package: flash-kernel Version: 3.35 Severity: wishlist Tags: patch The following patch prefers the use of the dtb file identified by the u-boot variable ${fdtfile}, which makes it easier to support installs where a single u-boot image can support multiple boards, but need to load different fdt