16 Aug, 2017

2 commits


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
     

02 Jun, 2016

1 commit

  • Add support for board based on the popular Altera Cyclone V SoC.
    This board has the following properties:
    - 1 GiB of DRAM
    - 1 Gigabit ethernet
    - 1 USB gadget port
    - 1 USB host port with an on-board hub
    - 2 QSPI NORs connected to the Cadence QSPI core
    - Multiple I2C EEPROMs and one I2C temperature sensor

    Signed-off-by: Marek Vasut
    Cc: Dinh Nguyen
    Cc: Chin Liang See
    ---
    V2: Update the defconfig as per Tom's request

    Marek Vasut