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

5 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
     

26 Aug, 2017

2 commits


16 Aug, 2017

1 commit

  • At present we support multiple environment drivers but there is not way to
    select between them at run time. Also settings related to the position and
    size of the environment area are global (i.e. apply to all locations).

    Until these limitations are removed we cannot really support more than one
    environment location. Adjust the location to be a choice so that only one
    can be selected. By default the environment is 'nowhere', meaning that the
    environment exists only in memory and cannot be saved.

    Also expand the help for the 'nowhere' option and move it to the top since
    it is the default.

    Signed-off-by: Simon Glass
    [trini: Move all of the imply logic to default X if Y so it works again]
    Signed-off-by: Tom Rini

    Simon Glass
     

15 Aug, 2017

1 commit


03 Aug, 2017

5 commits