* [DTC][PATCH] increment default output blob version from 3 to 16
@ 2006-10-30 16:48 Kim Phillips
2006-10-31 18:32 ` Jon Loeliger
2006-11-01 14:16 ` Jon Loeliger
0 siblings, 2 replies; 5+ messages in thread
From: Kim Phillips @ 2006-10-30 16:48 UTC (permalink / raw)
To: linuxppc-dev list
increment default output blob version from 3 to 16
---
dtc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dtc.c b/dtc.c
index 646b814..3cb94e6 100644
--- a/dtc.c
+++ b/dtc.c
@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
int opt;
FILE *inf = NULL;
FILE *outf = NULL;
- int outversion = 3;
+ int outversion = 0x10;
int reservenum = 1;
int boot_cpuid_phys = 0xfeedbeef;
--
1.4.2.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [DTC][PATCH] increment default output blob version from 3 to 16
2006-10-30 16:48 [DTC][PATCH] increment default output blob version from 3 to 16 Kim Phillips
@ 2006-10-31 18:32 ` Jon Loeliger
2006-11-01 7:44 ` David Gibson
2006-11-01 14:16 ` Jon Loeliger
1 sibling, 1 reply; 5+ messages in thread
From: Jon Loeliger @ 2006-10-31 18:32 UTC (permalink / raw)
To: Kim Phillips; +Cc: linuxppc-dev list
So, like, the other day Kim Phillips mumbled:
> increment default output blob version from 3 to 16
>
> diff --git a/dtc.c b/dtc.c
> index 646b814..3cb94e6 100644
> --- a/dtc.c
> +++ b/dtc.c
> @@ -113,7 +113,7 @@ int main(int argc, char *argv[])
> int opt;
> FILE *inf = NULL;
> FILE *outf = NULL;
> - int outversion = 3;
> + int outversion = 0x10;
> int reservenum = 1;
> int boot_cpuid_phys = 0xfeedbeef;
So, I am inclined to accept this change since we all pretty
much really need version 16 for what we are doing.
Will changing this default really annoy anyone out there?
Thanks,
jdl
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [DTC][PATCH] increment default output blob version from 3 to 16
2006-10-31 18:32 ` Jon Loeliger
@ 2006-11-01 7:44 ` David Gibson
2006-11-01 8:41 ` Grant Likely
0 siblings, 1 reply; 5+ messages in thread
From: David Gibson @ 2006-11-01 7:44 UTC (permalink / raw)
To: Jon Loeliger; +Cc: linuxppc-dev list
On Tue, Oct 31, 2006 at 12:32:24PM -0600, Jon Loeliger wrote:
> So, like, the other day Kim Phillips mumbled:
> > increment default output blob version from 3 to 16
> >
>
> > diff --git a/dtc.c b/dtc.c
> > index 646b814..3cb94e6 100644
> > --- a/dtc.c
> > +++ b/dtc.c
> > @@ -113,7 +113,7 @@ int main(int argc, char *argv[])
> > int opt;
> > FILE *inf = NULL;
> > FILE *outf = NULL;
> > - int outversion = 3;
> > + int outversion = 0x10;
> > int reservenum = 1;
> > int boot_cpuid_phys = 0xfeedbeef;
>
>
> So, I am inclined to accept this change since we all pretty
> much really need version 16 for what we are doing.
Sounds good to me.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [DTC][PATCH] increment default output blob version from 3 to 16
2006-11-01 7:44 ` David Gibson
@ 2006-11-01 8:41 ` Grant Likely
0 siblings, 0 replies; 5+ messages in thread
From: Grant Likely @ 2006-11-01 8:41 UTC (permalink / raw)
To: Jon Loeliger, Kim Phillips, linuxppc-dev list
On 11/1/06, David Gibson <david@gibson.dropbear.id.au> wrote:
> On Tue, Oct 31, 2006 at 12:32:24PM -0600, Jon Loeliger wrote:
> > So, I am inclined to accept this change since we all pretty
> > much really need version 16 for what we are doing.
>
> Sounds good to me.
Count me in
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [DTC][PATCH] increment default output blob version from 3 to 16
2006-10-30 16:48 [DTC][PATCH] increment default output blob version from 3 to 16 Kim Phillips
2006-10-31 18:32 ` Jon Loeliger
@ 2006-11-01 14:16 ` Jon Loeliger
1 sibling, 0 replies; 5+ messages in thread
From: Jon Loeliger @ 2006-11-01 14:16 UTC (permalink / raw)
To: Kim Phillips; +Cc: linuxppc-dev list
So, like, the other day Kim Phillips mumbled:
> increment default output blob version from 3 to 16
Applied, with documentation modifications.
Thanks,
jdl
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-11-01 14:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-30 16:48 [DTC][PATCH] increment default output blob version from 3 to 16 Kim Phillips
2006-10-31 18:32 ` Jon Loeliger
2006-11-01 7:44 ` David Gibson
2006-11-01 8:41 ` Grant Likely
2006-11-01 14:16 ` Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).