* [U-Boot] Pull request - arm/zynq v2 [not found] <520887BF.6060606@xilinx.com> @ 2013-08-12 7:05 ` Michal Simek 2013-08-17 15:42 ` Albert ARIBAUD 0 siblings, 1 reply; 3+ messages in thread From: Michal Simek @ 2013-08-12 7:05 UTC (permalink / raw) To: u-boot Hi Albert, please pull these 3 zynq patches to your arm tree. There is still pending the arm: lds: Remove libgcc eabi exception handling tables patch. Have you considered to also add it? v2: - Changed email address, - There was incorrect rebase which I have fixed - correct sha1 now Thanks. Michal The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076: nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800) are available in the git repository at: git://www.denx.de/git/u-boot-microblaze.git zynq for you to fetch changes up to 2d83d33a51926d6471eb9282d03d83783850d565: zynq: Enable axi ethernet and emaclite driver initialization (2013-08-12 08:59:56 +0200) ---------------------------------------------------------------- Michal Simek (3): zynq: Add new ddrc driver for ECC support zynq: slcr: Wait 100ms till clk is properly setup zynq: Enable axi ethernet and emaclite driver initialization arch/arm/cpu/armv7/zynq/Makefile | 1 + arch/arm/cpu/armv7/zynq/ddrc.c | 50 ++++++++++++++++++++++++++++++ arch/arm/cpu/armv7/zynq/slcr.c | 2 +- arch/arm/include/asm/arch-zynq/hardware.h | 8 +++++ arch/arm/include/asm/arch-zynq/sys_proto.h | 1 + board/xilinx/zynq/board.c | 19 ++++++++++++ 6 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 arch/arm/cpu/armv7/zynq/ddrc.c -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 263 bytes Desc: OpenPGP digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130812/013814c9/attachment.pgp> ^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] Pull request - arm/zynq v2 2013-08-12 7:05 ` [U-Boot] Pull request - arm/zynq v2 Michal Simek @ 2013-08-17 15:42 ` Albert ARIBAUD 2013-08-18 15:26 ` Tom Rini 0 siblings, 1 reply; 3+ messages in thread From: Albert ARIBAUD @ 2013-08-17 15:42 UTC (permalink / raw) To: u-boot Hi Michal, On Mon, 12 Aug 2013 09:05:00 +0200, Michal Simek <monstr@monstr.eu> wrote: > Hi Albert, > > please pull these 3 zynq patches to your arm tree. > > There is still pending the arm: lds: Remove libgcc eabi exception handling tables > patch. Have you considered to also add it? > > v2: > - Changed email address, > - There was incorrect rebase which I have fixed - correct sha1 now > > Thanks. > Michal > > > The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076: > > nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800) > > are available in the git repository at: > > git://www.denx.de/git/u-boot-microblaze.git zynq > > for you to fetch changes up to 2d83d33a51926d6471eb9282d03d83783850d565: > > zynq: Enable axi ethernet and emaclite driver initialization (2013-08-12 08:59:56 +0200) > > ---------------------------------------------------------------- > Michal Simek (3): > zynq: Add new ddrc driver for ECC support > zynq: slcr: Wait 100ms till clk is properly setup > zynq: Enable axi ethernet and emaclite driver initialization > > arch/arm/cpu/armv7/zynq/Makefile | 1 + > arch/arm/cpu/armv7/zynq/ddrc.c | 50 ++++++++++++++++++++++++++++++ > arch/arm/cpu/armv7/zynq/slcr.c | 2 +- > arch/arm/include/asm/arch-zynq/hardware.h | 8 +++++ > arch/arm/include/asm/arch-zynq/sys_proto.h | 1 + > board/xilinx/zynq/board.c | 19 ++++++++++++ > 6 files changed, 80 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/cpu/armv7/zynq/ddrc.c I cannot merge these three commits without merging a lot of nds32 stuff too, apparently, and I don't want to. If this stuff is not needed for the three commits, then please rebase them so that they don't pull anything else in. Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] Pull request - arm/zynq v2 2013-08-17 15:42 ` Albert ARIBAUD @ 2013-08-18 15:26 ` Tom Rini 0 siblings, 0 replies; 3+ messages in thread From: Tom Rini @ 2013-08-18 15:26 UTC (permalink / raw) To: u-boot On Sat, Aug 17, 2013 at 05:42:22PM +0200, Albert ARIBAUD wrote: > Hi Michal, > > On Mon, 12 Aug 2013 09:05:00 +0200, Michal Simek <monstr@monstr.eu> > wrote: > > > Hi Albert, > > > > please pull these 3 zynq patches to your arm tree. > > > > There is still pending the arm: lds: Remove libgcc eabi exception handling tables > > patch. Have you considered to also add it? > > > > v2: > > - Changed email address, > > - There was incorrect rebase which I have fixed - correct sha1 now > > > > Thanks. > > Michal > > > > > > The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076: > > > > nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800) > > > > are available in the git repository at: > > > > git://www.denx.de/git/u-boot-microblaze.git zynq > > > > for you to fetch changes up to 2d83d33a51926d6471eb9282d03d83783850d565: > > > > zynq: Enable axi ethernet and emaclite driver initialization (2013-08-12 08:59:56 +0200) > > > > ---------------------------------------------------------------- > > Michal Simek (3): > > zynq: Add new ddrc driver for ECC support > > zynq: slcr: Wait 100ms till clk is properly setup > > zynq: Enable axi ethernet and emaclite driver initialization > > > > arch/arm/cpu/armv7/zynq/Makefile | 1 + > > arch/arm/cpu/armv7/zynq/ddrc.c | 50 ++++++++++++++++++++++++++++++ > > arch/arm/cpu/armv7/zynq/slcr.c | 2 +- > > arch/arm/include/asm/arch-zynq/hardware.h | 8 +++++ > > arch/arm/include/asm/arch-zynq/sys_proto.h | 1 + > > board/xilinx/zynq/board.c | 19 ++++++++++++ > > 6 files changed, 80 insertions(+), 1 deletion(-) > > create mode 100644 arch/arm/cpu/armv7/zynq/ddrc.c > > I cannot merge these three commits without merging a lot of nds32 stuff > too, apparently, and I don't want to. If this stuff is not needed for > the three commits, then please rebase them so that they don't pull > anything else in. Alternatively, can I get a pull request for nds32? 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/20130818/216a01f8/attachment.pgp> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-18 15:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <520887BF.6060606@xilinx.com>
2013-08-12 7:05 ` [U-Boot] Pull request - arm/zynq v2 Michal Simek
2013-08-17 15:42 ` Albert ARIBAUD
2013-08-18 15:26 ` Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox