Re: [U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8

2015-03-25 Thread Tom Rini
On Mon, Mar 23, 2015 at 02:07:42PM -0600, Stephen Warren wrote: > On 03/20/2015 11:08 AM, Tom Rini wrote: > >On Fri, Mar 20, 2015 at 10:22:59AM -0600, Stephen Warren wrote: > >>On 03/20/2015 06:11 AM, Thierry Reding wrote: > >>>From: Thierry Reding > >>> > >>>Reuse the 32-bit ARM client architectu

Re: [U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8

2015-03-23 Thread Stephen Warren
On 03/20/2015 11:08 AM, Tom Rini wrote: On Fri, Mar 20, 2015 at 10:22:59AM -0600, Stephen Warren wrote: On 03/20/2015 06:11 AM, Thierry Reding wrote: From: Thierry Reding Reuse the 32-bit ARM client architecture and identify ARMv8 specifically by setting the BOOTP VCI string. Is there a new

Re: [U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8

2015-03-20 Thread Tom Rini
On Fri, Mar 20, 2015 at 10:22:59AM -0600, Stephen Warren wrote: > On 03/20/2015 06:11 AM, Thierry Reding wrote: > >From: Thierry Reding > > > >Reuse the 32-bit ARM client architecture and identify ARMv8 specifically > >by setting the BOOTP VCI string. > > Is there a newer version of > https://www

Re: [U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8

2015-03-20 Thread Stephen Warren
On 03/20/2015 06:11 AM, Thierry Reding wrote: From: Thierry Reding Reuse the 32-bit ARM client architecture and identify ARMv8 specifically by setting the BOOTP VCI string. Is there a newer version of https://www.rfc-editor.org/rfc/rfc4578.txt that says what this value should be? Even 32-bit

[U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8

2015-03-20 Thread Thierry Reding
From: Thierry Reding Reuse the 32-bit ARM client architecture and identify ARMv8 specifically by setting the BOOTP VCI string. Cc: Dennis Gilmore Cc: Tom Rini Signed-off-by: Thierry Reding --- include/config_distro_defaults.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --g