Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-04 Thread Jonathan Liu
Hi Paul, On 4 November 2016 at 09:14, Paul Barker wrote: > On Fri, 4 Nov 2016 08:55:05 +1100 > Jonathan Liu wrote: > >> Hi Paul, >> >> On 4 November 2016 at 07:57, Paul Barker wrote: >> > On Wed, 2 Nov 2016 00:49:11 +1100 >> >

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-03 Thread Paul Barker
On Fri, 4 Nov 2016 08:55:05 +1100 Jonathan Liu wrote: > Hi Paul, > > On 4 November 2016 at 07:57, Paul Barker wrote: > > On Wed, 2 Nov 2016 00:49:11 +1100 > > Jonathan Liu wrote: > > > >> device_tree_address=0x100 is set in

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-03 Thread Jonathan Liu
Hi Paul, On 4 November 2016 at 07:57, Paul Barker wrote: > On Wed, 2 Nov 2016 00:49:11 +1100 > Jonathan Liu wrote: > >> device_tree_address=0x100 is set in config.txt so the firmware will >> load a patched device tree blob to 0x100 before passing

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-03 Thread Paul Barker
On Wed, 2 Nov 2016 00:49:11 +1100 Jonathan Liu wrote: > device_tree_address=0x100 is set in config.txt so the firmware will > load a patched device tree blob to 0x100 before passing control to > U-Boot. The U-Boot script will then read the command line arguments > generated by

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-02 Thread Khem Raj
> On Nov 2, 2016, at 12:46 AM, Paul Barker wrote: > > On Wed, 2 Nov 2016 00:49:11 +1100 > Jonathan Liu wrote: > >> device_tree_address=0x100 is set in config.txt so the firmware will >> load a patched device tree blob to 0x100 before passing control

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-02 Thread Paul Barker
On Wed, 2 Nov 2016 00:49:11 +1100 Jonathan Liu wrote: > device_tree_address=0x100 is set in config.txt so the firmware will > load a patched device tree blob to 0x100 before passing control to > U-Boot. The U-Boot script will then read the command line arguments > generated by

[yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-01 Thread Jonathan Liu
device_tree_address=0x100 is set in config.txt so the firmware will load a patched device tree blob to 0x100 before passing control to U-Boot. The U-Boot script will then read the command line arguments generated by the firmware from the device tree and boot the kernel with the command line