mbox

[U-Boot] Pull request - arm/zynq v3

Message ID 5211CB01.6040006@monstr.eu
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git zynq

Message

Michal Simek Aug. 19, 2013, 7:36 a.m. UTC
Hi Albert,

please pull these 3 zynq patches to your arm tree.
I have rebased the tree on the 2013.07 to remove that new nds32 patches.

There is still pending the arm: lds: Remove libgcc eabi exception handling tables
patch. Have you considered to also add it?

v3:
- Rebase on the v2013.07 because Albert didn't want to nds32 stuff

v2:
- Changed email address,
- There was incorrect rebase which I have fixed - correct sha1 now

Thanks.
Michal


The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:

  Prepare v2013.07 (2013-07-23 07:58:13 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git zynq

for you to fetch changes up to 037e0d25c6ee6367beca3062759993d10759dff2:

  zynq: Enable axi ethernet and emaclite driver initialization (2013-08-19 09:32:00 +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

Comments

Albert ARIBAUD Sept. 3, 2013, 12:12 p.m. UTC | #1
Hi Michal,

On Mon, 19 Aug 2013 09:36:33 +0200, Michal Simek <monstr@monstr.eu>
wrote:

> Hi Albert,
> 
> please pull these 3 zynq patches to your arm tree.
> I have rebased the tree on the 2013.07 to remove that new nds32 patches.
> 
> There is still pending the arm: lds: Remove libgcc eabi exception handling tables
> patch. Have you considered to also add it?
> 
> v3:
> - Rebase on the v2013.07 because Albert didn't want to nds32 stuff
> 
> v2:
> - Changed email address,
> - There was incorrect rebase which I have fixed - correct sha1 now
> 
> Thanks.
> Michal
> 
> 
> The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:
> 
>   Prepare v2013.07 (2013-07-23 07:58:13 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git zynq
> 
> for you to fetch changes up to 037e0d25c6ee6367beca3062759993d10759dff2:
> 
>   zynq: Enable axi ethernet and emaclite driver initialization (2013-08-19 09:32:00 +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
> 
> 

Applied to u-boot-arm/master, thanks!

Amicalement,
Michal Simek Sept. 4, 2013, 7:38 a.m. UTC | #2
On 09/03/2013 02:12 PM, Albert ARIBAUD wrote:
> Hi Michal,
> 
> On Mon, 19 Aug 2013 09:36:33 +0200, Michal Simek <monstr@monstr.eu>
> wrote:
> 
>> Hi Albert,
>>
>> please pull these 3 zynq patches to your arm tree.
>> I have rebased the tree on the 2013.07 to remove that new nds32 patches.
>>
>> There is still pending the arm: lds: Remove libgcc eabi exception handling tables
>> patch. Have you considered to also add it?
>>
>> v3:
>> - Rebase on the v2013.07 because Albert didn't want to nds32 stuff
>>
>> v2:
>> - Changed email address,
>> - There was incorrect rebase which I have fixed - correct sha1 now
>>
>> Thanks.
>> Michal
>>
>>
>> The following changes since commit 62c175fbb8a0f9a926c88294ea9f7e88eb898f6c:
>>
>>   Prepare v2013.07 (2013-07-23 07:58:13 -0400)
>>
>> are available in the git repository at:
>>
>>   git://www.denx.de/git/u-boot-microblaze.git zynq
>>
>> for you to fetch changes up to 037e0d25c6ee6367beca3062759993d10759dff2:
>>
>>   zynq: Enable axi ethernet and emaclite driver initialization (2013-08-19 09:32:00 +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
>>
>>
> 
> Applied to u-boot-arm/master, thanks!
> 

Thanks.

What about this patch "arm: lds: Remove libgcc eabi exception handling tables"?

Thanks,
Michal