devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Device Tree Compiler v1.7.1
@ 2024-08-17  9:38 David Gibson
  2024-09-16 19:45 ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: David Gibson @ 2024-08-17  9:38 UTC (permalink / raw)
  To: devicetree-compiler; +Cc: devicetree

[-- Attachment #1: Type: text/plain, Size: 1523 bytes --]

Rob Herring pointed out it's been a year and a half since the last dtc
release.  There haven't actually been any headline changes since then,
but there has been a steady stream of small updates.  So, I've rolled
up a new release.

As usual, the git tree can be had from:
	git://git.kernel.org/pub/scm/utils/dtc/dtc.git
and tarballs can be had from:
	https://mirrors.edge.kernel.org/pub/software/utils/dtc/

DTC 1.7.1

Changes sinve v1.7.0 include:
 * dtc
   * Fix check for 10-bit I2C addresses
   * Improve documentation of -@ option
   * Update to libyaml >= 0.2.3
   * Improvements & fixes for device graph checks
   * Add -L / --local-fixups option
   * Add check for length of interrupt-map properties
 * libfdt
   * Add fdt_path_getprop_namelen()
   * Add fdt_get_symbol() and fdt_get_symbol_namelen()
   * Correct documentation of fdt_path_offset()
   * Correct documentation of fdt_appendprop_addrrange()
   * Validate aliases is fdt_get_alias_namelen()
   * Don't overwrite phandles when applying overlays
   * Require Python 3
 * pylibfdt
   * Support boolean properties
   * Fixes for current Python versions
 * General
   * Assorted bugfixes
   * Assorted build improvements
   * Assorted typo fixes in docs
   * Some additional testcases
   * Move to GitHub Actions based CI

-- 
David Gibson (he or they)	| 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Device Tree Compiler v1.7.1
  2024-08-17  9:38 Device Tree Compiler v1.7.1 David Gibson
@ 2024-09-16 19:45 ` Rob Herring
  2024-09-17  0:17   ` David Gibson
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2024-09-16 19:45 UTC (permalink / raw)
  To: David Gibson; +Cc: devicetree-compiler, devicetree

On Sat, Aug 17, 2024 at 4:39 AM David Gibson
<david@gibson.dropbear.id.au> wrote:
>
> Rob Herring pointed out it's been a year and a half since the last dtc
> release.  There haven't actually been any headline changes since then,
> but there has been a steady stream of small updates.  So, I've rolled
> up a new release.
>
> As usual, the git tree can be had from:
>         git://git.kernel.org/pub/scm/utils/dtc/dtc.git
> and tarballs can be had from:
>         https://mirrors.edge.kernel.org/pub/software/utils/dtc/

The tarballs are there, but it doesn't look like you pushed the tag to git repo.

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Device Tree Compiler v1.7.1
  2024-09-16 19:45 ` Rob Herring
@ 2024-09-17  0:17   ` David Gibson
  2024-09-17 18:22     ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: David Gibson @ 2024-09-17  0:17 UTC (permalink / raw)
  To: Rob Herring; +Cc: devicetree-compiler, devicetree

[-- Attachment #1: Type: text/plain, Size: 938 bytes --]

On Mon, Sep 16, 2024 at 02:45:23PM -0500, Rob Herring wrote:
> On Sat, Aug 17, 2024 at 4:39 AM David Gibson
> <david@gibson.dropbear.id.au> wrote:
> >
> > Rob Herring pointed out it's been a year and a half since the last dtc
> > release.  There haven't actually been any headline changes since then,
> > but there has been a steady stream of small updates.  So, I've rolled
> > up a new release.
> >
> > As usual, the git tree can be had from:
> >         git://git.kernel.org/pub/scm/utils/dtc/dtc.git
> > and tarballs can be had from:
> >         https://mirrors.edge.kernel.org/pub/software/utils/dtc/
> 
> The tarballs are there, but it doesn't look like you pushed the tag
> to git repo.

Oops, sorry.  FIxed now.

-- 
David Gibson (he or they)	| 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Device Tree Compiler v1.7.1
  2024-09-17  0:17   ` David Gibson
@ 2024-09-17 18:22     ` Rob Herring
  2024-09-18  0:03       ` David Gibson
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2024-09-17 18:22 UTC (permalink / raw)
  To: David Gibson; +Cc: devicetree-compiler, devicetree

On Mon, Sep 16, 2024 at 8:24 PM David Gibson
<david@gibson.dropbear.id.au> wrote:
>
> On Mon, Sep 16, 2024 at 02:45:23PM -0500, Rob Herring wrote:
> > On Sat, Aug 17, 2024 at 4:39 AM David Gibson
> > <david@gibson.dropbear.id.au> wrote:
> > >
> > > Rob Herring pointed out it's been a year and a half since the last dtc
> > > release.  There haven't actually been any headline changes since then,
> > > but there has been a steady stream of small updates.  So, I've rolled
> > > up a new release.
> > >
> > > As usual, the git tree can be had from:
> > >         git://git.kernel.org/pub/scm/utils/dtc/dtc.git
> > > and tarballs can be had from:
> > >         https://mirrors.edge.kernel.org/pub/software/utils/dtc/
> >
> > The tarballs are there, but it doesn't look like you pushed the tag
> > to git repo.
>
> Oops, sorry.  FIxed now.

Partially. The tag is there, but main/master don't include the tagged commit:

99031e3a4a6e (tag: v1.7.1) Bump version to v1.7.1
3d5e376925fd (HEAD -> master, origin/master, origin/main, origin/HEAD)
setup: Move setting of srcdir down to the bottom
e277553b9880 setup: Collect top-level code together

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Device Tree Compiler v1.7.1
  2024-09-17 18:22     ` Rob Herring
@ 2024-09-18  0:03       ` David Gibson
  0 siblings, 0 replies; 5+ messages in thread
From: David Gibson @ 2024-09-18  0:03 UTC (permalink / raw)
  To: Rob Herring; +Cc: devicetree-compiler, devicetree

[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]

On Tue, Sep 17, 2024 at 01:22:45PM -0500, Rob Herring wrote:
> On Mon, Sep 16, 2024 at 8:24 PM David Gibson
> <david@gibson.dropbear.id.au> wrote:
> >
> > On Mon, Sep 16, 2024 at 02:45:23PM -0500, Rob Herring wrote:
> > > On Sat, Aug 17, 2024 at 4:39 AM David Gibson
> > > <david@gibson.dropbear.id.au> wrote:
> > > >
> > > > Rob Herring pointed out it's been a year and a half since the last dtc
> > > > release.  There haven't actually been any headline changes since then,
> > > > but there has been a steady stream of small updates.  So, I've rolled
> > > > up a new release.
> > > >
> > > > As usual, the git tree can be had from:
> > > >         git://git.kernel.org/pub/scm/utils/dtc/dtc.git
> > > > and tarballs can be had from:
> > > >         https://mirrors.edge.kernel.org/pub/software/utils/dtc/
> > >
> > > The tarballs are there, but it doesn't look like you pushed the tag
> > > to git repo.
> >
> > Oops, sorry.  FIxed now.
> 
> Partially. The tag is there, but main/master don't include the tagged commit:
> 
> 99031e3a4a6e (tag: v1.7.1) Bump version to v1.7.1
> 3d5e376925fd (HEAD -> master, origin/master, origin/main, origin/HEAD)
> setup: Move setting of srcdir down to the bottom
> e277553b9880 setup: Collect top-level code together

Oh dear.  Ok, try now.

-- 
David Gibson (he or they)	| 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-18  0:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-17  9:38 Device Tree Compiler v1.7.1 David Gibson
2024-09-16 19:45 ` Rob Herring
2024-09-17  0:17   ` David Gibson
2024-09-17 18:22     ` Rob Herring
2024-09-18  0:03       ` David Gibson

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).