20 Jan, 2020

1 commit


05 Dec, 2019

2 commits


04 Dec, 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
     

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
     

22 Oct, 2018

1 commit

  • The DM37 and OMAP35 SOM-LV SOM-LV products both support a NOR
    flash part connected to CS2 in addition to the NAND part on CS0.
    This patch setups the GPMC timings for the MT28 NOR Flash and
    enables the CFI-Flash driver now that the CFI stuff is in Kconfig

    Signed-off-by: Adam Ford

    Adam Ford
     

07 Oct, 2018

1 commit