--- a/arch/mips/bcm63xx/dev-flash.c +++ b/arch/mips/bcm63xx/dev-flash.c @@ -229,6 +229,14 @@ void __init bcm63xx_flash_detect(void) } bcm_rset_writel(RSET_HSSPI, val, HSSPI_FLASH_CTRL_REG); + } else if (flash_type == BCM63XX_FLASH_TYPE_NAND && + (BCMCPU_IS_6328() || BCMCPU_IS_6362() || BCMCPU_IS_6368() || + BCMCPU_IS_63268())) { + bcm_nand_writel(NAND_CS_SEL_AUTO_DEV_ID + | NAND_CS_SEL_EBI_CS0_USES_NAND + | NAND_CS_SEL_EBC_CS0_SEL, + NAND_CS_SEL_REG); + bcm_nand_writel(1, NAND_CS_XOR_REG); } } s='logo' rowspan='2'>cgit logo index : cloud-email/cryptography
python cryptographyJames
aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.rst
blob: 6cd409a1b23a27f7f3e530e562880f376d7a8d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Contributing to cryptography
============================

As an open source project, cryptography welcomes contributions of many forms.

Examples of contributions include:

* Code patches
* Documentation improvements
* Bug reports and patch reviews

Extensive contribution guidelines are available in the repository at
``docs/development/index.rst``, or online at:

https://cryptography.io/en/latest/development/

Security issues
---------------

To report a security issue, please follow the special `security reporting
guidelines`_, do not report them in the public issue tracker.

.. _`security reporting guidelines`: https://cryptography.io/en/latest/security/