All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-fdt.git
@ 2015-09-15 21:30 Simon Glass
  2015-09-16 17:32 ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Simon Glass @ 2015-09-15 21:30 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 850f788709cef8f7d53d571aec3bfb73b14c5531:

  Merge branch 'rmobile' of git://git.denx.de/u-boot-sh (2015-09-13
17:25:16 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fdt.git

for you to fetch changes up to 02464e386bb5f0a022c121f95ae75cf583759d95:

  fdt: add new fdt address parsing functions (2015-09-15 07:57:13 -0600)

----------------------------------------------------------------
Stephen Warren (1):
      fdt: add new fdt address parsing functions

 drivers/core/device.c |   5 ++++-
 include/fdtdec.h      | 111
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 lib/fdtdec.c          | 114
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
 3 files changed, 200 insertions(+), 30 deletions(-)

Regards,
Simon

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

* [U-Boot] Please pull u-boot-fdt.git
  2015-09-15 21:30 [U-Boot] Please pull u-boot-fdt.git Simon Glass
@ 2015-09-16 17:32 ` Tom Rini
  0 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2015-09-16 17:32 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 15, 2015 at 03:30:00PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> The following changes since commit 850f788709cef8f7d53d571aec3bfb73b14c5531:
> 
>   Merge branch 'rmobile' of git://git.denx.de/u-boot-sh (2015-09-13
> 17:25:16 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git
> 
> for you to fetch changes up to 02464e386bb5f0a022c121f95ae75cf583759d95:
> 
>   fdt: add new fdt address parsing functions (2015-09-15 07:57:13 -0600)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150916/7842f620/attachment.sig>

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

* [U-Boot] Please pull u-boot-fdt.git
  2014-11-30  4:05 Simon Glass
@ 2014-12-01 15:25 ` Simon Glass
  0 siblings, 0 replies; 10+ messages in thread
From: Simon Glass @ 2014-12-01 15:25 UTC (permalink / raw)
  To: u-boot

Hi Tom,

On 29 November 2014 at 21:05, Simon Glass <sjg@chromium.org> wrote:
> Hi Tom,
>
> This request includes an important fix.

Please ignore this one - there are a few more test credits so I will re-issue.

- Simon

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

* [U-Boot] Please pull u-boot-fdt.git
@ 2014-11-30  4:05 Simon Glass
  2014-12-01 15:25 ` Simon Glass
  0 siblings, 1 reply; 10+ messages in thread
From: Simon Glass @ 2014-11-30  4:05 UTC (permalink / raw)
  To: u-boot

Hi Tom,

This request includes an important fix.


The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
(2014-11-26 11:23:26 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fdt.git

for you to fetch changes up to afe42e5e4f1bc74b52298cbb44849ac8222e113e:

  fdt: Fix regression in fdt_pack_reg() (2014-11-29 20:52:31 -0700)

----------------------------------------------------------------
Hans de Goede (1):
      fdt: Fix regression in fdt_pack_reg()

Masahiro Yamada (1):
      fdt: remove fdtdec_get_alias_node() function

 common/fdt_support.c           | 12 ++++++------
 drivers/serial/serial-uclass.c |  2 +-
 include/fdtdec.h               | 11 -----------
 lib/fdtdec.c                   | 15 ---------------
 4 files changed, 7 insertions(+), 33 deletions(-)

Regards,
Simon

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

* [U-Boot] Please pull u-boot-fdt.git
  2014-11-21  4:47 Simon Glass
@ 2014-11-26 16:24 ` Tom Rini
  0 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2014-11-26 16:24 UTC (permalink / raw)
  To: u-boot

On Fri, Nov 21, 2014 at 05:47:17AM +0100, Simon Glass wrote:

> Hi Tom,
> 
> I should probably get this in while we sort out the final patch. It
> affects a lot of boards. There may be a conflict when this patch is
> respun (ft_board_setup() will need to return an error code):
> 
> http://patchwork.ozlabs.org/patch/412392/
> 
> but I'll try to get in first.
> 
> 
> The following changes since commit 4d70b34d7f721d8b1d4d628e68c3a44ab7a10dff:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-ubi (2014-11-19
> 23:18:29 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git
> 
> for you to fetch changes up to 933cdbb479aa87dcb6e3e333c3d1e04b0e7de1ec:
> 
>   fdt: Try to use fdt_address_cells()/fdt_size_cells() (2014-11-21
> 04:43:18 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141126/74615acd/attachment.pgp>

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

* [U-Boot] Please pull u-boot-fdt.git
@ 2014-11-21  4:47 Simon Glass
  2014-11-26 16:24 ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Simon Glass @ 2014-11-21  4:47 UTC (permalink / raw)
  To: u-boot

Hi Tom,

I should probably get this in while we sort out the final patch. It
affects a lot of boards. There may be a conflict when this patch is
respun (ft_board_setup() will need to return an error code):

http://patchwork.ozlabs.org/patch/412392/

but I'll try to get in first.


The following changes since commit 4d70b34d7f721d8b1d4d628e68c3a44ab7a10dff:

  Merge branch 'master' of git://git.denx.de/u-boot-ubi (2014-11-19
23:18:29 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fdt.git

for you to fetch changes up to 933cdbb479aa87dcb6e3e333c3d1e04b0e7de1ec:

  fdt: Try to use fdt_address_cells()/fdt_size_cells() (2014-11-21
04:43:18 +0100)

----------------------------------------------------------------
Simon Glass (10):
      fdt: Allow ft_board_setup() to report failure
      fdt: Report failure of ft_board_setup()
      fdt: Export the fdt_find_or_add_subnode() function
      fdt: Use the correct return types for fdtdec_decode_region()
      fdt: Enhance flashmap function to deal with region properties
      fdt: Tidy up error handling in image_setup_libfdt()
      fdt: Add ft_system_setup() function for system device tree additions
      fdt: Change fdt_pack_reg() to static and fix types
      fdt: Add a function to decode a named memory region
      fdt: Try to use fdt_address_cells()/fdt_size_cells()

 README                                      |  9 ++++++-
 arch/nios2/cpu/fdt.c                        |  8 ++++--
 arch/powerpc/cpu/ppc4xx/fdt.c               |  7 +++--
 board/a3m071/a3m071.c                       |  4 ++-
 board/a4m072/a4m072.c                       |  5 ++--
 board/amcc/canyonlands/canyonlands.c        |  6 +++--
 board/amcc/sequoia/sequoia.c                | 19 +++++++-------
 board/cm5200/cm5200.c                       |  4 ++-
 board/compulab/cm_fx6/cm_fx6.c              |  4 ++-
 board/compulab/cm_t54/cm_t54.c              |  4 ++-
 board/davedenx/aria/aria.c                  |  4 ++-
 board/esd/cpci405/cpci405.c                 |  4 ++-
 board/esd/mecp5123/mecp5123.c               |  4 ++-
 board/esd/pmc405de/pmc405de.c               |  4 ++-
 board/esd/pmc440/pmc440.c                   |  4 ++-
 board/esd/vme8349/vme8349.c                 |  4 ++-
 board/freescale/b4860qds/b4860qds.c         |  4 ++-
 board/freescale/bsc9131rdb/bsc9131rdb.c     |  4 ++-
 board/freescale/bsc9132qds/bsc9132qds.c     |  4 ++-
 board/freescale/c29xpcie/c29xpcie.c         |  4 ++-
 board/freescale/common/cds_pci_ft.c         |  5 ++--
 board/freescale/corenet_ds/corenet_ds.c     |  4 ++-
 board/freescale/ls1021aqds/ls1021aqds.c     |  4 ++-
 board/freescale/ls1021atwr/ls1021atwr.c     |  4 ++-
 board/freescale/ls2085a/ls2085a.c           |  4 ++-
 board/freescale/mpc5121ads/mpc5121ads.c     |  4 ++-
 board/freescale/mpc7448hpc2/mpc7448hpc2.c   |  5 ++--
 board/freescale/mpc8308rdb/mpc8308rdb.c     |  4 ++-
 board/freescale/mpc8313erdb/mpc8313erdb.c   |  4 ++-
 board/freescale/mpc8315erdb/mpc8315erdb.c   |  4 ++-
 board/freescale/mpc8323erdb/mpc8323erdb.c   |  4 ++-
 board/freescale/mpc832xemds/mpc832xemds.c   |  4 ++-
 board/freescale/mpc8349emds/mpc8349emds.c   |  4 ++-
 board/freescale/mpc8349itx/mpc8349itx.c     |  4 ++-
 board/freescale/mpc8360emds/mpc8360emds.c   |  4 ++-
 board/freescale/mpc8360erdk/mpc8360erdk.c   |  4 ++-
 board/freescale/mpc837xemds/mpc837xemds.c   |  4 ++-
 board/freescale/mpc837xerdb/mpc837xerdb.c   |  4 ++-
 board/freescale/mpc8536ds/mpc8536ds.c       |  3 ++-
 board/freescale/mpc8540ads/mpc8540ads.c     |  5 ++--
 board/freescale/mpc8544ds/mpc8544ds.c       |  4 ++-
 board/freescale/mpc8560ads/mpc8560ads.c     |  5 ++--
 board/freescale/mpc8568mds/mpc8568mds.c     |  4 ++-
 board/freescale/mpc8569mds/mpc8569mds.c     |  4 ++-
 board/freescale/mpc8572ds/mpc8572ds.c       |  4 ++-
 board/freescale/mpc8610hpcd/mpc8610hpcd.c   |  5 ++--
 board/freescale/mpc8641hpcn/mpc8641hpcn.c   | 12 +++++----
 board/freescale/p1010rdb/p1010rdb.c         |  4 ++-
 board/freescale/p1022ds/p1022ds.c           |  4 ++-
 board/freescale/p1023rdb/p1023rdb.c         |  4 ++-
 board/freescale/p1_p2_rdb/p1_p2_rdb.c       | 40 +++++++++++++++--------------
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c | 35 ++++++++++++-------------
 board/freescale/p1_twr/p1_twr.c             |  4 ++-
 board/freescale/p2020come/p2020come.c       |  4 ++-
 board/freescale/p2020ds/p2020ds.c           |  4 ++-
 board/freescale/p2041rdb/p2041rdb.c         |  4 ++-
 board/freescale/qemu-ppce500/qemu-ppce500.c |  4 ++-
 board/freescale/t1040qds/t1040qds.c         |  4 ++-
 board/freescale/t104xrdb/t104xrdb.c         |  4 ++-
 board/freescale/t208xqds/t208xqds.c         |  4 ++-
 board/freescale/t208xrdb/t208xrdb.c         |  4 ++-
 board/freescale/t4qds/t4240emu.c            |  4 ++-
 board/freescale/t4qds/t4240qds.c            |  4 ++-
 board/freescale/t4rdb/t4240rdb.c            |  4 ++-
 board/galaxy5200/galaxy5200.c               |  4 ++-
 board/gateworks/gw_ventana/gw_ventana.c     | 10 +++++---
 board/gdsys/intip/intip.c                   |  4 ++-
 board/gdsys/mpc8308/hrcon.c                 |  4 ++-
 board/gdsys/p1022/controlcenterd.c          |  4 ++-
 board/highbank/highbank.c                   |  4 ++-
 board/icecube/icecube.c                     |  5 ++--
 board/ids/ids8313/ids8313.c                 |  4 ++-
 board/ifm/ac14xx/ac14xx.c                   |  4 ++-
 board/ifm/o2dnt2/o2dnt2.c                   |  4 ++-
 board/intercontrol/digsy_mtc/digsy_mtc.c    |  4 ++-
 board/ipek01/ipek01.c                       |  4 ++-
 board/jupiter/jupiter.c                     |  5 ++--
 board/keymile/km82xx/km82xx.c               |  4 ++-
 board/keymile/km83xx/km83xx.c               |  4 ++-
 board/keymile/kmp204x/kmp204x.c             |  4 ++-
 board/korat/korat.c                         |  4 ++-
 board/kup/kup4k/kup4k.c                     |  4 ++-
 board/manroland/mucmc52/mucmc52.c           |  4 ++-
 board/manroland/uc101/uc101.c               |  4 ++-
 board/motionpro/motionpro.c                 |  4 ++-
 board/mpc8308_p1m/mpc8308_p1m.c             |  4 ++-
 board/muas3001/muas3001.c                   |  4 ++-
 board/munices/munices.c                     |  5 ++--
 board/pdm360ng/pdm360ng.c                   |  4 ++-
 board/phytec/pcm030/pcm030.c                |  4 ++-
 board/raspberrypi/rpi_b/rpi_b.c             |  4 ++-
 board/sbc8349/sbc8349.c                     |  4 ++-
 board/sbc8548/sbc8548.c                     |  4 ++-
 board/sbc8641d/sbc8641d.c                   |  4 ++-
 board/socrates/socrates.c                   |  5 ++--
 board/stx/stxssa/stxssa.c                   |  4 ++-
 board/ti/ks2_evm/board.c                    |  4 ++-
 board/tqc/tqm5200/tqm5200.c                 |  4 ++-
 board/tqc/tqm834x/tqm834x.c                 |  4 ++-
 board/tqc/tqm8xx/tqm8xx.c                   |  4 ++-
 board/tqc/tqma6/tqma6.c                     |  4 ++-
 board/ve8313/ve8313.c                       |  4 ++-
 board/xes/xpedite517x/xpedite517x.c         |  4 ++-
 board/xes/xpedite520x/xpedite520x.c         |  4 ++-
 board/xes/xpedite537x/xpedite537x.c         |  4 ++-
 board/xes/xpedite550x/xpedite550x.c         |  4 ++-
 common/cmd_fdt.c                            | 26 +++++++++++++++++--
 common/fdt_support.c                        | 51
++++++++++--------------------------
 common/image-fdt.c                          | 37 +++++++++++++++++++--------
 include/fdt_support.h                       | 27 +++++++++++++++++++-
 include/fdtdec.h                            | 53
++++++++++++++++++++++++++++++++++----
 include/image.h                             |  6 +++++
 lib/fdtdec.c                                | 88
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 113 files changed, 599 insertions(+), 232 deletions(-)

Regards,
Simon

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

* [U-Boot] Please pull u-boot-fdt.git
  2014-10-23  3:07 Simon Glass
@ 2014-10-23 13:53 ` Tom Rini
  0 siblings, 0 replies; 10+ messages in thread
From: Tom Rini @ 2014-10-23 13:53 UTC (permalink / raw)
  To: u-boot

On Wed, Oct 22, 2014 at 09:07:30PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> These patches are part of a larger series, but I have already ACKed
> them and they are independent of that series, so let's bring them in.
> 
> 
> The following changes since commit a84c8107d9b050fe8a31220d28588abfc2d99aee:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
> (2014-10-20 18:17:26 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fdt.git
> 
> for you to fetch changes up to 2f3760428ff3c4d5d1a087d016da5943921f0980:
> 
>   fdt: Add a subnodes iterator macro (2014-10-22 16:56:41 -0600)
> 
> ----------------------------------------------------------------
> Thierry Reding (6):
>       fdt: Add a function to count strings
>       fdt: Add a function to get the index of a string
>       fdt: Add functions to retrieve strings
>       fdt: Add resource parsing functions
>       fdt: Add a function to return PCI BDF triplet
>       fdt: Add a subnodes iterator macro
> 
>  include/fdtdec.h    | 63
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  include/libfdt.h    | 72
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  lib/fdtdec.c        | 71
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  lib/libfdt/fdt_ro.c | 76
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 282 insertions(+)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141023/72c1a237/attachment.pgp>

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

* [U-Boot] Please pull u-boot-fdt.git
@ 2014-10-23  3:07 Simon Glass
  2014-10-23 13:53 ` Tom Rini
  0 siblings, 1 reply; 10+ messages in thread
From: Simon Glass @ 2014-10-23  3:07 UTC (permalink / raw)
  To: u-boot

Hi Tom,

These patches are part of a larger series, but I have already ACKed
them and they are independent of that series, so let's bring them in.


The following changes since commit a84c8107d9b050fe8a31220d28588abfc2d99aee:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
(2014-10-20 18:17:26 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fdt.git

for you to fetch changes up to 2f3760428ff3c4d5d1a087d016da5943921f0980:

  fdt: Add a subnodes iterator macro (2014-10-22 16:56:41 -0600)

----------------------------------------------------------------
Thierry Reding (6):
      fdt: Add a function to count strings
      fdt: Add a function to get the index of a string
      fdt: Add functions to retrieve strings
      fdt: Add resource parsing functions
      fdt: Add a function to return PCI BDF triplet
      fdt: Add a subnodes iterator macro

 include/fdtdec.h    | 63
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/libfdt.h    | 72
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/fdtdec.c        | 71
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/libfdt/fdt_ro.c | 76
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 282 insertions(+)

Regards,
Simon

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

* [U-Boot] Please pull: u-boot-fdt.git
  2008-08-25  2:33 [U-Boot] Please pull: u-boot-fdt.git Jerry Van Baren
@ 2008-08-25 21:26 ` Wolfgang Denk
  0 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2008-08-25 21:26 UTC (permalink / raw)
  To: u-boot

Dear Jerry Van Baren,

In message <20080825023321.GA28453@cideas.com> you wrote:
> The following changes since commit afe3848b79a7ff351e9fbf3a7c162d2de002279b:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-fdt.git master
> 
> David Gibson (5):
>       dtc: Enable and fix -Wpointer-arith warnings
>       dtc: Enable and fix -Wcast-qual warnings
>       libfdt: Increase namespace-pollution paranoia
>       libfdt: Forgot one function when cleaning the namespace
>       libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
> 
> Gerald Van Baren (1):
>       Add note on dereferencing /aliases pointers
> 
> Kumar Gala (1):
>       libfdt: Add support for using aliases in fdt_path_offset()
> 
> Wolfram Sang (1):
>       libfdt: Improve documentation in libfdt.h
> 
>  common/cmd_fdt.c         |    4 +-
>  include/libfdt.h         |   66 +++++++++++++-----
>  include/libfdt_env.h     |   12 ++++
>  libfdt/fdt.c             |   10 ++--
>  libfdt/fdt_ro.c          |   87 ++++++++++++++++++-------
>  libfdt/fdt_rw.c          |  166 +++++++++++++++++++++++----------------------
>  libfdt/fdt_strerror.c    |   34 +++++-----
>  libfdt/fdt_sw.c          |   40 ++++++------
>  libfdt/fdt_wip.c         |    9 ++-
>  libfdt/libfdt_internal.h |   20 +++---
>  10 files changed, 267 insertions(+), 181 deletions(-)

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There is a theory which states that if ever anyone discovers  exactly
what  the  Universe is for and why it is here, it will instantly dis-
appear and be replaced by something even more  bizarre  and  inexpli-
cable.  There  is  another  theory which states that this has already
happened.    -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"

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

* [U-Boot] Please pull: u-boot-fdt.git
@ 2008-08-25  2:33 Jerry Van Baren
  2008-08-25 21:26 ` Wolfgang Denk
  0 siblings, 1 reply; 10+ messages in thread
From: Jerry Van Baren @ 2008-08-25  2:33 UTC (permalink / raw)
  To: u-boot

The following changes since commit afe3848b79a7ff351e9fbf3a7c162d2de002279b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx

are available in the git repository at:

  http://git.denx.de/u-boot-fdt.git master

David Gibson (5):
      dtc: Enable and fix -Wpointer-arith warnings
      dtc: Enable and fix -Wcast-qual warnings
      libfdt: Increase namespace-pollution paranoia
      libfdt: Forgot one function when cleaning the namespace
      libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()

Gerald Van Baren (1):
      Add note on dereferencing /aliases pointers

Kumar Gala (1):
      libfdt: Add support for using aliases in fdt_path_offset()

Wolfram Sang (1):
      libfdt: Improve documentation in libfdt.h

 common/cmd_fdt.c         |    4 +-
 include/libfdt.h         |   66 +++++++++++++-----
 include/libfdt_env.h     |   12 ++++
 libfdt/fdt.c             |   10 ++--
 libfdt/fdt_ro.c          |   87 ++++++++++++++++++-------
 libfdt/fdt_rw.c          |  166 +++++++++++++++++++++++----------------------
 libfdt/fdt_strerror.c    |   34 +++++-----
 libfdt/fdt_sw.c          |   40 ++++++------
 libfdt/fdt_wip.c         |    9 ++-
 libfdt/libfdt_internal.h |   20 +++---
 10 files changed, 267 insertions(+), 181 deletions(-)

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

end of thread, other threads:[~2015-09-16 17:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-15 21:30 [U-Boot] Please pull u-boot-fdt.git Simon Glass
2015-09-16 17:32 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-11-30  4:05 Simon Glass
2014-12-01 15:25 ` Simon Glass
2014-11-21  4:47 Simon Glass
2014-11-26 16:24 ` Tom Rini
2014-10-23  3:07 Simon Glass
2014-10-23 13:53 ` Tom Rini
2008-08-25  2:33 [U-Boot] Please pull: u-boot-fdt.git Jerry Van Baren
2008-08-25 21:26 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.