26 Mar, 2019

1 commit

  • This converts the following to Kconfig:
    CONFIG_SF_DEFAULT_BUS
    CONFIG_SF_DEFAULT_CS
    CONFIG_SF_DEFAULT_MODE
    CONFIG_SF_DEFAULT_SPEED

    I use moveconfig script and then manual check on generated u-boot.cfg
    to solve the remaining issue.

    Signed-off-by: Patrick Delaunay

    Patrick Delaunay
     

01 Feb, 2019

2 commits


08 Jan, 2019

1 commit


03 Jan, 2019

2 commits


10 Dec, 2018

1 commit


04 Sep, 2018

1 commit


18 Aug, 2018

1 commit


17 Aug, 2018

1 commit

  • We have the following cases:
    - CONFIG_NR_DRAM_BANKS was defined, migrate normally
    - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
    CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
    - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
    2), set this to 8.

    Signed-off-by: Tom Rini

    Tom Rini
     

21 Jul, 2018

1 commit

  • Currently the fdtfile environment variable is set to
    CONFIG_DEFAULT_DEVICE_TREE which is іnternally used as U-Boot devicetree
    source. The OS can use a different filename and Kconfig gives us the
    ability to select a default devicetree via CONFIG_DEFAULT_FDT_FILE.
    This also gives user configuring U-Boot via menuconfig the behaviour
    someone would expect.

    Signed-off-by: Klaus Goger
    Tested-By: Vagrant Cascadian
    Reviewed-by: Philipp Tomsich
    Acked-by: Philipp Tomsich

    Klaus Goger
     

04 Jun, 2018

1 commit


26 Apr, 2018

2 commits


12 Apr, 2018

1 commit


09 Apr, 2018

1 commit


29 Mar, 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
     

19 Dec, 2017

1 commit


26 Nov, 2017

2 commits

  • The boot (and fallback/emergency boot) concept for the RK3399-Q7
    differs from Rockchip's reference platforms.

    On the RK3399-Q7, some of this functionality is present in the
    bootloader itself (and configurable); some is backed in hardware by
    the Qseven BIOS_DISABLE signal to invoke the final stages of fallbacks
    (i.e. either an external boot bypassing on-module memories or falling
    back to the BROM for USB recovery).

    In summary: the ADC-based boot_mode check does not apply for the
    RK3399-Q7 and we therefore disable it (in this commit) by setting
    CONFIG_BOOT_MODE_REG to 0.

    Signed-off-by: Philipp Tomsich

    Philipp Tomsich
     
  • This defconfig update makes use of the new features:
    * CONFIG_ROCKCHIP_SPL_RESERVE_IRAM is now set to 0, as there is no
    overlap between the M0 firmware and the ATF (we load this to DRAM
    and relocate it to its final location within the ATF)
    * tracks the ATF_SUPPORT -> ATF renaming

    Signed-off-by: Philipp Tomsich
    Reviewed-by: Simon Glass

    Philipp Tomsich
     

01 Nov, 2017

1 commit


11 Oct, 2017

1 commit

  • Having this as a 'default y' is rather annoying because it doesn't
    actually compile unless other options are defined in the board header:

    ../cmd/bootm.c: In function 'do_imls_nor':
    ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
    i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {

    Make it 'default n' so people who develop new boards that start from a
    blank defconfig have one less compilation failure to debug.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

01 Oct, 2017

1 commit


19 Sep, 2017

1 commit


08 Sep, 2017

2 commits


28 Aug, 2017

1 commit


15 Aug, 2017

1 commit


11 Aug, 2017

1 commit


26 Jul, 2017

1 commit

  • This converts the following to Kconfig:
    CONFIG_ENV_IS_IN_MMC
    CONFIG_ENV_IS_IN_NAND
    CONFIG_ENV_IS_IN_UBI
    CONFIG_ENV_IS_NOWHERE

    In fact this already exists for sunxi as a 'choice' config. However not
    all the choices are available in Kconfig yet so we cannot use that. It
    would lead to more than one option being set.

    In addition, one purpose of this series is to allow the environment to be
    stored in more than one place. So the existing choice is converted to a
    normal config allowing each option to be set independently.

    There are not many opportunities for Kconfig updates to reduce the size of
    this patch. This was tested with

    ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMC

    And then manual updates. This is because for CHAIN_OF_TRUST boards they
    can only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logic
    now.

    Signed-off-by: Simon Glass
    Signed-off-by: Tom Rini

    Simon Glass
     

08 Jun, 2017

3 commits

  • For the RK3399-Q7, we need spl_board_init to be called during SPL
    startup to set up the pinmux for the debug UART. Enable SPL_BOARD_INIT
    via defconfig to ensure this function is in fact called.

    Signed-off-by: Philipp Tomsich

    Philipp Tomsich
     
  • To better support different RAM timings (DDR3-1333 and DDR3-1866 are
    assembly options for the RK3399-Q7), this refactors the DTS support
    and renames the default DTS variant from rk3399-puma to
    rk3399-puma-ddr1600:
    - changes the rk3399-puma DTS into a board-specific DTSI by removing
    the inclusion of the DRAM timings
    - adds a new rk3399-puma-ddr1600.dts, which includes the (new) common
    board DTSI and the DDR3-1600 timing DTSI
    - wires this up from arch/arm/dts/Makefile and configs/puma-rk3399_defconfig

    Signed-off-by: Philipp Tomsich
    Acked-by: Simon Glass

    Philipp Tomsich
     
  • With HDMI output for the RK3399 working, this update the RK3399-Q7
    (Puma) defconfig for the new functionality:
    1. enables PMIC command (to check if the HDMI voltages are correct)
    +CONFIG_CMD_PMIC=y
    +CONFIG_CMD_REGULATOR=y
    2. enables video-output (via HDMI)
    +CONFIG_DM_VIDEO=y
    +CONFIG_DISPLAY=y
    +CONFIG_VIDEO_ROCKCHIP=y
    +CONFIG_DISPLAY_ROCKCHIP_HDMI=y
    3. turns on the 'dcache'-command (for a dcache flush) for our QA to
    fill the framebuffer using 'mw.l'
    +CONFIG_CMD_CACHE=y
    4. turns on the 'bmp'-command
    +CONFIG_CMD_BMP=y

    Signed-off-by: Philipp Tomsich
    Reviewed-by: Simon Glass
    Acked-by: Simon Glass

    Philipp Tomsich
     

07 Jun, 2017

6 commits