Re: [U-Boot] Pull request - arm/zynq

2013-11-24 Thread Albert ARIBAUD
Hi Michal,

On Wed, 06 Nov 2013 09:28:16 +0100, Michal Simek mon...@monstr.eu
wrote:

 Hi Albert,
 
 please pull these two patches to your arm next branch.
 It depends on zynq: Use arch_cpu_init() instead of lowlevel_init()
 (sha1: 262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b) patch
 which you have in your branch that's why I have rebased them
 on the top.
 
 Thanks,
 Michal
 
 
 The following changes since commit c0e5dd88c438a41bf180dde0c2dc4c67dcd8058d:
 
   Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' (2013-11-05 
 20:50:39 +0100)
 
 are available in the git repository at:
 
 
   git://www.denx.de/git/u-boot-microblaze.git zynq
 
 for you to fetch changes up to b5f05b063413245e3d29186739fb5db98d137dfd:
 
   arm: zynq : Revert TZ_DDR_RAM to secure. (2013-11-06 09:24:06 +0100)
 
 
 Michal Simek (1):
   arm: zynq: Do not remap OCM to high address
 
 Radhey Shyam Pandey (1):
   arm: zynq : Revert TZ_DDR_RAM to secure.
 
  arch/arm/cpu/armv7/zynq/cpu.c | 9 +
  1 file changed, 5 insertions(+), 4 deletions(-)
 

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

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request - arm/zynq

2013-11-07 Thread Albert ARIBAUD
Hi Michal,

On Wed, 06 Nov 2013 09:28:16 +0100, Michal Simek mon...@monstr.eu
wrote:

 Hi Albert,
 
 please pull these two patches to your arm next branch.
 It depends on zynq: Use arch_cpu_init() instead of lowlevel_init()
 (sha1: 262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b) patch
 which you have in your branch that's why I have rebased them
 on the top.
 
 Thanks,
 Michal

Is this really for 'next' and not 'master'? IOW, do you really mean it
*not* to go into 2014.01?

Amicalement,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request - arm/zynq

2013-11-07 Thread Michal Simek
Hi Albert,

On 11/07/2013 10:50 AM, Albert ARIBAUD wrote:
 Hi Michal,
 
 On Wed, 06 Nov 2013 09:28:16 +0100, Michal Simek mon...@monstr.eu
 wrote:
 
 Hi Albert,

 please pull these two patches to your arm next branch.
 It depends on zynq: Use arch_cpu_init() instead of lowlevel_init()
 (sha1: 262f08d6ea18a62f827b8ccb60f355ca2eaf6e2b) patch
 which you have in your branch that's why I have rebased them
 on the top.

 Thanks,
 Michal
 
 Is this really for 'next' and not 'master'? IOW, do you really mean it
 *not* to go into 2014.01?

Every maintainer has different strategies for branches.
But anyway, I want to add these patches/fixes to the 2014.01.

Thanks,
Michal

-- 
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




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-09-04 Thread Michal Simek
On 09/03/2013 02:12 PM, Albert ARIBAUD wrote:
 Hi Michal,
 
 On Mon, 19 Aug 2013 09:36:33 +0200, Michal Simek mon...@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

-- 
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




signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2013-09-03 Thread Albert ARIBAUD
Hi Michal,

On Mon, 19 Aug 2013 09:36:33 +0200, Michal Simek mon...@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,
-- 
Albert.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request - arm/zynq v2

2013-08-18 Thread Tom Rini
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 mon...@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


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request - arm/zynq v2

2013-08-17 Thread Albert ARIBAUD
Hi Michal,

On Mon, 12 Aug 2013 09:05:00 +0200, Michal Simek mon...@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.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot