* [U-Boot] [Pull] u-boot-fdt/master
@ 2012-11-29 1:14 Jerry Van Baren
2012-11-29 17:11 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Jerry Van Baren @ 2012-11-29 1:14 UTC (permalink / raw)
To: u-boot
Dear Tom,
Please pull u-boot-fdt to fix the global_data compilation issue
introduced in "[PATCH 14/14] fdt: Set kernaddr if fdt indicates a kernel
is present" (identified by Dennis Lan).
Thanks,
gvb
The following changes since commit d41b3cc16fd97da23900f79e8fefdeedeebde8f6:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2012-11-27
20:34:51 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git master
for you to fetch changes up to f39612d360c02ce97e7ca7a872693f348f7ec8fd:
fdt: Correct global_data condition in main (2012-11-28 19:26:49 -0500)
----------------------------------------------------------------
Simon Glass (1):
fdt: Correct global_data condition in main
common/main.c | 2 --
1 file changed, 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] [Pull] u-boot-fdt/master
2012-11-29 1:14 [U-Boot] [Pull] u-boot-fdt/master Jerry Van Baren
@ 2012-11-29 17:11 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2012-11-29 17:11 UTC (permalink / raw)
To: u-boot
On Wed, Nov 28, 2012 at 08:14:12PM -0500, Jerry Van Baren wrote:
> Dear Tom,
>
> Please pull u-boot-fdt to fix the global_data compilation issue
> introduced in "[PATCH 14/14] fdt: Set kernaddr if fdt indicates a kernel
> is present" (identified by Dennis Lan).
>
> Thanks,
> gvb
>
> The following changes since commit d41b3cc16fd97da23900f79e8fefdeedeebde8f6:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mips (2012-11-27
> 20:34:51 -0700)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-fdt.git master
>
> for you to fetch changes up to f39612d360c02ce97e7ca7a872693f348f7ec8fd:
>
> fdt: Correct global_data condition in main (2012-11-28 19:26:49 -0500)
>
> ----------------------------------------------------------------
> Simon Glass (1):
> fdt: Correct global_data condition in main
>
> common/main.c | 2 --
> 1 file changed, 2 deletions(-)
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121129/c70d15ff/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [Pull] u-boot-fdt/master
@ 2013-02-09 3:41 Jerry Van Baren
2013-02-11 20:42 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Jerry Van Baren @ 2013-02-09 3:41 UTC (permalink / raw)
To: u-boot
Dear Tom,
Please pull u-boot-fdt.
Thanks,
gvb
The following changes since commit d62ef5619c9249772247d6af3b8e65207ae0c871:
sf: stmicro: Add support for N25Q256A (2013-02-06 10:10:00 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-fdt.git master
for you to fetch changes up to 58864ddc7276ca7403ddbb716da5853638f37519:
Clean up libfdt.h includes (2013-02-08 22:32:38 -0500)
----------------------------------------------------------------
Allen Martin (1):
fdt: fix dts preprocessor options
Gerald Van Baren (1):
Clean up libfdt.h includes
Kim Phillips (5):
treewide: include libfdt_env.h before fdt.h
libfdt_env.h: add fdt type definitions
libfdt: update fdt.h from upstream dtc
libfdt: update from upstream dtc commit 142419e
common/fdt_support.c: sparse fixes
arch/arm/lib/bootm.c | 1 -
arch/nios2/cpu/fdt.c | 1 -
arch/powerpc/cpu/mpc5xxx/cpu.c | 1 -
arch/powerpc/cpu/mpc8260/cpu.c | 1 -
arch/powerpc/cpu/mpc85xx/fdt.c | 2 +-
arch/powerpc/cpu/mpc8xx/cpu.c | 1 -
arch/powerpc/cpu/ppc4xx/fdt.c | 1 -
arch/powerpc/lib/bootm.c | 2 -
arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 +-
board/cm5200/cm5200.c | 1 -
common/cmd_bootm.c | 1 -
common/cmd_fdt.c | 1 -
common/fdt_support.c | 87
++++++++++++++------------
common/image.c | 1 -
dts/Makefile | 2 +-
include/fdt.h | 42 ++++++-------
include/fdt_support.h | 4 +-
include/image.h | 1 -
include/libfdt.h | 32 +++++-----
include/libfdt_env.h | 5 ++
lib/libfdt/fdt.c | 2 +-
lib/libfdt/fdt_ro.c | 2 +-
lib/libfdt/fdt_rw.c | 4 +-
lib/libfdt/fdt_sw.c | 4 +-
lib/libfdt/fdt_wip.c | 2 +-
tools/fdt_host.h | 1 -
tools/imls/imls.c | 1 -
27 files changed, 101 insertions(+), 104 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [U-Boot] [Pull] u-boot-fdt/master
2013-02-09 3:41 Jerry Van Baren
@ 2013-02-11 20:42 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2013-02-11 20:42 UTC (permalink / raw)
To: u-boot
On Fri, Feb 08, 2013 at 10:41:41PM -0500, Jerry Van Baren wrote:
> Dear Tom,
>
> Please pull u-boot-fdt.
>
> Thanks,
> gvb
>
> The following changes since commit d62ef5619c9249772247d6af3b8e65207ae0c871:
>
> sf: stmicro: Add support for N25Q256A (2013-02-06 10:10:00 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-fdt.git master
>
> for you to fetch changes up to 58864ddc7276ca7403ddbb716da5853638f37519:
>
> Clean up libfdt.h includes (2013-02-08 22:32:38 -0500)
>
> ----------------------------------------------------------------
> Allen Martin (1):
> fdt: fix dts preprocessor options
>
> Gerald Van Baren (1):
> Clean up libfdt.h includes
>
> Kim Phillips (5):
> treewide: include libfdt_env.h before fdt.h
> libfdt_env.h: add fdt type definitions
> libfdt: update fdt.h from upstream dtc
> libfdt: update from upstream dtc commit 142419e
> common/fdt_support.c: sparse fixes
>
> arch/arm/lib/bootm.c | 1 -
> arch/nios2/cpu/fdt.c | 1 -
> arch/powerpc/cpu/mpc5xxx/cpu.c | 1 -
> arch/powerpc/cpu/mpc8260/cpu.c | 1 -
> arch/powerpc/cpu/mpc85xx/fdt.c | 2 +-
> arch/powerpc/cpu/mpc8xx/cpu.c | 1 -
> arch/powerpc/cpu/ppc4xx/fdt.c | 1 -
> arch/powerpc/lib/bootm.c | 2 -
> arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 +-
> board/cm5200/cm5200.c | 1 -
> common/cmd_bootm.c | 1 -
> common/cmd_fdt.c | 1 -
> common/fdt_support.c | 87
> ++++++++++++++------------
> common/image.c | 1 -
> dts/Makefile | 2 +-
> include/fdt.h | 42 ++++++-------
> include/fdt_support.h | 4 +-
> include/image.h | 1 -
> include/libfdt.h | 32 +++++-----
> include/libfdt_env.h | 5 ++
> lib/libfdt/fdt.c | 2 +-
> lib/libfdt/fdt_ro.c | 2 +-
> lib/libfdt/fdt_rw.c | 4 +-
> lib/libfdt/fdt_sw.c | 4 +-
> lib/libfdt/fdt_wip.c | 2 +-
> tools/fdt_host.h | 1 -
> tools/imls/imls.c | 1 -
> 27 files changed, 101 insertions(+), 104 deletions(-)
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130211/6217dcc4/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-11 20:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 1:14 [U-Boot] [Pull] u-boot-fdt/master Jerry Van Baren
2012-11-29 17:11 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2013-02-09 3:41 Jerry Van Baren
2013-02-11 20:42 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox