u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [U-Boot]  Pull request - microblaze
@ 2011-09-07 11:44 Michal Simek
  2011-09-07 20:31 ` Wolfgang Denk
  2011-10-03  6:28 ` Michal Simek
  0 siblings, 2 replies; 47+ messages in thread
From: Michal Simek @ 2011-09-07 11:44 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

please pull the following changes.

Thanks,
Michal


The following changes since commit 99ffccbd3e5b7bc715e2eed6ea6d36f4020b56d8:
   Diana CRACIUN (1):
         Flush cache after the OS image is loaded into the memory.

are available in the git repository at:

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

Michal Simek (25):
       net: emaclite: Change driver name and add address
       net: emaclite: Remove deviceid property
       net: emaclite: Use calloc instead of malloc
       net: emaclite: Remove baseaddress from xemaclite
       net: emaclite: Use dynamic allocation
       net: emaclite: Setup RX/TX ping pong for every instance
       net: emaclite: Move RX/TX ping pong initialization to board
       net: emaclite: Use helper function for io accesses
       net: emaclite: Fix coding style
       net: emaclite: Use unsigned long for baseaddr
       net: emaclite: Use PKTSIZE directly
       microblaze: Fix in/out_be8/16/32 functions
       microblaze: Support CTRL+C when tftp is running
       microblaze: Support flashes on lower addresses
       microblaze: Initialize jumptable and console
       microblaze: Fix unaligned.h for endians
       microblaze: Copy bootfile from variables
       microblaze: Remove debug saving value
       microblaze: Setup MB vectors if feature is enable for u-boot
       microblaze: Save and restore first unused vector
       microblaze: Clean up reset asm code
       microblaze: Do not select NFS for platforms without ethernet
       microblaze: Remove address offset for uart16550
       microblaze: Fix no return statement from microblaze-generic board
       microblaze: Enable FDT/FIT support

  arch/microblaze/cpu/start.S                        |   66 ++---
  arch/microblaze/include/asm/io.h                   |   33 ++-
  arch/microblaze/include/asm/unaligned.h            |   17 +--
  arch/microblaze/lib/board.c                        |   17 ++
  .../xilinx/microblaze-generic/microblaze-generic.c |   18 +-
  drivers/net/xilinx_emaclite.c                      |  285 +++++++++++---------
  include/configs/microblaze-generic.h               |    9 +-
  include/netdev.h                                   |    3 +-
  8 files changed, 251 insertions(+), 197 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread
* [U-Boot] Pull request - microblaze
@ 2013-05-09  9:16 Michal Simek
  2013-05-09  9:23 ` Michal Simek
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2013-05-09  9:16 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull these two patches to your tree.
One fix coding style and the second and support for initrd.

Thanks,
Michal


The following changes since commit fe8e4dbad1d31c452af3fbabba21e72b210381b3:

  nds32: Use sections header to obtain link symbols (2013-05-08 12:38:10 +0800)

are available in the git repository at:

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

for you to fetch changes up to a8425d52885de047fc00019cdf3e697b4d32b67a:

  microblaze: bootm: Add support for loading initrd (2013-05-09 11:13:44 +0200)

----------------------------------------------------------------
Michal Simek (2):
      microblaze: bootm: Fix coding style issues
      microblaze: bootm: Add support for loading initrd

 arch/microblaze/lib/bootm.c | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)


-- 
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/20130509/57517f2a/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread
* [U-Boot] Pull request - microblaze
@ 2013-04-30  9:26 Michal Simek
  2013-04-30 15:44 ` Tom Rini
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2013-04-30  9:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull these microblaze changes to your tree.
2 of that patches was reviewed by you.

Thanks,
Michal

The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:

  Prepare v2013.04 (2013-04-19 10:25:43 -0400)

are available in the git repository at:

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

for you to fetch changes up to 0f21f98dd4d6bff72df4eeaca4163779896cb336:

  watchdog: Add support for Xilinx Microblaze watchdog (2013-04-30 11:22:43 +0200)

----------------------------------------------------------------
Michal Simek (4):
      microblaze: Fix reset function
      microblaze: Enable netconsole
      microblaze: Disable all cpu features before reset
      watchdog: Add support for Xilinx Microblaze watchdog

 arch/microblaze/include/asm/processor.h              |  4 +++
 arch/microblaze/lib/board.c                          |  3 ++
 board/xilinx/microblaze-generic/microblaze-generic.c | 11 ++++--
 board/xilinx/microblaze-generic/xparameters.h        |  4 +++
 doc/README.watchdog                                  |  3 ++
 drivers/watchdog/Makefile                            |  1 +
 drivers/watchdog/xilinx_tb_wdt.c                     | 87 ++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/microblaze-generic.h                 | 17 ++++++++-
 8 files changed, 126 insertions(+), 4 deletions(-)
 create mode 100644 drivers/watchdog/xilinx_tb_wdt.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/20130430/99cf38e7/attachment.pgp>

^ permalink raw reply	[flat|nested] 47+ messages in thread
* [U-Boot] Pull request - microblaze
@ 2012-11-09 11:07 Michal Simek
  2012-11-09 15:51 ` Tom Rini
  2013-02-04 11:26 ` Michal Simek
  0 siblings, 2 replies; 47+ messages in thread
From: Michal Simek @ 2012-11-09 11:07 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please add these 5 patches to u-boot.
Currently microblaze can't be compiled and this patch
"microblaze: Remove asm/bitops.h from asm/posix_types.h"
fixed it.

Thanks,
Michal


The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:
   Tom Rini (1):
         Merge branch 'master' of git://git.denx.de/u-boot-avr32

are available in the git repository at:

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

Michal Simek (5):
       microblaze: Fix compilation warning in ext2_find_next_zero_bit
       microblaze: Fix byteorder for microblaze
       microblaze: Flush caches before enabling them
       microblaze: Remove asm/bitops.h from asm/posix_types.h
       microblaze: Fix compilation failure because of missing libdts

  arch/microblaze/cpu/cache.c               |    5 -----
  arch/microblaze/cpu/start.S               |    6 ++++++
  arch/microblaze/cpu/u-boot.lds            |    2 ++
  arch/microblaze/include/asm/bitops.h      |    3 ++-
  arch/microblaze/include/asm/byteorder.h   |   23 -----------------------
  arch/microblaze/include/asm/posix_types.h |    3 ---
  arch/microblaze/lib/bootm.c               |    5 -----
  include/configs/microblaze-generic.h      |    4 ++++
  8 files changed, 14 insertions(+), 37 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread
* [U-Boot] Pull request - microblaze
@ 2011-01-10  8:00 Michal Simek
  2011-01-12  8:59 ` Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 47+ messages in thread
From: Michal Simek @ 2011-01-10  8:00 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

please pull the following changes.

Thanks,
Michal

The following changes since commit 89c95f0cd3f8140f3b8a82a22a6a144c148d09c6:
   Mike Frysinger (1):
         asm-offsets: generate bd_t size

are available in the git repository at:

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

Michal Simek (2):
       microblaze: Disabling interrupt should return 1 if was enabled
       microblaze: Fix bd_info pointer

  arch/microblaze/cpu/interrupts.c     |    5 ++++-
  arch/microblaze/lib/board.c          |    8 +++++---
  include/configs/microblaze-generic.h |    8 ++++----
  3 files changed, 13 insertions(+), 8 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread
* [U-Boot] Pull request - microblaze
@ 2010-10-12  6:56 Michal Simek
  2010-10-12 18:47 ` Wolfgang Denk
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2010-10-12  6:56 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

please pull the following changes to your tree.

Thanks,
Michal


The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-x86

are available in the git repository at:

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

Michal Simek (3):
      microblaze: Fix microblaze-generic config file
      microblaze: Add support for NET_MULTI api
      microblaze: Support little-endian microblaze target

Stephan Linz (2):
      microblaze: generic: adding DHCP support
      microblaze: generic: rename MTD partition set to 'flash-0'

 arch/microblaze/cpu/start.S                        |   60 +++++-
 arch/microblaze/include/asm/byteorder.h            |    4 +
 arch/microblaze/lib/board.c                        |   12 +-
 .../xilinx/microblaze-generic/microblaze-generic.c |   13 +
 include/configs/microblaze-generic.h               |  236 +++++++++++---------
 5 files changed, 207 insertions(+), 118 deletions(-)


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

^ permalink raw reply	[flat|nested] 47+ messages in thread
* [U-Boot] Pull request - microblaze
@ 2008-12-10  8:49 Michal Simek
  2008-12-12 23:25 ` Wolfgang Denk
  0 siblings, 1 reply; 47+ messages in thread
From: Michal Simek @ 2008-12-10  8:49 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull these changes.

Thanks,
Michal


The following changes since commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97:
  Jerry Van Baren (1):
        libfdt: Fix redefined uintptr_t warning for USE_HOSTCC

are available in the git repository at:

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

Michal Simek (4):
      microblaze: Set up relocation is done
      microblaze: Fix ml401 uart16550 setting
      microblaze: Remove CONFIG_LIBFDT due to error in common files
      microblaze: Remove XUPV2P board

 MAINTAINERS                       |    1 -
 MAKEALL                           |    1 -
 Makefile                          |    5 -
 board/xilinx/xupv2p/Makefile      |   50 --------
 board/xilinx/xupv2p/config.mk     |   32 -----
 board/xilinx/xupv2p/u-boot.lds    |   68 -----------
 board/xilinx/xupv2p/xparameters.h |   58 ----------
 board/xilinx/xupv2p/xupv2p.c      |   49 --------
 include/configs/ml401.h           |   18 ++--
 include/configs/xupv2p.h          |  227 -------------------------------------
 lib_microblaze/board.c            |    1 +
 11 files changed, 11 insertions(+), 499 deletions(-)
 delete mode 100644 board/xilinx/xupv2p/Makefile
 delete mode 100644 board/xilinx/xupv2p/config.mk
 delete mode 100644 board/xilinx/xupv2p/u-boot.lds
 delete mode 100644 board/xilinx/xupv2p/xparameters.h
 delete mode 100644 board/xilinx/xupv2p/xupv2p.c
 delete mode 100644 include/configs/xupv2p.h


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854

^ permalink raw reply	[flat|nested] 47+ messages in thread

end of thread, other threads:[~2013-05-09 11:58 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 11:44 [U-Boot] Pull request - microblaze Michal Simek
2011-09-07 20:31 ` Wolfgang Denk
2011-10-03  6:28 ` Michal Simek
2011-10-03  7:20   ` Michal Simek
2011-10-03  7:24   ` [U-Boot] Pull request v2 " Michal Simek
2011-10-04 19:38     ` Wolfgang Denk
2011-10-10  7:08       ` [U-Boot] Pull request " Michal Simek
2011-10-12 20:43         ` Wolfgang Denk
2011-10-24  6:00         ` Michal Simek
2011-10-27 22:14           ` Wolfgang Denk
2012-02-23 11:26         ` Michal Simek
2012-02-26 21:20           ` Wolfgang Denk
2012-03-27 12:19         ` Michal Simek
2012-03-30 16:03           ` Wolfgang Denk
2012-07-31  5:26           ` Michal Simek
2012-07-31 20:07             ` Wolfgang Denk
2012-08-03 13:31               ` Michal Simek
2012-09-12 10:13           ` Michal Simek
2012-09-18 14:49             ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2013-05-09  9:16 Michal Simek
2013-05-09  9:23 ` Michal Simek
2013-05-09 11:58   ` Tom Rini
2013-04-30  9:26 Michal Simek
2013-04-30 15:44 ` Tom Rini
2013-05-01  7:45   ` Michal Simek
2013-05-01 14:40     ` Tom Rini
2012-11-09 11:07 Michal Simek
2012-11-09 15:51 ` Tom Rini
2013-02-04 11:26 ` Michal Simek
2013-02-04 16:42   ` Tom Rini
2013-02-04 16:44     ` Michal Simek
2011-01-10  8:00 Michal Simek
2011-01-12  8:59 ` Michal Simek
2011-01-12 22:45   ` Wolfgang Denk
2011-01-13  6:49     ` Michal Simek
2011-01-12 22:52 ` Wolfgang Denk
2011-02-15 14:18 ` Michal Simek
2011-02-15 20:43   ` Wolfgang Denk
2011-02-16  6:38     ` Michal Simek
2011-02-16  8:15       ` Wolfgang Denk
2011-02-16  9:46         ` Michal Simek
2010-10-12  6:56 Michal Simek
2010-10-12 18:47 ` Wolfgang Denk
2010-10-13  4:53   ` Michal Simek
2010-11-15 10:53     ` Stephan Linz
2008-12-10  8:49 Michal Simek
2008-12-12 23:25 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).