23 Jan, 2020

1 commit


20 Jan, 2020

1 commit


15 Dec, 2019

1 commit

  • At present if CONFIG_SPL_GPIO_SUPPORT is enabled then the GPIO uclass
    is included in SPL/TPL without any control for boards. Some boards may
    want to disable this to reduce code size where GPIOs are not needed in
    SPL or TPL.

    Add a new Kconfig option to permit this. Default it to 'y' so that
    existing boards work correctly.

    Change existing uses of CONFIG_DM_GPIO to CONFIG_IS_ENABLED(DM_GPIO) to
    preserve the current behaviour. Also update the 74x164 GPIO driver since
    it cannot build with SPL.

    This allows us to remove the hacks in config_uncmd_spl.h and
    Makefile.uncmd_spl (eventually those files should be removed).

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng

    Simon Glass
     

05 Dec, 2019

2 commits


04 Dec, 2019

1 commit


08 Nov, 2019

1 commit


23 Sep, 2019

1 commit


02 Aug, 2019

1 commit

  • This converts the following to Kconfig:
    CONFIG_USE_PREBOOT
    CONFIG_PREBOOT

    Both are together in one commit, since otherwise the former causes kconfig
    to define the latter, which gives duplicate symbol errors.

    Includes a manual fixup for CONFIG_PREBOOT in ids8313_defconfig since the
    backslash lands in the wrong place. Similarly with socfpga_vining_fpga.

    Signed-off-by: Simon Glass

    Simon Glass
     

28 Jul, 2019

2 commits


19 May, 2019

1 commit


01 May, 2019

1 commit


30 Apr, 2019

2 commits


25 Apr, 2019

1 commit


20 Feb, 2019

1 commit

  • With the generic omap3-u-boot.dtsi file available, this patch
    increased the memory of the various incarnations of the omap3_logic
    board, and points their respective u-boot.dtsi files to the newly
    created generic one, and removes the PLATDATA from the board file.

    These are all done at once because the're all utilizing the same
    omap3logic.c board file.

    Signed-off-by: Adam Ford

    Adam Ford
     

08 Jan, 2019

1 commit


13 Dec, 2018

1 commit


17 Nov, 2018

2 commits


14 Nov, 2018

1 commit

  • Now that CMD_UBI does not select CMD_MTDPARTS we need to make platforms
    that had been enabling it turn it on by hand. This exposed that we had
    not yet migrated CMD_MTDPARTS fully, so do so now.

    Fixes: 86dfa556d927 ("cmd: ubi: Remove useless call to mtdparts_init()")
    Signed-off-by: Tom Rini

    Tom Rini
     

07 Oct, 2018

1 commit