Sam Elliott | f6ff965 | 2020-06-02 18:18:54 +0100 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
| 2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | // SPDX-License-Identifier: Apache-2.0 |
| 4 | { |
| 5 | licence: |
| 6 | ''' |
| 7 | Copyright lowRISC contributors. |
| 8 | Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 9 | SPDX-License-Identifier: Apache-2.0 |
| 10 | ''', |
| 11 | exclude_paths: [ |
Sam Elliott | 0a3accf | 2020-07-20 17:13:56 +0100 | [diff] [blame] | 12 | # Exclude anything in vendored directories |
Sam Elliott | f6ff965 | 2020-06-02 18:18:54 +0100 | [diff] [blame] | 13 | '*/vendor/*/*', |
Sam Elliott | 0a3accf | 2020-07-20 17:13:56 +0100 | [diff] [blame] | 14 | 'util/lowrisc_misc-linters/*', |
Sam Elliott | f6ff965 | 2020-06-02 18:18:54 +0100 | [diff] [blame] | 15 | |
| 16 | ## Hardware Exclusions |
| 17 | |
| 18 | # DV Vendored test vectors |
| 19 | 'hw/dv/sv/test_vectors', |
| 20 | # Vendored CRC model |
| 21 | 'hw/dv/dpi/usbdpi/usb_crc.c', |
| 22 | # Vendored HMAC model |
| 23 | 'hw/ip/hmac/dv/cryptoc_dpi/*', |
Udi Jonnalagadda | 3d4f7b3 | 2020-06-30 16:26:10 -0700 | [diff] [blame] | 24 | # PRINCE C++ reference model from Sebastien Riou |
| 25 | 'hw/ip/prim/dv/prim_prince/crypto_dpi_prince/prince_ref.h', |
Michael Schaffner | c82f92c | 2021-01-26 11:33:59 -0800 | [diff] [blame] | 26 | # PRESENT Python reference model |
| 27 | 'util/design/lib/Present.py', |
Sam Elliott | f6ff965 | 2020-06-02 18:18:54 +0100 | [diff] [blame] | 28 | # Vendored FPGA information |
| 29 | 'hw/top_earlgrey/data/*.xdc', |
| 30 | 'util/fpga/bram_load.mmi', |
| 31 | # Manually checked, files contain additional copyright header lines |
| 32 | 'hw/ip/usb_fs_nb_pe/rtl/*', |
| 33 | 'hw/ip/usbdev/rtl/usbdev_iomux.sv', |
| 34 | 'hw/ip/usbuart/rtl/usb_serial_*_ep.sv', |
| 35 | |
| 36 | ## Software Exclusions |
| 37 | |
| 38 | # Coremark Vendored Files |
| 39 | 'sw/device/benchmarks/coremark/top_earlgrey/*', |
Sam Elliott | f6ff965 | 2020-06-02 18:18:54 +0100 | [diff] [blame] | 40 | |
| 41 | ## Other Exclusions |
| 42 | |
| 43 | # Other Licences, |
| 44 | 'util/wavegen/LICENSE.wavedrom', |
| 45 | # Site Assets |
| 46 | 'site/**/assets/scss/**', |
| 47 | 'site/landing/static/js/tiny-slider.js', |
Philipp Wagner | 738a300 | 2020-08-27 19:26:10 +0100 | [diff] [blame] | 48 | 'util/opentitan-pgm-fpga/vivado_pgm.tcl', |
Rupert Swarbrick | 1047ba2 | 2020-07-20 11:32:59 +0100 | [diff] [blame] | 49 | # Code taken from Chromium, so covered by the BSD licence |
Philipp Wagner | b5b8c7f | 2020-10-27 10:44:27 +0000 | [diff] [blame] | 50 | 'sw/otbn/code-snippets/modexp.s', |
Felix Miller | 5363dc4 | 2020-11-16 12:58:12 +0100 | [diff] [blame] | 51 | 'sw/otbn/code-snippets/p256.s', |
Felix Miller | e99713b | 2021-04-08 15:42:33 +0200 | [diff] [blame] | 52 | 'sw/otbn/code-snippets/rsa_verify.s', |
Felix Miller | 0f6e781 | 2021-05-30 23:04:36 +0200 | [diff] [blame] | 53 | 'sw/otbn/code-snippets/rsa_verify_3072.s', |
Alphan Ulusoy | e7128e0 | 2021-01-25 15:56:33 -0500 | [diff] [blame] | 54 | # Mersenne Twister PRNG |
Miguel Osorio | dff9e0d | 2021-02-13 20:41:47 -0800 | [diff] [blame] | 55 | 'sw/device/sca/lib/prng.c', |
Sam Elliott | f6ff965 | 2020-06-02 18:18:54 +0100 | [diff] [blame] | 56 | ], |
| 57 | } |