01 Feb, 2019

1 commit


19 Jan, 2019

1 commit

  • The bounce buffer is used by a few drivers (most of the MMC drivers)
    to overcome limitations in their respective DMA implementation.

    This moves the configuration to Kconfig and makes it user-selectable
    (even though it will be a required feature to make those drivers
    work): the expected usage is for drivers depending on this to 'select'
    it unconditionally from their respective Kconfig (see follow-up
    patches).

    This commit includes a full migration using moveconfig.py to ensure
    that each commit compiles. To ensure bisectability we update
    dependencies of various drivers to now select BOUNCE_BUFFER when needed.

    [trini: Squash all patches to ensure bisectability]
    Signed-off-by: Tom Rini
    Signed-off-by: Philipp Tomsich
    Reviewed-by: Otavio Salvador [dw_mmc portion]
    Reviewed-by: Fabio Estevam [mxsmmc portion]
    Reviewed-by: Simon Glass [tegra portion]

    Philipp Tomsich
     

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
     

04 Jun, 2018

1 commit


09 Apr, 2018

1 commit


08 Apr, 2018

1 commit


23 Feb, 2018

1 commit


11 Feb, 2018

2 commits


12 Jan, 2018

1 commit

  • Board has 1GB RAM and boots from SD Card

    U-Boot SPL 2018.01-rc3-00005-ga1898b8 (Jan 02 2018 - 13:48:54)
    BT_FUSE_SEL already fused, will do nothing
    Trying to boot from MMC1

    U-Boot 2018.01-rc3-00005-ga1898b8 (Jan 02 2018 - 13:48:54 +0100)

    CPU: Freescale i.MX6DL rev1.2 996 MHz (running at 792 MHz)
    CPU: Commercial temperature grade (0C to 95C) at 40C
    Reset cause: POR
    I2C: ready
    DRAM: 1 GiB
    MMC: FSL_SDHC: 0
    In: serial
    Out: serial
    Err: serial
    Net: FEC [PRIME]

    Signed-off-by: Stefano Babic
    Reviewed-by: Fabio Estevam

    Stefano Babic