09 Jul, 2015

1 commit

  • Instead of selecting REGEX when NET is enabled, make it the default, but
    allow boards that are tiny to disable it and lose functionality on all
    but the first Ethernet adapter.

    cm-bf548, bf538f-ezkit, and bf533-stamp need this. None appear to have
    more than one Ethernet interface.

    Signed-off-by: Joe Hershberger

    Joe Hershberger
     

30 Jun, 2015

1 commit

  • Move common functions from cmd_nand.c (for calculating offset
    and size from cmdline paramter) to common place, so they could
    used from other commands which use mtd partitions.

    For onenand the arg_off_size() is left in common/cmd_onenand.c.
    It should use now the common arg_off() function, but as I could
    not test onenand I let it there ...

    Signed-off-by: Heiko Schocher
    Acked-by: Scott Wood
    Reviewed-by: Jagannadh Teki

    Heiko Schocher
     

12 Jun, 2015

1 commit


11 Jun, 2015

2 commits

  • Commit 9ba9e85f3f1c (net: Fix NET_RANDOM_ETHADDR dependencies)
    accidentally dropped CONFIG_LIB_RAND defines for 14 Blackfin boards.

    Prior to that commit, those boards defined CONFIG_LIB_RAND, but not
    CONFIG_NET_RANDOM_ETHADDR. So, commit 9ba9e85f3f1c should not have
    touched them, but in fact it ripped CONFIG_LIB_RAND off from all the
    header files, which caused undefined reference to srand and rand.
    CONFIG_LIB_RAND=y must be revived for such boards.

    BTW, this commit indeed makes it better, but even with this fix,
    three boards (bf533-stamp, bf538f-ezkit, cm-bf548) still can not
    build due to region 'ram' overflowed error. This was cause by
    commit 6eed3786c68c (net: Move the CMD_NET config to defconfigs)
    because CMD_NET selects NET, and NET selects REGEX. Eventually,
    some boards were newly enabled with CONFIG_REGEX, increasing the
    memory footprint. A patch is expected to fix the build error.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     
  • Drop the code that doesn't use driver model for USB.

    Signed-off-by: Simon Glass

    Simon Glass
     

04 Jun, 2015

2 commits

  • Every pin can be configured now from the device tree. A dt-bindings
    has been added to describe the different property available.

    Change-Id: I1668886062655f83700d0e7bbbe3ad09b19ee975
    Signed-off-by: Gabriel Huau
    Acked-by: Simon Glass

    Gabriel Huau
     
  • PIRQ routing is pretty much common in Intel chipset. It has several
    PIRQ links (normally 8) and corresponding registers (either in PCI
    configuration space or memory-mapped IBASE) to configure the legacy
    8259 IRQ vector mapping. Refactor current Queensbay PIRQ routing
    support using device tree and move it to a common place, so that we
    can easily add PIRQ routing support on a new platform.

    Signed-off-by: Bin Meng
    Acked-by: Simon Glass

    Bin Meng
     

02 Jun, 2015

1 commit


15 May, 2015

4 commits


14 May, 2015

2 commits


10 May, 2015

1 commit


07 May, 2015

1 commit


30 Apr, 2015

2 commits


24 Apr, 2015

2 commits

  • After syncing the sunxi dts files with the upstream kernel dm/fdt sunxi
    builds would no longer boot.

    The problem is that stdout-path is now set like this in the upstream dts
    files: stdout-path = "serial0:115200n8". The use of options in of-paths,
    either after an alias name, or after a full path, e.g. stdout-path =
    "/soc@01c00000/serial@01c28000:115200", is standard of usage, but something
    which the u-boot dts code so far did not handle.

    This commit fixes this, adding support for both path formats.

    Signed-off-by: Hans de Goede
    Acked-by: Simon Glass

    Hans de Goede
     
  • Tom Rini
     

23 Apr, 2015

5 commits


19 Apr, 2015

8 commits


17 Apr, 2015

2 commits


15 Mar, 2015

1 commit


06 Mar, 2015

3 commits


28 Feb, 2015

1 commit