mbox

[U-Boot] Pull request - microblaze

Message ID 518B6AF6.1030301@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Michal Simek May 9, 2013, 9:23 a.m. UTC
Hi Tom,

I were too fast. :-( I forget to add that gpio patch
Here is the correct one. I have added that patch on the top of that two.

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 4e779ad2e54e39d5343c8c83b4fc686a7bb16859:

  gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200)

----------------------------------------------------------------
Michal Simek (3):
      microblaze: bootm: Fix coding style issues
      microblaze: bootm: Add support for loading initrd
      gpio: Add support for microblaze xilinx GPIO

 arch/microblaze/include/asm/gpio.h                   |  40 +----
 arch/microblaze/lib/bootm.c                          |  28 ++--
 board/xilinx/microblaze-generic/microblaze-generic.c |  17 ++-
 drivers/gpio/Makefile                                |   1 +
 drivers/gpio/xilinx_gpio.c                           | 364 ++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/microblaze-generic.h                 |   3 +-
 6 files changed, 405 insertions(+), 48 deletions(-)
 create mode 100644 drivers/gpio/xilinx_gpio.c





On 05/09/2013 11:16 AM, Michal Simek wrote:
> 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(-)
> 
>

Comments

Tom Rini May 9, 2013, 11:58 a.m. UTC | #1
On Thu, May 09, 2013 at 11:23:02AM +0200, Michal Simek wrote:

> Hi Tom,
> 
> I were too fast. :-( I forget to add that gpio patch
> Here is the correct one. I have added that patch on the top of that two.
> 
> 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 4e779ad2e54e39d5343c8c83b4fc686a7bb16859:
> 
>   gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200)
> 
> ----------------------------------------------------------------
> Michal Simek (3):
>       microblaze: bootm: Fix coding style issues
>       microblaze: bootm: Add support for loading initrd
>       gpio: Add support for microblaze xilinx GPIO
> 
>  arch/microblaze/include/asm/gpio.h                   |  40 +----
>  arch/microblaze/lib/bootm.c                          |  28 ++--
>  board/xilinx/microblaze-generic/microblaze-generic.c |  17 ++-
>  drivers/gpio/Makefile                                |   1 +
>  drivers/gpio/xilinx_gpio.c                           | 364 ++++++++++++++++++++++++++++++++++++++++++++++
>  include/configs/microblaze-generic.h                 |   3 +-
>  6 files changed, 405 insertions(+), 48 deletions(-)
>  create mode 100644 drivers/gpio/xilinx_gpio.c

Applied to u-boot/master, thanks!