20 Feb, 2014

2 commits

  • Conflicts:
    Makefile
    drivers/net/npe/Makefile

    These two conflicts arise from commit 0b2d3f20
    ("ARM: NET: Remove the IXP NPE ethernet driver") and are
    resolved by deleting the drivers/net/npe/Makefile file
    and removing the CONFIG_IXP4XX_NPE line from Makefile.

    Albert ARIBAUD
     
  • Unlike Linux Kernel, U-Boot historically had *.dts files under
    board/$(VENDOR)/dts/ and *.dtsi files under arch/$(ARCH)/dts/.

    I think arch/$(ARCH)/dts dicretory is a better location
    to store both *.dts and *.dtsi files.

    For example, before this commit, board/xilinx/dts directory
    had both Microblaze dts (microblaze-generic.dts) and
    ARM dts (zynq-*.dts), which are totally unrelated.

    This commit moves *.dts to arch/$(ARCH)/dts/ directories,
    allowing us to describe nicely mutiple DTBs generation in the next commit.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

19 Feb, 2014

4 commits


06 Feb, 2014

1 commit


10 Jan, 2014

3 commits

  • This patch adds initial dts support for supported
    zynq boards.

    Signed-off-by: Jagannadha Sutradharudu Teki

    Jagannadha Sutradharudu Teki
     
  • This patch provides a basic fdt support for zynq u-boot.

    zynq-7000.dtsi-> initial arch dts file
    zynq-zed.dts -> initial zed board dts file
    more devices should be added in subsequent patches.

    u-boot build: once configuring of a board done
    for building dtb with zynq-zed.dts as an input
    zynq-uboot> make DEVICE_TREE=zynq-zed

    Enabled CONFIG_OF_SEPARATE for building dtb separately.
    There is a new binary called u-boot-dtb.bin which is a u-boot
    with devicetree supported.

    Signed-off-by: Jagannadha Sutradharudu Teki

    Jagannadha Sutradharudu Teki
     
  • Added support to find the bootmodes by reading
    slcr bootmode register. this can be helpful to
    autoboot the configurations w.r.t a specified bootmode.

    Added this functionality on board_late_init as it's not
    needed for normal initializtion part.

    Signed-off-by: Jagannadha Sutradharudu Teki

    Jagannadha Sutradharudu Teki
     

18 Nov, 2013

1 commit


01 Nov, 2013

3 commits


15 Oct, 2013

1 commit


03 Sep, 2013

1 commit


12 Aug, 2013

3 commits


03 Aug, 2013

1 commit


24 Jul, 2013

1 commit


30 May, 2013

1 commit


11 May, 2013

1 commit


09 May, 2013

1 commit

  • Microblaze uses gpio which is connected to the system reset.
    Currently gpio subsystem wasn't used for it.

    Add gpio driver and change Microblaze reset logic to be done
    via gpio subsystem.

    There are various configurations which Microblaze can have
    that's why gpio_alloc/gpio_alloc_dual(for dual channel)
    function has been introduced and gpio can be allocated
    dynamically.

    Adding several gpios IP is also possible and supported.

    For listing gpio configuration please use "gpio status" command

    This patch also remove one compilation warning:
    microblaze-generic.c: In function 'do_reset':
    microblaze-generic.c:38:47: warning: operation on '*1073741824u'
    may be undefined [-Wsequence-point]

    Signed-off-by: Michal Simek

    Michal Simek
     

06 May, 2013

1 commit

  • Devcfg device requires to load bitstream in binary format.
    But u-boot also has an option for loading bitstream in bit
    format. Let's handle both cases by zynqpl driver.
    Also add suport for loading partial bitstreams.

    The first driver version was done by:
    Joe Hershberger

    Signed-off-by: Michal Simek
    Reviewed-by: Tom Rini

    Michal Simek
     

30 Apr, 2013

7 commits


04 Feb, 2013

3 commits


04 Oct, 2012

1 commit


11 Sep, 2012

1 commit


10 Jul, 2012

1 commit


09 Jul, 2012

1 commit


04 Apr, 2012

1 commit