07 Dec, 2018

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


28 Apr, 2018

1 commit

  • This converts the following to Kconfig:
    CONFIG_SPI

    This partly involves updating code that assumes that CONFIG_SPI implies
    things that are specific to the MPC8xx SPI driver. For now, just update
    the CONFIG tests. This also involves reworking the default for
    CONFIG_SYS_DEF_EEPROM_ADDR so that we don't set it when we cannot make a
    reasonable default, as it does not cause any compile failures.

    Signed-off-by: Adam Ford
    Signed-off-by: Tom Rini

    Adam Ford
     

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