aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/marvell-cn96xx/marvell-cn96xx.cfg
AgeCommit message (Collapse)Author
2020-12-07marvell-cn96xx: Enable the SCMI supportKevin Hao
ARM System Control and Management Interface (SCMI) protocol is a set of operating system-independent software interfaces that are used in system management. The octeontx2 platform firmware does have the SCMI support, so enable the corresponding kernel drivers. The SCMI has a dependency on the mailbox, so also enable it. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-12-07marvell-cn96xx: Enable the BPHY driverKevin Hao
This is needed by some customers, so enable it. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-03-21bsp: delete obsolete kernel option CONFIG_MTD_M25P80Quanyang Wang
Because of upstream commit b35b9a10362d ("mtd: spi-nor: Move m25p80 code in spi-nor.c"), CONFIG_MTD_M25P80 is not used anymore. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-11-27marvell-cn96xx: Add JUMP_LABEL config for ethernetXiaotao Yin
CONFIG_OCTEONTX2_PF depends on ARM64_LSE_ATOMICS, but commit: b32baf91f60f ("arm64: lse: Make ARM64_LSE_ATOMICS depend on JUMP_LABEL") makes ARM64_LSE_ATOMICS depends on JUMP_LABEL. Signed-off-by: Xiaotao Yin <xiaotao.yin@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-11-10marvell-cn96xx: Enable the VFIO No-IOMMU supportKevin Hao
This is needed by some ODP applications and enable it as requested by some customers. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2019-09-03bsp: Add the support for the marvell-cn96xx BSPKevin Hao
This adds the cfg&scc files to support the Marvell OCTEON TX2 CN96XX multicore arm64 SoC. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>