30 May, 2018

1 commit


29 May, 2018

12 commits


27 May, 2018

2 commits

  • Add support of fuse command (read/write/program/sense)
    on bank 0 to access to BSEC SAFMEM (4096 OTP bits).

    Signed-off-by: Patrick Delaunay
    Signed-off-by: Patrice Chotard

    Patrick Delaunay
     
  • This patch adds pinmux and pinctrl driver for TLMM
    subsystem in snapdragon chipsets.
    Currently, supporting only 8016, but implementation is
    generic and 8096 can be added easily.

    Driver is using the generic dt-bindings and doesn't
    introduce any new bindings (yet).

    Signed-off-by: Ramon Fried
    Reviewed-by: Simon Glass

    Ramon Fried
     

26 May, 2018

1 commit


24 May, 2018

8 commits


20 May, 2018

5 commits


18 May, 2018

11 commits

  • Remove harcoded XHCI lists and detect mode, speed based on DT.

    Signed-off-by: Michal Simek
    Serial-changes: 2
    - Remove also XHCI macros from hardware.h
    - Remove additional new line in zcu106

    Michal Simek
     
  • Tom Rini
     
  • This commit adds support for DDC and HSC boards from
    K+P in u-boot.

    Console output:

    U-Boot 2018.05-rc2-00090-g752b7ed6f9 (Apr 26 2018 - 14:24:24 +0200)

    CPU: Freescale i.MX53 rev2.1 at 800 MHz
    Reset cause: WDOG
    Model: K+P iMX53
    DRAM: 512 MiB
    MMC: FSL_SDHC: 0
    Loading Environment from MMC... OK
    In: serial
    Out: serial
    Err: serial
    Module EEPROM:
    ID: TQMa53-CB.0401
    SN: 63152762
    MAC: 00:0b:64:03:14:2a
    BBoard:40x0 Rev:10
    Net: eth0: ethernet@63fec000
    Hit any key to stop autoboot: 0

    Signed-off-by: Lukasz Majewski

    Lukasz Majewski
     
  • This MC34708 PMIC is somewhat special - it used single transfers (R/W) with
    3 bytes size - up till now U-Boot's PMICs only used 1 byte.

    Signed-off-by: Lukasz Majewski
    Reviewed-by: Simon Glass

    Lukasz Majewski
     
  • Enable Secure boot(HAB) for BTicino Mamoj board.

    Signed-off-by: Jagan Teki

    Jagan Teki
     
  • Add Falcon mode support to boot Linux directly after SPL.

    Signed-off-by: Jagan Teki

    Jagan Teki
     
  • Add DFU support for BTicino Mamoj board and update
    the same steps in README.

    Signed-off-by: Jagan Teki
    Signed-off-by: Simone CIANNI
    Signed-off-by: Raffaele RECALCATI

    Jagan Teki
     
  • Enable fastboot and ums for host to interact eMMC on
    Mamoj board.

    Signed-off-by: Jagan Teki
    Signed-off-by: Simone CIANNI
    Signed-off-by: Raffaele RECALCATI

    Jagan Teki
     
  • MX6DL Mamoj boards has Freescale PFUZE100 PMIC, add support
    for it through DM_PMIC dt definition.

    pmic log:
    Reviewed-by: Stefano Babic

    ========
    => pmic list
    | Name | Parent name | Parent uclass @ seq
    | pfuze100@08 | i2c@021f8000 | i2c @ 3
    => pmic dev pfuze100@08
    dev: 0 @ pfuze100@08
    => pmic dump
    Dump pmic: pfuze100@08 registers

    0x00: 10 00 00 21 00 01 3f 01 00 7f 00 00 00 00 00 81
    0x10: 00 00 3f 00 00 00 00 00 00 00 00 10 00 00 00 00
    0x20: 2b 2b 2b 08 c4 00 00 00 00 00 00 00 00 00 2b 2b
    0x30: 2b 08 c4 00 00 72 72 72 08 d4 00 00 2c 2c 2c 08
    0x40: e4 00 00 2c 2c 2c 08 e4 00 00 6f 6f 6f 08 f4 00
    0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    0x60: 00 00 00 00 00 00 48 00 00 00 10 06 1e 1e 17 10
    0x70: 1a 1f 00 00 00 00 00 00 00 00 00 00 00 00 00

    Signed-off-by: Jagan Teki
    Signed-off-by: Simone CIANNI
    Signed-off-by: Raffaele RECALCATI

    Jagan Teki
     
  • i.MX6DL Mamoj has i2c3 and i2c4 buses, add support
    through DM_I2C with dt definition.

    i2c log:
    Reviewed-by: Stefano Babic

    =======
    => i2c bus
    Bus 2: i2c@021a8000
    Bus 3: i2c@021f8000
    => i2c dev 2
    Setting bus to 2
    => i2c speed 400000
    Setting bus speed to 400000 Hz
    => i2c probe
    Valid chip addresses: 20 51 53
    => i2c md 53 0xff
    00ff: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
    => i2c md 51 0xff
    00ff: a8 08 40 50 09 43 46 52 42 18 80 8e ae a9 d0 53 ..@P.CFRB......S
    => i2c dev 3
    Setting bus to 3
    => i2c speed 100000
    Setting bus speed to 100000 Hz
    => i2c probe
    Valid chip addresses: 08 40 48 4B
    => i2c md 08 0xff
    00ff: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

    Signed-off-by: Jagan Teki
    Signed-off-by: Simone CIANNI
    Signed-off-by: Raffaele RECALCATI

    Jagan Teki
     
  • Add initial support for i.MX6DL BTicino Mamoj board.

    Mamoh board added:
    - SPL
    - SPL_DM
    - SPL_OF_CONTROL
    - DM for U-Boot proper
    - OF_CONTROL for U-Boot proper
    - eMMC
    - FEC
    - Boot from eMMC
    - Boot from USB SDP

    Signed-off-by: Simone CIANNI
    Signed-off-by: Raffaele RECALCATI
    Signed-off-by: Jagan Teki

    Jagan Teki