05 Nov, 2020

2 commits

  • Starting with commit 7d9701db4089 ("cmd: mdio/mii: add Kconfig help and
    allow break dependency"), CMD_MDIO depends on the PHYLIB Kconfig which
    should be enabled properly from the Kconfig and not through any define
    from a header file.

    Move all LS1088AQDS configs to enable PHYLIB and related through
    Kconfig options. Also, remove the defines from the header file so that
    we do not redefine the same symbol.

    Signed-off-by: Ioana Ciornei

    Ioana Ciornei
     
  • Starting with commit 7d9701db4089 ("cmd: mdio/mii: add Kconfig help and
    allow break dependency"), CMD_MDIO depends on the PHYLIB Kconfig which
    should be enabled properly from the Kconfig and not through any define
    from a header file.

    Move all LS1088ARDB configs to enable PHYLIB and related through
    Kconfig options. Also, remove the defines from the header file so that
    we do not redefine the same symbol.

    Signed-off-by: Ioana Ciornei

    Ioana Ciornei
     

19 Oct, 2020

4 commits


01 Oct, 2020

2 commits


29 Sep, 2020

7 commits


28 Sep, 2020

1 commit


18 Sep, 2020

1 commit


08 Sep, 2020

1 commit

  • This patch add base support for LX2162AQDS board.
    LX2162AQDS board supports LX2162A family SoCs.
    This patch add basic support of platform.

    Signed-off-by: Ioana Ciornei
    Signed-off-by: Zhao Qiang
    Signed-off-by: hui.song
    Signed-off-by: Manish Tomar
    Signed-off-by: Vikas Singh
    Signed-off-by: Meenakshi Aggarwal
    Signed-off-by: Priyanka Jain

    Meenakshi Aggarwal
     

02 Sep, 2020

1 commit


27 Aug, 2020

2 commits


23 Jul, 2020

1 commit


16 Jul, 2020

1 commit


15 Jul, 2020

1 commit


10 Jul, 2020

1 commit


25 Jun, 2020

2 commits

  • LS1046A-QDS has "s25fl128s" flash of size with 16M with 64K sector size.
    The board requires few spi-flash related configs to be updated in TFA
    and QSPI _defconfigs.

    Following are the changes:
    - Enable CONFIG_FSL_QSPI
    - Unset CONFIG_SPI_FLASH_BAR
    - Correct CONFIG_ENV_SECT_SIZE to 0x10000
    - Enable CONFIG_SYS_RELOC_GD_ENV_ADDR
    - Restore CONFIG_ENV_ADDR to 0x60500000

    Signed-off-by: Kuldeep Singh

    Kuldeep Singh
     
  • LS1043A-QDS has "s25fl128s" flash of size 16M with 64K sector size.
    The board requires few spi-flash related configs to be updated in TFA
    and QSPI _defconfigs.

    Following are the changes:
    - Define/Update CONFIG_ENV_ADDR
    - Unset CONFIG_SPI_FLASH_BAR
    - Correct CONFIG_ENV_SECT_SIZE
    - Enable CONFIG_SYS_RELOC_GD_ENV_ADDR

    Signed-off-by: Kuldeep Singh

    Kuldeep Singh
     

03 Jun, 2020

1 commit


08 May, 2020

12 commits