25 Feb, 2019

1 commit


08 Jan, 2019

1 commit


04 Dec, 2018

1 commit


03 Dec, 2018

1 commit


19 Oct, 2018

1 commit


04 Sep, 2018

1 commit


17 Apr, 2018

1 commit


14 Apr, 2018

1 commit

  • Drop the CONFIG_MMC_RENESAS_TUNING symbol from Gen3 configs.
    This symbol is no longer used after the Matsushita SDHI driver,
    instead the renesas-sdhi driver uses CONFIG_MMC_HS200_SUPPORT
    to discern whether the tuning support should be compiled in.

    Signed-off-by: Marek Vasut
    Cc: Tom Rini
    Cc: Nobuhiro Iwamatsu
    --
    V2: Submit this on top of configs which are actually in mainline

    Marek Vasut
     

12 Apr, 2018

2 commits


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
     

16 Feb, 2018

1 commit


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
     

25 Jan, 2018

1 commit


30 Nov, 2017

4 commits


11 Oct, 2017

2 commits


04 Oct, 2017

1 commit


28 Sep, 2017

3 commits


24 Sep, 2017

2 commits


13 Sep, 2017

1 commit


08 Sep, 2017

1 commit

  • Disable CONFIG_ARCH_FIXUP_FDT_MEMORY to prevent U-Boot from modifying
    the memory {} nodes in the DT passed to the Linux kernel. The R8A779x
    DT contains multiple memory {} nodes, while U-Boot only modifies the
    first one and stuffs all the memory entries into it, which is wrong.
    Disabling CONFIG_ARCH_FIXUP_FDT_MEMORY is the least intrusive way to
    fix the issue this close to the release, while the real fix is to
    extend the fdt_fixup_memory_banks() to handle multiple memory nodes
    in DT.

    Signed-off-by: Marek Vasut
    Cc: Nobuhiro Iwamatsu

    Marek Vasut
     

28 Aug, 2017

1 commit


26 Aug, 2017

3 commits


15 Aug, 2017

2 commits


12 Aug, 2017

1 commit


11 Aug, 2017

1 commit


08 Aug, 2017

1 commit


03 Aug, 2017

3 commits