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
     

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
     

08 Feb, 2018

1 commit


06 Nov, 2017

1 commit


09 Oct, 2017

1 commit

  • As suggested by Vikas Manocha, update embedded SRAM address
    to use AXI SRAM available on D1 domain instead of using
    AHB SRAM (D2 domain).
    On some STM32H743 SoCs, D2 domain SRAM is accessible even if
    SRAMxEN bit in AHB2ENR bits are not set whereas on others SoCs
    version it's not accessible.

    Signed-off-by: Patrice Chotard
    Reviewed-by: Vikas Manocha

    Patrice Chotard
     

22 Sep, 2017

1 commit