* [U-Boot-Users] [PATCH 3/3][UPDATE] Update libfdt from device tree compiler (dtc)
@ 2007-10-31 18:51 Kumar Gala
2007-10-31 19:04 ` Jerry Van Baren
0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2007-10-31 18:51 UTC (permalink / raw)
To: u-boot
Update libfdt to commit 4a5df5c026c96f36326d4037a0658d38193e2ca1 from
the device tree compiler (dtc) project.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
Note: these patches are also available at:
git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git libfdt
Also the patch itself is at:
http://gate.crashing.org/~galak/0003-Update-libfdt-from-device-tree-compiler-dtc.patch
board/cm5200/cm5200.c | 2 +-
board/freescale/mpc832xemds/pci.c | 2 +-
board/freescale/mpc8349emds/pci.c | 4 +-
board/freescale/mpc8349itx/pci.c | 4 +-
board/freescale/mpc8360emds/pci.c | 2 +-
common/cmd_fdt.c | 22 +-
common/fdt_support.c | 30 +--
cpu/mpc83xx/cpu.c | 4 +-
cpu/mpc83xx/pci.c | 4 +-
include/fdt.h | 51 +---
include/libfdt.h | 386 +++++++++++++++++++++---
libfdt/fdt.c | 97 +++++-
libfdt/fdt_ro.c | 609 +++++++++++++++++++++++--------------
libfdt/fdt_rw.c | 134 +++++++--
libfdt/fdt_strerror.c | 54 +++-
libfdt/fdt_sw.c | 92 ++++--
libfdt/fdt_wip.c | 89 +++---
libfdt/libfdt_internal.h | 81 ++++-
18 files changed, 1177 insertions(+), 490 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot-Users] [PATCH 3/3][UPDATE] Update libfdt from device tree compiler (dtc)
2007-10-31 18:51 [U-Boot-Users] [PATCH 3/3][UPDATE] Update libfdt from device tree compiler (dtc) Kumar Gala
@ 2007-10-31 19:04 ` Jerry Van Baren
2007-11-02 2:03 ` Kumar Gala
2007-11-03 22:01 ` Wolfgang Denk
0 siblings, 2 replies; 4+ messages in thread
From: Jerry Van Baren @ 2007-10-31 19:04 UTC (permalink / raw)
To: u-boot
Kumar Gala wrote:
> Update libfdt to commit 4a5df5c026c96f36326d4037a0658d38193e2ca1 from
> the device tree compiler (dtc) project.
>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> Note: these patches are also available at:
> git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git libfdt
>
> Also the patch itself is at:
>
> http://gate.crashing.org/~galak/0003-Update-libfdt-from-device-tree-compiler-dtc.patch
>
> board/cm5200/cm5200.c | 2 +-
> board/freescale/mpc832xemds/pci.c | 2 +-
> board/freescale/mpc8349emds/pci.c | 4 +-
> board/freescale/mpc8349itx/pci.c | 4 +-
> board/freescale/mpc8360emds/pci.c | 2 +-
> common/cmd_fdt.c | 22 +-
> common/fdt_support.c | 30 +--
> cpu/mpc83xx/cpu.c | 4 +-
> cpu/mpc83xx/pci.c | 4 +-
> include/fdt.h | 51 +---
> include/libfdt.h | 386 +++++++++++++++++++++---
> libfdt/fdt.c | 97 +++++-
> libfdt/fdt_ro.c | 609 +++++++++++++++++++++++--------------
> libfdt/fdt_rw.c | 134 +++++++--
> libfdt/fdt_strerror.c | 54 +++-
> libfdt/fdt_sw.c | 92 ++++--
> libfdt/fdt_wip.c | 89 +++---
> libfdt/libfdt_internal.h | 81 ++++-
> 18 files changed, 1177 insertions(+), 490 deletions(-)
Thanks, Kumar.
Wolfgang:
How about a compromise on patch publishing: I apply the above patch by
pulling it as a single lump from Kumar's repo, but email it broken in
two (manually). This would preserve the review concept, since it would
be published (and fit through the 40K size filter), but also would
actually be in the repo as a single entity, preserving the ability to
use git-bisect without inconsistency risks.
Best regards,
gvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH 3/3][UPDATE] Update libfdt from device tree compiler (dtc)
2007-10-31 19:04 ` Jerry Van Baren
@ 2007-11-02 2:03 ` Kumar Gala
2007-11-03 22:01 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2007-11-02 2:03 UTC (permalink / raw)
To: u-boot
> Thanks, Kumar.
>
> Wolfgang:
>
> How about a compromise on patch publishing: I apply the above patch
> by pulling it as a single lump from Kumar's repo, but email it
> broken in two (manually). This would preserve the review concept,
> since it would be published (and fit through the 40K size filter),
> but also would actually be in the repo as a single entity,
> preserving the ability to use git-bisect without inconsistency risks.
>
Updated to commit 2f1ccc36f478d0cdb55666eb62ae6a338751be9c from dtc.
- k
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH 3/3][UPDATE] Update libfdt from device tree compiler (dtc)
2007-10-31 19:04 ` Jerry Van Baren
2007-11-02 2:03 ` Kumar Gala
@ 2007-11-03 22:01 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2007-11-03 22:01 UTC (permalink / raw)
To: u-boot
In message <4728D1AD.5070506@ge.com> you wrote:
>
> How about a compromise on patch publishing: I apply the above patch by
> pulling it as a single lump from Kumar's repo, but email it broken in
> two (manually). This would preserve the review concept, since it would
> be published (and fit through the 40K size filter), but also would
> actually be in the repo as a single entity, preserving the ability to
> use git-bisect without inconsistency risks.
That's OK with me here.
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
The biggest difference between time and space is that you can't reuse
time. - Merrick Furst
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-03 22:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31 18:51 [U-Boot-Users] [PATCH 3/3][UPDATE] Update libfdt from device tree compiler (dtc) Kumar Gala
2007-10-31 19:04 ` Jerry Van Baren
2007-11-02 2:03 ` Kumar Gala
2007-11-03 22:01 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox