24 Feb, 2018

1 commit

  • This converts the following to Kconfig:
    CONFIG_BOOTP_BOOTPATH
    CONFIG_BOOTP_DNS
    CONFIG_BOOTP_GATEWAY
    CONFIG_BOOTP_HOSTNAME
    CONFIG_BOOTP_PXE
    CONFIG_BOOTP_SUBNETMASK
    CONFIG_CMDLINE_EDITING
    CONFIG_AUTO_COMPLETE
    CONFIG_SYS_LONGHELP
    CONFIG_SUPPORT_RAW_INITRD
    CONFIG_ENV_VARS_UBOOT_CONFIG

    Signed-off-by: Adam Ford
    [trini: Re-run the migration]
    Signed-off-by: Tom Rini

    Adam Ford
     

23 Jan, 2018

1 commit


13 Dec, 2017

2 commits


08 Sep, 2017

3 commits


14 Aug, 2017

1 commit


12 Aug, 2017

3 commits

  • This converts the following to Kconfig:
    CONFIG_CMD_SCSI

    Also update the Makefile to use CONFIG_CMD_SCSI instead of CONFIG_SCSI to
    enable the command, fixing an earlier error.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Philipp Tomsich
    [trini: Rework to default y if SCSI, drop cl-som-am57x which did not use
    CMD_SCSI for real]
    Signed-off-by: Tom Rini

    Simon Glass
     
  • It does not seem worth having an option to enable another sub-command in
    this legacy driver. Drop this option so that the sub-command is always
    available.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Philipp Tomsich

    Simon Glass
     
  • This converts the following to Kconfig:
    CONFIG_CMD_PCA953X

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Philipp Tomsich

    Simon Glass
     

09 Aug, 2017

1 commit


08 Aug, 2017

1 commit


29 Jul, 2017

1 commit


26 Jul, 2017

1 commit


06 Jun, 2017

2 commits


22 May, 2017

1 commit

  • This converts the following to Kconfig:
    CONFIG_CMD_EEPROM
    CONFIG_CMD_EEPROM_LAYOUT
    CONFIG_EEPROM_LAYOUT_HELP_STRING

    Signed-off-by: Simon Glass
    Reviewed-by: Tom Rini
    [trini: Rework Kconfig logic slightly, define EEPROM location on TI eval
    platforms]
    Signed-off-by: Tom Rini

    Simon Glass
     

08 May, 2017

2 commits

  • USB bus scan attempt:
    ----------------------------------cut----------------------------------
    => usb start
    starting USB...
    USB0: Register 2000140 NbrPorts 2
    Starting the controller
    USB XHCI 1.00
    scanning bus 0 for devices... data abort
    pc : [] lr : []
    reloc pc : [] lr : []
    sp : fdf42930 ip : fdf42960 fp : 00000000
    r10: 00000001 r9 : fdf42ef0 r8 : 48890020
    r7 : 00000002 r6 : fffa5840 r5 : fff8b140 r4 : fdf429c0
    r3 : 00000000 r2 : 00000004 r1 : 00000000 r0 : 00000000
    Flags: nZcv IRQs off FIQs off Mode SVC_32
    Resetting CPU ...

    resetting ...
    ----------------------------------cut----------------------------------

    Fix by enabling USB configuration in the SPL.

    Signed-off-by: Uri Mashiach
    Reviewed-by: Tom Rini
    Reviewed-by: Igor Grinberg

    Uri Mashiach
     
  • The symbol CONFIG_DRA7XX is needed for Kconfig conditions.

    Cc: Lokesh Vutla
    Signed-off-by: Uri Mashiach
    Reviewed-by: Tom Rini

    Uri Mashiach
     

20 Mar, 2017

1 commit


28 Jan, 2017

2 commits


24 Jan, 2017

1 commit

  • The module is continuously rebooting with the following message:
    Net: data abort
    pc : [] lr : []
    reloc pc : [] lr : []
    sp : fdf5ce48 ip : fdf5d79c fp : 00000017
    r10: 8083cd58 r9 : fdf5cef0 r8 : fdf5d5d0
    r7 : 48485000 r6 : 400000ff r5 : fdf5d6e0 r4 : fdf5d618
    r3 : fdf5d5b4 r2 : fdf5d5d0 r1 : 643a3631 r0 : fdf5d6e0
    Flags: nzCv IRQs off FIQs off Mode SVC_32
    Resetting CPU ...

    Modifications:
    * Enable Ethernet configuration in the SPL.
    * Update PINMUX of PHY enable GPIO.

    Signed-off-by: Uri Mashiach
    Reviewed-by: Tom Rini

    Uri Mashiach
     

22 Jan, 2017

1 commit

  • Move all of the status LED feature to drivers/led/Kconfig.
    The LED status definitions were moved from the board configuration
    files to the defconfig files.

    TBD: Move all of the definitions in the include/status_led.h to the
    relevant board's defconfig files.

    Tested boards: CL-SOM-AM57x, CM-T335

    Signed-off-by: Uri Mashiach

    Uri Mashiach
     

03 Jan, 2017

4 commits

  • Modify U-Boot default env settings.

    Boot sequence:
    1. SD card boot script
    2. SD card boot no script
    3. SATA boot script
    4. SATA boot no script
    5. eMMC boot script
    6. eMMC boot no script

    Signed-off-by: Uri Mashiach
    Acked-by: Igor Grinberg
    Reviewed-by: Tom Rini

    Uri Mashiach
     
  • Add MAC support.

    Use PHY, connected to RGMII1 as a default Eth adapter,
    by appropriate setting of 'cpsw_data.active_slave'.

    'cpsw_phy' env variable can override this setting.

    Set the MAC addresses in the U-Boot environment.
    The addresses are retrieved from the on-board EEPROM or from the SOC's
    MAC fuses.

    Set the following PHYs RGMII clock delays:
    - Enable RX delay
    - Disable TX delay

    Signed-off-by: Dmitry Lifshitz
    [uri.mashiach@compulab.co.il: add RGMII clock delays]
    Signed-off-by: Uri Mashiach
    Acked-by: Igor Grinberg
    Reviewed-by: Tom Rini

    Dmitry Lifshitz
     
  • Add PCB revision message.
    Implement board revision get_board_rev API.

    Signed-off-by: Dmitry Lifshitz
    Commit description update.
    Signed-off-by: Uri Mashiach
    Acked-by: Igor Grinberg
    Reviewed-by: Tom Rini

    Dmitry Lifshitz
     
  • Features supported :

    * Serial console
    * SPI Flash
    * MMC/SD Card
    * eMMC storage
    * SATA
    * PCA9555 - GPIO expander over I2C5 bus
    * USB

    Use spl alternate boot device feature to define fallback to
    the main boot device as it is defined by hardware.

    Signed-off-by: Dmitry Lifshitz
    [uri.mashiach@compulab.co.il: Adjust to v2016.11]
    Signed-off-by: Uri Mashiach
    Acked-by: Igor Grinberg

    Dmitry Lifshitz