From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Pull request u-boot-fdt.git / FDT bugfix patches
Date: Tue, 01 Apr 2008 19:53:32 -0400 [thread overview]
Message-ID: <47F2CAFC.8070904@gmail.com> (raw)
Dear Wolfgang,
On the FDT front, we have two outstanding bugfix patches:
-------------------------------------------------------------------
Explanation: I authored 43ddd9c820fec44816188f53346b464e20b3142d and
missed some pieces which Kim was kind enough to clean up. (You pulled
43ddd directly into u-boot.)
-------------------------------------------------------------------
<http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38849>
From: Kim Phillips <kim.phillips <at> freescale.com>
Subject: [PATCH] remove remaining CONFIG_OF_HAS_{UBOOT_ENV, BD_T} code
Newsgroups: gmane.comp.boot-loaders.u-boot
Date: 2008-03-28 22:37:49 GMT (4 days and 55 minutes ago)
finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
"Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
started.
Signed-off-by: Kim Phillips <kim.phillips <at> freescale.com>
-------------------------------------------------------------------
-------------------------------------------------------------------
I also created a 8xx patch to fix a compile warning for 8xx boards that
don't use fdt.o. This looks good to me, but I don't have a 8xx board to
test it on. PLEASE VERIFY.
-------------------------------------------------------------------
<http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38885/>
From: Jerry Van Baren <gvb.uboot <at> gmail.com>
Subject: [PATCH] Fix 8xx build to conditionally compile fdt.o
Newsgroups: gmane.comp.boot-loaders.u-boot
Date: 2008-03-30 02:06:31 GMT (2 days, 21 hours and 30 minutes ago)
Change to COBJS-y method so that the fdt.o library can be properly
conditionally compiled. Without this change, the mpc8xx boards that
don't use CONFIG_OF_LIBFDT still build the fdt.o, causing code bloat
and compile warnings.
Signed-off-by: Gerald Van Baren <vanbaren <at> cideas.com>
-------------------------------------------------------------------
If it is handier, you can pull both from my u-boot-fdt repo:
The following changes since commit 3596d55eb22703d3f4f1b839fe4b000fabe081b3:
Gerald Van Baren (1):
Merge git://www.denx.de/git/u-boot into uboot
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git master
Gerald Van Baren (1):
Fix 8xx build to conditionally compile fdt.o
Kim Phillips (1):
remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
README | 13 ------
common/ft_build.c | 113
---------------------------------------------------
cpu/mpc8xx/Makefile | 24 +++++++++--
lib_ppc/bootm.c | 12 -----
4 files changed, 19 insertions(+), 143 deletions(-)
Thanks,
gvb
next reply other threads:[~2008-04-01 23:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-01 23:53 Jerry Van Baren [this message]
2008-04-02 15:28 ` [U-Boot-Users] Pull request u-boot-fdt.git / FDT bugfix patches Jerry Van Baren
2008-04-07 22:21 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47F2CAFC.8070904@gmail.com \
--to=gvb.uboot@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.