01 Jun, 2017

2 commits

  • This header includes things that are needed to make driver build. Adjust
    existing users to include that always, even if other dm/ includes are
    present

    Signed-off-by: Simon Glass

    Simon Glass
     
  • Currently these (board agnostic) commands cannot be selected using
    menuconfig and friends. Fix this the obvious way. As part of this,
    don't muddle the meaning of CONFIG_HASH_VERIFY to mean both 'hash -v'
    and "we have a hashing command" as this makes the Kconfig logic odd.

    Signed-off-by: Daniel Thompson
    [trini: Re-apply, add imply for a few cases, run moveconfig.py, also
    migrate CRC32_VERIFY]
    Signed-off-by: Tom Rini

    Daniel Thompson
     

23 May, 2017

12 commits


22 May, 2017

11 commits


15 May, 2017

1 commit


12 May, 2017

4 commits


10 May, 2017

2 commits

  • Use uclass_first_device and uclass_next_device in order to avoid exceptions
    for drivers that aren't probed when cpu ops are requested.
    Improve code style and fix indentations.
    Fix incorrect line break when cpu info is not available.
    Remove unneeded brackets.

    Signed-off-by: Álvaro Fernández Rojas
    Reviewed-by: Simon Glass

    Álvaro Fernández Rojas
     
  • Commit 740d5d3 added two new features but only one feature name,
    which results in NULL prints when device_id feature is selected.

    Before:
    HG556a # cpu detail
    -1: cpu@0 BCM6358A1
    ID = 0, freq = 300 MHz: L1 cache, MMU, NULL
    Device ID 0x2a010
    -1: cpu@1 BCM6358A1
    ID = 1, freq = 300 MHz: L1 cache, MMU, NULL
    Device ID 0x2a010
    After:
    HG556a # cpu detail
    -1: cpu@0 BCM6358A1
    ID = 0, freq = 300 MHz: L1 cache, MMU, Device ID
    Device ID 0x2a010
    -1: cpu@1 BCM6358A1
    ID = 1, freq = 300 MHz: L1 cache, MMU, Device ID
    Device ID 0x2a010

    Signed-off-by: Álvaro Fernández Rojas
    Reviewed-by: Simon Glass
    Reviewed-by: Tom Rini

    Álvaro Fernández Rojas
     

09 May, 2017

1 commit


01 May, 2017

7 commits