public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Pull request: u-boot-fdt
@ 2008-06-09 11:58 Jerry Van Baren
  2008-06-09 12:07 ` Jerry Van Baren
  0 siblings, 1 reply; 6+ messages in thread
From: Jerry Van Baren @ 2008-06-09 11:58 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088:
  Wolfgang Denk (1):
        Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master

are available in the git repository at:

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

David Gibson (1):
      libfdt: Several cleanups to parameter checking

Gerald Van Baren (8):
      Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
      Change the stxxst to CONFIG_OF_LIBFDT
      Remove the deprecated CONFIG_OF_FLAT_TREE
      Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
      Change the stxxst to CONFIG_OF_LIBFDT
      Remove the deprecated CONFIG_OF_FLAT_TREE
      Merge branch 'master' of /opt/git/u-boot/u-boot-fdt/
      The fdt boardsetup command criteria was not unique

 README                                    |    9 +-
 board/freescale/mpc7448hpc2/mpc7448hpc2.c |   21 +-
 board/tqm8272/tqm8272.c                   |    4 -
 common/Makefile                           |    1 -
 common/cmd_fdt.c                          |    3 +-
 common/ft_build.c                         |  471 -----------------------------
 cpu/74xx_7xx/cpu.c                        |   35 +--
 drivers/pci/tsi108_pci.c                  |   33 ++-
 include/configs/mpc7448hpc2.h             |    3 +-
 include/configs/stxxtc.h                  |    4 +-
 include/ft_build.h                        |   71 -----
 libfdt/fdt.c                              |   17 +-
 libfdt/fdt_ro.c                           |   26 +--
 libfdt/fdt_rw.c                           |   24 +-
 libfdt/fdt_sw.c                           |   31 +-
 libfdt/libfdt_internal.h                  |    1 +
 16 files changed, 88 insertions(+), 666 deletions(-)
 delete mode 100644 common/ft_build.c
 delete mode 100644 include/ft_build.h

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [U-Boot-Users] Pull request: u-boot-fdt
@ 2008-06-11  3:05 Jerry Van Baren
  2008-06-11 20:40 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Jerry Van Baren @ 2008-06-11  3:05 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

I've added Kim's and my working_fdt improvements to my previous pull requests.

Thanks,
gvb

The following changes since commit 8155efbd7ae9c65564ca98affe94631d612ae088:
  Wolfgang Denk (1):
        Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/master

are available in the git repository at:

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

David Gibson (1):
      libfdt: Several cleanups to parameter checking

Gerald Van Baren (6):
      Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
      Change the stxxst to CONFIG_OF_LIBFDT
      Remove the deprecated CONFIG_OF_FLAT_TREE
      The fdt boardsetup command criteria was not unique
      Use strncmp() for the fdt command
      libfdt: Move the working_fdt pointer to cmd_fdt.c

Kim Phillips (1):
      fdt: unshadow global working fdt variable

 README                                    |    9 +-
 board/freescale/mpc7448hpc2/mpc7448hpc2.c |   21 +-
 board/tqm8272/tqm8272.c                   |    4 -
 common/Makefile                           |    1 -
 common/cmd_fdt.c                          |  134 +++++----
 common/fdt_support.c                      |    5 -
 common/ft_build.c                         |  471 -----------------------------
 cpu/74xx_7xx/cpu.c                        |   35 +--
 drivers/pci/tsi108_pci.c                  |   33 ++-
 include/configs/mpc7448hpc2.h             |    3 +-
 include/configs/stxxtc.h                  |    4 +-
 include/ft_build.h                        |   71 -----
 include/libfdt_env.h                      |    2 +-
 lib_ppc/bootm.c                           |    2 +-
 libfdt/fdt.c                              |   17 +-
 libfdt/fdt_ro.c                           |   26 +--
 libfdt/fdt_rw.c                           |   24 +-
 libfdt/fdt_sw.c                           |   31 +-
 libfdt/libfdt_internal.h                  |    1 +
 19 files changed, 161 insertions(+), 733 deletions(-)
 delete mode 100644 common/ft_build.c
 delete mode 100644 include/ft_build.h

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [U-Boot-Users] Pull request: u-boot-fdt
@ 2007-08-17 10:54 Jerry Van Baren
  2007-08-18 19:45 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Jerry Van Baren @ 2007-08-17 10:54 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

Please pull from the fdt branch at
   git://denx.de/git/u-boot-<subrepo>.git fdt

Best regards,
gvb

The following changes since commit 308e2b3a6c3fd84fceada79b3d4a559280d326a6:
   Wolfgang Denk (1):
         Merge with /home/wd/git/u-boot/custodian/u-boot-fdt

are found in the git repository at:

   http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-fdt.git

Kim Phillips (1):
       fdt: remove unused OF_FLAT_TREE_MAX_SIZE references

  README                        |   10 ++++------
  include/configs/IceCube.h     |    3 ---
  include/configs/MPC8313ERDB.h |    3 ---
  include/configs/MPC832XEMDS.h |    3 ---
  include/configs/MPC8349EMDS.h |    3 ---
  include/configs/MPC8349ITX.h  |    3 ---
  include/configs/MPC8360EMDS.h |    4 ----
  include/configs/MPC8540ADS.h  |    3 ---
  include/configs/MPC8541CDS.h  |    3 ---
  include/configs/MPC8544DS.h   |    3 ---
  include/configs/MPC8548CDS.h  |    3 ---
  include/configs/MPC8555CDS.h  |    3 ---
  include/configs/MPC8560ADS.h  |    3 ---
  include/configs/MPC8568MDS.h  |    3 ---
  include/configs/MPC8641HPCN.h |    3 ---
  include/configs/TQM5200.h     |    2 --
  include/configs/jupiter.h     |    3 ---
  include/configs/motionpro.h   |    2 --
  include/configs/mpc7448hpc2.h |    3 ---
  include/configs/sbc8349.h     |    3 ---
  include/configs/stxxtc.h      |    3 ---
  21 files changed, 4 insertions(+), 65 deletions(-)

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

end of thread, other threads:[~2008-06-11 20:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09 11:58 [U-Boot-Users] Pull request: u-boot-fdt Jerry Van Baren
2008-06-09 12:07 ` Jerry Van Baren
  -- strict thread matches above, loose matches on Subject: below --
2008-06-11  3:05 Jerry Van Baren
2008-06-11 20:40 ` Wolfgang Denk
2007-08-17 10:54 Jerry Van Baren
2007-08-18 19:45 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox