19 Feb, 2019

1 commit


08 Feb, 2019

1 commit


20 Oct, 2018

1 commit


27 Sep, 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
     

11 Jul, 2018

1 commit


09 May, 2018

1 commit


09 Apr, 2018

3 commits


08 Apr, 2018

1 commit


20 Mar, 2018

1 commit

  • IFC-NOR and QSPI-NOR pins are multiplexed on SoC, so they cannot be
    accessed simultaneously. IFC-NOR can be accessed along with SD-BOOT.

    Ls1088aqds_sdcard_ifc_defconfig is default config for SD boot and
    IFC-NOR to be used as flash. This allows writing to IFC-NOR flash.
    QSPI and DSPI cannot be accessed in this defconfig.
    IFC-NOR image is generated using ls1088aqds_defconfig.

    Signed-off-by: Ashish Kumar
    Reviewed-by: York Sun

    Ashish Kumar