[U-Boot] Pull request: u-boot-fdt

Dear Wolfgang,
The following pull request is for Grant Likely's changes "[PATCH 0/6] ARM device tree support improvements". I had to make two minor fixes, a missing ";" in patch [1 of 6] and a misspelling in patch [2 of 6] s/getenv_bootm_base/getenv_bootm_low/
Note that I did *not* include patch [6 of 6] "Add CONFIG_OF_LIBFDT to more boards" since that is an ARM patch and should be applied by the various ARM custodians.
The following changes since commit a01ebd9679f07421ec5abfda5dc0ab76c7202d3b: Heiko Schocher (1): mpc52xx, digsy_mtc: add trickle charger support for rev5 boards.
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git master
Grant Likely (5): Stop passing around bootmem_base value. Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ Fix off-by-one error in passing initrd end address via device tree Respect memreserve regions specified in the device tree
README | 16 ++++++++- arch/arm/lib/bootm.c | 5 ++- arch/m68k/lib/bootm.c | 7 +--- arch/powerpc/lib/bootm.c | 19 +++++----- common/cmd_bootm.c | 7 ++-- common/fdt_support.c | 2 +- common/image.c | 72 ++++++++++++++++++++++++++++++---------- include/configs/omap3_beagle.h | 7 ---- include/image.h | 10 +++--- 9 files changed, 93 insertions(+), 52 deletions(-)
Best regards, gvb

Dear Gerald Van Baren,
In message 4DB630EB.20406@cideas.com you wrote:
Dear Wolfgang,
The following pull request is for Grant Likely's changes "[PATCH 0/6] ARM device tree support improvements". I had to make two minor fixes, a missing ";" in patch [1 of 6] and a misspelling in patch [2 of 6] s/getenv_bootm_base/getenv_bootm_low/
Note that I did *not* include patch [6 of 6] "Add CONFIG_OF_LIBFDT to more boards" since that is an ARM patch and should be applied by the various ARM custodians.
The following changes since commit a01ebd9679f07421ec5abfda5dc0ab76c7202d3b: Heiko Schocher (1): mpc52xx, digsy_mtc: add trickle charger support for rev5 boards.
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git master
Grant Likely (5): Stop passing around bootmem_base value. Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ Fix off-by-one error in passing initrd end address via device tree Respect memreserve regions specified in the device tree
README | 16 ++++++++- arch/arm/lib/bootm.c | 5 ++- arch/m68k/lib/bootm.c | 7 +--- arch/powerpc/lib/bootm.c | 19 +++++----- common/cmd_bootm.c | 7 ++-- common/fdt_support.c | 2 +- common/image.c | 72 ++++++++++++++++++++++++++++++---------- include/configs/omap3_beagle.h | 7 ---- include/image.h | 10 +++--- 9 files changed, 93 insertions(+), 52 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk

Thanks guys.
g.
On Wed, Apr 27, 2011 at 1:47 PM, Wolfgang Denk wd@denx.de wrote:
Dear Gerald Van Baren,
In message 4DB630EB.20406@cideas.com you wrote:
Dear Wolfgang,
The following pull request is for Grant Likely's changes "[PATCH 0/6] ARM device tree support improvements". I had to make two minor fixes, a missing ";" in patch [1 of 6] and a misspelling in patch [2 of 6] s/getenv_bootm_base/getenv_bootm_low/
Note that I did *not* include patch [6 of 6] "Add CONFIG_OF_LIBFDT to more boards" since that is an ARM patch and should be applied by the various ARM custodians.
The following changes since commit a01ebd9679f07421ec5abfda5dc0ab76c7202d3b: Heiko Schocher (1): mpc52xx, digsy_mtc: add trickle charger support for rev5 boards.
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git master
Grant Likely (5): Stop passing around bootmem_base value. Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not defined Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ Fix off-by-one error in passing initrd end address via device tree Respect memreserve regions specified in the device tree
README | 16 ++++++++- arch/arm/lib/bootm.c | 5 ++- arch/m68k/lib/bootm.c | 7 +--- arch/powerpc/lib/bootm.c | 19 +++++----- common/cmd_bootm.c | 7 ++-- common/fdt_support.c | 2 +- common/image.c | 72 ++++++++++++++++++++++++++++++---------- include/configs/omap3_beagle.h | 7 ---- include/image.h | 10 +++--- 9 files changed, 93 insertions(+), 52 deletions(-)
Applied, 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@denx.de For every complex problem, there is a solution that is simple, neat, and wrong. -- H. L. Mencken
participants (3)
-
Gerald Van Baren
-
Grant Likely
-
Wolfgang Denk