|  | // Copyright lowRISC contributors. | 
|  | // Licensed under the Apache License, Version 2.0, see LICENSE for details. | 
|  | // SPDX-License-Identifier: Apache-2.0 | 
|  | { | 
|  | name: "TinyFPGA-Bootloader", | 
|  | target_dir: "tinyfpga_tinyfpga-bootloader", | 
|  | patch_dir: "patches/tinyfpga_tinyfpga-bootloader", | 
|  |  | 
|  | upstream: { | 
|  | url: "https://github.com/tinyfpga/TinyFPGA-Bootloader", | 
|  | rev: "master", | 
|  | }, | 
|  |  | 
|  | //  patch_repo: { | 
|  | //    url: "git@github.com:lowRISC/riscv-dbg.git", | 
|  | //    rev_base: "master", | 
|  | //    rev_patched: "local", | 
|  | //  }, | 
|  |  | 
|  | // Only need files from the common subdir | 
|  | exclude_from_upstream: [ | 
|  | "boards", | 
|  | "programmer", | 
|  | "tests", | 
|  | "TinyFPGA-Bootloader.core", | 
|  | ] | 
|  | } |