10 Mar, 2018

1 commit


26 Feb, 2018

1 commit


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
     

22 Feb, 2018

2 commits


11 Feb, 2018

1 commit

  • On the NIOS2 and Xtensa architectures, we do not have
    CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
    values into the defconfig and removing them from the headers.

    I did not attempt to add more default values in and for now will leave
    that to maintainers.

    Signed-off-by: Tom Rini

    Tom Rini
     

04 Feb, 2018

1 commit

  • i.CoreM6 1.5 is an another i.CoreM6 QDL cpu modules which can be connected
    to EDIMM starter kit design with eMMC and MIPI-CSI interfaces suitable for
    Android and video capture application.

    notable features:
    CPU NXP i.MX6 S/DL/D/Q, Up to 4 x Cortex-A9@800MHz
    Memory Up to 2 GB DDR3-1066
    Video Interfaces Up to 1 Parallel Up to 2 LVDS HDMI 1.4
    port 8 bit CSI INPUT MIPI-CSI INPUT
    1 x 10/100 Ethernet interface, 2 x USB, 1 x PCIe, 1 x I2S etc

    This patch adds support for Quad/Dual and DualLite/Solo SOM's on
    MIPI starter kit with boot from SD and eMMC.

    Signed-off-by: Jagan Teki

    Jagan Teki