forked from sutajiokousagi/betrusted-soc
-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitignore
57 lines (48 loc) · 892 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
*~
/build/*
__pycache__/
/.Xil/*
/.idea/*
*.d
*.o
pycharm.env
*.bin
*.elf
*.jou
*.log
*.map
run/
target/
/venv/*
/test/
/env/
# betrusted-pac is auto-generated
fw/betrusted-pac/
xous/betrusted-pac/
# this is an auto-generated library file by 'deps/rom-locate/key2bits.py -c'
fw/rom-inject/src/lib.rs
# these are the user-local fuse ROM keys. my.nky is the input, encrypted.nky is the output (which has HMAC and IV folded in)
my.nky
encrypted.nky
# auto-gen by the betrusted-soc.py script
rom.db
# in general, we don't want this
Cargo.lock
# these are auto-generated files -- keys come from .crt files originally
keystore.patch
keystore.bin
# xous build files
xous/xous.img
xous/xous-stage1.bin
xous/xous-kernel.bin
# Spinal build directories
VexRiscv/project/
VexRiscv/target/
VexRiscv/.bloop/
VexRiscv/.bsp/
VexRiscv/.idea/
VexRiscv/.metals/
VexRiscv/.vscode/
.metals/
.env
.vscode/